:root {
	--primary-color: #3d3835;
	--accent-color: #f28888;
	--text-color: #3d3835;
	--light-bg: #f9f9f9;
	--e-global-color-rishi6: rgba(61, 56, 53, 0.2);
}

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--text-color);
	line-height: 1.6;
	overflow-x: hidden;
}

header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	padding: 15px 0;
	text-align: left;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo-img {
	height: 45px;
	transition: transform 0.3s;
}

.logo-img:hover {
	transform: scale(1.05);
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

section {
	padding: 80px 0;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 20px;
}

h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 30px;
	font-weight: 700;
	color: var(--primary-color);
}

/* Hero Section */
.hero {
	padding: 0;
	height: 80vh;
	min-height: 450px;
	background: #eee;
	overflow: hidden;
	position: relative;
}

.hero-swiper {
	width: 100%;
	height: 100%;
}

.hero-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.hero-slide-1 {
	background-image: url('../img/Banner-1.jpg');
	background-image: url('../img/Banner-1.webp');
}

.hero-slide-2 {
	background-image: url('../img/Banner-2.jpg');
	background-image: url('../img/Banner-2.webp');
}

.hero-slide-3 {
	background-image: url('../img/Banner-3.jpg');
	background-image: url('../img/Banner-3.webp');
}

/* Categories Section */
.categories {
	background-image: linear-gradient(180deg, #E3E0DE33 0%, #3D383533 100%);
	padding: 100px 0 40px 0;
}

.categories .sub-title {
	text-align: center;
	font-size: 23px;
	margin-bottom: 10px;
}

.category-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	margin-top: 40px;
}

