body {
	font-family: "Inter", sans-serif;
}

/* About Company Slides Styles */
.about-company-slides {
	position: relative;
	min-height: 100vh;
	background-color: #000;
	overflow: hidden;
}

/* Ensure slides take full viewport height */
.slide {
	display: none;
	min-height: 100vh;
	position: relative;
	color: white;
	width: 100%;
}

.slide.active {
	display: block;
}

/* Slide 1: About the Company */
.about-company-slide {
	background: linear-gradient(
		to bottom,
		#f5f5f5 0%,
		#f5f5f5 60%,
		#2a2a2a 60%,
		#2a2a2a 100%
	);
}

.about-company-slide .slide-content {
	background-image: url('../images/about-company/slide1bg.png');
	padding: 30px 20px 100px 20px;
}

.about-company-slide .slide-title {
	color: #000;
	padding: 0;
	margin-bottom: 0;
	font-size: 45px;
	font-weight: 700;
}

.about-company-slide .slide-text {
	margin-top: 20px;
	margin-bottom: 30px;
}

.about-company-slide .slide-text p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 16px;
}

.about-company-slide .why-us-section {
	background-image: url('../images/about-company/BG.png');
	margin-top: 0;
	padding: 23px 18px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-company-slide .why-us-section .section-subtitle {
	color: white;
	font-size: 32px;
	font-family: 'Bebas', sans-serif;
	font-weight: 700;
	margin: 0;
}

.about-company-slide .why-us-list {
	margin-top: 19px;
	margin-left: 10px;
}

.about-company-slide .why-us-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.about-company-slide .bullet-point {
	width: 4px;
	height: 4px;
	background-color: white;
	border-radius: 50%;
	margin-top: 8px;
	flex-shrink: 0;
}

.about-company-slide .why-us-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: white;
	font-weight: 300;
}

.about-company-slide .why-us-item strong {
	color: white;
	font-weight: 600;
}

.about-company-slide .mission-section {
	padding: 28px 0px;
	margin-top: 0;
}

.about-company-slide .mission-section .section-subtitle {
	color: #000;
	font-size: 32px;
	font-family: 'Bebas', sans-serif;
	margin-bottom: 20px;
	font-weight: 700;
	margin: 0;
}

.about-company-slide .mission-section p {
	color: #191919;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 14px;
}

.about-company-slide .mission-section strong {
	color: #000;
	font-weight: 700;
	text-shadow: none;
	letter-spacing: 0;
	font-size: 14px;
}

/* Slide 2: From Creator */
.from-creator-slide {
	background-color: #2a2a2a;
}

.from-creator-slide .slide-content {
	background-image: url('../images/about-company/slide2bg.png');
	padding: 30px 25px 135px 25px;
}

.from-creator-slide .slide-title {
	color: white;
	margin-bottom: 20px;
	font-size: 45px;
	font-weight: 700;
}

.from-creator-slide .creator-story p {
	color: white;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	margin-right: 45%;
	margin-bottom: 20px;
}

.from-creator-slide .creator-photo-section {
	margin: 20px 0;
	text-align: right;
}

.from-creator-slide .creator-photo img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #1dfff9;
}

.from-creator-slide .creator-name {
	font-size: 12px;
	color: #1dfff9;
	margin-top: 8px;
	text-align: center;
	font-style: italic;
}

