/* Home Banner Section */
.home-banner-section {
	position: relative;
	width: 100%;
	height: 100dvh;
	min-height: 790px;
	margin: 0;
	/* aspect-ratio: 16/8.15; */
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-banner-section > .container {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Background with video/image */
.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0a0e29;
	/* Fallback dark color */
	background-image: url('../../assets/images/home-banner-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-background .banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.banner-background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000036;
}
/* If you have a video, you can add it like this:
.banner-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('path-to-video.mp4') center center / cover no-repeat;
}
*/

/* Dark overlay (50% opacity) */
/* .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
} */

/* Border rectangle with white stroke */
.banner-border {
	position: absolute;
	top: 14px;
	left: 14px;
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	/* border: 1px solid rgba(255, 255, 255, 0.34); */
	z-index: 3;
	pointer-events: none;
	/* background: url('../../assets/images/banner-line.svg') no-repeat; */
	background:
		url('../../assets/images/banner-line-desktop-top.svg') no-repeat top center,
		url('../../assets/images/banner-line-desktop-bottom.svg') no-repeat bottom
			center;
	background-size: 100% auto;
}

/* Vertical dotted lines */
.banner-dotted-line {
	position: absolute;
	top: 205px;
	width: 3px;
	height: 643px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
}

.banner-dotted-line-left {
	left: 253px;
}

.banner-dotted-line-right {
	right: 227px;
	/* 1920 - 1693 = 227px */
}

.banner-dotted-line .dot {
	width: 3px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
}

/* Banner Content */
.banner-content {
	position: relative;
	z-index: 5;
	padding-top: 100px;
	text-align: center;
	max-width: 1220px;
	margin: 0 auto;
}

.banner-content .heading-style-6 {
	color: #ffffff;
	margin: 0px 0 40px 0;
	/* max-width: 837px; */
	margin-left: auto;
	margin-right: auto;
}

/* Banner Footer */
.banner-footer {
	position: relative;
	z-index: 5;
	padding-bottom: 38px;
}

.banner-footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

.footer-item {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	opacity: 0.7;
	line-height: 23px;
}

.what-is-esports-section {
	padding: 100px 0;
	background: url('../../assets/images/what-is-esports-bg.png') no-repeat center
		center var(--black);
	background-size: contain;
	aspect-ratio: 1 / 0.592;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.what-is-esports-section::before {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 100%;
	aspect-ratio: 1 / 0.225;
	background: url('../../assets/images/esports-pattern.svg') no-repeat center
		center;
	background-size: contain;
}

.what-is-esports-inner {
	max-width: 767px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.what-is-esports-inner p {
	color: var(--white);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 50px;
	max-width: 837px;
}

.what-is-esports-inner .glass-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	pointer-events: none;
}

/* ================================================== About ESFI Section ================================================ */
.about-esfi-section {
	position: relative;
	width: 100%;
	background-color: var(--dark-gray);
	overflow: hidden;
}
.about-esfi-section::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 359px;
	height: 99px;
	background: url('../../assets/images/about-pattern-1.svg') no-repeat right
		center;
	background-size: cover;
	pointer-events: none;
}
.about-esfi-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 321px;
	height: 322px;
	background: url('../../assets/images/about-pattern-2.svg') no-repeat left
		center;
	background-size: cover;
	pointer-events: none;
}

.about-esfi-content {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 1500px;
}

/* Stats Section */
.about-stats {
	display: flex;
	gap: 34px;
	max-width: 1150px;
	margin: 32px auto;
	/* flex-wrap: wrap; */
}

.stat-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.stat-number {
	font-size: 56px;
	line-height: 72px;
	font-weight: 700;
	color: var(--white);
	text-align: center;
}

.stat-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 26px;
	border: 1px solid #ff6b35;
	border-radius: 0;
}

.badge-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.4em;
}

.stat-item .heading-style-7 {
	max-width: 210px;
}

