
:root {
	/* Brand / Layout */
	--top-banner: #d9a5c0;
	--header-bg: #f3eaf1;
	--hero-bg: #7b7bb3;
	--scroll-bg: #f9f2f8;
	--light-bg: #fcf8fb;

	/* Section backgrounds */
	--cert-bg: #f3eaf1;
	--strength-bg: #f3eaf1;
	--testimonial-bg: #f3eaf1;

	/* Text & UI */
	--text-dark: #4a154b;
	--text-purple: #7b7bb3;
	--btn-purple: #6b2d5c;
	--white: #ffffff;

	/* Accent / Utility */
	--table-hover: #fcf8fb;
	--input-bg: #f9f2f8;

	/* Strength colors */
	--clr-cyan: #4cd4f2;
	--clr-lilac: #c588e1;
	--clr-green: #6fcf97;
	--clr-yellow: #edef7c;

	/* Footer */
	--footer-bg: #686aab;
}

body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; overflow-x: hidden; color: var(--text-dark); line-height: normal }

/* special fix for blog  */
.blog-sidebar .widget.categories-widget ul li a { display: block; }
.back-to-top a { display: block;}



/* --- 1. TOP BANNER & HEADER --- */
.site-header { position: sticky; top: 0; z-index: 999; transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease; will-change: transform; }
.site-header.is-sticky { background-color: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.site-header.is-hidden { transform: translateY(-100%); }

/* --- HEADER SEARCH (toggle + pill input, NO extra button inside) --- */
.header-search { display: flex; align-items: center; gap: 6px; }
.search-icon-btn { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: none; background: transparent; border-radius: 999px; cursor: pointer; transition: background .2s ease; color: var(--text-dark); padding: 0; }
.search-icon-btn:hover { background: rgba(74, 21, 75, 0.1); }
.search-icon-btn svg { width: 20px; height: 20px; fill: currentColor; }

.header-search-form { display: flex; align-items: center; width: 0; opacity: 0; overflow: hidden; pointer-events: none; background: #fff; border: 1px solid rgba(0,0,0,0.12); border-radius: 999px; transition: width .25s ease, opacity .18s ease; }
.header-search-form.active { width: 190px; opacity: 1; pointer-events: auto; }
.header-search-input { width: 100%; border: none; outline: none; background: transparent; padding: 10px 16px; font-size: 15px; color: var(--btn-purple); }
@media (max-width: 768px) { .header-search-form.active { width: 220px; } }

/* --- TOP BANNER + HEADER LAYOUT --- */
.top-banner { background-color: var(--top-banner); padding: 8px 10%; text-align: center; font-size: 14px; font-family: 'Inter', sans-serif; }
header { background-color: var(--header-bg); padding: 14px 10%; display: flex; justify-content: space-between; align-items: center; position: relative; }
.logo { font-weight: 900; font-size: 32px; color: var(--text-dark); }
.logo a { color: var(--text-dark); }
.header-right { display: flex; align-items: center; gap: 20px; }
nav ul { list-style: none; display: flex; gap: 5px; margin: 0; padding: 0; }

/* HOVER ANIMATION FOR MENU */
nav ul li a { text-decoration: none; color: var(--text-dark); font-family: 'Libre Baskerville', serif; text-transform: uppercase; font-size: 13px; font-weight: 700; padding: 10px 15px; border-radius: 6px; transition: all 0.3s ease; display: inline-block; }
nav ul li a:hover, nav ul li.active a { background-color: var(--btn-purple); color: var(--white); transform: translateY(-2px); }

/* Mobile Menu */
.hamburger { display: none; cursor: pointer; padding: 10px; }
.hamburger svg { width: 28px; height: 28px; fill: var(--text-dark); }

@media (max-width: 768px) { .hamburger { display: block; } }
@media (max-width: 768px) { nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--header-bg); padding: 20px 5%; display: none; } }
@media (max-width: 768px) { nav.active { display: block; } }
@media (max-width: 768px) { nav ul { flex-direction: column; gap: 10px; } }
@media (max-width: 768px) { nav ul li a { display: block; padding: 12px 15px; font-size: 16px; } }
@media (max-width: 768px) { .header-right { gap: 10px; } }





/* --- 2. HERO SECTION --- */
.hero-slider { position: relative; overflow: hidden;  aspect-ratio: 1920 / 800; width: 100%;}

.hero { position: absolute; inset: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 60px 10%; color: var(--white); background-size: contain; background-position: center; background-repeat: no-repeat; opacity: 0; }

.hero.active { position: relative; opacity: 1; }
.hero > * { position: relative; z-index: 1; }
.hero h1 { font-family: 'Yeseva One', cursive; font-size: 57px; line-height: 1.1; margin: 0 0 20px 0; max-width: 900px; text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35); }
.hero h2 {font-family: 'Libre Baskerville', serif; font-size: 36px; font-weight: 600; line-height: 1.1; margin:0 0 40px 0; max-width: 900px; }
.features-container { display: flex; flex-wrap: wrap; gap: 15px; }
.pill { display: flex; align-items: center; gap: 8px; padding: 8px 24px; font-family: 'Libre Baskerville', serif; font-size: 24px; white-space: nowrap; color: var(--white); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.08); backdrop-filter: blur(2px); }
@media (max-width: 1024px) { .hero { padding: 60px 7%; } .hero h1 { font-size: 48px; } .pill { font-size: 20px; } }
@media (max-width: 640px) { .hero { padding: 40px 6%; min-height: auto; } .hero h1 { font-size: 36px; } .pill { font-size: 18px; padding: 6px 18px; } }


