/*!
Theme Name: Satriadev Dark
Theme URI: https://satriadev.com/
Author: satriadev.com
Author URI: https://satriadev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: satriadev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

satriadev is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* h1 {
	font-size: 2em;
	margin: 0.67em 0;
} */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	/* margin: 0 0 1.5em; */
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	/* display: flex; */
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	/* flex: 1 0 50%; */
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	/* text-align: end; */
	/* flex: 1 0 50%; */
}

/* Posts and pages
--------------------------------------------- */
/* .sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
} */

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




















:root {
	--yellow: #FFD700;
	--yellow-dark: #E6C200;
	--black: #000000;
	--black-light: #1a1a1a;
	--black-lighter: #2a2a2a;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1024px;
}

a {
	text-decoration: none;
}

.ratio-9x16 {
    --bs-aspect-ratio: 177.77%; /* 16:9 terbalik untuk vertikal */
}

body { 
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	background: var(--black);
	color: #ffffff;
	overflow-x: hidden;
}

/* Animated Background */
.bg-animated {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(125deg, #000000 0%, #1a1a1a 50%, #000000 100%);
}

.bg-animated::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.03) 0%, transparent 50%),
				radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
	animation: moveBackground 20s ease infinite;
}

@keyframes moveBackground {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-50px, -50px); }
}

/* Modern Navbar */
.navbar {
	/* background: rgba(0, 0, 0, 0.8) !important; */
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 215, 0, 0.1);
	padding: 1rem 0;
	transition: all 0.3s;
}

.navbar.scrolled {
	padding: 0.3rem 0;
	box-shadow: 0 10px 40px rgba(255, 215, 0, 0.1);
}

.navbar-brand {
	font-size: 1.8rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--yellow) 0%, #FFF8DC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: 1px;
}

.nav-link {
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: 500;
	/* margin: 0 1rem; */
	position: relative;
	transition: all 0.3s;
}

.nav-link::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--yellow);
	transition: all 0.3s;
	transform: translateX(-50%);
}

.nav-link:hover {
	color: var(--yellow) !important;
}

.nav-link:hover::before {
	width: 100%;
}

.btn-modern {
	background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 100%);
	border: none;
	color: var(--black);
	font-weight: 600;
	padding: 12px 35px;
	border-radius: 50px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #FFF8DC 0%, var(--yellow) 100%);
	transition: all 0.4s;
	z-index: -1;
}

.btn-modern:hover::before {
	left: 0;
}

.btn-modern:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

/* Hero Section */
.hero-modern {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 120px 0 80px;
}

.hero-modern::before {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
	top: -200px;
	right: -200px;
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-30px) rotate(5deg); }
}

.hero-content h1 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #ffffff 0%, var(--yellow) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-content p {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 2.5rem;
	animation: fadeInUp 1s ease 0.2s both;
}

.hero-buttons {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	animation: fadeInUp 1s ease 0.4s both;
}

.btn-outline-modern {
	background: transparent;
	border: 2px solid var(--yellow);
	color: var(--yellow);
	font-weight: 600;
	padding: 12px 35px;
	border-radius: 50px;
	transition: all 0.3s;
}

.btn-outline-modern:hover {
	background: var(--yellow);
	color: var(--black);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.hero-stats {
	animation: fadeInUp 1s ease 0.6s both;
}

.stat-item {
	text-align: center;
}

.stat-number {
	font-size: 3rem;
	font-weight: 800;
	color: var(--yellow);
	display: block;
}

.stat-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.hero-image {
	position: relative;
	animation: fadeInUp 1s ease 0.3s both;
}

.hero-image img {
	border-radius: 30px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}

.hero-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.3) 0%, transparent 100%);
	border-radius: 30px;
	top: 20px;
	left: 20px;
	z-index: 1;
}

/* Section Styling */
.home section {
	/* padding: 150px 0 50px; */
	position: relative;
}

.section-header {
	text-align: center;
	margin-bottom: 80px;
}
.section-subtitle {
	color: var(--yellow);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}
.section-title {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.section-description {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.6);
	max-width: 700px;
	margin: 0 auto;
}

/* Modern Service Cards */
.service-card-modern {
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(42, 42, 42, 0.4) 100%);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 215, 0, 0.1);
	border-radius: 25px;
	padding: 40px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	height: 100%;
	position: relative;
	overflow: hidden;
}

.service-card-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, transparent 100%);
	opacity: 0;
	transition: all 0.4s;
}

.service-card-modern:hover::before {
	opacity: 1;
}

.service-card-modern:hover {
	transform: translateY(-15px);
	border-color: var(--yellow);
	box-shadow: 0 20px 60px rgba(255, 215, 0, 0.2);
}

.service-icon-modern {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--black);
	margin-bottom: 2rem;
	transition: all 0.4s;
}

.service-card-modern:hover .service-icon-modern {
	transform: rotateY(360deg);
}

.service-card-modern h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #ffffff;
}

.service-card-modern p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.8rem;
	padding-left: 30px;
	position: relative;
}

.service-features li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--yellow);
}








/* VIDEO JOSS */

/* Video Thumbnail Styles */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #1a1a1a;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.video-thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.3);
}

.video-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 193, 7, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button i {
    color: #000;
    font-size: 24px;
    margin-left: 3px;
}