/* Button Wrapper */
.about-button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.about-esfi-section .learn-more-btn {
	padding: 21px 47px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
	background-color: #ff6b35;
	background-image: url('../../assets/images/button-pattern.svg');
	background-repeat: repeat-x;
	background-position: center center;
	border-radius: 2px;
	clip-path: polygon(
		0% 0%,
		90% 0%,
		100% 25%,
		100% 75%,
		90% 100%,
		1% 100%,
		0% 100%,
		0% 70%,
		10% 50%,
		0% 30%
	);
	min-width: 194px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.about-esfi-section .learn-more-btn:hover {
	background-color: #ffffff;
	color: #000000;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.5);
}

/* Decorative Line */
.about-decorative-line {
	position: absolute;
	bottom: 0;
	left: -2px;
	width: calc(100% + 4px);
	height: 427px;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.about-decorative-line::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1954px;
	height: 1px;
	background: #ffffff;
	transform: rotate(-12deg);
	transform-origin: left bottom;
}

/* Glass Title (Background Blur) */
.about-esfi-section .glass-title {
	position: absolute;
	top: 122px;
	left: 50%;
	transform: translateX(-50%);
	width: 1228px;
	font-size: 190px;
	line-height: 1.26;
	font-weight: 700;
	text-transform: uppercase;
	color: #efebe6;
	filter: blur(22px);
	opacity: 0.12;
	z-index: 1;
	pointer-events: none;
}

/* ================================================== News Coverage Section ================================================ */
.news-coverage-section {
	margin-top: -50px;
}

.news-heading-wrapper {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin: 0 auto 60px;
	padding: 0 45px;
}

.news-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	/* Top notch only - Bottom is straight to flush with content */
	/* clip-path: polygon(0% 30px,
            20% 30px,
            30% 0%,
            70% 0%,
            80% 30px,
            100% 30px,
            100% 100%,
            0% 100%); */
	clip-path: polygon(
		0% 7%,
		15% 7%,
		22% 0%,
		78% 0%,
		85% 7%,
		100% 7%,
		100% 100%,
		85% 100%,
		78% 93%,
		22% 93%,
		15% 100%,
		0% 100%
	);
	background-color: var(--dark-gray-3);
}

.news-image-wrapper {
	z-index: 1;
}

/* The inner image container gets the bottom cut */
.news-image {
	width: 100%;
	position: relative;
	clip-path: polygon(0% 88%, 61% 88%, 71% 100%, 100% 100%, 100% 0%, 0% 0%);

	background-color: #000;
	aspect-ratio: 1 / 0.66;
	/* Fallback */
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	display: block;
}

.news-card:hover .news-image img {
	transform: scale(1.1);
}

.news-content {
	background-color: var(--dark-gray-3);
	padding: 0px 38px 100px;
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.news-meta {
	font-size: 18px;
	color: var(--light-gray-5);
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 5px;
	text-transform: uppercase;
}

.news-meta .news-date {
	letter-spacing: 0.04em;
}

.news-category {
	color: var(--orange);
}

.btn-outline-white {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	transition: all 0.3s ease;
	clip-path: polygon(
		10px 0,
		100% 0,
		100% calc(100% - 10px),
		calc(100% - 10px) 100%,
		0 100%,
		0 10px
	);
	background: transparent;
}

.btn-outline-white:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

/* ================================================== Medals Section ================================================ */
.medals-section {
	background-color: var(--black);
}

.medals-heading-wrapper {
	text-align: center;
	margin-bottom: 50px;
}

.medals-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 80px;
	max-width: 1606px;
	margin-left: auto;
	margin-right: auto;
}

.medal-card {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.medal-image-wrapper {
	position: relative;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.04) 100%
	);
	box-shadow: inset 0 4px 44px rgba(0, 0, 0, 0.25);
	aspect-ratio: 1 / 0.57;
}

.medal-image {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background-color: #ffffff;
	overflow: hidden;
}

.medal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.medal-card:hover .medal-image img {
	transform: scale(1.05);
}