/* --- 3. SCROLLING MARQUEE --- */
.bc-scroll-section { background-color: var(--scroll-bg); padding: 60px 0; overflow: hidden; }
.bc-marquee-slider-container { width: 100%; display: flex; }
.bc-marquee { display: flex; gap: 50px; align-items: flex-start; flex-shrink: 0; width: max-content; will-change: transform; transform: translateZ(0); }
.bc-product-card-scroll { width: 122px; display: flex; flex-direction: column; align-items: center; text-decoration: none; transition: transform 0.3s ease; }
.bc-dummy-shape { width: 122px; height: 150px; margin-bottom: 12px; border-radius: 12px; background: transparent; overflow: hidden; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); will-change: transform; transition: box-shadow 0.25s ease, transform 0.25s ease;}
.bc-dummy-shape img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; backface-visibility: hidden; transform: translateZ(0); }
.bc-product-title { color: var(--text-dark); font-size: 14px; font-weight: 600; text-align: center; font-family: 'Inter', sans-serif; }
.bc-product-card-scroll:hover { transform: scale(1.08); }
.bc-product-card-scroll:hover .bc-dummy-shape { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); }


/* --- 4. COMMITMENT SECTION --- */
.commitment-section { background-color: var(--cert-bg); padding: 80px 10%; }
.commitment-flex { display: flex; gap: 6px; align-items: center; margin-bottom: 8px; }
.commitment-content { flex: 1; }
.commitment-content h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: var(--text-purple); margin: 0 0 15px; }
.commitment-content h3 { font-family: 'Libre Baskerville', serif; font-size: 36px; color: var(--text-purple); line-height: 1.2; margin: 0 0 25px; font-weight: 400; }
.commitment-content p { font-size: 17px; line-height: 1.6; color: var(--text-dark); margin-bottom: 20px; }
.commitment-image-wrapper { flex: 1; margin-right: -20px; }
.commitment-image-wrapper img { width: 100%; object-fit: contain; }
.commitment-btn { text-align: right; }
.btn-purple { background-color: var(--btn-purple); color: white; padding: 14px 28px; font-family: 'Libre Baskerville', serif; font-size: 18px; text-decoration: none; border-radius: 6px; display: inline-flex; align-items: center; gap: 12px; transition: 0.3s; }
@media (max-width: 1024px) {
  .commitment-flex { flex-direction: column; align-items: flex-start; }
  .commitment-image-wrapper { width: 100%; justify-content: center; }
  .commitment-btn { text-align: left; }
}


