@charset "UTF-8";
:root {
  --global-palette1: #94CC39; /* Zielony główny */
  --global-palette2: #7ab32e; /* Zielony ciemny */
  --global-palette3: #a0db40; /* Zielony jasny */
  --global-palette4: #0a0a0a; /* Tło czarne */
  --global-palette5: #1a1a1a; /* Tło karty */
  --global-palette6: #2a2a2a; /* Tło hover */
  --global-palette7: #ffffff; /* Tekst biały */
  --global-palette8: #CCCCCC; /* Tekst szary jasny */
  --global-palette9: #A2A2A2; /* Tekst szary ciemny */
  --global-palette9rgb: 162, 162, 162; /* RGB wersja */
  --global-palette-highlight: var(--global-palette1);
  --global-palette-highlight-alt: var(--global-palette2);
  --global-palette-highlight-alt2: var(--global-palette3);
  --global-palette-btn-bg: var(--global-palette1);
  --global-palette-btn-bg-hover: var(--global-palette2);
  --global-palette-btn: var(--global-palette4); /* Tekst na zielonym tle */
  --global-palette-btn-hover: var(--global-palette7);
  --global-palette-btn-sec-bg: var(--global-palette6);
  --global-palette-btn-sec-bg-hover: var(--global-palette2);
  --global-palette-btn-sec: var(--global-palette7);
  --global-palette-btn-sec-hover: var(--global-palette4);
  --global-palette-link: var(--global-palette1);
  --global-palette-link-hover: var(--global-palette2);
  --bs-body-bg: #0a0a0a;
  --bs-body-color: #ffffff;
  --bs-body-bg-rgb: 10, 10, 10;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-primary: #94CC39;
  --bs-primary-rgb: 148, 204, 57;
  --bs-secondary: #7ab32e;
  --bs-secondary-rgb: 122, 179, 46;
  --bs-success: #22c55e;
  --bs-success-rgb: 34, 197, 94;
  --bs-danger: #ef4444;
  --bs-danger-rgb: 239, 68, 68;
  --bs-warning: #f59e0b;
  --bs-warning-rgb: 245, 158, 11;
  --bs-info: #6a9e28;
  --bs-info-rgb: 106, 158, 40;
  --bs-light: #1a1a1a; /* Ciemne "light" */
  --bs-light-rgb: 26, 26, 26;
  --bs-dark: #0a0a0a;
  --bs-dark-rgb: 10, 10, 10;
  --bs-link-color: #94CC39;
  --bs-link-color-rgb: 148, 204, 57;
  --bs-link-hover-color: #a8e04c;
  --bs-link-hover-color-rgb: 168, 224, 76;
  --bs-emphasis-color: #ffffff;
  --bs-heading-color: #ffffff;
  --bs-border-radius: 16px;
  --bs-border-radius-sm: 12px;
  --bs-border-radius-lg: 20px;
  --bs-border-radius-xl: 24px;
  --bs-border-width: 1px;
  --bs-border-color: rgba(148, 204, 57, 0.2);
  --bs-border-color-translucent: rgba(148, 204, 57, 0.2);
  --bs-primary-bg-subtle: rgba(148, 204, 57, 0.1);
  --bs-secondary-bg-subtle: rgba(122, 179, 46, 0.1);
  --bs-success-bg-subtle: rgba(34, 197, 94, 0.1);
  --bs-danger-bg-subtle: rgba(239, 68, 68, 0.1);
  --bs-warning-bg-subtle: rgba(245, 158, 11, 0.1);
  --bs-info-bg-subtle: rgba(106, 158, 40, 0.1);
  --bs-primary-border-subtle: rgba(148, 204, 57, 0.3);
  --bs-secondary-border-subtle: rgba(122, 179, 46, 0.3);
  --bs-success-border-subtle: rgba(34, 197, 94, 0.3);
  --bs-danger-border-subtle: rgba(239, 68, 68, 0.3);
  --bs-warning-border-subtle: rgba(245, 158, 11, 0.3);
  --bs-info-border-subtle: rgba(106, 158, 40, 0.3);
  --global-kb-font-size-sm: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
  --global-kb-font-size-md: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
  --global-kb-font-size-lg: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
  --global-kb-font-size-xl: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
  --global-kb-font-size-xxl: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
  --global-kb-font-size-xxxl: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
  --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
  --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
  --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
  --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);
  --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
  --global-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --global-heading-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --global-primary-nav-font-family: 'Inter', sans-serif;
  --global-fallback-font: sans-serif;
  --global-content-width: 1290px;
  --global-content-wide-width: 1520px;
  --global-content-narrow-width: 842px;
  --global-content-edge-padding: 1.5rem;
  --global-content-boxed-padding: 2rem;
  --global-xs-spacing: 1em;
  --global-sm-spacing: 1.5rem;
  --global-md-spacing: 2rem;
  --global-lg-spacing: 2.5em;
  --global-xl-spacing: 3.5em;
  --global-xxl-spacing: 5rem;
  --global-edge-spacing: 1.5rem;
  --global-boxed-spacing: 2rem;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --wp--preset--color--theme-palette-1: var(--global-palette1);
  --wp--preset--color--theme-palette-2: var(--global-palette2);
  --wp--preset--color--theme-palette-3: var(--global-palette3);
  --wp--preset--color--theme-palette-4: var(--global-palette4);
  --wp--preset--color--theme-palette-5: var(--global-palette5);
  --wp--preset--color--theme-palette-6: var(--global-palette6);
  --wp--preset--color--theme-palette-7: var(--global-palette7);
  --wp--preset--color--theme-palette-8: var(--global-palette8);
  --wp--preset--color--theme-palette-9: var(--global-palette9);
  --wp--preset--font-size--small: var(--global-font-size-small);
  --wp--preset--font-size--medium: var(--global-font-size-medium);
  --wp--preset--font-size--large: var(--global-font-size-large);
  --wp--preset--font-size--normal: 16px;
  --global-gray-400: #4a4a4a; /* Szary dla ciemnego tła */
  --global-gray-500: #6a6a6a;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.7);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(148, 204, 57, 0.25);
  --bs-form-valid-color: #22c55e;
  --bs-form-valid-border-color: #22c55e;
  --bs-form-invalid-color: #ef4444;
  --bs-form-invalid-border-color: #ef4444;
}

.text-primary {
  color: #94CC39 !important;
}

.text-secondary {
  color: #7ab32e !important;
}

.text-success {
  color: #22c55e !important;
}

.text-danger {
  color: #ef4444 !important;
}

.text-warning {
  color: #f59e0b !important;
}

.text-info {
  color: #6a9e28 !important;
}

.text-light {
  color: #CCCCCC !important;
}

.text-dark {
  color: #ffffff !important;
}

.text-muted {
  color: #A2A2A2 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #94CC39 !important;
  color: #0a0a0a !important;
}

.bg-secondary {
  background-color: #7ab32e !important;
  color: #ffffff !important;
}

.bg-success {
  background-color: #22c55e !important;
  color: #0a0a0a !important;
}

.bg-danger {
  background-color: #ef4444 !important;
  color: #ffffff !important;
}

.bg-warning {
  background-color: #f59e0b !important;
  color: #0a0a0a !important;
}

.bg-info {
  background-color: #6a9e28 !important;
  color: #ffffff !important;
}

.bg-light {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.bg-dark {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
}

.bg-body {
  background-color: #0a0a0a !important;
}

.border-primary {
  border-color: #94CC39 !important;
}

.border-secondary {
  border-color: #7ab32e !important;
}

.border-success {
  border-color: #22c55e !important;
}

.border-danger {
  border-color: #ef4444 !important;
}

.border-warning {
  border-color: #f59e0b !important;
}

.border-info {
  border-color: #6a9e28 !important;
}

.border-light {
  border-color: rgba(148, 204, 57, 0.2) !important;
}

.border-dark {
  border-color: #2a2a2a !important;
}

.btn-primary {
  --bs-btn-color: #0a0a0a;
  --bs-btn-bg: #94CC39;
  --bs-btn-border-color: #94CC39;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #7ab32e;
  --bs-btn-hover-border-color: #7ab32e;
  --bs-btn-focus-shadow-rgb: 148, 204, 57;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #6a9e28;
  --bs-btn-active-border-color: #6a9e28;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0a0a0a;
  --bs-btn-disabled-bg: #94CC39;
  --bs-btn-disabled-border-color: #94CC39;
  opacity: 1;
}
.btn-primary:disabled, .btn-primary.disabled {
  opacity: 0.5;
}

.btn-outline-primary {
  --bs-btn-color: #94CC39;
  --bs-btn-border-color: #94CC39;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #94CC39;
  --bs-btn-hover-border-color: #94CC39;
  --bs-btn-focus-shadow-rgb: 148, 204, 57;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #94CC39;
  --bs-btn-active-border-color: #94CC39;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #94CC39;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #94CC39;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7ab32e;
  --bs-btn-border-color: #7ab32e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6a9e28;
  --bs-btn-hover-border-color: #6a9e28;
  --bs-btn-focus-shadow-rgb: 122, 179, 46;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5a8e25;
  --bs-btn-active-border-color: #5a8e25;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #7ab32e;
  --bs-btn-disabled-border-color: #7ab32e;
}

.btn-outline-secondary {
  --bs-btn-color: #7ab32e;
  --bs-btn-border-color: #7ab32e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7ab32e;
  --bs-btn-hover-border-color: #7ab32e;
  --bs-btn-focus-shadow-rgb: 122, 179, 46;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #7ab32e;
  --bs-btn-active-border-color: #7ab32e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7ab32e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7ab32e;
  --bs-gradient: none;
}

.btn-success {
  --bs-btn-color: #0a0a0a;
  --bs-btn-bg: #22c55e;
  --bs-btn-border-color: #22c55e;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #16a34a;
  --bs-btn-hover-border-color: #16a34a;
  --bs-btn-focus-shadow-rgb: 34, 197, 94;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #15803d;
  --bs-btn-active-border-color: #15803d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0a0a0a;
  --bs-btn-disabled-bg: #22c55e;
  --bs-btn-disabled-border-color: #22c55e;
}

.btn-outline-success {
  --bs-btn-color: #22c55e;
  --bs-btn-border-color: #22c55e;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #22c55e;
  --bs-btn-hover-border-color: #22c55e;
  --bs-btn-focus-shadow-rgb: 34, 197, 94;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #22c55e;
  --bs-btn-active-border-color: #22c55e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #22c55e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #22c55e;
  --bs-gradient: none;
}

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #dc2626;
  --bs-btn-hover-border-color: #dc2626;
  --bs-btn-focus-shadow-rgb: 239, 68, 68;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #b91c1c;
  --bs-btn-active-border-color: #b91c1c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #ef4444;
  --bs-btn-disabled-border-color: #ef4444;
}

.btn-outline-danger {
  --bs-btn-color: #ef4444;
  --bs-btn-border-color: #ef4444;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ef4444;
  --bs-btn-hover-border-color: #ef4444;
  --bs-btn-focus-shadow-rgb: 239, 68, 68;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ef4444;
  --bs-btn-active-border-color: #ef4444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ef4444;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ef4444;
  --bs-gradient: none;
}

.btn-warning {
  --bs-btn-color: #0a0a0a;
  --bs-btn-bg: #f59e0b;
  --bs-btn-border-color: #f59e0b;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #d97706;
  --bs-btn-hover-border-color: #d97706;
  --bs-btn-focus-shadow-rgb: 245, 158, 11;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #b45309;
  --bs-btn-active-border-color: #b45309;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0a0a0a;
  --bs-btn-disabled-bg: #f59e0b;
  --bs-btn-disabled-border-color: #f59e0b;
}

.btn-outline-warning {
  --bs-btn-color: #f59e0b;
  --bs-btn-border-color: #f59e0b;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #f59e0b;
  --bs-btn-hover-border-color: #f59e0b;
  --bs-btn-focus-shadow-rgb: 245, 158, 11;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #f59e0b;
  --bs-btn-active-border-color: #f59e0b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f59e0b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f59e0b;
  --bs-gradient: none;
}

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6a9e28;
  --bs-btn-border-color: #6a9e28;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5a8e25;
  --bs-btn-hover-border-color: #5a8e25;
  --bs-btn-focus-shadow-rgb: 106, 158, 40;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4a7e20;
  --bs-btn-active-border-color: #4a7e20;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6a9e28;
  --bs-btn-disabled-border-color: #6a9e28;
}

.btn-outline-info {
  --bs-btn-color: #6a9e28;
  --bs-btn-border-color: #6a9e28;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6a9e28;
  --bs-btn-hover-border-color: #6a9e28;
  --bs-btn-focus-shadow-rgb: 106, 158, 40;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6a9e28;
  --bs-btn-active-border-color: #6a9e28;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6a9e28;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6a9e28;
  --bs-gradient: none;
}

.btn-light {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #1a1a1a;
  --bs-btn-border-color: #1a1a1a;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #2a2a2a;
  --bs-btn-hover-border-color: #2a2a2a;
  --bs-btn-focus-shadow-rgb: 26, 26, 26;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3a3a3a;
  --bs-btn-active-border-color: #3a3a3a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #1a1a1a;
  --bs-btn-disabled-border-color: #1a1a1a;
}