.medal-overlay {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.medal-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(32, 37, 42, 0.72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.medal-icon img {
	width: 49px;
	height: 62px;
	object-fit: contain;
	display: block;
}

.medal-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
	padding: 0 10px;
}

.medal-game-info {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: uppercase;
}

.game-name-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.game-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.game-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.game-name {
	font-family: var(--poppins);
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	color: var(--white);
	white-space: nowrap;
}

.game-separator {
	width: 1px;
	height: 32px;
	background-color: var(--white);
	flex-shrink: 0;
}

/* ================================================== Our Partner Section ================================================ */

.partner-section {
	background-color: var(--dark-gray-2);
	position: relative;
	clip-path: polygon(
		0% 50px,
		20% 50px,
		25% 0%,
		75% 0%,
		80% 50px,
		100% 50px,
		100% calc(100% - 34px),
		62% calc(100% - 34px),
		60% 100%,
		40% 100%,
		38% calc(100% - 34px),
		0% calc(100% - 34px)
	);
	margin-top: -50px;
	/* Pull it up so the top tab overlaps or connects */
	z-index: 2;
}

.partner-heading-wrapper {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 30px;
}

/* Slider Controls Wrapper */
.partner-slider-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.partner-slider-wrapper .slick-list {
	overflow: visible;
}

.partner-item {
	padding: 0 12px;
	outline: none;
}

.partner-card {
	padding: 10px 10px 18px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
	background: url(../images/our-client-frame.png) no-repeat;
	background-size: 100% 100%;
}

.partner-logo-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-logo {
	max-width: 80%;
	transition: all 0.3s ease;
	/* opacity: 0.6; */
    object-fit: contain;
    max-height: 100%;
}

/* If images are already white, remove filter or adjust */
.partner-card:hover .partner-logo {
	opacity: 1;
}

/* Custom Navigation Arrows */
.slider-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	gap: 80px;
}

.slider-arrow .slick-dots {
	position: relative;
	bottom: 0;
	margin: 0;
	width: 380px;
	display: flex;
}

.slider-arrow .slick-dots li {
	margin: 0;
	height: auto;
	width: auto;
	flex: auto;
}

.slider-arrow .slick-dots li button {
	background-color: #303840;
	height: 5px;
	font-size: 0;
	width: 100%;
	transition: all ease-in-out 0.3s;
}

.slider-arrow .slick-dots li button::before {
	display: none;
}

.slider-arrow .slick-dots li.slick-active button {
	background-color: var(--orange);
}

.slider-arrow .slider-controls {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.slider-controls .slick-arrow {
	width: 40px;
	height: 40px;
	position: relative;
	border: 1px solid rgb(58 58 58);
	font-size: 0 !important;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	left: 0;
	top: 0;
	transform: none;
	backdrop-filter: blur(64px);
	border-radius: 4px;
	background: linear-gradient(
		180deg,
		rgb(255 255 255 / 13%) 0%,
		rgba(255, 255, 255, 0.04) 100%
	);
}

.slider-controls .slick-arrow::before {
	background: url(../images/slider-arrow.svg) no-repeat center center;
	content: '';
	width: 24px;
	height: 24px;
}

.slider-controls .slick-arrow.slick-prev::before {
	transform: rotate(180deg);
}

.slider-controls button:hover {
	background-color: #ff6b35;
	border-color: #ff6b35;
}

.partner-footer {
	text-align: center;
	margin-top: 50px;
}

/* ================================================== Media Gallery Section ================================================ */
.media-gallery-section {
	background-color: var(--dark-gray);
	position: relative;
	z-index: 1;
	clip-path: polygon(
		0% 50px,
		20% 50px,
		25% 0%,
		75% 0%,
		80% 50px,
		100% 50px,
		100% calc(100% - 34px),
		62% calc(100% - 34px),
		60% 100%,
		40% 100%,
		38% calc(100% - 34px),
		0% calc(100% - 34px)
	);
	/* margin: -55px 0 -34px; */
	margin: -95px 0 -34px; /* TEMP CSS */
	padding-top: 150px; /* TEMP CSS */
}

.media-gallery-heading-wrapper {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

/* Gallery Slider Wrapper */
.gallery-slider-wrapper {
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}

.gallery-slider-wrapper .slick-list {
	overflow: visible;
}

.gallery-slider {
	margin-bottom: 0;
}

.gallery-slider-wrapper .slider-arrow {
	margin-top: 50px;
}

.gallery-item {
	padding: 0 8px;
	outline: none;
}

.gallery-image-wrapper {
	position: relative;
	width: 100%;
	height: 610px;
	overflow: hidden;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.04) 100%
	);
}

.gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
	transform: scale(1.05);
}

/* ================================================== Meet Our Team Section ================================================ */

.team-section {
	background: url(../images/meet-team-bg.jpg) no-repeat center center / cover;
	text-align: center;
	position: relative;
	margin-top: -50px;
}

.team-section .team-heading-wrapper {
	margin-bottom: 40px;
}