.category-item {
	flex: 0 0 25%;
	min-width: 250px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.category-item img {
	width: 60%;
	height: auto;
	transition: transform 0.3s;
}

.category-item p {
	font-weight: 400;
	font-size: 20px;
	margin-top: 15px;
}

/* Lokasi Store Section */
.locations {
	background-image: url('../img/Now-Open.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 100px 0;
}

.locations h2 {
	color: #FDFAFA;
	margin-bottom: 40px;
}

.location-swiper {
	height: 400px;
	padding: 20px 0 60px !important;
}

.location-card {
	border-radius: 0;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.location-card a {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* Cara Perbaikan Section */
.steps {
	background-image: linear-gradient(180deg, #E3E0DE33 37%, rgba(61, 56, 53, 0.2) 100%);
	padding: 100px 0 40px 0;
}

.steps-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.steps-img {
	flex: 0 0 45%;
}

.steps-img img {
	width: 100%;
	height: auto;
}

.steps-list {
	flex: 1;
	padding-left: 50px;
}

.step-item {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	align-items: flex-start;
}

.step-item img {
	width: 80px;
	height: auto;
}

.step-item h3 {
	margin: 0 0 5px;
	font-size: 25px;
	font-weight: 700;
	color: var(--primary-color);
}

.step-item p {
	margin: 0;
	color: var(--text-color);
	font-size: 18px;
}

/* Kenapa Harus ASIA Section */
.why-us {
	background-image: url('../img/Kenapa-Pilih-Asia-Phone.jpg'); /* Fallback */
	background-image: url('../img/Kenapa-Pilih-Asia-Phone.webp');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 100px 0 40px 0;
	position: relative;
}

.why-us::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	/* Darker overlay for better look */
	z-index: 1;
}

.why-us .container {
	position: relative;
	z-index: 2;
}

.why-us h2 {
	color: #fff;
}

.why-swiper {
	padding: 20px 0 60px !important;
	max-width: 800px;
	margin: 0 auto;
}

.why-slide {
	background-color: var(--e-global-color-rishi6);
	padding: 40px;
	color: #fff;
	text-align: center;
}

.why-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.why-header img {
	width: 80px;
	height: auto;
}

.why-header h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.why-content {
	font-size: 18px;
	line-height: 1.6;
}

/* Testimonials Section */
.testimonials {
	background-image: linear-gradient(180deg, #B6AFAA33 69%, #3D383533 100%);
	padding: 100px 0 40px 0;
}

.testimonial-swiper {
	padding: 50px 0 80px !important;
}

.testimonial-swiper .swiper-slide {
	width: 80%;
	max-width: 600px;
	opacity: 0.4;
	transition: opacity 0.3s;
}

.testimonial-swiper .swiper-slide-active {
	opacity: 1;
}

.testimonial-card {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.testimonial-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--primary-color);
}

.testimonial-text {
	color: #3d3835;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.testimonial-user {
	margin-top: auto;
}

.testimonial-user h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}

.testimonial-user span {
	font-size: 14px;
	color: #666;
}

/* Buttons */
.btn-container {
	text-align: center;
	margin-top: 30px;
}

.elementor-button {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8em;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 10px 40px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s;
}

.btn-dark {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.elementor-button:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

/* Footer */
footer {
	background: #111;
	color: #eee;
	padding: 80px 0 40px;
	text-align: center;
}

.footer-logo {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-desc {
	max-width: 800px;
	margin: 0 auto 40px;
	color: #bbb;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.footer-desc p {
	margin-bottom: 20px;
}

.footer-divider {
	width: 60px;
	height: 2px;
	background: var(--primary-color);
	margin: 0 auto 40px;
	opacity: 0.5;
}

.copyright {
	color: #888;
	font-size: 13px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #222;
	letter-spacing: 1px;
}

/* Floating WhatsApp */
.wa-float {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: #25d366;
	color: #fff;
	padding: 15px;
	border-radius: 50px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	box-shadow: 0 10px 40px rgba(37, 211, 102, 0.4);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	overflow: hidden;
	width: 54px;
	height: 54px;
	white-space: nowrap;
	box-sizing: border-box;
}

.wa-float svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.wa-float span {
	opacity: 0;
	max-width: 0;
	transition: all 0.4s ease;
	font-weight: 600;
}

.wa-float:hover {
	width: auto;
	max-width: 400px;
	padding: 15px 25px;
	gap: 12px;
	justify-content: flex-start;
}

.wa-float:hover span {
	opacity: 1;
	max-width: 300px;
}

/* Swiper Fixes */
.swiper-pagination-bullet {
	background: #999;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #5081F5 !important;
	width: 12px;
	height: 12px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

/* Animations */
.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

.reveal-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}

.reveal-left.active {
	opacity: 1;
	transform: translateX(0);
}

.reveal-right {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease-out;
}

.reveal-right.active {
	opacity: 1;
	transform: translateX(0);
}

.scale-up {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scale-up.active {
	opacity: 1;
	transform: scale(1);
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	75% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}

.shake-on-hover:hover {
	animation: shake 0.4s ease-in-out;
}

@media (max-width: 768px) {
	.category-item {
		flex: 0 0 50%;
		min-width: 0;
	}

	.steps-img {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.steps-list {
		padding-left: 20px;
	}

	.hero {
		height: auto;
		aspect-ratio: 16 / 9;
		min-height: 200px;
	}

	.why-slide {
		padding: 20px;
	}
}

/* Service Area Section */
.service-areas {
	background-color: var(--light-bg);
}

.area-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.area-grid span, .area-grid a {
	background: #fff;
	padding: 12px 20px;
	border-radius: 10px;
	text-align: center;
	font-weight: 500;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	color: var(--primary-color);
	transition: all 0.3s;
	border-left: 4px solid var(--accent-color);
	text-decoration: none;
	display: block;
}

.area-grid span:hover, .area-grid a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
	background: var(--accent-color);
	color: #fff;
}


.btn-wa {
	background-color: #25d366 !important;
	border-color: #25d366 !important;
	color: #fff !important;
	margin: 0 5px 10px;
	padding: 8px 20px;
	font-size: 16px;
}

.btn-wa:hover {
	background-color: #128c7e !important;
	border-color: #128c7e !important;
}

@media (max-width: 768px) {
	.area-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* FAQ Section */
.faq {
	background-color: #fff;
}

.faq-container {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.faq-question {
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--primary-color);
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.faq-question::before {
	content: '?';
	position: absolute;
	left: 0;
	color: var(--accent-color);
	font-weight: 900;
}

.faq-answer {
	color: #666;
	padding-left: 30px;
	line-height: 1.6;
}

/* Breadcrumbs */
.breadcrumb-nav {
	padding: 20px 0 0;
	font-size: 0.9rem;
	color: #888;
}

.breadcrumb-nav a {
	color: var(--accent-color);
	text-decoration: none;
}

.breadcrumb-nav a:hover {
	text-decoration: underline;
}

.breadcrumb-nav span {
	color: #333;
	font-weight: 600;
}