.btn-outline-light {
  --bs-btn-color: #CCCCCC;
  --bs-btn-border-color: #CCCCCC;
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #CCCCCC;
  --bs-btn-hover-border-color: #CCCCCC;
  --bs-btn-focus-shadow-rgb: 204, 204, 204;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #CCCCCC;
  --bs-btn-active-border-color: #CCCCCC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CCCCCC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CCCCCC;
  --bs-gradient: none;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0a0a0a;
  --bs-btn-border-color: #0a0a0a;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1a1a1a;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 10, 10, 10;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #2a2a2a;
  --bs-btn-active-border-color: #2a2a2a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #0a0a0a;
  --bs-btn-disabled-border-color: #0a0a0a;
}

.btn-outline-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-hover-color: #0a0a0a;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #0a0a0a;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.3);
  --bs-gradient: none;
}

.alert-primary {
  --bs-alert-color: #94CC39;
  --bs-alert-bg: rgba(148, 204, 57, 0.1);
  --bs-alert-border-color: rgba(148, 204, 57, 0.3);
}

.alert-secondary {
  --bs-alert-color: #7ab32e;
  --bs-alert-bg: rgba(122, 179, 46, 0.1);
  --bs-alert-border-color: rgba(122, 179, 46, 0.3);
}

.alert-success {
  --bs-alert-color: #22c55e;
  --bs-alert-bg: rgba(34, 197, 94, 0.1);
  --bs-alert-border-color: rgba(34, 197, 94, 0.3);
}

.alert-danger {
  --bs-alert-color: #ef4444;
  --bs-alert-bg: rgba(239, 68, 68, 0.1);
  --bs-alert-border-color: rgba(239, 68, 68, 0.3);
}

.alert-warning {
  --bs-alert-color: #f59e0b;
  --bs-alert-bg: rgba(245, 158, 11, 0.1);
  --bs-alert-border-color: rgba(245, 158, 11, 0.3);
}

.alert-info {
  --bs-alert-color: #6a9e28;
  --bs-alert-bg: rgba(106, 158, 40, 0.1);
  --bs-alert-border-color: rgba(106, 158, 40, 0.3);
}

.alert-light {
  --bs-alert-color: #CCCCCC;
  --bs-alert-bg: rgba(26, 26, 26, 0.5);
  --bs-alert-border-color: rgba(204, 204, 204, 0.3);
}

.alert-dark {
  --bs-alert-color: #ffffff;
  --bs-alert-bg: rgba(10, 10, 10, 0.8);
  --bs-alert-border-color: rgba(255, 255, 255, 0.2);
}

.badge.bg-primary {
  background-color: #94CC39 !important;
  color: #0a0a0a !important;
}

.badge.bg-secondary {
  background-color: #7ab32e !important;
  color: #ffffff !important;
}

.badge.bg-success {
  background-color: #22c55e !important;
  color: #0a0a0a !important;
}

.badge.bg-danger {
  background-color: #ef4444 !important;
  color: #ffffff !important;
}

.badge.bg-warning {
  background-color: #f59e0b !important;
  color: #0a0a0a !important;
}

.badge.bg-info {
  background-color: #6a9e28 !important;
  color: #ffffff !important;
}