.team-section .team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin: 0 auto;
}

.team-section .team-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-section .team-image {
	width: 100%;
	margin-bottom: 25px;
}

.team-section .team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.team-section .team-info {
	text-align: center;
}

.team-section .team-info .heading-style-8 {
	font-weight: 300;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	display: block;
}

.team-section .team-info .heading-style-5 {
	font-weight: 700;
	line-height: 1.5;
}
.team-section .team-info .heading-style-5 br {
	display: none;
}

/* Responsive Design */
@media (max-width: 1920px) {
	.banner-dotted-line-left {
		left: calc(253 / 1920 * 100%);
	}

	.banner-dotted-line-right {
		right: calc(227 / 1920 * 100%);
	}
}

@media (max-width: 1599px) {
	/* .banner-content {
        padding-top: 13%;
    } */

	.banner-footer {
		padding-bottom: 28px;
	}

	.banner-footer-content {
		gap: 30px;
	}

	.footer-item {
		font-size: 15px;
	}

	.what-is-esports-inner p {
		font-size: 22px;
	}

	/* about esfi section */
	.about-esfi-content {
		padding: 0 100px;
	}

	.stat-number {
		font-size: 50px;
	}

	/* medals section */
	.medals-grid {
		gap: 24px;
	}

	/* media gallery section */
	.gallery-image-wrapper {
		height: 500px;
	}
}

@media (max-width: 1399px) {
	/* .banner-content .heading-style-6 {
		max-width: 757px;
	} */

	.banner-footer-content {
		gap: 28px;
	}

	.footer-item {
		font-size: 14px;
	}

	.banner-footer {
		padding-bottom: 20px;
	}

	.what-is-esports-inner {
		max-width: 650px;
	}

	.what-is-esports-inner p {
		font-size: 20px;
	}

	.about-esfi-content {
		padding: 0;
	}
	.about-esfi-section::before {
		width: 279px;
	}
	.about-esfi-section::after {
		width: 231px;
	}

	.game-name-wrapper {
		gap: 5px;
	}

	.game-icon {
		width: 36px;
		height: 36px;
	}

	.medal-content {
		padding: 0;
	}

	.medal-game-info {
		gap: 10px;
	}

	.news-grid {
		gap: 30px;
	}

	.news-meta {
		font-size: 16px;
	}

	.news-content {
		padding: 0px 30px 30px;
	}
}

@media (max-width: 1199px) {
	.banner-border {
		left: 8px;
		top: 8px;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
	}

	.what-is-esports-inner p {
		font-size: 18px;
	}

	.banner-content {
		max-width: 860px;
	}

	.banner-dotted-line {
		display: none;
	}

	.footer-item {
		font-size: 12px;
		letter-spacing: 0.12em;
	}

	/* about esfi section */
	.about-stats {
		gap: 20px;
	}

	.stat-badge {
		padding: 9px 20px;
	}

	.badge-text {
		white-space: nowrap;
	}

	.stat-number {
		font-size: 40px;
	}

	.stat-item .heading-style-7 {
		max-width: 200px;
	}

	.news-content {
		padding: 0px 20px 50px;
	}

	.news-grid {
		padding: 0 30px;
		grid-template-columns: repeat(2, 1fr);
	}

	.partner-logo {
		max-height: 80%;
	}

	/* medals section */
	.medals-grid {
		gap: 24px;
		margin-bottom: 60px;
	}

	/* media gallery section */
	.gallery-image-wrapper {
		height: 400px;
	}

	.team-section .team-grid {
	}

	/* .team-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        row-gap: 50px;
    } */
}

@media (max-width: 991px) {
	.banner-content {
		padding-top: 11%;
	}

	.banner-footer-content {
		gap: 22px;
	}

	.footer-item {
		letter-spacing: 0.15em;
	}

	.what-is-esports-inner {
		padding: 0 16px;
	}
	.what-is-esports-section::before {
		bottom: 12%;
	}

	.about-stats {
		flex-wrap: wrap;
	}
	.about-esfi-section::before {
		width: 239px;
		height: 75px;
	}
	.about-esfi-section::after {
		width: 201px;
		height: 212px;
	}

	.stat-item {
		width: calc(50% - 20px);
		flex: auto;
	}

	.stat-item .heading-style-7 {
		max-width: inherit;
	}

	.badge-text {
		font-size: 14px;
	}

	.news-content {
		padding: 0px 16px 40px;
	}

	.news-grid {
		gap: 20px;
		padding: 0 20px;
	}

	.team-section .team-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}

	.team-section .team-info .heading-style-4 br {
		display: none;
	}

	.medal-icon {
		width: 80px;
		height: 80px;
	}

	.medal-icon img {
		width: 39px;
		height: 49px;
	}
}