.video-thumbnail:hover .play-button {
    background: #ffc107;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: white;
    padding: 20px 15px 15px;
}

.video-overlay h6 {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.video-overlay small {
    opacity: 0.8;
    font-size: 0.75rem;
}

.video-duration {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}
/* Swiper customization */
.mySwiperVideoThumbs {
    padding: 20px 0;
}

.mySwiperVideoThumbs .swiper-slide {
    width: 300px;
}

/* Modal customization */
#videoModal .modal-content {
    background: #1a1a1a;
    border: 1px solid #333;
}

#videoModal .modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #333;
}

#videoContainer iframe {
    border: none;
    border-radius: 0 0 10px 10px;
}

.video-category-filter {
    margin-bottom: 20px;
}

.category-btn {
    background: #252525;
    border: 1px solid #333;
    color: #fff;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.category-btn.active,
.category-btn:hover {
    background: #ffc107;
    color: #000;
    border-color: #ffc107;
}

@media (max-width: 768px) {
    .mySwiperVideoThumbs .swiper-slide {
        width: 280px;
    }
    
    .video-thumbnail img {
    }
    
    .category-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
        margin: 2px;
    }
}




.client-thumb {
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    height: 100px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.client-thumb img {
    max-height: 80px;
}




.accordion-button::after {
    filter: invert(1) !important; 
    -webkit-filter: invert(1) !important;
}







/* Video Swiper Section */
.video-swiper-section {
	background: linear-gradient(180deg, var(--black) 0%, var(--black-light) 100%);
}

/* .video-card {
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;
	height: 400px;
	background: var(--black-lighter);
}

.video-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

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

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 215, 0, 0.3) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.video-card:hover .video-overlay {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 215, 0, 0.5) 100%);
}

.play-button {
	width: 100px;
	height: 100px;
	background: var(--yellow);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	color: var(--black);
	transition: all 0.3s;
}

.video-card:hover .play-button {
	transform: scale(1.2);
	box-shadow: 0 0 50px rgba(255, 215, 0, 0.8);
}

.video-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}

.video-info h5 {
	color: var(--yellow);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.video-info p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	margin: 0;
} */

/* Gallery Swiper */
.gallery-swiper-section {
	background: var(--black);
}

.gallery-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
    background-color: var(--yellow);
}

.gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.6s;
}

.gallery-card:hover img {
	transform: scale(1.15) rotate(2deg);
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 215, 0, 0.6) 100%);
	opacity: 0;
	transition: all 0.4s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.gallery-card:hover .gallery-overlay {
	opacity: 1;
}

.gallery-overlay h5 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.gallery-overlay p {
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

/* Swiper Custom Navigation */
.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	background: rgba(255, 215, 0, 0.9);
	border-radius: 50%;
	color: var(--black) !important;
	font-weight: bold;
	transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: var(--yellow);
	transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 1.5rem;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: var(--yellow);
	width: 30px;
	border-radius: 10px;
}

/* Video Modal */
.modal-content {
	background: var(--black);
	border: 2px solid var(--yellow);
	border-radius: 20px;
}

.modal-header {
	border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.modal-title {
	color: var(--yellow);
}

.btn-close {
	filter: invert(1);
}

/* Contact Section */
.contact-modern {
	background: linear-gradient(135deg, var(--black-light) 0%, var(--black) 100%);
	border-radius: 30px;
	padding: 60px;
	border: 1px solid rgba(255, 215, 0, 0.2);
}

.form-control-modern {
	/* background: rgba(255, 255, 255, 0.05); */
	border: 1px solid rgba(255, 215, 0, 0.2);
	border-radius: 15px;
	/* color: #ffffff; */
	padding: 15px 20px;
	transition: all 0.3s;
}

.form-control-modern:focus {
	/* background: rgba(255, 255, 255, 0.08); */
	border-color: var(--yellow);
	/* color: #ffffff; */
	box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.1);
}

.form-label-modern {
	color: var(--yellow);
	font-weight: 600;
	margin-bottom: 0.8rem;
}

/* Footer */
.footer-modern {
	background: var(--black-light);
	border-top: 1px solid rgba(255, 215, 0, 0.2);
	padding: 80px 0 30px;
}

.footer-logo {
	font-size: 2rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--yellow) 0%, #FFF8DC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1.5rem;
}

.social-icon {
	width: 42px;
	height: 42px;
	background: rgba(255, 215, 0, 0.1);
	border: 2px solid var(--yellow);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--yellow);
	transition: all 0.3s;
}

.social-icon:hover {
	background: var(--yellow);
	color: var(--black);
	transform: translateY(-5px) rotate(360deg);
}

/* WhatsApp Float */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 32px;
	right: 32px;
	background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: white;
	box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
	z-index: 1000;
	transition: all 0.3s;
	animation: pulse-wa 2s infinite;
}

@keyframes pulse-wa {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6);
	}
}

.whatsapp-float:hover {
	transform: scale(1.1);
	color: white;
}

/* Responsive */
@media (max-width: 768px) {
	.hero-content h1, .home .section-title {
		font-size: 2.5rem;
	}
	
	.section-title {
		font-size: 2rem;
	}
	
	.hero-stats {
		/* flex-wrap: wrap; */
		/* gap: 2rem; */
	}
	
	.video-card,
	.gallery-card {
		height: 250px;
	}

	.contact-modern {
		padding: 30px;
	}
}