.badge.bg-light {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.badge.bg-dark {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Reset & Box Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Ubuntu Condensed", sans-serif !important;
  color: #ffffff !important;
  line-height: 1.6;
  background: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Content Background - Dark Theme */
.content-bg,
body.content-style-unboxed .site {
  background: var(--global-palette4) !important; /* #0a0a0a - dark background */
}

/*--------------------------------------------------------------
# Particles.js Background
--------------------------------------------------------------*/
.site {
  position: relative;
  z-index: 1;
  background: transparent;
}

a {
  color: #94CC39;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: rgb(169.9156626506, 214.4457831325, 97.5542168675);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-wrapper {
  background: #1a1a1a;
  border-bottom: 1px solid #333333;
}
.breadcrumbs-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item a {
  color: #94CC39;
  text-decoration: none;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: rgb(119.7590361446, 166.9879518072, 43.0120481928);
  text-decoration: none;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item a i {
  font-size: 1rem;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #CCCCCC;
  display: flex;
  align-items: center;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active i {
  font-size: 1rem;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #CCCCCC;
  padding: 0 0.5rem;
  font-size: 0.75rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

/* Paragraphs */
p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

/* Lists */
ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 2rem;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #94CC39;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(165.5325301205, 212.356626506, 89.443373494);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
#content,
.site-content {
  background: #000000;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  transition: all 0.3s ease;
}

#page,
.site {
  background: #000000;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

main,
.site-main {
  background: transparent;
  position: relative;
  z-index: 1;
  min-height: 80vh;
}

/*--------------------------------------------------------------
# Elementor Support
--------------------------------------------------------------*/
.elementor-element:not(:has(.elementor-element)) {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  /* Responsive Typography */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  section {
    padding: 40px 0;
  }
  .section-title h2 {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------------------
# Desktop breakpoint: 1024px - 1279px
--------------------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1279px) {
  h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 2.25rem !important;
  }
  h3 {
    font-size: 1.875rem !important;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  h5 {
    font-size: 1.25rem !important;
  }
  h6 {
    font-size: 1.125rem !important;
  }
}
/*--------------------------------------------------------------
# Large Desktop breakpoint: 1280px+
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  h1 {
    font-size: 3.5rem !important;
  }
  h2 {
    font-size: 2.5rem !important;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-wrapper {
  background: #1a1a1a;
  border-bottom: 1px solid #333333;
  margin-top: 88px;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper {
    margin-top: 87px;
  }
}
@media (max-width: 782px) {
  .breadcrumbs-wrapper {
    margin-top: 83px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-wrapper {
    margin-top: 82px;
  }
}
.breadcrumbs-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item a {
  color: #94CC39;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: rgb(119.7590361446, 166.9879518072, 43.0120481928);
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #CCCCCC;
}
.breadcrumbs-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 0.5rem;
  color: #CCCCCC;
}

/*--------------------------------------------------------------
# Hero Sections (Posts, Products)
--------------------------------------------------------------*/
.hero-image {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-image {
    min-height: 400px;
  }
}
.hero-image .hero-overlay {
  position: relative;
  width: 100%;
  padding: 100px 0 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-image .hero-overlay .entry-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero-image .hero-overlay .entry-title {
    font-size: 2rem;
  }
}
.hero-image .hero-overlay .lead {
  font-size: 1.25rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero-image .hero-overlay .lead {
    font-size: 1rem;
  }
}
.hero-image .hero-overlay .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hero-image .hero-overlay .hero-meta .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Single Post Styles
--------------------------------------------------------------*/
.single-post-custom .post-hero {
  margin-bottom: 3rem;
}
.single-post-custom .post-content-section .entry-content {
  font-size: 1.125rem;
  line-height: 1.8;
}
.single-post-custom .post-content-section .entry-content p {
  margin-bottom: 1.5rem;
}
.single-post-custom .post-content-section .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
}
.single-post-custom .post-content-section .entry-content h2, .single-post-custom .post-content-section .entry-content h3, .single-post-custom .post-content-section .entry-content h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.single-post-custom .post-content-section .post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-post-custom .post-content-section .post-tags .tags-list .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.single-post-custom .post-content-section .post-tags .tags-list .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-post-custom .post-content-section .author-bio .author-avatar img {
  width: 80px;
  height: 80px;
}
.single-post-custom .post-content-section .post-navigation .btn {
  padding: 1rem;
  height: auto;
}
.single-post-custom .post-content-section .post-navigation .btn small {
  font-size: 0.75rem;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Single Product Styles (WooCommerce)
--------------------------------------------------------------*/
.single-product-custom .product-hero {
  margin-bottom: 3rem;
}
.single-product-custom .product-content-section .product-gallery .lightslider-wrapper .lSSlideOuter .lSPager {
  margin-top: 10px;
}
.single-product-custom .product-content-section .product-gallery .lightslider-wrapper .lSSlideOuter .lSPager li {
  cursor: pointer;
}
.single-product-custom .product-content-section .product-gallery .lightslider-wrapper .lSSlideOuter .lSPager li:hover {
  opacity: 0.8;
}
.single-product-custom .product-content-section .product-details-wrapper .product-price .price-display {
  font-size: 2.5rem;
  font-weight: 700;
  color: #94CC39;
}
.single-product-custom .product-content-section .product-details-wrapper .product-add-to-cart .single_add_to_cart_button {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.single-product-custom .product-content-section .product-details-wrapper .product-meta {
  padding: 1.5rem;
  background: #1a1a1a;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Cards & Hover Effects
--------------------------------------------------------------*/
.hover-overlay {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.hover-overlay:hover {
  opacity: 1 !important;
}

.card .position-relative:hover .hover-overlay,
article .position-relative:hover .hover-overlay {
  opacity: 1 !important;
}

.card {
  background: #1a1a1a;
  border: 1px solid rgba(148, 204, 57, 0.2);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.card:hover {
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  border-color: rgba(148, 204, 57, 0.4);
}
.card .card-body {
  background: #1a1a1a;
  color: #ffffff;
}
.card .card-title {
  color: #ffffff;
}
.card .card-text {
  color: #CCCCCC;
}
.card .card-header {
  background: rgba(42, 42, 42, 0.5);
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
  color: #ffffff;
}
.card .card-footer {
  background: rgba(42, 42, 42, 0.5);
  border-top: 1px solid rgba(148, 204, 57, 0.2);
  color: #CCCCCC;
}
.card .stretched-link:hover {
  text-decoration: underline !important;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.object-fit-cover {
  object-fit: cover;
  object-position: center;
}

/*--------------------------------------------------------------
# Filter Buttons
--------------------------------------------------------------*/
.btn-filter {
  padding: 0.5rem 1.25rem;
  border: 2px solid #333333;
  background: #1a1a1a;
  color: #CCCCCC;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-filter:hover {
  border-color: #94CC39;
  color: #94CC39;
  background: rgba(148, 204, 57, 0.1);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
}
.btn-filter.active {
  background: #94CC39;
  border-color: #94CC39;
  color: white;
  box-shadow: 0 4px 12px rgba(148, 204, 57, 0.4);
}
.btn-filter i {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# WooCommerce Cart Icon in Header
--------------------------------------------------------------*/
.cart-icon {
  color: #CCCCCC;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.cart-icon:hover {
  color: #94CC39;
  transform: scale(1.1);
}
.cart-icon .cart-count {
  font-size: 0.65rem;
  min-width: 18px;
  bottom: 6px;
  top: 8px !important;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 0.5s ease-in-out;
  background: #94CC39 !important;
  color: #A2A2A2 !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# WooCommerce Single Product Page
--------------------------------------------------------------*/
.single-product-custom .product-gallery-wrapper .carousel .carousel-inner {
  background: #1a1a1a;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-item .ratio {
  background: #1a1a1a;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-item .ratio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-control-prev,
.single-product-custom .product-gallery-wrapper .carousel .carousel-control-next {
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-control-prev:hover,
.single-product-custom .product-gallery-wrapper .carousel .carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.single-product-custom .product-gallery-wrapper .carousel:hover .carousel-control-prev,
.single-product-custom .product-gallery-wrapper .carousel:hover .carousel-control-next {
  opacity: 1;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-indicators {
  margin-bottom: 0.5rem;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.single-product-custom .product-gallery-wrapper .carousel .carousel-indicators button.active {
  width: 12px;
  height: 12px;
  background-color: #94CC39;
  border-color: #94CC39;
}
.single-product-custom .product-gallery-wrapper .single-product-image {
  background: #1a1a1a;
}
.single-product-custom .product-gallery-wrapper .single-product-image .ratio {
  background: #1a1a1a;
}
.single-product-custom .product-gallery-wrapper .single-product-image .ratio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
}
.single-product-custom .product-details-wrapper,
.single-product-custom .card-body {
  border-radius: var(--bs-card-border-radius);
}
.single-product-custom .product-details-wrapper .product-title,
.single-product-custom .card-body .product-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.single-product-custom .product-details-wrapper .product-title-mobile,
.single-product-custom .card-body .product-title-mobile {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}
.single-product-custom .product-details-wrapper .product-price .price,
.single-product-custom .card-body .product-price .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #94CC39;
}
.single-product-custom .product-details-wrapper .product-price .price del,
.single-product-custom .card-body .product-price .price del {
  font-size: 1.5rem;
  color: #CCCCCC;
  margin-right: 0.5rem;
}
.single-product-custom .product-details-wrapper .product-add-to-cart .cart,
.single-product-custom .card-body .product-add-to-cart .cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-product-custom .product-details-wrapper .product-add-to-cart .cart .quantity,
.single-product-custom .card-body .product-add-to-cart .cart .quantity {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.single-product-custom .product-details-wrapper .product-add-to-cart .cart .quantity input[type=number],
.single-product-custom .card-body .product-add-to-cart .cart .quantity input[type=number] {
  width: 80px;
  height: 50px;
  padding: 0.5rem;
  border: 2px solid #94CC39;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.single-product-custom .product-details-wrapper .product-add-to-cart .cart .button,
.single-product-custom .card-body .product-add-to-cart .cart .button {
  flex: 1;
  height: 50px;
  padding: 0 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  background: #94CC39;
  color: white;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-custom .product-details-wrapper .product-add-to-cart .cart .button:hover,
.single-product-custom .card-body .product-add-to-cart .cart .button:hover {
  background: rgb(119.7590361446, 166.9879518072, 43.0120481928);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(148, 204, 57, 0.3);
}
.single-product-custom .nav-tabs {
  border: none;
  border-bottom: 3px solid #333333;
  gap: 0.5rem;
  margin-bottom: 0;
  margin-left: 0;
}
.single-product-custom .nav-tabs .nav-item {
  margin-bottom: -3px;
}
.single-product-custom .nav-tabs .nav-link {
  color: #CCCCCC;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.single-product-custom .nav-tabs .nav-link i {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.single-product-custom .nav-tabs .nav-link:hover {
  color: #94CC39;
  background: rgba(148, 204, 57, 0.05);
  border-bottom-color: rgba(148, 204, 57, 0.4);
}
.single-product-custom .nav-tabs .nav-link:hover i {
  opacity: 1;
}
.single-product-custom .nav-tabs .nav-link.active {
  color: #94CC39;
  background: #1a1a1a;
  border-bottom-color: #94CC39;
  box-shadow: 0 -2px 8px rgba(148, 204, 57, 0.15);
}
.single-product-custom .nav-tabs .nav-link.active i {
  opacity: 1;
}
.single-product-custom .tab-content {
  background: #1a1a1a;
  border: 1px solid #333333;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.single-product-custom .tab-content .tab-pane {
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# WooCommerce Notices
--------------------------------------------------------------*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 8px;
  border-left: 4px solid;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: slideInDown 0.4s ease-out;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "bootstrap-icons";
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin-left: auto;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button) {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-message a:not(.button):hover,
.woocommerce-error a:not(.button):hover,
.woocommerce-info a:not(.button):hover {
  text-decoration: none;
}

.woocommerce-message {
  background: #d1e7dd;
  color: #0f5132;
  border-left-color: #198754;
}
.woocommerce-message::before {
  content: "\\f26b";
  color: #198754;
}
.woocommerce-message .button {
  background: #198754;
  color: white;
  border: none;
}
.woocommerce-message .button:hover {
  background: rgb(17.03125, 91.96875, 57.225);
}

.woocommerce-error {
  background: #f8d7da;
  color: #842029;
  border-left-color: #dc3545;
}
.woocommerce-error::before {
  content: "\\f33a";
  color: #dc3545;
}
.woocommerce-error .button {
  background: #dc3545;
  color: white;
  border: none;
}
.woocommerce-error .button:hover {
  background: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.woocommerce-info {
  background: #cff4fc;
  color: #055160;
  border-left-color: #0dcaf0;
}
.woocommerce-info::before {
  content: "\\f431";
  color: #0dcaf0;
}
.woocommerce-info .button {
  background: #0dcaf0;
  color: #000;
  border: none;
}
.woocommerce-info .button:hover {
  background: rgb(10.3794466403, 161.2806324111, 191.6205533597);
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# WooCommerce Color Scheme
--------------------------------------------------------------*/
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: #94CC39;
  color: white;
  border: none;
}
.woocommerce .button:hover, .woocommerce .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
  background: #7ab32e;
  color: white;
}
.woocommerce .button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active {
  background: #7ab32e;
}
.woocommerce Links a {
  color: #94CC39;
}
.woocommerce Links a:hover {
  color: #7ab32e;
}
.woocommerce .btn-primary {
  color: white;
}
.woocommerce .btn-primary:hover {
  color: white;
}
.woocommerce .onsale {
  background: #94CC39;
  color: white;
}
.woocommerce .price {
  color: #7ab32e;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  color: #94CC39;
  border-bottom-color: #94CC39;
}
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
  color: #94CC39;
}
.woocommerce .star-rating span {
  color: #94CC39;
}
.woocommerce .woocommerce-pagination ul li a {
  color: #94CC39;
  border-color: #94CC39;
}
.woocommerce .woocommerce-pagination ul li a:hover, .woocommerce .woocommerce-pagination ul li a:focus {
  background: #94CC39;
  color: white;
}
.woocommerce .woocommerce-pagination ul li span.current {
  background: #94CC39;
  color: white;
}

/*--------------------------------------------------------------
# WooCommerce Pages Styling
--------------------------------------------------------------*/
.woocommerce-cart table.cart {
  border: none;
}
.woocommerce-cart table.cart img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.woocommerce-cart table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart .product-name a {
  color: #7ab32e;
  font-weight: 600;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #94CC39;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
  font-size: 1.1rem;
}
.woocommerce-cart table.cart .quantity .qty {
  width: 80px;
  padding: 0.5rem;
  border: 2px solid #94CC39;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}
.woocommerce-cart .cart_totals h2 {
  display: none;
}
.woocommerce-cart .cart_totals table {
  border: none;
}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  border: none;
  padding: 1rem 0;
  font-size: 1.05rem;
}
.woocommerce-cart .cart_totals table tr:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.woocommerce-cart .cart_totals table .order-total th,
.woocommerce-cart .cart_totals table .order-total td {
  font-size: 1.5rem;
  font-weight: 700;
  color: #94CC39;
  padding-top: 1.5rem;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  padding-top: 1.5rem;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  background: #94CC39;
  border: none;
  border-radius: 8px;
  color: white;
  transition: all 0.3s ease;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #7ab32e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(148, 204, 57, 0.3);
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button::after {
  content: " \\f138";
  font-family: "bootstrap-icons";
  margin-left: 0.5rem;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
  border: none;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li {
  border: 2px solid #333333;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  background: #1a1a1a;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li:hover {
  border-color: #94CC39;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  transform: translateY(-2px);
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li input[type=radio] {
  margin-right: 0.75rem;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li input[type=radio]:checked + label {
  color: #94CC39;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.05rem;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li label img {
  margin-left: auto;
  max-height: 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  margin-top: 1rem;
  padding: 1rem;
  background: #1a1a1a;
  border-radius: 8px;
  font-size: 0.95rem;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li .payment_box p {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  padding-top: 1.5rem;
  border-top: 2px solid #333333;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span {
  font-weight: 500;
  font-size: 0.95rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span a {
  color: #94CC39;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span a:hover {
  color: #7ab32e;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order {
  width: 100%;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  background: #94CC39;
  border: none;
  border-radius: 12px;
  color: white;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order:hover {
  background: #7ab32e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(148, 204, 57, 0.3);
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order::after {
  content: " \\f138";
  font-family: "bootstrap-icons";
  margin-left: 0.5rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  border: none;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead {
  background: #2a2a2a;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th {
  border: none;
  padding: 1rem;
  font-weight: 600;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody td {
  border-color: #333333;
  padding: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-name {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-name strong {
  color: #7ab32e;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-name .product-quantity {
  color: #CCCCCC;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody .product-total {
  text-align: right;
  font-weight: 600;
  color: #94CC39;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr {
  border-top: 1px solid #333333;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td {
  border: none;
  padding: 1rem;
  font-size: 1.05rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot .order-total {
  border-top: 2px solid #94CC39;
  background: rgba(148, 204, 57, 0.05);
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot .order-total td {
  font-size: 1.5rem;
  font-weight: 700;
  color: #94CC39;
  padding: 1.5rem 1rem;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  font-weight: 500;
}

.woocommerce-products-header {
  margin-bottom: 2rem;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #7ab32e;
  margin-bottom: 1rem;
}

.woocommerce-archive .card {
  transition: all 0.3s ease;
}
.woocommerce-archive .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}
.woocommerce-archive .card:hover .hover-overlay {
  opacity: 1 !important;
}
.woocommerce-archive .product-price {
  color: #94CC39;
}
.woocommerce-archive .product-price del {
  color: #CCCCCC;
  font-size: 0.9em;
}
.woocommerce-archive .product-price ins {
  text-decoration: none;
  font-weight: 700;
}

.woo-archive-loop.products-list-view .product {
  flex: 0 0 100%;
  max-width: 100%;
}
.woo-archive-loop.products-list-view .product .card {
  display: flex;
  flex-direction: row;
}
.woo-archive-loop.products-list-view .product .card .position-relative {
  flex: 0 0 300px;
  height: 300px !important;
}
.woo-archive-loop.products-list-view .product .card .position-relative.btn {
  height: unset !important;
}
.woo-archive-loop.products-list-view .product .card .position-relative img {
  object-fit: cover;
}
.woo-archive-loop.products-list-view .product .card .card-body {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.woo-archive-loop.products-list-view .product .card .card-body .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.woo-archive-loop.products-list-view .product .card .card-body .card-text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.woo-archive-loop.products-list-view .product .card .card-body .product-price {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.woo-archive-loop.products-list-view .product .card .card-body .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .woo-archive-loop.products-list-view .product .card {
    flex-direction: column;
  }
  .woo-archive-loop.products-list-view .product .card .position-relative {
    flex: 0 0 auto;
    height: 250px !important;
    width: 100%;
  }
  .woo-archive-loop.products-list-view .product .card .card-body {
    padding: 1.5rem;
  }
}
.woocommerce-result-count {
  color: #CCCCCC;
  font-size: 0.95rem;
}

.woocommerce-ordering select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 2px solid #94CC39;
  border-radius: 8px;
  font-size: 0.95rem;
}
.woocommerce-ordering select:focus {
  border-color: #94CC39;
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.1);
}

.woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #94CC39;
  border-radius: 8px;
  color: #94CC39;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #94CC39;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(148, 204, 57, 0.3);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #333333;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #7ab32e;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(148, 204, 57, 0.05);
  color: #94CC39;
  padding-left: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: "bootstrap-icons";
  margin-right: 0.75rem;
  font-size: 1.1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #94CC39;
  color: white;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\\f475";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\\f4c2";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\\f2ed";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\\f3e5";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\\f4da";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\\f1c9";
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7ab32e;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 1.5rem;
  background: #1a1a1a;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0;
  line-height: 1.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .edit {
  margin-top: 1rem;
  color: #94CC39;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
  color: #7ab32e;
}

.woocommerce form .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #7ab32e;
}
.woocommerce form .form-row label .required {
  color: #ef4444;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password],
.woocommerce form .form-row input[type=number],
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #94CC39;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.woocommerce form .form-row input[type=text]:focus,
.woocommerce form .form-row input[type=email]:focus,
.woocommerce form .form-row input[type=tel]:focus,
.woocommerce form .form-row input[type=password]:focus,
.woocommerce form .form-row input[type=number]:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #94CC39;
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.1);
}

@media (max-width: 991px) {
  .single-product-custom .product-gallery-wrapper {
    position: relative !important;
    top: 0 !important;
  }
  .single-product-custom .product-details-wrapper .product-title {
    font-size: 1.5rem;
  }
  .single-product-custom .product-details-wrapper .product-price .price {
    font-size: 2rem;
  }
}
.h1-nice-style {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.h1-nice-style::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #94CC39;
  margin: 12px auto 0;
}

.site-main h1 {
  position: relative;
  text-align: center;
}
.site-main h1::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #94CC39;
  margin: 12px auto 0;
}
.site-main article {
  margin-top: 58px;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .site-main article {
    margin-top: 57px;
  }
}
@media (max-width: 782px) {
  .site-main article {
    margin-top: 43px;
  }
}
@media (max-width: 575px) {
  .site-main article {
    margin-top: 42px;
  }
}

/*--------------------------------------------------------------
# Sitemap Shortcode
--------------------------------------------------------------*/
.programigo-sitemap .sitemap-section {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #333333;
}
.programigo-sitemap .sitemap-section:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-color: #94CC39;
  transform: translateY(-5px);
}
.programigo-sitemap .sitemap-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #94CC39;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid rgba(148, 204, 57, 0.2);
  display: flex;
  align-items: center;
}
.programigo-sitemap .sitemap-heading i {
  font-size: 1.5rem;
}
.programigo-sitemap .sitemap-list {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.programigo-sitemap .sitemap-list::-webkit-scrollbar {
  width: 6px;
}
.programigo-sitemap .sitemap-list::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
}
.programigo-sitemap .sitemap-list::-webkit-scrollbar-thumb {
  background: #94CC39;
  border-radius: 10px;
}
.programigo-sitemap .sitemap-list::-webkit-scrollbar-thumb:hover {
  background: rgb(119.7590361446, 166.9879518072, 43.0120481928);
}
.programigo-sitemap .sitemap-list li {
  margin-bottom: 0.75rem;
}
.programigo-sitemap .sitemap-list li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #7ab32e;
  text-decoration: none;
  font-size: 0.95rem;
}
.programigo-sitemap .sitemap-list li a i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.programigo-sitemap .sitemap-list li a .badge {
  margin-left: auto;
  font-size: 0.75rem;
}
.programigo-sitemap .sitemap-list li a:hover {
  background: rgba(148, 204, 57, 0.05);
  color: #94CC39;
  padding-left: 1rem;
}
.programigo-sitemap .sitemap-list li a:hover i {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .programigo-sitemap .sitemap-section {
    margin-bottom: 2rem;
  }
  .programigo-sitemap .sitemap-list {
    max-height: 300px;
  }
}

/*--------------------------------------------------------------
# Tech Tags (Technology Badges)
--------------------------------------------------------------*/
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
.tech-tags .badge {
  background: #1a1a1a !important;
  color: #94CC39 !important;
  padding: 1rem 2rem !important;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.tech-tags .badge:hover {
  background: #94CC39 !important;
  color: #0a0a0a !important;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Elementor Image Box as Bootstrap Card
--------------------------------------------------------------*/
.elementor-widget-image-box {
  height: 100%;
}
.elementor-widget-image-box .elementor-widget-container {
  height: 100%;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  background: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.elementor-widget-image-box .elementor-image-box-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  background: #2a2a2a;
  border-color: rgba(148, 204, 57, 0.5);
}
.elementor-widget-image-box figure {
  width: 100% !important;
}
.elementor-widget-image-box .elementor-image-box-img {
  margin: 0;
  overflow: hidden;
  height: 200px;
  width: 100%;
  flex-shrink: 0;
}
.elementor-widget-image-box .elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.elementor-widget-image-box .elementor-image-box-img:hover img {
  transform: scale(1.05);
}
.elementor-widget-image-box .elementor-image-box-content {
  padding: 1.5rem;
  padding-top: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.elementor-widget-image-box .elementor-image-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.4;
}
.elementor-widget-image-box .elementor-image-box-description {
  color: #CCCCCC;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.e-con:has(.elementor-widget-image-box) {
  display: flex !important;
}
.e-con:has(.elementor-widget-image-box) > .elementor-element {
  display: flex;
  flex-direction: column;
}

.e-grid.e-con:has(.elementor-widget-image-box) {
  display: grid !important;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1024px) and (min-width: 768px) {
  .e-grid.e-con:has(.elementor-widget-image-box) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .e-grid.e-con:has(.elementor-widget-image-box) {
    grid-template-columns: 1fr;
  }
}
.e-grid.e-con:has(.elementor-widget-image-box) > .e-con.e-child {
  width: 100% !important;
}

/*--------------------------------------------------------------
# Process Flow Boxes (Twój pomysł → Nasza technologia → Wspólny sukces)
--------------------------------------------------------------*/
.process-flow-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}

.process-step {
  background: #1a1a1a;
  border: 2px solid #94CC39;
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  width: 250px;
  margin: 0 auto;
}
.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  border-color: rgb(169.9156626506, 214.4457831325, 97.5542168675);
  background: #2a2a2a;
}
.process-step .step-icon {
  font-size: 2.5rem;
  color: #94CC39;
  margin-bottom: 0.75rem;
}
.process-step .step-icon i, .process-step .step-icon svg {
  width: 48px;
  height: 48px;
}
.process-step .step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94CC39;
  font-size: 2rem;
}
.process-arrow i {
  animation: bounceDown 2s ease-in-out infinite;
}

.process-final {
  background: linear-gradient(135deg, #94CC39 0%, rgb(105.2168674699, 146.7108433735, 37.7891566265) 100%);
  border: none;
  color: #0a0a0a;
  padding: 2.5rem 2rem;
  min-height: 140px;
}
.process-final:hover {
  background: linear-gradient(135deg, rgb(158.9578313253, 209.2228915663, 77.2771084337) 0%, #94CC39 100%);
}
.process-final .step-icon {
  color: #0a0a0a;
  font-size: 3rem;
}
.process-final .step-title {
  color: #fff;
  font-size: 1.3rem;
}

.process-detail-card {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 204, 57, 0.2);
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: center;
}
.process-detail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  background: #2a2a2a;
  border-color: rgba(148, 204, 57, 0.5);
}
.process-detail-card .card-icon {
  font-size: 2.5rem;
  color: #94CC39;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-detail-card .card-icon i, .process-detail-card .card-icon svg {
  width: 48px;
  height: 48px;
}
.process-detail-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.process-detail-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.process-detail-card .card-description {
  font-size: 0.9rem;
  color: #CCCCCC;
  margin: 0;
  line-height: 1.5;
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  .process-flow-container {
    gap: 1rem;
  }
  .process-step {
    padding: 1.5rem;
    min-height: 100px;
  }
  .process-step .step-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .process-step .step-icon i, .process-step .step-icon svg {
    width: 36px;
    height: 36px;
  }
  .process-step .step-title {
    font-size: 1rem;
  }
  .process-final {
    padding: 2rem 1.5rem;
    min-height: 120px;
  }
  .process-final .step-icon {
    font-size: 2.5rem;
  }
  .process-final .step-title {
    font-size: 1.2rem;
  }
  .process-arrow {
    font-size: 1.5rem;
  }
  .process-detail-card {
    flex-direction: column;
    padding: 1.25rem;
    text-align: center;
  }
  .process-detail-card .card-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
  .process-detail-card .card-icon i, .process-detail-card .card-icon svg {
    width: 40px;
    height: 40px;
  }
  .process-detail-card .card-content {
    align-items: center;
    text-align: center;
  }
  .process-detail-card .card-title {
    font-size: 1rem;
  }
  .process-detail-card .card-description {
    font-size: 0.85rem;
  }
}
.nav-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #94CC39, transparent);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.float-label {
  color: #94CC39 !important;
}

.btn-get-started,
.btn-learn-more,
.btn-cta {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-get-started,
.btn-learn-more {
  background: #94CC39;
  color: #A2A2A2;
  border: 2px solid #94CC39;
}
.btn-get-started:hover,
.btn-learn-more:hover {
  background: transparent;
  color: #94CC39;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
}

.navbar .getstarted {
  background: #94CC39;
  color: #A2A2A2;
  padding: 8px 25px;
  margin-left: 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.navbar .getstarted:hover {
  background: #7ab32e;
  color: #A2A2A2;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
}

.pg-blog-post,
.services .icon-box,
.portfolio .portfolio-item {
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.05), transparent);
  border: 1px solid #333333;
}
.pg-blog-post:hover,
.services .icon-box:hover,
.portfolio .portfolio-item:hover {
  box-shadow: 0px 8px 30px rgba(148, 204, 57, 0.2);
  transform: translateY(-5px);
  border-color: #94CC39;
}

.card-body {
  border-radius: var(--bs-card-border-radius);
}

.pg-blog-post {
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.05), transparent);
  overflow: hidden;
  height: 100%;
  border: 1px solid #333333;
}
.pg-blog-post .card-img-top {
  transition: transform 0.3s ease;
}
.pg-blog-post:hover .card-img-top {
  transform: scale(1.05);
}
.pg-blog-post .card-body {
  background: #1a1a1a;
  border-radius: var(--bs-card-border-radius);
}
.pg-blog-post .card-title {
  color: #ffffff;
}
.pg-blog-post .card-text {
  color: #CCCCCC;
}

.services .icon-box {
  padding: 30px;
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.05), transparent);
  box-shadow: 0 5 15px rgba(148, 204, 57, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #333333;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background: rgba(148, 204, 57, 0.05);
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: rgba(148, 204, 57, 0.1);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.services .icon-box:hover {
  border-color: #94CC39;
}
.services .icon-box .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #94CC39;
  transition: all 0.3s ease;
}
.services .icon-box .icon i {
  font-size: 36px;
  line-height: 1;
  color: #A2A2A2;
  transition: all 0.3s ease;
}
.services .icon-box:hover .icon {
  background: #7ab32e;
}
.services .icon-box:hover .icon i {
  color: #A2A2A2;
}
.services .icon-box h4, .services .icon-box .title a {
  color: #ffffff;
  transition: all 0.3s ease;
}
.services .icon-box p, .services .icon-box .description {
  color: #CCCCCC;
  transition: all 0.3s ease;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #333333;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #94CC39;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.1);
}

.wpcf7-form .form-label {
  font-weight: 600;
  color: #7ab32e;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.wpcf7-form .form-control {
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.wpcf7-form .form-control:focus {
  border-color: #94CC39;
  box-shadow: 0 0 0 4px rgba(148, 204, 57, 0.1);
  outline: none;
}
.wpcf7-form .form-control::placeholder {
  color: #A2A2A2;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  border-color: #94CC39;
  box-shadow: 0 0 0 4px rgba(148, 204, 57, 0.1);
  outline: none;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #A2A2A2;
}
.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}
.wpcf7-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.wpcf7-form .form-check .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border: 2px solid #333333;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.wpcf7-form .form-check .form-check-input:checked {
  background-color: #94CC39;
  border-color: #94CC39;
}
.wpcf7-form .form-check .form-check-input:focus {
  border-color: #94CC39;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.1);
  outline: none;
}
.wpcf7-form .form-check .form-check-label {
  font-size: 0.9rem;
  color: #CCCCCC;
  cursor: pointer;
  line-height: 1.5;
}
.wpcf7-form .form-check .form-check-label a {
  color: #94CC39;
  text-decoration: none;
}
.wpcf7-form .form-check .form-check-label a:hover {
  text-decoration: underline;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: inline;
}
.wpcf7-form .wpcf7-acceptance {
  display: inline;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: inline;
  margin: 0;
}
.wpcf7-form .wpcf7-submit {
  background: #94CC39;
  color: #fff;
  border: 2px solid #94CC39;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.wpcf7-form .wpcf7-submit:hover {
  background: rgb(119.7590361446, 166.9879518072, 43.0120481928);
  border-color: rgb(119.7590361446, 166.9879518072, 43.0120481928);
  color: #fff;
  text-decoration: none;
}
.wpcf7-form .wpcf7-submit {
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(148, 204, 57, 0.3);
}
.wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.wpcf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(239, 68, 68, 0.1);
  border: 2px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.contact-form-wrapper .card {
  border-radius: 16px;
  border: 1px solid rgba(148, 204, 57, 0.2);
  background: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.contact-form-wrapper .card:hover {
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  border-color: rgba(148, 204, 57, 0.4);
}

/*--------------------------------------------------------------
# Elementor Accordion - Dark Theme
--------------------------------------------------------------*/
.e-n-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.e-n-accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 204, 57, 0.2) !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.e-n-accordion-item:hover {
  border-color: rgba(148, 204, 57, 0.4);
  box-shadow: 0 8px 25px rgba(148, 204, 57, 0.15);
  transform: translateY(-2px);
}
.e-n-accordion-item svg {
  fill: #94CC39 !important;
}
.e-n-accordion-item[open] {
  border-color: rgba(148, 204, 57, 0.5);
  box-shadow: 0 8px 30px rgba(148, 204, 57, 0.2);
}

.e-n-accordion-item-title {
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: all 0.3s ease;
  list-style: none;
  border: none !important;
  outline: none;
}
.e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}
.e-n-accordion-item-title:hover {
  background: rgba(148, 204, 57, 0.1);
}
.e-n-accordion-item-title[aria-expanded=true] {
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.15) 0%, rgba(148, 204, 57, 0.08) 100%);
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
  box-shadow: 0 2px 10px rgba(148, 204, 57, 0.2);
}
.e-n-accordion-item-title:focus, .e-n-accordion-item-title:focus-visible {
  outline: 2px solid rgba(148, 204, 57, 0.5);
  outline-offset: 2px;
}

.e-n-accordion-item-title-header {
  flex: 1;
}

.e-n-accordion-item-title-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.e-n-accordion-item[open] .e-n-accordion-item-title-text {
  color: #94CC39;
}

.e-n-accordion-item-title-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.e-n-accordion-item-title-icon .e-opened,
.e-n-accordion-item-title-icon .e-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.e-n-accordion-item-title-icon .e-opened {
  display: none;
}
.e-n-accordion-item-title-icon .e-closed {
  display: flex;
}
.e-n-accordion-item-title-icon svg {
  width: 20px;
  height: 20px;
  fill: #94CC39;
  transition: all 0.3s ease;
}
.e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(180deg);
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
  display: flex;
}
.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
  display: none;
}

.e-n-accordion-item > div[role=region] {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor,
.e-n-accordion-item > div[role=region] .elementor-text-editor {
  color: #CCCCCC;
  font-size: 1rem;
  line-height: 1.8;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor p,
.e-n-accordion-item > div[role=region] .elementor-text-editor p {
  margin-bottom: 1rem;
  color: #CCCCCC;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor p:last-child,
.e-n-accordion-item > div[role=region] .elementor-text-editor p:last-child {
  margin-bottom: 0;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor strong, .e-n-accordion-item > div[role=region] .elementor-widget-text-editor b,
.e-n-accordion-item > div[role=region] .elementor-text-editor strong,
.e-n-accordion-item > div[role=region] .elementor-text-editor b {
  color: #ffffff;
  font-weight: 600;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor a,
.e-n-accordion-item > div[role=region] .elementor-text-editor a {
  color: #94CC39;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor a:hover,
.e-n-accordion-item > div[role=region] .elementor-text-editor a:hover {
  color: rgb(169.9156626506, 214.4457831325, 97.5542168675);
  text-decoration: none;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor ul, .e-n-accordion-item > div[role=region] .elementor-widget-text-editor ol,
.e-n-accordion-item > div[role=region] .elementor-text-editor ul,
.e-n-accordion-item > div[role=region] .elementor-text-editor ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor ul li, .e-n-accordion-item > div[role=region] .elementor-widget-text-editor ol li,
.e-n-accordion-item > div[role=region] .elementor-text-editor ul li,
.e-n-accordion-item > div[role=region] .elementor-text-editor ol li {
  margin-bottom: 0.5rem;
  color: #CCCCCC;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor table,
.e-n-accordion-item > div[role=region] .elementor-text-editor table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.e-n-accordion-item > div[role=region] .elementor-widget-text-editor table td,
.e-n-accordion-item > div[role=region] .elementor-text-editor table td {
  padding: 0.75rem;
  border: 1px solid rgba(148, 204, 57, 0.2);
  color: #CCCCCC;
}

@media (max-width: 768px) {
  .e-n-accordion-item-title {
    padding: 1.25rem 1.5rem;
  }
  .e-n-accordion-item-title-text {
    font-size: 1rem;
  }
  .e-n-accordion-item > div[role=region] {
    padding: 1.5rem;
    border: none !important;
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #94CC39;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(158.9578313253, 209.2228915663, 77.2771084337);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(148, 204, 57, 0.3) !important;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #94CC39 !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(148, 204, 57, 0.15);
}
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover,
textarea:hover,
select:hover {
  border-color: rgba(148, 204, 57, 0.5) !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
input[type=text]:disabled, input[type=text][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=range]:disabled,
input[type=range][readonly],
input[type=date]:disabled,
input[type=date][readonly],
input[type=month]:disabled,
input[type=month][readonly],
input[type=week]:disabled,
input[type=week][readonly],
input[type=time]:disabled,
input[type=time][readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly],
input[type=color]:disabled,
input[type=color][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  background: rgba(255, 255, 255, 0.03) !important;
  cursor: not-allowed;
  opacity: 0.6;
}

textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394CC39' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}
select option {
  background: #1a1a1a;
  color: #ffffff;
  padding: 8px;
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(148, 204, 57, 0.5);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover,
input[type=radio]:hover {
  border-color: #94CC39;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #94CC39;
  border-color: #94CC39;
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  display: block;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.2);
}

input[type=checkbox] {
  border-radius: 5px;
}
input[type=checkbox]:checked::after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #0a0a0a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a0a0a;
}

label {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.3px;
}
label.required::after {
  content: "*";
  color: #ef4444;
  margin-left: 4px;
}

.form-group,
.form-field,
.wpcf7-form-control-wrap {
  margin-bottom: 4px;
}
.form-group label,
.form-field label,
.wpcf7-form-control-wrap label {
  display: block;
  margin-bottom: 8px;
}

input[type=submit],
button[type=submit],
.btn-submit,
.submit-button {
  background: linear-gradient(135deg, #94CC39 0%, #7ab32e 100%) !important;
  border: none !important;
  color: #0a0a0a !important;
  border-radius: 12px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
input[type=submit]:hover,
button[type=submit]:hover,
.btn-submit:hover,
.submit-button:hover {
  background: linear-gradient(135deg, rgb(165.5325301205, 212.356626506, 89.443373494) 0%, #94CC39 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(148, 204, 57, 0.4);
}
input[type=submit]:active,
button[type=submit]:active,
.btn-submit:active,
.submit-button:active {
  transform: translateY(0);
}
input[type=submit]:disabled,
button[type=submit]:disabled,
.btn-submit:disabled,
.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

input[type=file] {
  padding: 10px 0;
  border: 2px dashed rgba(148, 204, 57, 0.3);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
input[type=file]:hover {
  border-color: #94CC39;
  background: rgba(255, 255, 255, 0.05);
}
input[type=file]::file-selector-button {
  background: rgba(148, 204, 57, 0.2);
  border: 1px solid #94CC39;
  color: #94CC39;
  padding: 8px 16px;
  border-radius: 8px;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
input[type=file]::file-selector-button:hover {
  background: #94CC39;
  color: #0a0a0a;
}

fieldset {
  border: 1px solid rgba(148, 204, 57, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.03);
}
fieldset legend {
  color: #94CC39;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
}

.error input,
.invalid input,
input.error,
input:invalid:not(:placeholder-shown) {
  border-color: #ef4444 !important;
}
.error input:focus,
.invalid input:focus,
input.error:focus,
input:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

.success input,
.valid input,
input.success {
  border-color: #22c55e !important;
}
.success input:focus,
.valid input:focus,
input.success:focus {
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}

.error-message,
.wpcf7-not-valid-tip,
.validation-error {
  color: #ef4444;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
}

.success-message {
  color: #22c55e;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 12px;
  padding: 15px 20px;
  margin: 20px 0;
  border-width: 2px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  color: #ffffff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(34, 197, 94, 0.1);
  border-color: #22c55e;
  color: #ffffff;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform textarea {
  width: 100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  margin-bottom: 20px;
}
#commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#commentform .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 10px;
}
#commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
  font-weight: 400;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  padding-right: 50px;
}
.search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #94CC39 !important;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  color: #0a0a0a;
  font-weight: 600;
  cursor: pointer;
}
.search-form .search-submit:hover {
  background: rgb(165.5325301205, 212.356626506, 89.443373494) !important;
}

@media (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  textarea,
  select {
    padding: 12px 16px;
    font-size: 16px;
  }
  input[type=submit],
  button[type=submit],
  .btn-submit {
    width: 100%;
    padding: 16px;
  }
}
/*--------------------------------------------------------------
# Floating Elements / Tech Graphics
--------------------------------------------------------------*/
.hero-graphic {
  position: relative;
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  animation: float 6s ease-in-out infinite;
  border: 1px solid rgba(52, 152, 219, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 120px;
  z-index: 1;
}
.floating-element:hover {
  transform: scale(1.1) translateY(-10px);
  background: rgb(255, 255, 255);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.floating-element:hover::before {
  opacity: 1;
}
.floating-element:hover .icon-wrapper {
  transform: scale(1.1);
}
.floating-element .icon-wrapper {
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(52, 152, 219, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-element .icon-wrapper svg {
  width: 48px;
  height: 48px;
}
.floating-element .tech-label {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.floating-element:nth-child(1) {
  top: 5%;
  right: 15%;
  animation-delay: -1s;
}
.floating-element:nth-child(2) {
  top: 45%;
  right: 5%;
  animation-delay: -3s;
}
.floating-element:nth-child(3) {
  top: 25%;
  right: 35%;
  animation-delay: -5s;
}
.floating-element:nth-child(4) {
  top: 65%;
  right: 25%;
  animation-delay: -2s;
}
.floating-element:nth-child(5) {
  top: 15%;
  right: 55%;
  animation-delay: -4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(2deg);
  }
  50% {
    transform: translateY(-30px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-2deg);
  }
}
@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-graphic {
  min-height: 300px;
}

@media screen and (max-width: 991px) {
  .hero-graphic {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
  }
  .floating-element {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    animation: none;
    padding: 1rem;
    min-width: 80px;
    flex: 0 0 calc(33.333% - 1rem);
    max-width: 120px;
  }
  .floating-element::before {
    display: none;
  }
  .floating-element .icon-wrapper svg {
    width: 36px;
    height: 36px;
  }
  .floating-element .tech-label {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 576px) {
  .floating-element {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: 100px;
    padding: 0.75rem;
  }
  .floating-element .icon-wrapper svg {
    width: 32px;
    height: 32px;
  }
  .floating-element .tech-label {
    font-size: 0.65rem;
  }
}
.pg-steps-timeline {
  padding: 60px 0;
  position: relative;
}

.pg-steps-timeline-dual {
  padding: 60px 0;
  position: relative;
}

.pg-timeline-header {
  text-align: center;
  margin-bottom: 60px;
}

.pg-timeline-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.pg-timeline-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pg-timeline-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
  grid-auto-rows: auto;
  position: relative;
}
.pg-timeline-columns::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(148, 204, 57, 0.5), rgba(148, 204, 57, 0.1));
  transform: translateX(-50%);
  z-index: 1;
}

.pg-timeline-column {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-content: start;
}

.pg-column-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.pg-column-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #94CC39 0%, #7ab32e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 20px rgba(148, 204, 57, 0.3);
}
.pg-column-icon i {
  font-size: 36px;
  color: #ffffff;
}
.pg-column-icon.pg-column-icon-client {
  background: linear-gradient(135deg, #a0db40 0%, #94CC39 100%);
}

.pg-column-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.pg-step-item {
  display: flex;
  gap: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.pg-step-item.aos-animate {
  opacity: 1;
  transform: translateY(0);
}
.pg-step-item:last-child .pg-connector-line {
  display: none;
}

.pg-step-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.pg-step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #94CC39 0%, #7ab32e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(148, 204, 57, 0.3);
  position: relative;
  z-index: 2;
}

.pg-connector-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, #94CC39, rgba(148, 204, 57, 0.3));
  margin-top: 10px;
  min-height: 100px;
}

.pg-step-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 204, 57, 0.2);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.pg-step-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #94CC39, #7ab32e);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pg-step-content:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(148, 204, 57, 0.4);
  transform: translateX(10px);
}
.pg-step-content:hover::before {
  opacity: 1;
}
.pg-step-content:hover .pg-step-icon {
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.3), rgba(148, 204, 57, 0.15));
  border-color: rgba(148, 204, 57, 0.5);
  transform: scale(1.1) rotate(5deg);
}
.pg-step-content:hover .pg-step-icon i {
  color: rgb(165.5325301205, 212.356626506, 89.443373494);
  transform: scale(1.1);
}

.pg-step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.2), rgba(148, 204, 57, 0.1));
  border: 2px solid rgba(148, 204, 57, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.pg-step-icon i {
  font-size: 32px;
  color: #94CC39;
  transition: all 0.3s ease;
}

.pg-step-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.pg-step-description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 25px 0;
}

.pg-step-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pg-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(148, 204, 57, 0.1);
  border: 1px solid rgba(148, 204, 57, 0.2);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transition: all 0.3s ease;
}
.pg-feature-tag:hover {
  background: rgba(148, 204, 57, 0.2);
  border-color: rgba(148, 204, 57, 0.4);
  transform: translateY(-2px);
}

.pg-icon-circle {
  width: 24px;
  height: 24px;
  background: rgba(148, 204, 57, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pg-icon-circle i {
  font-size: 11px;
  color: #94CC39;
}

@media (max-width: 992px) {
  .pg-steps-timeline {
    padding: 40px 0;
  }
  .pg-steps-timeline-dual {
    padding: 40px 0;
  }
  .pg-timeline-title {
    font-size: 36px;
  }
  .pg-timeline-subtitle {
    font-size: 16px;
  }
  .pg-timeline-columns {
    gap: 30px;
  }
  .pg-column-header {
    margin-bottom: 30px;
  }
  .pg-column-icon {
    width: 70px;
    height: 70px;
  }
  .pg-column-icon i {
    font-size: 32px;
  }
  .pg-column-title {
    font-size: 24px;
  }
  .pg-step-item {
    gap: 20px;
    margin-bottom: 50px;
  }
  .pg-step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .pg-step-content {
    padding: 25px;
  }
  .pg-step-title {
    font-size: 24px;
  }
  .pg-step-description {
    font-size: 15px;
  }
  .pg-step-icon {
    width: 60px;
    height: 60px;
  }
  .pg-step-icon i {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pg-steps-timeline {
    padding: 30px 15px;
  }
  .pg-steps-timeline-dual {
    padding: 30px 15px;
  }
  .pg-timeline-header {
    margin-bottom: 40px;
  }
  .pg-timeline-title {
    font-size: 32px;
  }
  .pg-timeline-subtitle {
    font-size: 15px;
  }
  .pg-timeline-columns {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .pg-timeline-columns::before {
    display: none;
  }
  .pg-timeline-column {
    gap: 40px;
  }
  .pg-column-header {
    margin-bottom: 25px;
  }
  .pg-column-icon {
    width: 65px;
    height: 65px;
  }
  .pg-column-icon i {
    font-size: 30px;
  }
  .pg-column-title {
    font-size: 22px;
  }
  .pg-step-item {
    gap: 15px;
    margin-bottom: 40px;
    min-height: auto;
    align-self: auto;
  }
  .pg-connector-line {
    min-height: 80px;
  }
  .pg-step-content {
    padding: 20px;
  }
  .pg-step-content:hover {
    transform: translateX(5px);
  }
  .pg-step-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .pg-step-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .pg-step-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }
  .pg-step-icon i {
    font-size: 24px;
  }
  .pg-step-features {
    gap: 10px;
  }
  .pg-feature-tag {
    font-size: 13px;
    padding: 7px 14px;
  }
  .pg-icon-circle {
    width: 22px;
    height: 22px;
  }
  .pg-icon-circle i {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .pg-timeline-title {
    font-size: 28px;
  }
  .pg-column-icon {
    width: 60px;
    height: 60px;
  }
  .pg-column-icon i {
    font-size: 28px;
  }
  .pg-column-title {
    font-size: 20px;
  }
  .pg-step-item {
    flex-direction: column;
    gap: 20px;
  }
  .pg-step-connector {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
  }
  .pg-step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    flex-shrink: 0;
  }
  .pg-connector-line {
    width: 100%;
    height: 2px;
    margin-top: 19px;
    margin-left: 10px;
    background: linear-gradient(to right, #94CC39, rgba(148, 204, 57, 0.3));
    min-height: auto;
  }
  .pg-step-item:last-child .pg-connector-line {
    display: block;
    opacity: 0.3;
  }
  .pg-step-content {
    padding: 18px;
  }
  .pg-step-title {
    font-size: 20px;
  }
  .pg-step-description {
    font-size: 14px;
  }
  .pg-feature-tag {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.pg-faq-page {
  background: #0a0a0a;
  min-height: 100vh;
}
.pg-faq-page .breadcrumbs-wrapper {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.98) 0%, rgba(26, 26, 26, 0.98) 100%);
  border-bottom: 1px solid rgba(148, 204, 57, 0.15);
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item {
  color: #A2A2A2;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a {
  color: #A2A2A2;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a i {
  color: #94CC39;
  opacity: 0.8;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #94CC39;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover i {
  opacity: 1;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 600;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active i {
  color: #94CC39;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: rgba(148, 204, 57, 0.5);
  margin: 0 0.5rem;
  font-size: 0.75rem;
}
.pg-faq-page .breadcrumbs-wrapper .breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.pg-faq-page .pg-faq-hero {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
}
.pg-faq-page .pg-faq-category-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(148, 204, 57, 0.3);
  display: flex;
  align-items: center;
}
.pg-faq-page .pg-faq-category-title i {
  color: #94CC39;
}
.pg-faq-page .pg-faq-contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 204, 57, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.pg-faq-page .pg-faq-contact-card:hover {
  border-color: rgba(148, 204, 57, 0.5);
  box-shadow: 0 10px 40px rgba(148, 204, 57, 0.2);
  transform: translateY(-5px);
}
.pg-faq-page .pg-faq-contact-card h3 {
  color: #ffffff;
  font-weight: 700;
}
.pg-faq-page .pg-faq-contact-card i {
  filter: drop-shadow(0 5px 15px rgba(148, 204, 57, 0.4));
}

.pg-faq-accordion .pg-faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 204, 57, 0.2);
  border-radius: 16px;
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.pg-faq-accordion .pg-faq-item:hover {
  border-color: rgba(148, 204, 57, 0.4);
  box-shadow: 0 8px 25px rgba(148, 204, 57, 0.15);
  transform: translateY(-2px);
}
.pg-faq-accordion .pg-faq-item:last-child {
  margin-bottom: 0;
}
.pg-faq-accordion .pg-faq-item .accordion-header {
  margin: 0;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button i.bi-question-circle-fill {
  color: #94CC39;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button span {
  color: #ffffff;
  line-height: 1.5;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "\f282";
  font-family: "bootstrap-icons";
  color: #94CC39;
  font-size: 1.25rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  width: auto;
  height: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(148, 204, 57, 0.15) 0%, rgba(148, 204, 57, 0.08) 100%);
  color: #94CC39;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 10px rgba(148, 204, 57, 0.2);
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:not(.collapsed) i.bi-question-circle-fill {
  transform: rotate(360deg);
  color: #94CC39;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:not(.collapsed) span {
  color: #94CC39;
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:hover {
  background: rgba(148, 204, 57, 0.1);
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:hover i.bi-question-circle-fill {
  transform: scale(1.1);
}
.pg-faq-accordion .pg-faq-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(148, 204, 57, 0.25);
  border-color: rgba(148, 204, 57, 0.5);
}
.pg-faq-accordion .pg-faq-item .accordion-collapse {
  border-top: 1px solid rgba(148, 204, 57, 0.2);
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body {
  background: rgba(255, 255, 255, 0.02);
  padding: 2rem;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content {
  color: #CCCCCC;
  font-size: 1rem;
  line-height: 1.8;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content p {
  margin-bottom: 1rem;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content p:last-child {
  margin-bottom: 0;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content strong, .pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content b {
  color: #ffffff;
  font-weight: 600;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content a {
  color: #94CC39;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content a:hover {
  color: rgb(169.9156626506, 214.4457831325, 97.5542168675);
  text-decoration: none;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ul, .pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ul li, .pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ol li {
  margin-bottom: 0.5rem;
  color: #CCCCCC;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ul li::marker, .pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content ol li::marker {
  color: #94CC39;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content code {
  background: rgba(148, 204, 57, 0.1);
  color: #94CC39;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.pg-faq-accordion .pg-faq-item .accordion-collapse .accordion-body .pg-faq-content blockquote {
  border-left: 4px solid #94CC39;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #A2A2A2;
}

.pg-faq-header {
  text-align: center;
  margin-bottom: 3rem;
}
.pg-faq-header .pg-faq-title {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.pg-faq-header .pg-faq-title i {
  color: #94CC39;
  margin-right: 1rem;
}
.pg-faq-header .pg-faq-subtitle {
  color: #A2A2A2;
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
}

.pg-faq-search {
  max-width: 600px;
  margin: 0 auto 3rem;
}
.pg-faq-search .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(148, 204, 57, 0.3);
  transition: all 0.3s ease;
}
.pg-faq-search .input-group:hover, .pg-faq-search .input-group:focus-within {
  border-color: rgba(148, 204, 57, 0.6);
  box-shadow: 0 5px 25px rgba(148, 204, 57, 0.3);
}
.pg-faq-search .input-group .input-group-text {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #94CC39;
  padding: 0.75rem 1.25rem;
}
.pg-faq-search .input-group .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: #ffffff;
  padding: 0.75rem 1rem;
}
.pg-faq-search .input-group .form-control::placeholder {
  color: #A2A2A2;
}
.pg-faq-search .input-group .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.pg-faq-categories {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem !important;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  color: white !important;
  margin-bottom: 3rem;
  padding: 0;
  background: transparent;
}
.pg-faq-categories .pg-faq-category-btn {
  background: transparent;
  border: 2px solid rgba(148, 204, 57, 0.5);
  color: #ffffff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  user-select: none;
}
.pg-faq-categories .pg-faq-category-btn i {
  color: #94CC39;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.pg-faq-categories .pg-faq-category-btn .badge {
  background: rgba(148, 204, 57, 0.3) !important;
  color: #ffffff !important;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 50px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
}
.pg-faq-categories .pg-faq-category-btn:hover {
  background: rgba(148, 204, 57, 0.1);
  border-color: #94CC39;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(148, 204, 57, 0.3);
}
.pg-faq-categories .pg-faq-category-btn:hover i {
  color: #94CC39;
  transform: scale(1.1);
}
.pg-faq-categories .pg-faq-category-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(148, 204, 57, 0.25);
}
.pg-faq-categories .pg-faq-category-btn.active {
  background: #94CC39;
  border-color: #94CC39;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(148, 204, 57, 0.4);
}
.pg-faq-categories .pg-faq-category-btn.active i {
  color: #ffffff;
}
.pg-faq-categories .pg-faq-category-btn.active .badge {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

.pg-faq-empty {
  text-align: center;
  padding: 4rem 2rem;
}
.pg-faq-empty i {
  font-size: 5rem;
  color: #94CC39;
  opacity: 0.3;
  margin-bottom: 1.5rem;
  display: block;
}
.pg-faq-empty h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.pg-faq-empty p {
  color: #A2A2A2;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .pg-faq-accordion .pg-faq-item {
    border-radius: 12px;
    margin-bottom: 1rem;
  }
  .pg-faq-accordion .pg-faq-item .accordion-header .accordion-button {
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
  }
  .pg-faq-accordion .pg-faq-item .accordion-header .accordion-button i.bi-question-circle-fill {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
  .pg-faq-accordion .pg-faq-item .accordion-header .accordion-button::after {
    font-size: 1rem;
  }
  .pg-faq-accordion .pg-faq-item .accordion-body {
    padding: 1.5rem;
  }
  .pg-faq-accordion .pg-faq-item .accordion-body .pg-faq-content {
    font-size: 0.95rem;
  }
  .pg-faq-header {
    margin-bottom: 2rem;
  }
  .pg-faq-header .pg-faq-title {
    font-size: 1.75rem;
  }
  .pg-faq-header .pg-faq-subtitle {
    font-size: 1rem;
  }
  .pg-faq-categories {
    gap: 0.75rem;
  }
  .pg-faq-categories .pg-faq-category-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@keyframes faqPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.pg-faq-item {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
}
#header.header-scrolled {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.98);
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #7ab32e;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
#header .logo .logo-mobile {
  max-height: 35px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #CCCCCC;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #94CC39;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #94CC39;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #A2A2A2;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #A2A2A2;
  background: #7ab32e;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #1a1a1a;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #333333;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #94CC39;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #94CC39;
  font-size: 32px;
  cursor: pointer;
  display: none;
  line-height: 1;
  transition: all 0.3s ease;
  margin-left: 1rem;
  padding: 0.25rem;
  border-radius: 8px;
}
.mobile-nav-toggle:hover {
  background: rgba(148, 204, 57, 0.1);
  color: #7ab32e;
}
.mobile-nav-toggle.bi-x {
  color: white;
  background: #94CC39;
}
.mobile-nav-toggle.bi-x:hover {
  background: #7ab32e;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar.navbar-mobile ul {
    display: block !important;
  }
  .navbar:not(.navbar-mobile) ul {
    transform: translateX(100%);
  }
  .cart-icon {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  z-index: 9999;
  backdrop-filter: blur(10px);
}
.navbar-mobile .mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: #1a1a1a;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.navbar-mobile ul {
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  padding: 80px 0 20px 0;
  background-color: #1a1a1a;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
  border-left: 1px solid #333333;
}
.navbar-mobile ul li {
  border-bottom: 1px solid #333333;
}
.navbar-mobile ul li:last-child {
  border-bottom: none;
}
.navbar-mobile ul a, .navbar-mobile ul a:focus {
  padding: 15px 25px;
  font-size: 16px;
  color: #CCCCCC;
  font-weight: 500;
}
.navbar-mobile ul a:hover, .navbar-mobile ul a:focus:hover {
  background: rgba(148, 204, 57, 0.1);
}
.navbar-mobile ul a:hover, .navbar-mobile ul .active, .navbar-mobile ul li:hover > a {
  color: #94CC39;
}
.navbar-mobile ul .getstarted, .navbar-mobile ul .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .cart-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
  max-width: calc(85vw - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border: 1px solid #333333;
}
.navbar-mobile .cart-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  border-color: #94CC39;
}
.navbar-mobile .cart-icon i {
  font-size: 24px;
  color: #94CC39;
}
.navbar-mobile .cart-icon .cart-count {
  font-size: 0.75rem;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #0a0a0a;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 8px;
  transform: none;
}
.navbar-mobile .dropdown ul li {
  min-width: auto;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #94CC39;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}
#hero h2 {
  color: #CCCCCC;
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }
  #hero .animated {
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

.btn-get-started {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.5s ease;
  color: #A2A2A2;
  background: #94CC39;
  border: 2px solid #94CC39;
}
.btn-get-started:hover {
  background: transparent;
  color: #94CC39;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1a1a;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #94CC39;
  display: inline-block;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  margin: 0 0 10px 15px;
}
.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #1a1a1a;
  padding: 10px 0;
  text-align: center;
}
.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.content h3 {
  font-weight: 600;
  font-size: 26px;
}
.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {
  padding-left: 28px;
  position: relative;
}
.content ul li + li {
  margin-top: 10px;
}
.content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #94CC39;
  line-height: 1;
}
.content p:last-child {
  margin-bottom: 0;
}
.content .btn-learn-more {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #94CC39;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #94CC39;
}
.content .btn-learn-more:hover {
  background: #94CC39;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}
.counts .content {
  padding: 0;
}
.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #7ab32e;
}
.counts .content p {
  margin-bottom: 0;
}
.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}
.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #94CC39;
  float: left;
  line-height: 0;
}
.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #7ab32e;
  margin-left: 50px;
}
.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 14px;
  color: rgb(159.5533333333, 212.3733333333, 89.1266666667);
}
.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: rgb(159.5533333333, 212.3733333333, 89.1266666667);
  font-size: 15px;
  font-family: "Ubuntu Condensed", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .content .count-box a:hover {
  color: rgb(194.5733333333, 228.0133333333, 149.9866666667);
}
@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}
@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background: rgb(235.6626506024, 245.7831325301, 219.2168674699);
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: #94CC39;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #94CC39;
  transition: all 0.3s ease-in-out;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #ffffff;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}
.services .icon-box:hover .icon {
  background: #94CC39;
}
.services .icon-box:hover .icon i {
  color: #0a0a0a;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.more-services .card-body {
  z-index: 10;
  background: rgba(26, 26, 26, 0.95);
  padding: 15px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.more-services .card-title a {
  color: #7ab32e;
}
.more-services .card-text {
  color: white;
}
.more-services .read-more a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.more-services .read-more a:hover {
  text-decoration: underline;
}
.more-services .card:hover .card-body {
  background: #94CC39;
}
.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: white;
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #7ab32e;
  transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
  color: #94CC39;
}
.features .icon-box:hover {
  background: rgb(242.2373493976, 248.9168674699, 231.3831325301);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  background: #1a1a1a;
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #CCCCCC;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgb(235.6626506024, 245.7831325301, 219.2168674699);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1a1a1a;
  opacity: 1;
  border: 1px solid #94CC39;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94CC39;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #7ab32e;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #94CC39;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(122, 179, 46, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 179, 46, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #94CC39;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1a1a1a;
  opacity: 1;
  border: 1px solid #94CC39;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94CC39;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 179, 46, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(42, 42, 42, 0.95);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #7ab32e;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  color: #94CC39;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #7ab32e;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: white;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: white;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #1a1a1a;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #333333;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #7ab32e;
}
.pricing .box h4 {
  font-size: 42px;
  color: #94CC39;
  font-weight: 500;
  font-family: "Ubuntu Condensed", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #A2A2A2;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #7ab32e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #94CC39;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #A2A2A2;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #94CC39;
  color: #94CC39;
  font-size: 14px;
  font-weight: 400;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #94CC39;
  color: #fff;
}
.pricing .recommended {
  border-color: #94CC39;
}
.pricing .recommended .btn-buy {
  background: #94CC39;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: rgb(125.5759036145, 175.0987951807, 45.1012048193);
  border-color: rgb(125.5759036145, 175.0987951807, 45.1012048193);
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.faq .faq-item i {
  color: rgb(191.8313253012, 224.8915662651, 138.1084337349);
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Ubuntu Condensed", sans-serif;
}
.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #7ab32e;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Ubuntu Condensed", sans-serif;
  color: #A2A2A2;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1a1a1a;
  color: #94CC39;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #333333;
}
.contact .social-links a:hover {
  background: #94CC39;
  color: #fff;
  border-color: #94CC39;
}
.contact .info {
  color: #ffffff;
}
.contact .info i {
  font-size: 32px;
  color: #94CC39;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ef4444;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #22c55e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border: 1px solid #333333;
  border-radius: 4px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #333333;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #94CC39;
}
.contact .php-email-form button[type=submit] {
  background: #94CC39;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: rgb(125.5759036145, 175.0987951807, 45.1012048193);
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: white;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgb(147.88, 207.16, 68.84);
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services2 .img {
  border-radius: 8px;
  overflow: hidden;
}
.services2 .img img {
  transition: 0.6s;
}
.services2 .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #1a1a1a;
  position: relative;
  background: rgba(26, 26, 26, 0.95);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.services2 .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #94CC39;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #fff;
}
.services2 .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.services2 .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services2 .service-item:hover .details h3 {
  color: #94CC39;
}
.services2 .service-item:hover .details .icon {
  background: #94CC39;
  color: #0a0a0a;
  border: 2px solid #94CC39;
}
.services2 .service-item:hover .details .icon i {
  color: #0a0a0a;
}
.services2 .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Footer - TrainMeFit Style
--------------------------------------------------------------*/
.pg-footer {
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  background: #000000;
  border-top: 1px solid #333333;
}
.pg-footer .pg-footer-gradient {
  background: #000000;
  position: relative;
}
@keyframes particlesFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-150px, 0, 0);
  }
}
.pg-footer .pg-footer-brand {
  position: relative;
  z-index: 1;
  max-width: 350px;
}
.pg-footer .pg-footer-brand .pg-footer-logo {
  max-width: 64px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}
.pg-footer .pg-footer-brand .pg-footer-description {
  color: #CCCCCC;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.pg-footer .pg-footer-social {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.pg-footer .pg-footer-social .pg-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 1px solid #333333;
}
.pg-footer .pg-footer-social .pg-footer-social-link:hover {
  background: #94CC39;
  color: #A2A2A2;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  border-color: #94CC39;
}
.pg-footer .pg-footer-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #94CC39;
  position: relative;
}
.pg-footer .pg-footer-heading i {
  color: #94CC39;
  font-size: 1.1rem;
}
.pg-footer .pg-footer-links {
  position: relative;
  z-index: 1;
  margin-left: 0 !important;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.pg-footer .pg-footer-links li {
  margin-bottom: 0;
}
.pg-footer .pg-footer-links li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #CCCCCC;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.6rem 0;
  text-decoration: none;
}
.pg-footer .pg-footer-links li a i {
  color: #94CC39;
  font-size: 1rem;
  min-width: 16px;
  transition: all 0.3s ease;
}
.pg-footer .pg-footer-links li a:hover {
  color: #ffffff;
  transform: translateX(5px);
}
.pg-footer .pg-footer-links li a:hover i {
  transform: scale(1.1);
}
.pg-footer .pg-footer-contact {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
.pg-footer .pg-footer-contact a {
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 0.95rem;
  color: #CCCCCC;
}
.pg-footer .pg-footer-contact a:hover {
  color: #94CC39 !important;
}
.pg-footer .pg-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #333333;
  position: relative;
  background: transparent;
}
.pg-footer .pg-footer-bottom .pg-footer-copyright,
.pg-footer .pg-footer-bottom .pg-footer-credits {
  font-size: 0.9rem;
  color: #CCCCCC;
}
.pg-footer .pg-footer-bottom .pg-footer-copyright span,
.pg-footer .pg-footer-bottom .pg-footer-credits span {
  color: #ffffff;
}
.pg-footer .pg-footer-bottom .pg-footer-links-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pg-footer .pg-footer-bottom .pg-footer-links-inline a {
  transition: color 0.3s ease;
  text-decoration: none;
}
.pg-footer .pg-footer-bottom .pg-footer-links-inline a:hover {
  color: #94CC39 !important;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #94CC39;
  color: #A2A2A2;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}
.back-to-top:hover {
  background: #7ab32e;
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(148, 204, 57, 0.3);
  color: #A2A2A2;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top i {
  font-size: 28px;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .pg-footer .pg-footer-brand {
    margin-right: unset;
  }
  .pg-footer .pg-footer-brand,
  .pg-footer .pg-footer-heading {
    text-align: center;
  }
  .pg-footer .pg-footer-brand img,
  .pg-footer .pg-footer-heading img {
    margin: auto;
  }
  .pg-footer .pg-footer-brand::after,
  .pg-footer .pg-footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .pg-footer .pg-footer-social {
    justify-content: center;
  }
  .pg-footer .pg-footer-links {
    text-align: center;
  }
  .pg-footer .pg-footer-links li a {
    justify-content: center;
  }
  .pg-footer .pg-footer-contact {
    text-align: center;
  }
  .pg-footer .pg-footer-contact .d-flex {
    justify-content: center;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "" !important;
}

.woocommerce-account .account-navigation-wrap {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(148, 204, 57, 0.2);
}

.woocommerce-account .account-navigation-wrap .kadence-customer-image {
  display: none !important;
}

.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name {
  padding-left: unset !important;
  font-weight: bold;
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-left: -16px;
  margin-right: -16px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account fieldset,
.wc-block-components-form.wc-block-checkout__form,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05) !important;
  overflow: hidden;
  padding: 16px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(148, 204, 57, 0.2);
  margin-bottom: 8px !important;
}

.woocommerce-account,
.wc-block-components-form,
.wc-block-components-sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
  color: #ffffff;
}
.woocommerce-account label,
.woocommerce-account .wc-block-components-text,
.woocommerce-account .wc-block-components-totals-item__label,
.woocommerce-account .wc-block-components-totals-item__value,
.woocommerce-account .wc-block-cart__totals-title,
.woocommerce-account h2, .woocommerce-account h3, .woocommerce-account h4, .woocommerce-account h5,
.wc-block-components-form label,
.wc-block-components-form .wc-block-components-text,
.wc-block-components-form .wc-block-components-totals-item__label,
.wc-block-components-form .wc-block-components-totals-item__value,
.wc-block-components-form .wc-block-cart__totals-title,
.wc-block-components-form h2,
.wc-block-components-form h3,
.wc-block-components-form h4,
.wc-block-components-form h5,
.wc-block-components-sidebar label,
.wc-block-components-sidebar .wc-block-components-text,
.wc-block-components-sidebar .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wc-block-cart__totals-title,
.wc-block-components-sidebar h2,
.wc-block-components-sidebar h3,
.wc-block-components-sidebar h4,
.wc-block-components-sidebar h5,
.wp-block-woocommerce-checkout-order-summary-block label,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-cart__totals-title,
.wp-block-woocommerce-checkout-order-summary-block h2,
.wp-block-woocommerce-checkout-order-summary-block h3,
.wp-block-woocommerce-checkout-order-summary-block h4,
.wp-block-woocommerce-checkout-order-summary-block h5 {
  color: #ffffff !important;
}
.woocommerce-account a,
.wc-block-components-form a,
.wc-block-components-sidebar a,
.wp-block-woocommerce-checkout-order-summary-block a {
  color: #94CC39;
}
.woocommerce-account a:hover,
.wc-block-components-form a:hover,
.wc-block-components-sidebar a:hover,
.wp-block-woocommerce-checkout-order-summary-block a:hover {
  color: rgb(169.9156626506, 214.4457831325, 97.5542168675);
}

.woocommerce-account input,
.woocommerce-account textarea,
.woocommerce-account select,
.wc-block-components-form input,
.wc-block-components-form textarea,
.wc-block-components-form select,
.wc-block-components-sidebar input,
.wc-block-components-sidebar textarea,
.wc-block-components-sidebar select,
.wp-block-woocommerce-checkout input,
.wp-block-woocommerce-checkout textarea,
.wp-block-woocommerce-checkout select,
.wc-block-components-text-input input,
.wc-block-components-textarea textarea,
.wc-block-components-select select,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce textarea,
.woocommerce select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(148, 204, 57, 0.3) !important;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}
.woocommerce-account input:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus,
.wc-block-components-form input:focus,
.wc-block-components-form textarea:focus,
.wc-block-components-form select:focus,
.wc-block-components-sidebar input:focus,
.wc-block-components-sidebar textarea:focus,
.wc-block-components-sidebar select:focus,
.wp-block-woocommerce-checkout input:focus,
.wp-block-woocommerce-checkout textarea:focus,
.wp-block-woocommerce-checkout select:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-textarea textarea:focus,
.wc-block-components-select select:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=password]:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #94CC39 !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(148, 204, 57, 0.15);
}
.woocommerce-account input:hover,
.woocommerce-account textarea:hover,
.woocommerce-account select:hover,
.wc-block-components-form input:hover,
.wc-block-components-form textarea:hover,
.wc-block-components-form select:hover,
.wc-block-components-sidebar input:hover,
.wc-block-components-sidebar textarea:hover,
.wc-block-components-sidebar select:hover,
.wp-block-woocommerce-checkout input:hover,
.wp-block-woocommerce-checkout textarea:hover,
.wp-block-woocommerce-checkout select:hover,
.wc-block-components-text-input input:hover,
.wc-block-components-textarea textarea:hover,
.wc-block-components-select select:hover,
.woocommerce input[type=text]:hover,
.woocommerce input[type=email]:hover,
.woocommerce input[type=tel]:hover,
.woocommerce input[type=number]:hover,
.woocommerce input[type=password]:hover,
.woocommerce textarea:hover,
.woocommerce select:hover {
  border-color: rgba(148, 204, 57, 0.5) !important;
}
.woocommerce-account input::placeholder,
.woocommerce-account textarea::placeholder,
.woocommerce-account select::placeholder,
.wc-block-components-form input::placeholder,
.wc-block-components-form textarea::placeholder,
.wc-block-components-form select::placeholder,
.wc-block-components-sidebar input::placeholder,
.wc-block-components-sidebar textarea::placeholder,
.wc-block-components-sidebar select::placeholder,
.wp-block-woocommerce-checkout input::placeholder,
.wp-block-woocommerce-checkout textarea::placeholder,
.wp-block-woocommerce-checkout select::placeholder,
.wc-block-components-text-input input::placeholder,
.wc-block-components-textarea textarea::placeholder,
.wc-block-components-select select::placeholder,
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce textarea::placeholder,
.woocommerce select::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.woocommerce-account input:disabled, .woocommerce-account input[readonly],
.woocommerce-account textarea:disabled,
.woocommerce-account textarea[readonly],
.woocommerce-account select:disabled,
.woocommerce-account select[readonly],
.wc-block-components-form input:disabled,
.wc-block-components-form input[readonly],
.wc-block-components-form textarea:disabled,
.wc-block-components-form textarea[readonly],
.wc-block-components-form select:disabled,
.wc-block-components-form select[readonly],
.wc-block-components-sidebar input:disabled,
.wc-block-components-sidebar input[readonly],
.wc-block-components-sidebar textarea:disabled,
.wc-block-components-sidebar textarea[readonly],
.wc-block-components-sidebar select:disabled,
.wc-block-components-sidebar select[readonly],
.wp-block-woocommerce-checkout input:disabled,
.wp-block-woocommerce-checkout input[readonly],
.wp-block-woocommerce-checkout textarea:disabled,
.wp-block-woocommerce-checkout textarea[readonly],
.wp-block-woocommerce-checkout select:disabled,
.wp-block-woocommerce-checkout select[readonly],
.wc-block-components-text-input input:disabled,
.wc-block-components-text-input input[readonly],
.wc-block-components-textarea textarea:disabled,
.wc-block-components-textarea textarea[readonly],
.wc-block-components-select select:disabled,
.wc-block-components-select select[readonly],
.woocommerce input[type=text]:disabled,
.woocommerce input[type=text][readonly],
.woocommerce input[type=email]:disabled,
.woocommerce input[type=email][readonly],
.woocommerce input[type=tel]:disabled,
.woocommerce input[type=tel][readonly],
.woocommerce input[type=number]:disabled,
.woocommerce input[type=number][readonly],
.woocommerce input[type=password]:disabled,
.woocommerce input[type=password][readonly],
.woocommerce textarea:disabled,
.woocommerce textarea[readonly],
.woocommerce select:disabled,
.woocommerce select[readonly] {
  background: rgba(255, 255, 255, 0.03) !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.woocommerce input[type=checkbox],
.woocommerce input[type=radio],
.wc-block-components-checkbox input[type=checkbox],
.wc-block-components-radio-control input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(148, 204, 57, 0.5) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: all 0.2s ease;
  padding: 0 !important;
}
.woocommerce input[type=checkbox]:hover,
.woocommerce input[type=radio]:hover,
.wc-block-components-checkbox input[type=checkbox]:hover,
.wc-block-components-radio-control input[type=radio]:hover {
  border-color: #94CC39 !important;
}
.woocommerce input[type=checkbox]:checked,
.woocommerce input[type=radio]:checked,
.wc-block-components-checkbox input[type=checkbox]:checked,
.wc-block-components-radio-control input[type=radio]:checked {
  background: #94CC39 !important;
  border-color: #94CC39 !important;
}
.woocommerce input[type=checkbox]:checked::after,
.woocommerce input[type=radio]:checked::after,
.wc-block-components-checkbox input[type=checkbox]:checked::after,
.wc-block-components-radio-control input[type=radio]:checked::after {
  content: "";
  position: absolute;
  display: block;
}
.woocommerce input[type=checkbox]:focus,
.woocommerce input[type=radio]:focus,
.wc-block-components-checkbox input[type=checkbox]:focus,
.wc-block-components-radio-control input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 204, 57, 0.2) !important;
}

.woocommerce input[type=checkbox],
.wc-block-components-checkbox input[type=checkbox] {
  border-radius: 5px !important;
}
.woocommerce input[type=checkbox]:checked::after,
.wc-block-components-checkbox input[type=checkbox]:checked::after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #0a0a0a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.woocommerce input[type=radio],
.wc-block-components-radio-control input[type=radio] {
  border-radius: 50% !important;
}
.woocommerce input[type=radio]:checked::after,
.wc-block-components-radio-control input[type=radio]:checked::after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a0a0a;
}

.woocommerce-account button,
.wc-block-components-button,
.wp-block-woocommerce-checkout button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: linear-gradient(135deg, #94CC39 0%, #7ab32e 100%) !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.woocommerce-account button:hover,
.wc-block-components-button:hover,
.wp-block-woocommerce-checkout button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(135deg, rgb(158.9578313253, 209.2228915663, 77.2771084337) 0%, #94CC39 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(148, 204, 57, 0.4);
}
.woocommerce-account button:disabled,
.wc-block-components-button:disabled,
.wp-block-woocommerce-checkout button:disabled,
.wc-block-cart__submit-button:disabled,
.wc-block-components-checkout-place-order-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.content-style-boxed .entry-content .alignwide {
  max-width: 100vw !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.wc-block-components-sidebar,
.wc-block-components-sidebar-layout .wc-block-components-main {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  max-width: 100vw;
  overflow: hidden;
}

.wc-block-cart .wc-block-cart__totals-title {
  line-height: 34px !important;
  color: #ffffff !important;
}

.wp-block-woocommerce-checkout-order-summary-block input,
.wc-block-components-sidebar.wc-block-cart__sidebar input {
  height: 54px !important;
}

.wc-block-components-order-summary {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 16px;
}

.woocommerce-account table,
.wc-block-cart-items,
.wc-block-components-totals-wrapper {
  background: transparent;
}
.woocommerce-account table th, .woocommerce-account table td,
.wc-block-cart-items th,
.wc-block-cart-items td,
.wc-block-components-totals-wrapper th,
.wc-block-components-totals-wrapper td {
  color: #ffffff !important;
  border-color: rgba(148, 204, 57, 0.2) !important;
}
.woocommerce-account table thead th,
.wc-block-cart-items thead th,
.wc-block-components-totals-wrapper thead th {
  background: rgba(148, 204, 57, 0.1);
  color: #94CC39 !important;
  font-weight: 600;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: rgba(148, 204, 57, 0.1) !important;
  border-left: 4px solid #94CC39 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.woocommerce-error {
  background: rgba(239, 68, 68, 0.1) !important;
  border-left-color: #ef4444 !important;
}

.wc-block-cart-items__row {
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
}
.wc-block-cart-items__row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.wc-block-cart-item__image,
.woocommerce-product-gallery__image {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 782px) {
  .wp-block-woocommerce-checkout.alignwide {
    justify-content: center;
  }
  .wc-block-components-sidebar-layout.wc-block-cart,
  .wc-block-components-sidebar-layout.wc-block-checkout {
    padding: 16px;
    flex-direction: column;
  }
}
.pg-search-page .pg-search-header {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
  border-bottom: 1px solid rgba(148, 204, 57, 0.2);
}
.pg-search-page .pg-search-header .pg-search-title {
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.pg-search-page .pg-search-header .pg-search-title i {
  color: #94CC39;
  animation: pulse 2s ease-in-out infinite;
}
.pg-search-page .pg-search-header .pg-search-title .search-query {
  color: #94CC39;
  font-weight: 800;
  position: relative;
}
.pg-search-page .pg-search-header .pg-search-title .search-query::before {
  content: '"';
  opacity: 0.5;
}
.pg-search-page .pg-search-header .pg-search-title .search-query::after {
  content: '"';
  opacity: 0.5;
}
.pg-search-page .pg-search-header .text-muted {
  color: #A2A2A2 !important;
  font-size: 1.1rem;
}
.pg-search-page .pg-search-form-wrapper {
  margin-top: 2rem;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 204, 57, 0.3);
  transition: all 0.3s ease;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group:hover, .pg-search-page .pg-search-form-wrapper .pg-search-form .input-group:focus-within {
  border-color: rgba(148, 204, 57, 0.6);
  box-shadow: 0 10px 50px rgba(148, 204, 57, 0.3);
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .input-group-text {
  background: transparent;
  border: none;
  color: #94CC39;
  font-size: 1.3rem;
  padding-left: 1.5rem;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .form-control {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .form-control::placeholder {
  color: #A2A2A2;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .form-control:focus {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .btn-primary {
  border-radius: 0 50px 50px 0;
  padding: 0.75rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  background: linear-gradient(135deg, #94CC39 0%, rgb(119.7590361446, 166.9879518072, 43.0120481928) 100%);
  transition: all 0.3s ease;
}
.pg-search-page .pg-search-form-wrapper .pg-search-form .input-group .btn-primary:hover {
  background: linear-gradient(135deg, rgb(158.9578313253, 209.2228915663, 77.2771084337) 0%, #94CC39 100%);
  transform: translateX(2px);
}
.pg-search-page .pg-search-results {
  background: #0a0a0a;
  min-height: 400px;
}
.pg-search-page .pg-search-results .pg-search-result-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(148, 204, 57, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.pg-search-page .pg-search-results .pg-search-result-card:hover {
  box-shadow: 0 15px 40px rgba(148, 204, 57, 0.3);
  border-color: rgba(148, 204, 57, 0.5);
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail {
  position: relative;
  height: 220px;
  background: rgba(255, 255, 255, 0.03);
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail .pg-post-type-badge {
  background: rgba(148, 204, 57, 0.95);
  color: #0a0a0a;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  z-index: 2;
  backdrop-filter: blur(10px);
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail .pg-search-overlay {
  background: rgba(148, 204, 57, 0.95);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  text-decoration: none;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail .pg-search-overlay span {
  transition: transform 0.3s ease;
}
.pg-search-page .pg-search-results .pg-search-result-card:hover .pg-search-thumbnail img {
  transform: scale(1.1);
}
.pg-search-page .pg-search-results .pg-search-result-card:hover .pg-search-thumbnail .pg-search-overlay {
  opacity: 1;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content {
  background: rgba(255, 255, 255, 0.03);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-title a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-title a:hover {
  color: #94CC39;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-meta {
  color: #A2A2A2;
  font-size: 0.85rem;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-meta i {
  color: #94CC39;
  opacity: 0.8;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-meta a {
  color: #A2A2A2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-header .entry-meta a:hover {
  color: #94CC39;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-summary {
  color: #CCCCCC;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .entry-summary p {
  margin-bottom: 0;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .btn-outline-primary {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .btn-outline-primary i {
  transition: transform 0.3s ease;
}
.pg-search-page .pg-search-results .pg-search-result-card .pg-search-content .btn-outline-primary:hover i {
  transform: translateX(5px);
}
.pg-search-page .pg-search-pagination .pagination {
  justify-content: center;
  gap: 0.5rem;
}
.pg-search-page .pg-search-pagination .pagination .page-item .page-link {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 204, 57, 0.3);
  color: #ffffff;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
}
.pg-search-page .pg-search-pagination .pagination .page-item .page-link i {
  color: #94CC39;
}
.pg-search-page .pg-search-pagination .pagination .page-item .page-link:hover {
  background: rgba(148, 204, 57, 0.2);
  border-color: rgba(148, 204, 57, 0.6);
  color: #94CC39;
}
.pg-search-page .pg-search-pagination .pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #94CC39 0%, rgb(119.7590361446, 166.9879518072, 43.0120481928) 100%);
  border-color: #94CC39;
  color: #0a0a0a;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(148, 204, 57, 0.4);
}
.pg-search-page .pg-search-pagination .pagination .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: not-allowed;
}
.pg-search-page .pg-no-results {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  border: 1px solid rgba(148, 204, 57, 0.2);
}
.pg-search-page .pg-no-results .pg-no-results-icon i {
  color: #94CC39;
  filter: drop-shadow(0 10px 30px rgba(148, 204, 57, 0.3));
}
.pg-search-page .pg-no-results h2 {
  color: #ffffff;
  font-weight: 700;
}
.pg-search-page .pg-no-results .lead {
  color: #CCCCCC;
}
.pg-search-page .pg-no-results .pg-search-suggestions ul {
  display: inline-block;
  text-align: left;
}
.pg-search-page .pg-no-results .pg-search-suggestions ul li {
  color: #CCCCCC;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.pg-search-page .pg-no-results .pg-search-suggestions ul li i {
  color: #94CC39;
  font-weight: bold;
}
.pg-search-page .pg-no-results .pg-popular-categories {
  padding-top: 2rem;
  border-top: 1px solid rgba(148, 204, 57, 0.2);
}
.pg-search-page .pg-no-results .pg-popular-categories h4 {
  color: #ffffff;
  font-weight: 600;
}
.pg-search-page .pg-no-results .pg-popular-categories .badge {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.pg-search-page .pg-no-results .pg-popular-categories .badge:hover {
  box-shadow: 0 8px 20px rgba(148, 204, 57, 0.4);
}
.pg-search-page .pg-no-results .pg-popular-categories .badge .badge.bg-dark {
  background: rgba(0, 0, 0, 0.5) !important;
  margin-left: 0.5rem;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .pg-search-page .pg-search-header .pg-search-title {
    font-size: 1.5rem;
  }
  .pg-search-page .pg-search-header .pg-search-form-wrapper .pg-search-form .input-group {
    border-radius: 16px;
  }
  .pg-search-page .pg-search-header .pg-search-form-wrapper .pg-search-form .input-group .input-group-text {
    padding-left: 1rem;
  }
  .pg-search-page .pg-search-header .pg-search-form-wrapper .pg-search-form .input-group .btn-primary {
    border-radius: 0 16px 16px 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
  .pg-search-page .pg-search-results .pg-search-result-card .pg-search-thumbnail {
    height: 200px;
  }
  .pg-search-page .pg-search-pagination .pagination .page-item .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=programigo-style.css.map */