@media (max-width: 767px) {
	.home-banner-section {
		/* height: auto; */
		min-height: 640px;
	}

	.banner-content {
		padding-top: 150px;
		/* padding-bottom: 100px; */
		text-align: left;
	}

	.banner-footer-content {
		display: block;
		padding: 0 20px;
		max-width: 290px;
		margin: 0 auto;
	}
	.banner-footer-content .footer-item {
		text-align: center;
		letter-spacing: 0.1em;
	}

	.footer-separator {
		display: none;
	}

	.banner-footer {
		padding-bottom: 30px;
	}

	.banner-border {
		background:
			url('../../assets/images/home-mobile-banner-pattern-1.svg') no-repeat top
				center,
			url('../../assets/images/home-mobile-banner-pattern-2.svg') no-repeat
				bottom center;
		background-size: 100% auto;
	}

	/* about esfi section */

	.about-esfi-content {
		padding: 0;
	}
	.about-esfi-section::before {
		width: 129px;
		height: 55px;
	}
	.about-esfi-section::after {
		width: 111px;
		height: 132px;
	}

	.stat-item {
		width: 100%;
	}

	.about-stats {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 30px;
	}

	.partner-section {
		clip-path: polygon(
			0% 40px,
			12% 40px,
			25% 0%,
			75% 0%,
			88% 40px,
			100% 40px,
			100% calc(100% - 34px),
			80% calc(100% - 34px),
			70% 100%,
			30% 100%,
			20% calc(100% - 34px),
			0% calc(100% - 34px)
		);
	}
	.partner-heading-wrapper {
		margin-bottom: 40px;
	}

	.slider-progress {
		width: 100%;
		max-width: 300px;
	}

	.news-grid {
		grid-template-columns: 1fr;
		padding: 0 16px;
	}

	.news-content {
		padding: 0px 16px 60px;
	}

	/* medals section */
	.medals-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 50px;
	}

	.game-icon {
		width: 32px;
		height: 32px;
	}

	.medal-icon {
		width: 60px;
		height: 60px;
	}

	.medal-icon img {
		width: 29px;
		height: 49px;
	}

	/* media gallery section */
	.gallery-image-wrapper {
		height: 350px;
	}

	.medal-card {
		gap: 40px;
	}

	.team-section .team-grid {
		grid-template-columns: 1fr;
	}

	.slider-arrow {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.slider-arrow .slick-dots {
		width: 320px;
	}
}

@media (max-width: 575px) {
	.partner-card {
		height: 150px;
		width: 275px;
	}
}

/* @media (max-width: 480px) {
    .banner-title {
        font-size: 32px;
    }
    
    .banner-subtitle {
        font-size: 14px;
    }
    
    .learn-more-btn {
        padding: 12px 28px;
        margin-top: 20px;
    }
    
    .learn-more-btn .btn-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .learn-more-btn::before {
        left: -8px;
        width: 16px;
        height: 16px;
    }
    
    .learn-more-btn {
        clip-path: polygon(
            0 0,
            calc(100% - 12px) 0,
            100% 50%,
            calc(100% - 12px) 100%,
            0 100%
        );
    }
    
    .learn-more-btn::after {
        clip-path: polygon(
            0 0,
            calc(100% - 12px) 0,
            100% 50%,
            calc(100% - 12px) 100%,
            0 100%
        );
    }
    
    .footer-item {
        font-size: 14px;
    }
} */

/* @media (max-width: 480px) {
    .about-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .about-description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .stat-number {
        font-size: 48px;
        line-height: 48px;
    }
    
    .stat-badge {
        min-width: 120px;
        padding: 6px 15px;
    }
    
    .badge-text {
        font-size: 16px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    .about-esfi-section .learn-more-btn {
        padding: 14px 28px;
        font-size: 12px;
        min-width: 140px;
    }
} */