/* --- 5. OUR STRENGTH ANIMATED --- */
.strength-section { padding-bottom: 80px; }
.strength-header { padding: 40px 10%; }
.strength-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: var(--text-purple); margin: 0; }
.strength-header p { font-size: 36px; color: var(--text-dark); margin: 10px 0 0 0; }
.strength-container { display: flex; height: 550px; width: 100%; overflow: hidden; }
.strength-block { flex: 1; padding: 60px 40px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); cursor: pointer; position: relative; }
.strength-content { opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; }
.strength-block h4 { font-family: 'Yeseva One', cursive; font-size: 42px; margin: 0; color: var(--text-purple); }
.btn-more { background-color: var(--btn-purple); color: white; padding: 8px 24px; font-family: 'Libre Baskerville', serif; text-decoration: none; border-radius: 6px; font-size: 16px; }
.btn-more:hover { background-color: #561f48;; color: white; }
.s-cyan { background-color: var(--clr-cyan); flex: 2.2; }
.s-lilac { background-color: var(--clr-lilac); }
.s-green { background-color: var(--clr-green); }
.s-yellow { background-color: var(--clr-yellow); }
.s-cyan .strength-content { opacity: 1; transform: translateY(0); }
.strength-container:hover .strength-block { flex: 1; }
.strength-container:hover .strength-block .strength-content { opacity: 0; }
.strength-container .strength-block:hover { flex: 4; }
.strength-container .strength-block:hover .strength-content { opacity: 1; transform: translateY(0); transition-delay: 0.2s; }

/* --- 6. TESTIMONIALS --- */
.testimonial-section { background-color: var(--testimonial-bg); padding: 80px 0; overflow: hidden; color: var(--text-dark); }
.testimonial-header { padding-left: 10%; margin-bottom: 60px; }
.testimonial-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: #7b7bb3; margin: 0; }
.testimonial-header p { font-family: 'Inter', sans-serif; font-size: 36px; color: #4a154b; margin: 10px 0 0 0; }
.testimonial-slider-container { width: 100%; display: flex; }
.testimonial-track { display: flex; gap: 30px; padding: 20px 0; animation: slideTestimonials 40s linear infinite; width: max-content; }
.testimonial-track:hover { animation-play-state: paused; }
.testimonial-card { width: 600px; border: 1px solid #7b7bb3; border-radius: 20px; padding: 40px; display: flex; gap: 25px; flex-shrink: 0; box-sizing: border-box; }
.client-avatar { width: 120px; height: 120px; background-color: #8e8e8e; border-radius: 50%; flex-shrink: 0; overflow: hidden; }
.client-details h4 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 24px; color: #7b7bb3; margin: 5px 0 15px 0; }
.testimonial-body { font-size: 15px; line-height: 1.5; margin-bottom: 20px; }
.star-rating { color: #7b7bb3; font-size: 20px; display: flex; gap: 4px; }
@keyframes slideTestimonials { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- 7. ACHIEVEMENTS --- */
.achievements-section { background-color: #ffffff; padding: 100px 10%; text-align: center; color: #4a154b; }
.achievements-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: #7b7bb3; margin: 0; }
.achievements-header p { font-family: 'Inter', sans-serif; font-size: 36px; color: #4a154b; margin: 10px 0 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.stat-card { border: 1px solid #7b7bb3; border-radius: 50px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.stat-card:hover { transform: translateY(-5px); }
.stat-number { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 48px; color: #4a154b; margin-bottom: 5px; }
.stat-label { font-family: 'Inter', sans-serif; font-size: 18px; text-transform: uppercase; color: #4a154b; letter-spacing: 1px; }

/* --- 8. TOP CLIENTS --- */
.clients-section { background-color: #ffffff; padding: 80px 10%; color: #4a154b; }
.clients-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: #7b7bb3; margin: 0; }
.clients-header p { font-family: 'Inter', sans-serif; font-size: 36px; color: #4a154b; margin: 10px 0 60px 0; }
.clients-grid-container { position: relative; min-height: 400px; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; transition: opacity 0.5s ease; }
.clients-grid.hidden { display: none; opacity: 0; }
.client-logo-box { background-color: #f8f9fa; height: 180px; display: flex; align-items: center; justify-content: center; border-radius: 8px; padding: 20px; overflow: hidden; transform: translateY(0) scale(1); transition: box-shadow 0.4s cubic-bezier(0.2, 1, 0.3, 1); will-change: transform; }
/* .client-logo-box img { max-width: 100%; height: auto; transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1); will-change: transform; } */
.client-logo-box img { width: 100%; object-fit: cover; transition: transform 0.4s ease; }
.client-logo-box:hover { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); }
.client-logo-box:hover img { transform: scale(1.2); }
.client-nav-btn { margin-top: 40px; background-color: #6b2d5c; color: white; padding: 14px 36px; font-family: 'Inter', sans-serif; font-weight: 500; border: none; border-radius: 6px; cursor: pointer; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }
.client-nav-btn:hover { background-color: #4a154b; transform: translateY(-2px); }

/* --- 9. SHOP SECTION --- */
.shop-section { background-color: #ffffff; padding: 80px 10%; color: #4a154b; }
.shop-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: #7b7bb3; margin: 0; }
.shop-header p { font-family: 'Inter', sans-serif; font-size: 36px; color: #4a154b; margin: 10px 0 60px 0; max-width: 900px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 60px; }
.shop-item { background-color: #f8f9fa; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); transform: translateY(0) scale(1); transition: box-shadow 0.4s ease; will-change: transform; }
.shop-item a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.shop-item .shop-image { width: 100%; height: 520px; overflow: hidden; }
.shop-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.6s ease; }
.shop-title { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; padding: 18px 20px 8px; color: #2b0f2f; }
.shop-price { padding: 0 20px 22px; display: flex; align-items: center; gap: 10px; }
.current-price { font-size: 18px; font-weight: 700; color: #6b2d5c; }
.old-price { font-size: 14px; color: #999999; text-decoration: line-through; }
.shop-item:hover { box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12); }
.shop-item:hover img { transform: scale(1.08); }
.shop-footer { display: flex; justify-content: flex-end; }
.btn-shop { background-color: #6b2d5c; color: white; padding: 14px 34px; font-family: 'Inter', sans-serif; font-weight: 500; text-decoration: none; border-radius: 8px; display: inline-flex; align-items: center; gap: 12px; transition: background-color 0.3s ease, transform 0.3s ease; }
.btn-shop:hover { background-color: #4a154b; color: white; transform: translateY(-2px); }
/* RESPONSIVE */
@media (max-width: 1024px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .shop-grid { grid-template-columns: 1fr; } .shop-header h2 { font-size: 42px; } .shop-header p { font-size: 24px; } }

/* --- 10. SERVICES SECTION --- */
.services-section { background-color: #ffffff; padding: 80px 10%; color: #4a154b; }
.services-header h2 { font-family: 'Yeseva One', cursive; font-size: 57px; color: #7b7bb3; margin: 0; }
.services-header p { font-family: 'Inter', sans-serif; font-size: 36px; color: #4a154b; margin: 10px 0 40px 0; }
.services-list { border-top: 1px solid #e0e0e0; margin-bottom: 50px; }
.service-row { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; }
.service-row:hover { background-color: #fcf8fb; }
.service-title-home { font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 500; color: #4a154b; }
.btn-details { border: 1px solid #6b2d5c; background: transparent; color: #6b2d5c; padding: 10px 24px; font-family: 'Inter', sans-serif; font-size: 16px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; }
.btn-details:hover { background-color: #6b2d5c; color: #ffffff; }
.services-footer { display: flex; justify-content: flex-end; margin-top: 40px; }

/* --- 11. FOOTER SECTION --- */
footer { background-color: var(--footer-bg); padding: 80px 10% 40px; color: var(--white); }
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 60px; }
.footer-logo { width: 200px; }
.footer-logo-side h2 { font-weight: 600; font-size: 32px; margin: 0 0 20px 0; letter-spacing: 1px;color: var(--white); }
.footer-logo-side img { margin: 0 0 20px 0; }
.footer-logo-side p { font-size: 15px; line-height: 1.6; opacity: 0.9; }
.footer-column h5 { font-family: 'Libre Baskerville', serif; font-size: 18px; text-transform: uppercase; margin-bottom: 25px; color: var(--top-banner); }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a { text-decoration: none; color: var(--white); font-size: 15px; transition: 0.3s; opacity: 0.8; }
.footer-column ul li a:hover { opacity: 1; padding-left: 5px; }
.footer-column p a { text-decoration: none; color: var(--white); font-size: 15px; transition: 0.3s; opacity: 0.8; }
.footer-column p a:hover { opacity: 1; padding-left: 5px; }
.social-links { display: flex; gap: 15px; margin-top: 20px; }
.social-icon { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.3s; color: var(--white); }
.social-icon:hover { background-color: var(--top-banner); color: var(--text-dark); border-color: var(--top-banner); }
.social-icon svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; font-size: 13px; opacity: 0.7; flex-wrap: wrap; gap: 15px; text-align: center; }

/* Responsive Adjustments */
@media (max-width: 1024px) {
.hero h1 { font-size: 48px; }
.hero .pill { font-size: 20px; padding: 8px 20px; }
.commitment-content h2, .strength-header h2, .testimonial-header h2, .achievements-header h2, .clients-header h2, .shop-header h2, .services-header h2 { font-size: 48px; }
.commitment-content h3, .strength-header p, .testimonial-header p, .achievements-header p, .clients-header p, .shop-header p, .services-header p { font-size: 28px; }
.commitment-flex { flex-direction: column; }
.cert-frame-wrapper { align-items: center; }
.strength-container { height: auto; flex-direction: column; }
.strength-block { height: 300px; flex: none !important; }
.stats-grid, .shop-grid, .clients-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.top-banner { font-size: 12px; padding: 8px 5%; }
.logo { font-size: 28px; }
.hero { padding: 40px 5%; }
.hero h1 { font-size: 40px; margin-bottom: 30px; }
.features-container { justify-content: center; }
.hero .pill { font-size: 18px; padding: 6px 16px; }
.commitment-content h2, .strength-header h2, .testimonial-header h2, .achievements-header h2, .clients-header h2, .shop-header h2, .services-header h2 { font-size: 40px; }
.commitment-content h3, .strength-header p, .testimonial-header p, .achievements-header p, .clients-header p, .shop-header p, .services-header p { font-size: 24px; }
.commitment-content p { font-size: 16px; }
.stat-number { font-size: 36px; }
.service-title { font-size: 20px; }
.testimonial-card { padding: 30px; gap: 20px; }
.client-avatar { width: 100px; height: 100px; }
.shape-group { gap: 20px; }
.product-card-scroll { width: 100px; }
.dummy-shape { width: 100px; height: 130px; }
.product-title { font-size: 13px; }
.stats-grid, .shop-grid, .clients-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.hero h1 { font-size: 32px; }
.pill { font-size: 16px; padding: 6px 12px; }
.commitment-content h2, .strength-header h2, .testimonial-header h2, .achievements-header h2, .clients-header h2, .shop-header h2, .services-header h2 { font-size: 32px; }
.commitment-content h3, .strength-header p, .testimonial-header p, .achievements-header p, .clients-header p, .shop-header p, .services-header p { font-size: 20px; }
.btn-purple, .btn-shop, .btn-browse-services { padding: 12px 24px; font-size: 16px; }
}






	/*  about us */
/* --- ABOUT HERO --- */
.about-hero { background-color: var(--hero-bg); padding: 100px 10%; color: var(--white); text-align: center; }
.about-hero h1 { font-family: 'Yeseva One', cursive; font-size: 64px; margin: 0 0 20px 0; }
.about-hero p { font-family: 'Libre Baskerville', serif; font-size: 22px; max-width: 800px; margin: 0 auto; opacity: 0.9; line-height: 1.4; }

/* --- OUR STORY --- */
.story-section { padding: 100px 10%; display: flex; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; }
.story-image { flex: 1; aspect-ratio: 1 / 1; border-radius: 30px; overflow: hidden; background-color: #f0f0f0; position: relative; }
.story-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-content { flex: 1.2; }
.story-content h2 { font-family: 'Yeseva One', cursive; font-size: 48px; color: var(--text-purple); margin-bottom: 25px; }
.story-content p { font-size: 18px; line-height: 1.8; color: #555; margin-bottom: 20px; }

/* --- CERTIFICATION MARQUEE --- */
.cert-marquee { background: var(--header-bg); padding: 30px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; overflow: hidden; }
.marquee-content { display: flex; width: max-content; animation: scroll 20s linear infinite; }
.marquee-content span { font-family: 'Yeseva One', cursive; font-size: 20px; color: var(--text-purple); margin-right: 80px; text-transform: uppercase; letter-spacing: 2px; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- VALUES & ACHIEVEMENTS --- */
.values-section { background-color: var(--light-bg); padding: 100px 10%; text-align: center; }
.values-section h2 { font-family: 'Yeseva One', cursive; font-size: 48px; margin-bottom: 60px; color: var(--text-dark); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.value-card { background: var(--white); padding: 40px; border-radius: 20px; transition: 0.3s; border-bottom: 4px solid var(--top-banner); }
.value-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.value-card h3 { font-family: 'Libre Baskerville', serif; font-size: 42px; color: var(--btn-purple); margin: 0 0 10px 0; } /* Using large numbers here */
.value-card p { font-size: 15px; line-height: 1.6; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* --- MEET THE TEAM --- */
.team-section { padding: 100px 10%; text-align: center; }
.team-section h2 { font-family: 'Yeseva One', cursive; font-size: 48px; margin-bottom: 60px; color: var(--text-dark); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.team-member { text-align: center; }
.member-photo { width: 180px; height: 180px; background-color: #f0f0f0; background-size: cover; border-radius: 50%; margin: 0 auto 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 4px solid var(--top-banner); }
.member-photo.ceo-photo { border-color: var(--btn-purple); }
.team-member h3 { font-family: 'Libre Baskerville', serif; font-size: 22px; margin: 0 0 5px 0; color: var(--text-purple); }
.team-member p { font-size: 15px; color: #666; margin: 0; }

/* --- CEO MESSAGE --- */
.ceo-section { padding: 100px 5%; background-color: var(--text-dark); color: var(--white); text-align: center; }
.ceo-quote { font-family: 'Libre Baskerville', serif; font-size: 32px; font-style: italic; max-width: 900px; margin: 0 auto 40px; line-height: 1.5; }
.ceo-name { font-family: 'Yeseva One', cursive; font-size: 24px; color: var(--top-banner); letter-spacing: 2px; }

/* --- CTA --- */
.cta-footer { padding: 80px 10%; text-align: center; background: var(--white); }
.cta-footer h2 { font-family: 'Yeseva One', cursive; font-size: 42px; margin-bottom: 30px; }
.btn-cta { background: var(--btn-purple); color: white; text-decoration: none; padding: 18px 45px; border-radius: 8px; font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 18px; transition: 0.3s; display: inline-block; }
.btn-cta:hover { transform: scale(1.05); background: var(--text-dark); }

@media (max-width: 992px) {
		.story-section { flex-direction: column; text-align: center; }
		.about-hero h1 { font-size: 42px; }
}






/* contact us */

/* --- CONTACT HERO --- */
.contact-hero { background-color: var(--hero-bg); padding: 80px 10%; color: var(--white); text-align: center; }
.contact-hero h1 { font-family: 'Yeseva One', cursive; font-size: 57px; margin: 0 0 20px 0; }
.contact-hero p { font-family: 'Libre Baskerville', serif; font-size: 20px; opacity: 0.9; }

/* --- MAIN CONTACT SECTION --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding: 80px 5%; max-width: 1200px; margin: 0 auto; }

/* Direct Info */
.info-panel h2 { font-family: 'Yeseva One', cursive; font-size: 36px; color: var(--text-purple); margin-bottom: 30px; }
.contact-method { margin-bottom: 25px; }
.contact-method h4 { font-family: 'Libre Baskerville', serif; margin-bottom: 5px; color: var(--btn-purple); }
.contact-method p { font-size: 17px; margin: 0; font-weight: 500; }

/* Social Icons */
.social-wrap { margin-top: 40px; }
.social-wrap h4 { font-family: 'Libre Baskerville', serif; margin-bottom: 15px; color: var(--text-dark); }
.social-icons { display: flex; gap: 15px; }
.social-link { width: 45px; height: 45px; background: var(--header-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.3s; color: var(--btn-purple); text-decoration: none; }
.social-link:hover { background: var(--btn-purple); color: var(--white); transform: translateY(-3px); }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }

/* Form */
.form-panel { background: var(--light-bg); padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.form-group { margin-bottom: 20px; }
.form-group input, .form-group textarea { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Inter', sans-serif; box-sizing: border-box; }
.btn-send { background: var(--btn-purple); color: white; border: none; padding: 15px 40px; border-radius: 8px; font-family: 'Libre Baskerville', serif; font-weight: 700; cursor: pointer; transition: 0.3s; width: 100%; }
.btn-send:hover { background: var(--text-dark); }

/* --- GLOBAL OFFICES --- */
.offices-section { padding: 80px 10%; background: var(--white); }
.offices-section h2 { text-align: center; font-family: 'Yeseva One', cursive; font-size: 42px; margin-bottom: 50px; }
.office-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.office-card { padding: 40px; border: 1px solid #eee; border-radius: 15px; transition: 0.3s; border-top: 5px solid var(--top-banner); }
.office-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
.office-card h3 { font-family: 'Yeseva One', cursive; color: var(--btn-purple); margin-bottom: 15px; font-size: 24px; }
.office-card p { line-height: 1.6; color: #555; font-size: 15px; }

/* map  */
.contact-map-section{ width:100%; padding:0 10%; text-align: center; margin: 30px 0 100px;}
.contact-map-section .map-header h2 { font-family: 'Yeseva One', cursive; font-size: 42px; margin-bottom: 60px; }
.map-frame-wrap{ max-width:1200px; margin:0 auto; border-radius:10px; overflow:hidden; box-shadow:0 10px 14px rgba(0,0,0,.1); border:3px solid rgba(74, 21, 75, .4);}
.map-iframe{ width:100%; height:420px; border:0; display:block;}
@media (max-width: 768px){ .map-iframe{ height: 320px; } .contact-map-section{ padding:45px 5%; }}



/* Enzyme  */
/* --- 2. CATEGORY HERO & SEARCH (FROM 1ST CODE) --- */
.category-hero { background-color: var(--hero-bg); padding: 60px 10%; color: var(--white); text-align: center; }
.category-hero h1 { font-family: 'Yeseva One', cursive; font-size: 57px; margin: 0 0 20px 0; }
.search-input-wrap { max-width: 600px; margin: 0 auto; display: flex; background: var(--white); border-radius: 30px; padding: 5px; }
.search-input-wrap input { flex: 1; border: none; padding: 12px 20px; border-radius: 30px; outline: none; font-size: 16px; font-family: 'Inter', sans-serif; }
.search-input-wrap button { background: var(--btn-purple); color: var(--white); border: none; padding: 10px 25px; border-radius: 30px; font-family: 'Libre Baskerville', serif; cursor: pointer; }


/* --- 3. MAIN CATEGORY LAYOUT (FROM 1ST CODE) --- */
.category-container { display: flex; padding: 60px 10%; gap: 40px; }
.sidebar { width: 280px; flex-shrink: 0; }
.filter-group { margin-bottom: 28px; }
.filter-group h4 { font-family: 'Libre Baskerville', serif; font-size: 18px; border-bottom: 2px solid var(--top-banner); padding-bottom: 7px; margin-bottom: 14px; color: var(--text-dark); }
.filter-list { list-style: none; padding: 0; margin: 0; }
.filter-list li { margin-bottom: 12px; }
.filter-list label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 15px; }
.filter-list input[type="checkbox"] { accent-color: var(--btn-purple); width: 18px; height: 18px; }

.product-section { flex-grow: 1; }
.product-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.view-controls { display: flex; gap: 10px; }
.view-btn { background: #f0f0f0; border: none; padding: 8px; border-radius: 6px; cursor: pointer; display: flex; align-items: center; transition: 0.3s; }
.view-btn.active { background: var(--btn-purple); color: white; }
.view-btn svg { width: 20px; height: 20px; fill: currentColor; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.product-card { display: flex; flex-direction: column; background: white; border: 1px solid #eee; border-radius: 12px; overflow: hidden; transition: 0.3s; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-color: var(--top-banner); }
.product-image { width: 100%; height: 280px; background: #f5f5f5; align-items: center; justify-content: center; overflow: hidden;}
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1;}
.product-name { font-family: 'Libre Baskerville', serif; font-size: 20px; color: var(--text-dark); margin: 0 0 10px; }
.product-desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 20px; }
.btn-view { background-color: var(--btn-purple); color: white; padding: 12px; border-radius: 6px; text-align: center; text-decoration: none; font-family: 'Libre Baskerville', serif; margin-top: auto; }
.product-grid.list-mode { grid-template-columns: 1fr; }
.product-grid.list-mode .product-card { flex-direction: row; height: auto; }
.product-grid.list-mode .product-image { width: 300px; height: 240px; flex-shrink: 0; }
.product-grid.list-mode .product-image img { width: 100%; height: auto; object-fit: cover; display: block; }
.product-grid.list-mode .product-info { padding: 25px; }
.product-grid.list-mode .btn-view { width: 26%; }


.pagination-wrapper { display: flex; justify-content: center; margin-top: 36px; }
.pagination { display: flex; gap: 10px; list-style: none; padding: 0; margin: 0; }
.pagination li { display: flex; }
.pagination a,
.pagination span { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--top-banner); display: flex; align-items: center; justify-content: center; font-weight: 700; text-decoration: none; color: var(--text-dark); transition: 0.3s; }
.pagination li.active span { background: var(--btn-purple); color: #fff; border-color: var(--btn-purple); }
.pagination li.disabled span { opacity: 0.4; cursor: not-allowed; }
.pagination a:hover { background: var(--btn-purple); color: #fff; border-color: var(--btn-purple); }



/* --- 4. RECOMMENDED (IDENTICAL PRODUCT LAYOUT) --- */
.recommended-section { padding: 80px 0; background: var(--scroll-bg); overflow: hidden; }
.recommended-section h2 { font-family: 'Yeseva One', cursive; font-size: 42px; text-align: center; margin-bottom: 40px; color: var(--text-purple); }
.marquee { display: flex; width: max-content; animation: scrollRecommend 40s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.recommend-item-box { width: 300px; margin: 0 15px; flex-shrink: 0; }
@keyframes scrollRecommend { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }


@media (max-width: 768px) {
		.hamburger { display: block; }
		nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--header-bg); padding: 20px 5%; display: none; z-index: 1001; }
		nav.active { display: block; }
		nav ul { flex-direction: column; gap: 10px; }
		.category-container { flex-direction: column; }
		.sidebar { width: 100%; }
}






/* product/List */

.list-hero { background-color: var(--hero-bg); padding: 60px 5%; color: var(--white); text-align: center; }
.list-hero h1 { font-family: 'Yeseva One', cursive; font-size: 52px; margin: 0 0 15px 0; }

/* --- SEARCH & CATALOGUE ACTION --- */
.list-controls { padding: 40px 5% 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.search-box { flex: 1; max-width: 400px; position: relative; }
.search-box input { width: 100%; padding: 12px 20px; border: 1px solid #ddd; border-radius: 30px; font-size: 15px; outline: none; }
.btn-download-all { background: var(--btn-purple); color: white; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-family: 'Libre Baskerville', serif; font-size: 14px; font-weight: 700; transition: 0.3s; }

/* --- TABLE & HOVER INTERACTION --- */
.table-container { padding: 40px 5%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: white; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
th { background-color: var(--header-bg); padding: 16px 14px; text-align: left; font-family: 'Libre Baskerville', serif; text-transform: uppercase; font-size: 13px; color: var(--text-dark); border-bottom: 2px solid var(--top-banner); }
td { padding: 16px 14px; border-bottom: 1px solid #eee; font-size: 14px; vertical-align: top; }

.hidden-details {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-out, opacity 0.3s ease;
		background: var(--light-bg);
		opacity: 0;
}

tr:hover .hidden-details {
		max-height: 1000px; 
		opacity: 1;
		padding: 20px 0;
}

.product-name-cell { color: var(--btn-purple); font-weight: 700; cursor: help; display: block; margin-bottom: 5px; font-size: 17px; text-transform: uppercase; }

.desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; text-align: left; border-top: 1px dashed var(--top-banner); padding: 10px; margin-top: 10px; }
.desc-block h4 { font-family: 'Yeseva One'; color: var(--btn-purple); margin-bottom: 10px; font-size: 15px; border-bottom: 1px solid var(--top-banner); display: inline-block; }
.desc-block ul { padding-left: 15px; margin: 0; list-style-type: square; font-size: 13px; color: #555; line-height: 1.6; }

.cert-badge {
  --cert-color: #666; /* fallback */

  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  margin: 2px;

  /* TEXT uses original color */
  color: var(--cert-color);

  /* BACKGROUND is soft, translucent version */
  background-color: color-mix(
    in srgb,
    var(--cert-color) 15%,
    white
  );
}

.gots { background: #e8f5e9; color: #2e7d32; }
.zdhc { background: #e3f2fd; color: #1565c0; }

.btn-tds { color: var(--btn-purple); text-decoration: none; font-weight: 700; font-size: 13px; }
.btn-table-inquiry { background: var(--text-dark); color: white; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 600; display: inline-block; }

/* --- RECOMMENDED SERVICES (MARQUEE) --- */
.recommended-services { padding: 80px 0; background: var(--scroll-bg); overflow: hidden; border-top: 1px solid #eee; }
.recommended-services h2 { font-family: 'Yeseva One', cursive; font-size: 42px; text-align: center; margin-bottom: 40px; color: var(--text-purple); }
.marquee-wrapper { display: flex; width: max-content; animation: scrollServices 40s linear infinite; }
.marquee-wrapper:hover { animation-play-state: paused; }

.service-card-box { width: 350px; margin: 0 15px; flex-shrink: 0; background: var(--white); border-radius: 12px; border: 1px solid #eee; overflow: hidden; transition: 0.3s; }
.service-card-box:hover { transform: translateY(-10px); border-color: var(--top-banner); }
.service-img-placeholder { height: 200px; background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; }
.service-card-info { padding: 20px; }
.service-card-info h3 { font-family: 'Libre Baskerville', serif; font-size: 18px; margin: 0 0 10px 0; }
.service-card-info p { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 15px; }
.btn-service-mini { background: var(--btn-purple); color: white; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; }

@keyframes scrollServices { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }



/* Service */

/* --- HERO --- */
.service-hero { background-color: var(--hero-bg); padding: 80px 5%; color: var(--white); text-align: center; }
.service-hero h1 { font-family: 'Yeseva One', cursive; font-size: 57px; margin: 0 0 20px 0; }
.service-hero p { font-family: 'Libre Baskerville', serif; font-size: 20px; max-width: 800px; margin: 0 auto; opacity: 0.9; }


/* --- SERVICE ITEMS --- */
.services-container { padding: 60px 5%; max-width: 1200px; margin: 0 auto; }
.service-item-c { display: flex; align-items: center; gap: 60px; padding: 80px 0; border-bottom: 1px solid #eee; }
.service-item-c:nth-child(even) { flex-direction: row-reverse; }
.service-image { flex: 1; aspect-ratio: 5 / 7; border-radius: 15px; overflow: hidden; background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; }
.service-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-info { flex: 1.2; }
.service-tag { font-family: 'Yeseva One', cursive; font-size: 20px; color: var(--top-banner); margin-bottom: 10px; display: block; }
.service-title { font-family: 'Yeseva One', cursive; font-size: 38px; color: var(--text-purple); margin: 0 0 20px 0; line-height: 1.2; }
.service-desc { font-size: 17px; line-height: 1.7; color: #555; margin-bottom: 25px; }
.btn-contact-service { display: inline-block; background-color: var(--btn-purple); color: var(--white); text-decoration: none; padding: 12px 30px; border-radius: 6px; font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 15px; transition: 0.3s; }
.btn-contact-service:hover { background-color: var(--text-dark); color: var(--white); transform: translateY(-2px); }


/* --- CONTACT EXPERT SECTION --- */
.contact-expert-section { background-color: var(--input-bg); padding: 100px 5%; }
.contact-flex { max-width: 1200px; margin: 0 auto; display: flex; gap: 80px; align-items: flex-start; }
.contact-info-side { flex: 1; }
.contact-info-side h2 { font-family: 'Yeseva One', cursive; font-size: 48px; color: var(--text-dark); margin-bottom: 30px; }
.contact-info-side p { font-size: 18px; line-height: 1.6; margin-bottom: 40px; }
.contact-details { list-style: none; padding: 0; }
.contact-details li { margin-bottom: 25px; font-size: 18px; display: flex; align-items: center; gap: 15px; }
.contact-details strong { color: var(--btn-purple); font-family: 'Libre Baskerville', serif; }

.contact-form-side { flex: 1; background: var(--white); padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.form-group { margin-bottom: 20px; }
.form-group input, .form-group textarea { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Inter', sans-serif; box-sizing: border-box; }
.btn-submit { background-color: var(--btn-purple); color: var(--white); border: none; padding: 15px 40px; border-radius: 6px; font-family: 'Libre Baskerville', serif; font-weight: 700; cursor: pointer; transition: 0.3s; width: 100%; }
.btn-submit:hover { background-color: var(--text-dark); }

/* --- TESTIMONIALS SLIDER --- */
.bc-testimonial-section { background-color: var(--white); padding: 80px 0; overflow: hidden; color: var(--text-dark); border-top: 1px solid #eee; }
.bc-testimonial-header { padding: 0 5%; margin-bottom: 40px; text-align: center; }
.bc-testimonial-header h2 { font-family: 'Yeseva One', cursive; font-size: 42px; color: var(--text-purple); margin: 0; }
.bc-testimonial-track { display: flex; gap: 30px; padding: 20px 0; animation: bc-scroll-testimonials 35s linear infinite; width: max-content; }
.bc-testimonial-track:hover { animation-play-state: paused; }
.bc-testimonial-card { width: 450px; border: 1px solid #7b7bb3; border-radius: 20px; padding: 30px; background: var(--input-bg); flex-shrink: 0; box-sizing: border-box; }
.bc-client-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px; color: var(--text-purple); margin-bottom: 10px; display: block; }
.bc-testimonial-body { font-size: 15px; line-height: 1.5; color: var(--text-dark); font-style: italic; }
@keyframes bc-scroll-testimonials { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scrollTestimonials { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (max-width: 992px) { .service-item-c, .service-item-c:nth-child(even), .contact-flex { flex-direction: column; text-align: center; } .service-image { width: 100%; } .testimonial-card { width: 300px; } }




/* product details */
/* --- 2. BREADCRUMBS --- */
.breadcrumb { padding: 20px 5%; background: var(--scroll-bg); font-size: 14px; color: #888; border-bottom: 1px solid #eee; }
.breadcrumb a { color: var(--text-dark); text-decoration: none; font-weight: 600; }


/* --- 3. PRODUCT MAIN CONTENT --- */
.product-detail-container { display: flex; padding: 60px 5%; gap: 60px; max-width: 1300px; margin: 0 auto; }

/* IMAGE SLIDER */
.product-gallery { flex: 1; max-width: 500px; }
.slider-main { background: #f0f0f0; border: 1px solid #eee; border-radius: 8px; aspect-ratio: 1 / 1.4; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 15px; }
.slider-main .slide { width: 100%; height: 100%; display: none; align-items: center; justify-content: center; background: #f0f0f0; }
.slider-main .slide.active { display: flex; }
.slider-main .slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.slider-thumbs { display: flex; gap: 10px; justify-content: center; }
.thumb { width: 70px; aspect-ratio: 1 / 1.414; background: #f9f9f9; border: 2px solid #eee; border-radius: 4px; cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.thumb.active { border-color: var(--btn-purple); transform: translateY(-2px); }
.thumb img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }


/* Info Panel */
.product-info-panel { flex: 1.2; }
.product-tag { color: var(--top-banner); font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.product-title-main { font-family: 'Yeseva One', cursive; font-size: 52px; margin: 0 0 25px 0; color: var(--text-purple); line-height: 1.1; }
.product-short-summary { font-size: 18px; line-height: 1.7; color: #555; margin-bottom: 35px; }

.product-specs-list { list-style: none; padding: 25px 0; margin: 0 0 35px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.product-specs-list li { margin-bottom: 15px; font-size: 16px; display: flex; align-items: center; }
.product-specs-list strong { width: 140px; color: var(--text-dark); font-family: 'Libre Baskerville', serif; flex-shrink: 0; }

.certifications-row { display: flex; gap: 10px; margin-bottom: 40px; }
.cert-tag { background: #f0f0f0; color: var(--btn-purple); border: 1px solid #ddd; padding: 6px 14px; border-radius: 4px; font-size: 12px; font-weight: 700; }

/* ACTION BUTTONS */
.action-button-group { display: flex; gap: 15px; flex-wrap: wrap; }
.btn-action-primary { background-color: var(--btn-purple); color: var(--white); padding: 18px 45px; border-radius: 6px; text-align: center; text-decoration: none; font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 16px; display: inline-block; transition: 0.3s; cursor: pointer; }
.btn-action-primary:hover { background-color: var(--text-dark); transform: translateY(-3px); }
.btn-magazine { background-color: transparent; border: 2px solid var(--btn-purple); color: var(--btn-purple); }
.btn-magazine:hover { background-color: var(--btn-purple); color: var(--white); }

/* --- 4. DETAILS TABS --- */
.details-tabs-section { padding: 80px 5%; background-color: var(--scroll-bg); }
.tabs-header { display: flex; justify-content: center; gap: 50px; border-bottom: 2px solid #ddd; margin-bottom: 40px; }
.tab-link { padding: 15px 0; font-family: 'Libre Baskerville', serif; font-size: 18px; font-weight: 700; color: #888; cursor: pointer; border-bottom: 3px solid transparent; transition: 0.3s; }
.tab-link.active { color: var(--btn-purple); border-bottom-color: var(--btn-purple); }

/* Tab Panels */
.tab-panel { max-width: 900px; margin: 0 auto; line-height: 1.8; color: #555; display: none; }
.tab-panel.active { display: block; }

.usage-video-container { width: 100%; max-width: 800px; margin: 30px auto 0; background: #000; aspect-ratio: 16/9; border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.usage-video-container::after { content: "USAGE GUIDE VIDEO"; color: #fff; font-family: 'Yeseva One'; opacity: 0.6; }

/* --- 5. RELATED PRODUCTS MARQUEE --- */
.recommended-section { padding: 80px 0; background: var(--white); overflow: hidden; border-top: 1px solid #eee; }
.recommended-section h2 { font-family: 'Yeseva One', cursive; font-size: 42px; text-align: center; margin-bottom: 40px; color: var(--text-purple); }
.marquee { display: flex; width: max-content; animation: scrollRecommend 40s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.recommend-item-box { width: 260px; margin: 0 15px; flex-shrink: 0; }

.product-card { text-decoration: none; display: flex; flex-direction: column; background: white; border: 1px solid #eee; border-radius: 12px; overflow: hidden; }
.product-card .product-image {width: 100%; background-color: #f0f0f0; aspect-ratio: 1 / 1.414; background-size: cover; background-repeat: no-repeat;}
.product-card .product-info { padding: 20px; text-align: left; }
.product-card .product-name { font-family: 'Libre Baskerville', serif; font-size: 17px; color: var(--text-dark); margin-bottom: 10px; }
.product-card .btn-view { background-color: var(--btn-purple); color: white; padding: 10px; border-radius: 6px; text-align: center; text-decoration: none; font-size: 13px; font-family: 'Libre Baskerville', serif; }

@keyframes scrollRecommend { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

@media (max-width: 992px) {
		.product-detail-container { flex-direction: column; align-items: center; text-align: center; }
		.product-specs-list li { justify-content: center; }
		.certifications-row { justify-content: center; }
		.product-gallery { width: 100%; max-width: 400px; }
		.action-button-group { justify-content: center; }
}