.from-creator-slide .creator-quote {
	padding: 21px 27px;
	margin: 43px 0;
	font-size: 12px;
	font-style: italic;
	position: relative;
	font-weight: 300;
	background-image: url('../images/about-company/quote.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.from-creator-slide .quote-mark-left {
	font-size: 18px;
	color: #1dfff9;
	font-family: 'Bebas Neue', sans-serif;
	position: absolute;
	top: -11px;
	left: 0;
}

.from-creator-slide .quote-mark-right {
	font-size: 18px;
	color: #1dfff9;
	font-family: 'Bebas Neue', sans-serif;
	position: absolute;
	right: 0;
	bottom: -14px;
}

.from-creator-slide .creator-quote p {
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	color: black;
}

.from-creator-slide .creator-principles p {
	color: white;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 16px;
}

/* Slide 3: About Products */
.about-products-slide {
	background: linear-gradient(
		to bottom,
		#f5f5f5 0%,
		#f5f5f5 50%,
		#2a2a2a 50%,
		#2a2a2a 100%
	);
}

.about-products-slide .slide-content {
	background-image: url('../images/about-company/slide3bg.png');
	padding: 30px 0;
}

.about-products-slide .slide-title {
	color: #000;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 45px;
	font-weight: 700;
}

.about-products-slide .products-quote {
	margin-bottom: 0;
	background-image: url('../images/about-company/quote-texture.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-products-slide .quote-box {
	background-color: transparent;
	padding: 33px 27px 22px 27px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
}

.about-products-slide .quote-box p {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.4;
	color: white;
	font-family: 'Bebas', sans-serif;
}

.about-products-slide .products-description {
	padding: 10px 0;
}

.about-products-slide .products-description p {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 300;
}

.about-products-slide .products-categories {
	background-color: #2a2a2a;
	margin: 0 20px;
	border: none;
	margin-top: 0;
	padding: 30px 18px 10px 18px;
	background-image: url('../images/about-company/BG.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-products-slide .product-category {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.about-products-slide .category-bullet {
	width: 4px;
	height: 4px;
	background-color: white;
	border-radius: 50%;
	margin-top: 8px;
	flex-shrink: 0;
}

.about-products-slide .product-category p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: white;
	font-weight: 300;
}

.about-products-slide .product-category strong {
	color: white;
	font-weight: 600;
}

.about-products-slide .products-conclusion {
	padding: 20px 0 50px 0;
	margin: 0 0 51px 0;
}

.about-products-slide .products-conclusion p {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: 300;
}

/* Common styles */
.slide-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

.section-subtitle {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	text-align: left;
}

/* Common background styles */
.slide-content {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 100vh;
}

/* Navigation Buttons - Fixed to bottom of each section */
.slide-navigation {
	position: absolute;
	bottom: 30px;
	left: 48%;
	transform: translateX(-48%);
	display: flex;
	gap: 16px;
	z-index: 10;
	width: calc(100% - 40px);
	max-width: 350px;
}

.nav-btn {
	padding: 14px 32px;
	border: 2px solid;
	background-color: transparent;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 116px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.next-btn {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}

.quote-author {
	font-weight: 300;
	position: absolute;
	color: #59F3EF;
	right: 9px;
	font-family: 'Redtowns';
	font-size: 20px;
	top: -27px;
}

.next-btn:hover:not(:disabled) {
	background-color: #333;
	border-color: #fff;
}

.prev-btn {
	background-color: #fff;
	border-color: #000;
	color: #000;
}


.prev-btn:hover:not(:disabled) {
	background-color: #f5f5f5;
	border-color: #000;
}

.slide1-nav {
	justify-content: flex-end;
}

.slide2-nav {
	justify-content: space-between;
}

.slide3-nav {
	justify-content: flex-start;
}

/* Large screens - ensure full image visibility */
@media (min-width: 1200px) {
	.about-company-slide .slide-content,
	.from-creator-slide .slide-content,
	.about-products-slide .slide-content {
		background-size: contain;
		background-position: center;
		max-width: 1200px;
	}
}

/* Medium screens */
@media (max-width: 1199px) and (min-width: 769px) {
	.about-company-slide .slide-content,
	.from-creator-slide .slide-content,
	.about-products-slide .slide-content {
		background-size: contain;
		background-position: center;
	}
}

/* Small screens */
@media (max-width: 768px) {
	.about-company-slide .slide-content,
	.from-creator-slide .slide-content,
	.about-products-slide .slide-content {
		background-size: cover;
		background-position: center top;
	}
}

@media (max-width: 480px) {
	.slide-content {
		padding: 40px 15px 80px 15px;
	}

	.about-company-slide .slide-content,
	.from-creator-slide .slide-content,
	.about-products-slide .slide-content {
		background-size: cover;
		background-position: center top;
		min-height: 100vh;
	}

	.slide-navigation {
		bottom: 40px;
		width: calc(100% - 36px);
		gap: 12px;
	}

	.nav-btn {
		padding: 14px 32px;
		font-size: 14px;
		min-width: 100px;
		height: 42px;
	}

	.slide-title {
		font-size: 28px;
	}

	.section-subtitle {
		font-size: 20px;
	}
}
