/* lib/root/YES_css/root.css */
/* 
 * 
 * 
 * 
 */

/* ===== COLOR SYSTEM (from themes/pastel-01.json) ===== */
:root {
  /* Brand Colors */
  --tc-brand-primary: #e854ff;
  --tc-brand-secondary: #0ea5e9;
  --tc-brand-accent: #eab308;
  --tc-brand-surface: #ffffff;
  
  /* Primary Color Scale */
  --tc-primary-50: #fef7ff;
  --tc-primary-100: #fdeeff;
  --tc-primary-200: #fbddff;
  --tc-primary-300: #f7bbff;
  --tc-primary-400: #f188ff;
  --tc-primary-500: #e854ff;
  --tc-primary-600: #d32af0;
  --tc-primary-700: #b618d3;
  --tc-primary-800: #9515ad;
  --tc-primary-900: #7a178a;
  --tc-primary-950: #4c0e54;
  
  /* Secondary Color Scale */
  --tc-secondary-50: #f0f9ff;
  --tc-secondary-100: #e0f2fe;
  --tc-secondary-200: #bae6fd;
  --tc-secondary-300: #7dd3fc;
  --tc-secondary-400: #38bdf8;
  --tc-secondary-500: #0ea5e9;
  --tc-secondary-600: #0284c7;
  --tc-secondary-700: #0369a1;
  --tc-secondary-800: #075985;
  --tc-secondary-900: #0c4a6e;
  --tc-secondary-950: #082f49;
  
  /* Neutral Color Scale */
  --tc-neutral-50: #fafafa;
  --tc-neutral-100: #f5f5f5;
  --tc-neutral-200: #e5e5e5;
  --tc-neutral-300: #d4d4d4;
  --tc-neutral-400: #a3a3a3;
  --tc-neutral-500: #737373;
  --tc-neutral-600: #525252;
  --tc-neutral-700: #404040;
  --tc-neutral-800: #262626;
  --tc-neutral-900: #171717;
  --tc-neutral-950: #0a0a0a;
  
  /* Semantic Colors - WCAG AA Compliant */
  --tc-bg-primary: #ffffff;        /* WCAG AAA with text-primary (21:1) */
  --tc-bg-secondary: #fafafa;      /* WCAG AAA with text-primary (19.8:1) */
  --tc-bg-muted: #f5f5f5;          /* WCAG AAA with text-primary (18.2:1) */
  --tc-bg-inverse: #171717;        /* WCAG AAA with text-inverse (21:1) */
  --tc-bg-overlay: rgba(23, 23, 23, 0.8);
  --tc-bg-glass: rgba(255, 255, 255, 0.1);
  
  --tc-text-primary: #171717;      /* WCAG AAA on white background (21:1) */
  --tc-text-secondary: #525252;    /* WCAG AAA on white background (7.5:1) */
  --tc-text-muted: #737373;        /* WCAG AA on white background (4.8:1) */
  --tc-text-inverse: #ffffff;      /* WCAG AAA on dark background (21:1) */
  --tc-text-link: #0ea5e9;         /* WCAG AA on white background (4.5:1) */
  --tc-text-link-hover: #0284c7;   /* WCAG AA on white background (5.8:1) */
  
  --tc-border-light: #e5e5e5;
  --tc-border-medium: #d4d4d4;
  --tc-border-strong: #a3a3a3;
  --tc-border-interactive: #0ea5e9;
  
  /* State Colors */
  --tc-state-hover: rgba(232, 84, 255, 0.08);
  --tc-state-focus: rgba(14, 165, 233, 0.12);
  --tc-state-active: rgba(232, 84, 255, 0.15);
  --tc-state-disabled: rgba(115, 115, 115, 0.5);
  
  /* Status Colors */
  --tc-success: #22c55e;
  --tc-success-bg: #f0fdf4;
  --tc-warning: #f59e0b;
  --tc-warning-bg: #fffbeb;
  --tc-error: #ef4444;
  --tc-error-bg: #fef2f2;
}

/* ===== SPACING SYSTEM (from spacing.json) ===== */
:root {
  /* Base Spacing Scale */
  --tc-space-0: 0;
  --tc-space-px: 1px;
  --tc-space-1: 0.25rem;    /* 4px */
  --tc-space-2: 0.5rem;     /* 8px */
  --tc-space-3: 0.75rem;    /* 12px */
  --tc-space-4: 1rem;       /* 16px */
  --tc-space-5: 1.25rem;    /* 20px */
  --tc-space-6: 1.5rem;     /* 24px */
  --tc-space-8: 2rem;       /* 32px */
  --tc-space-10: 2.5rem;    /* 40px */
  --tc-space-12: 3rem;      /* 48px */
  --tc-space-16: 4rem;      /* 64px */
  --tc-space-20: 5rem;      /* 80px */
  --tc-space-24: 6rem;      /* 96px */
  --tc-space-32: 8rem;      /* 128px */
  
  /* Semantic Spacing */
  --tc-space-xs: 0.5rem;
  --tc-space-sm: 1rem;
  --tc-space-md: 1.5rem;
  --tc-space-lg: 2rem;
  --tc-space-xl: 3rem;
  --tc-space-2xl: 4rem;
  --tc-space-3xl: 6rem;
  --tc-space-4xl: 8rem;
  
  /* Section Spacing - Responsive */
  --tc-section-y-mobile: 3rem;
  --tc-section-y-tablet: 4rem;
  --tc-section-y-desktop: 5rem;
  --tc-section-y-hero: clamp(4rem, 10vw, 8rem);
  --tc-section-x: clamp(1rem, 3vw, 2rem);
  --tc-section-gap: clamp(1.5rem, 3vw, 2.5rem);
  
  /* Component Spacing */
  --tc-card-padding: 1.5rem;
  --tc-card-gap: 1rem;
  --tc-button-padding-x: 1.5rem;
  --tc-button-padding-y: 0.75rem;
  --tc-form-gap: 1rem;
}

/* ===== TYPOGRAPHY SYSTEM (from typography.json) ===== */
:root {
  /* Font Families */
  --tc-font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-mono: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;
  
  /* Font Weights */
  --tc-font-light: 300;
  --tc-font-normal: 400;
  --tc-font-medium: 500;
  --tc-font-semibold: 600;
  --tc-font-bold: 700;
  --tc-font-extrabold: 800;
  
  /* Fluid Font Sizes */
  --tc-text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --tc-text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --tc-text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --tc-text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --tc-text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --tc-text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --tc-text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --tc-text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --tc-text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --tc-text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  
  /* Line Heights */
  --tc-leading-none: 1;
  --tc-leading-tight: 1.25;
  --tc-leading-snug: 1.375;
  --tc-leading-normal: 1.5;
  --tc-leading-relaxed: 1.625;
  --tc-leading-loose: 2;
  
  /* Letter Spacing */
  --tc-tracking-tighter: -0.05em;
  --tc-tracking-tight: -0.025em;
  --tc-tracking-normal: 0;
  --tc-tracking-wide: 0.025em;
  --tc-tracking-wider: 0.05em;
}

/* ===== EFFECTS & ELEVATION ===== */
:root {
  /* Shadows */
  --tc-shadow-none: none;
  --tc-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tc-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tc-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tc-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tc-shadow-colored: 0 10px 15px -3px rgba(232, 84, 255, 0.15), 0 4px 6px -2px rgba(232, 84, 255, 0.1);
  
  /* Border Radius */
  --tc-radius-none: 0;
  --tc-radius-xs: 0.125rem;
  --tc-radius-sm: 0.25rem;
  --tc-radius-md: 0.375rem;
  --tc-radius-lg: 0.5rem;
  --tc-radius-xl: 0.75rem;
  --tc-radius-2xl: 1rem;
  --tc-radius-3xl: 1.5rem;
  --tc-radius-full: 9999px;
  
  /* Transitions */
  --tc-transition-fast: 0.15s ease;
  --tc-transition-normal: 0.3s ease;
  --tc-transition-slow: 0.5s ease;
  --tc-transition-all: all 0.3s ease;
  
  /* Opacity */
  --tc-opacity-disabled: 0.5;
  --tc-opacity-loading: 0.7;
  --tc-opacity-overlay: 0.8;
}

/* ===== GRADIENTS ===== */
:root {
  --tc-gradient-primary: linear-gradient(135deg, #e854ff 0%, #0ea5e9 100%);
  --tc-gradient-secondary: linear-gradient(135deg, #0ea5e9 0%, #eab308 100%);
  --tc-gradient-hero: linear-gradient(135deg, #fef7ff 0%, #f0f9ff 50%, #fefce8 100%);
  --tc-gradient-card: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  --tc-gradient-overlay-light: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
  --tc-gradient-overlay-dark: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  font-family: var(--tc-font-primary);
  line-height: var(--tc-leading-relaxed);
  color: var(--tc-text-primary);
  background-color: var(--tc-bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--tc-section-y-mobile);
  padding-bottom: var(--tc-section-y-mobile);
  padding-left: var(--tc-section-x);
  padding-right: var(--tc-section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--tc-section-y-tablet);
    padding-bottom: var(--tc-section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--tc-section-y-desktop);
    padding-bottom: var(--tc-section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--tc-section-y-hero);
  padding-bottom: var(--tc-section-y-hero);
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--tc-border-interactive);
  outline-offset: 2px;
  border-radius: var(--tc-radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--tc-border-interactive);
  outline-offset: 2px;
}

/* ===== RESPONSIVE BEHAVIOR ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  :root {
    --tc-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --tc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --tc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    --tc-border-light: #999999;
    --tc-border-medium: #666666;
  }
}

@media (prefers-color-scheme: dark) {
  /* Dark mode variables can be added here in future versions */
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --tc-shadow-sm: none;
    --tc-shadow-md: none;
    --tc-shadow-lg: none;
    --tc-shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* lib/root/YES_css/typography.css */
/* 
 * Template Composer - Typography System
 * Bootstrap 5 Compatible Extensions - No Overrides
 * Based on tokens from /lib/root/tokens/typography.json
 */

/* ===== FONT FAMILY UTILITIES ===== */
.tc_font_primary {
  font-family: var(--tc-font-primary);
}

.tc_font_secondary {
  font-family: var(--tc-font-secondary);
}

.tc_font_mono {
  font-family: var(--tc-font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.tc_display_1 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-6xl);
  font-weight: var(--tc-font-extrabold);
  line-height: var(--tc-leading-none);
  letter-spacing: var(--tc-tracking-tighter);
}

.tc_display_2 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-5xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_display_3 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.tc_heading_1 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_heading_2 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-3xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
}

.tc_heading_3 {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-2xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_4 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_5 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_heading_6 {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Body Text Styles */
.tc_body_large {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_body_base {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
}

.tc_body_small {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Utility Text Styles */
.tc_caption {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xs);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-wide);
  color: var(--tc-text-muted);
}

.tc_overline {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xs);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-wider);
  text-transform: uppercase;
  color: var(--tc-text-muted);
}

/* Code Styles */
.tc_code_inline {
  font-family: var(--tc-font-mono);
  font-size: 0.875em;
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  background-color: var(--tc-bg-muted);
  color: var(--tc-text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--tc-radius-sm);
}

.tc_code_block {
  font-family: var(--tc-font-mono);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  background-color: var(--tc-bg-muted);
  color: var(--tc-text-primary);
  padding: var(--tc-space-4);
  border-radius: var(--tc-radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.tc_hero_title {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-6xl);
  font-weight: var(--tc-font-extrabold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tighter);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-6);
}

.tc_hero_subtitle {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-8);
}

/* Section Typography */
.tc_section_title {
  font-family: var(--tc-font-secondary);
  font-size: var(--tc-text-4xl);
  font-weight: var(--tc-font-bold);
  line-height: var(--tc-leading-tight);
  letter-spacing: var(--tc-tracking-tight);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.tc_section_subtitle {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-lg);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-3);
}

.tc_section_description {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-relaxed);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.tc_card_title {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-xl);
  font-weight: var(--tc-font-semibold);
  line-height: var(--tc-leading-snug);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
}

.tc_card_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
}

/* Navigation Typography */
.tc_nav_link {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-primary);
  text-decoration: none;
  transition: color var(--tc-transition-fast);
}

.tc_nav_link:hover,
.tc_nav_link:focus {
  color: var(--tc-text-link);
  text-decoration: none;
}

/* Button Typography */
.tc_button_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-base);
  font-weight: var(--tc-font-medium);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
}

/* Footer Typography */
.tc_footer_text {
  font-family: var(--tc-font-primary);
  font-size: var(--tc-text-sm);
  font-weight: var(--tc-font-normal);
  line-height: var(--tc-leading-normal);
  letter-spacing: var(--tc-tracking-normal);
  color: var(--tc-text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .tc_hero_title {
    font-size: var(--tc-text-4xl);
  }
  
  .tc_section_title {
    font-size: var(--tc-text-3xl);
  }
  
  .tc_display_1 {
    font-size: var(--tc-text-5xl);
  }
  
  .tc_display_2 {
    font-size: var(--tc-text-4xl);
  }
}

@media (max-width: 480px) {
  .tc_hero_title {
    font-size: var(--tc-text-3xl);
  }
  
  .tc_section_title {
    font-size: var(--tc-text-2xl);
  }
  
  .tc_display_1 {
    font-size: var(--tc-text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--tc-text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--tc-transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--tc-text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--tc-text-link);
}

/* ===== TEXT UTILITIES ===== */
.tc_text_gradient {
  background: var(--tc-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.tc_text_shadow_sm {
  text-shadow: var(--tc-shadow-xs);
}

.tc_text_shadow_md {
  text-shadow: var(--tc-shadow-sm);
}

.tc_text_balance {
  text-wrap: balance;
}

.tc_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .tc_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .tc_caption,
  .tc_overline,
  .tc_footer_text {
    color: var(--tc-text-secondary);
  }
  
  .tc_hero_subtitle,
  .tc_section_subtitle {
    color: var(--tc-text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .tc_hero_title,
  .tc_section_title,
  .tc_heading_1,
  .tc_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .tc_text_gradient {
    color: var(--tc-text-primary);
    -webkit-text-fill-color: var(--tc-text-primary);
  }
}

/* lib/root/YES_css/utilities.css */
/* 
 * Template Composer - Utility Classes
 * Bootstrap 5 Compatible Extensions - Prefixed to avoid conflicts
 * All utilities use 'tc_' prefix for Template Composer
 */

/* ===== LAYOUT UTILITIES ===== */
.tc_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tc_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tc_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tc_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tc_stack {
  display: flex;
  flex-direction: column;
}

.tc_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tc_full_height {
  min-height: 100vh;
}

.tc_section_height {
  min-height: 80vh;
}

.tc_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.tc_m_0 { margin: 0; }
.tc_m_1 { margin: var(--tc-space-1); }
.tc_m_2 { margin: var(--tc-space-2); }
.tc_m_3 { margin: var(--tc-space-3); }
.tc_m_4 { margin: var(--tc-space-4); }
.tc_m_6 { margin: var(--tc-space-6); }
.tc_m_8 { margin: var(--tc-space-8); }
.tc_m_12 { margin: var(--tc-space-12); }
.tc_m_16 { margin: var(--tc-space-16); }

.tc_mx_auto { margin-left: auto; margin-right: auto; }
.tc_my_auto { margin-top: auto; margin-bottom: auto; }

.tc_mt_0 { margin-top: 0; }
.tc_mt_4 { margin-top: var(--tc-space-4); }
.tc_mt_8 { margin-top: var(--tc-space-8); }
.tc_mt_12 { margin-top: var(--tc-space-12); }

.tc_mb_0 { margin-bottom: 0; }
.tc_mb_4 { margin-bottom: var(--tc-space-4); }
.tc_mb_8 { margin-bottom: var(--tc-space-8); }
.tc_mb_12 { margin-bottom: var(--tc-space-12); }

/* Padding utilities */
.tc_p_0 { padding: 0; }
.tc_p_1 { padding: var(--tc-space-1); }
.tc_p_2 { padding: var(--tc-space-2); }
.tc_p_3 { padding: var(--tc-space-3); }
.tc_p_4 { padding: var(--tc-space-4); }
.tc_p_6 { padding: var(--tc-space-6); }
.tc_p_8 { padding: var(--tc-space-8); }

.tc_px_4 { padding-left: var(--tc-space-4); padding-right: var(--tc-space-4); }
.tc_px_6 { padding-left: var(--tc-space-6); padding-right: var(--tc-space-6); }
.tc_px_8 { padding-left: var(--tc-space-8); padding-right: var(--tc-space-8); }

.tc_py_4 { padding-top: var(--tc-space-4); padding-bottom: var(--tc-space-4); }
.tc_py_6 { padding-top: var(--tc-space-6); padding-bottom: var(--tc-space-6); }
.tc_py_8 { padding-top: var(--tc-space-8); padding-bottom: var(--tc-space-8); }

/* Gap utilities for flex/grid */
.tc_gap_1 { gap: var(--tc-space-1); }
.tc_gap_2 { gap: var(--tc-space-2); }
.tc_gap_3 { gap: var(--tc-space-3); }
.tc_gap_4 { gap: var(--tc-space-4); }
.tc_gap_6 { gap: var(--tc-space-6); }
.tc_gap_8 { gap: var(--tc-space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.tc_shadow_none { box-shadow: var(--tc-shadow-none); }
.tc_shadow_xs { box-shadow: var(--tc-shadow-xs); }
.tc_shadow_sm { box-shadow: var(--tc-shadow-sm); }
.tc_shadow_md { box-shadow: var(--tc-shadow-md); }
.tc_shadow_lg { box-shadow: var(--tc-shadow-lg); }
.tc_shadow_xl { box-shadow: var(--tc-shadow-xl); }
.tc_shadow_2xl { box-shadow: var(--tc-shadow-2xl); }
.tc_shadow_inner { box-shadow: var(--tc-shadow-inner); }
.tc_shadow_colored { box-shadow: var(--tc-shadow-colored); }

/* Border radius utilities */
.tc_radius_none { border-radius: var(--tc-radius-none); }
.tc_radius_xs { border-radius: var(--tc-radius-xs); }
.tc_radius_sm { border-radius: var(--tc-radius-sm); }
.tc_radius_md { border-radius: var(--tc-radius-md); }
.tc_radius_lg { border-radius: var(--tc-radius-lg); }
.tc_radius_xl { border-radius: var(--tc-radius-xl); }
.tc_radius_2xl { border-radius: var(--tc-radius-2xl); }
.tc_radius_3xl { border-radius: var(--tc-radius-3xl); }
.tc_radius_full { border-radius: var(--tc-radius-full); }

/* Gradient utilities */
.tc_gradient_primary {
  background: var(--tc-gradient-primary);
}

.tc_gradient_secondary {
  background: var(--tc-gradient-secondary);
}

.tc_gradient_hero {
  background: var(--tc-gradient-hero);
}

.tc_gradient_card {
  background: var(--tc-gradient-card);
}

.tc_gradient_overlay {
  position: relative;
}

.tc_gradient_overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--tc-gradient-overlay-dark);
  pointer-events: none;
  z-index: 1;
}

.tc_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.tc_hover_lift {
  transition: transform var(--tc-transition-normal), box-shadow var(--tc-transition-normal);
}

.tc_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--tc-shadow-lg);
}

.tc_hover_scale {
  transition: transform var(--tc-transition-normal);
}

.tc_hover_scale:hover {
  transform: scale(1.02);
}

.tc_hover_shadow {
  transition: box-shadow var(--tc-transition-normal);
}

.tc_hover_shadow:hover {
  box-shadow: var(--tc-shadow-xl);
}

.tc_hover_fade {
  transition: opacity var(--tc-transition-normal);
}

.tc_hover_fade:hover {
  opacity: var(--tc-opacity-loading);
}

/* Focus states */
.tc_focus_ring {
  transition: box-shadow var(--tc-transition-fast);
}

.tc_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--tc-state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.tc_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tc_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.tc_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--tc-space-6);
}

/* Team grid */
.tc_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--tc-space-4);
}

/* Features grid */
.tc_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--tc-space-6);
}

/* Gallery grid */
.tc_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--tc-space-3);
}

/* Pricing grid */
.tc_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--tc-space-6);
}

/* Timeline layout */
.tc_timeline {
  position: relative;
}

.tc_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--tc-border-light);
  transform: translateX(-50%);
}

.tc_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--tc-space-4);
}

.tc_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--tc-space-8);
}

.tc_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--tc-space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.tc_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.tc_slide_up {
  transform: translateY(20px);
  opacity: 0;
  animation: tc-slideUp var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.tc_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.tc_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--tc-transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.tc_transition_all {
  transition: var(--tc-transition-all);
}

.tc_transition_fast {
  transition: all var(--tc-transition-fast);
}

.tc_transition_normal {
  transition: all var(--tc-transition-normal);
}

.tc_transition_slow {
  transition: all var(--tc-transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.tc_bg_primary { background-color: var(--tc-bg-primary); }
.tc_bg_secondary { background-color: var(--tc-bg-secondary); }
.tc_bg_muted { background-color: var(--tc-bg-muted); }
.tc_bg_glass { background-color: var(--tc-bg-glass); }

.tc_text_primary { color: var(--tc-text-primary); }
.tc_text_secondary { color: var(--tc-text-secondary); }
.tc_text_muted { color: var(--tc-text-muted); }
.tc_text_inverse { color: var(--tc-text-inverse); }
.tc_text_link { color: var(--tc-text-link); }

.tc_border_light { border-color: var(--tc-border-light); }
.tc_border_medium { border-color: var(--tc-border-medium); }
.tc_border_strong { border-color: var(--tc-border-strong); }
.tc_border_interactive { border-color: var(--tc-border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .tc_services_grid,
  .tc_features_grid,
  .tc_team_grid,
  .tc_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .tc_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .tc_timeline::before {
    left: 30px;
  }
  
  .tc_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--tc-space-16) !important;
    padding-right: var(--tc-space-4) !important;
  }
  
  .tc_section_height {
    min-height: 60vh;
  }
  
  .tc_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .tc_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .tc_timeline_item {
    padding-left: var(--tc-space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.tc_sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tc_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tc_skip_link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--tc-bg-inverse);
  color: var(--tc-text-inverse);
  padding: var(--tc-space-2) var(--tc-space-4);
  border-radius: var(--tc-radius-md);
  text-decoration: none;
  z-index: 9999;
  transition: top var(--tc-transition-fast);
}

.tc_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .tc_no_print {
    display: none !important;
  }
  
  .tc_print_only {
    display: block !important;
  }
  
  .tc_shadow_xs,
  .tc_shadow_sm,
  .tc_shadow_md,
  .tc_shadow_lg,
  .tc_shadow_xl,
  .tc_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .tc_fade_in,
  .tc_slide_up,
  .tc_slide_in_left,
  .tc_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .tc_hover_lift,
  .tc_hover_scale,
  .tc_hover_shadow,
  .tc_hover_fade,
  .tc_transition_all,
  .tc_transition_fast,
  .tc_transition_normal,
  .tc_transition_slow {
    transition: none;
  }
}

/* Theme: professional-blue-01 */
:root {
  --tc-primary-50: #eff6ff;
  --tc-primary-100: #dbeafe;
  --tc-primary-300: #93c5fd;
  --tc-primary-500: #2563eb;
  --tc-primary-700: #1d4ed8;
  --tc-neutral-50: #f8fafc;
  --tc-neutral-100: #f1f5f9;
  --tc-neutral-300: #cbd5e1;
  --tc-neutral-500: #64748b;
  --tc-neutral-700: #334155;
  --tc-neutral-900: #0f172a;
  --tc-surface-primary: var(--tc-neutral-50);
  --tc-surface-secondary: var(--tc-neutral-100);
  --tc-surface-accent: var(--tc-primary-50);
  --tc-text-primary: var(--tc-neutral-900);
  --tc-text-secondary: var(--tc-neutral-700);
  --tc-text-accent: var(--tc-primary-500);
  --tc-button-primary-bg: var(--tc-primary-500);
  --tc-button-primary-text: #ffffff;
  --tc-button-secondary-bg: var(--tc-neutral-100);
  --tc-button-secondary-text: var(--tc-neutral-900);
  --tc-border-light: var(--tc-neutral-300);
  --tc-border-medium: var(--tc-neutral-500);
  --tc-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tc-font-size-fixed: [object Object];
  --tc-font-size-fluid: [object Object];
  --tc-font-weight-light: 300;
  --tc-font-weight-normal: 400;
  --tc-font-weight-medium: 500;
  --tc-font-weight-semibold: 600;
  --tc-font-weight-bold: 700;
  --tc-font-weight-extrabold: 800;
  --tc-line-height-none: 1;
  --tc-line-height-tight: 1.25;
  --tc-line-height-snug: 1.375;
  --tc-line-height-normal: 1.5;
  --tc-line-height-relaxed: 1.625;
  --tc-line-height-loose: 2;
  --tc-line-height-extra_loose: 2.5;
  --tc-font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --tc-font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --tc-font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --tc-space-0: 0;
  --tc-space-1: 0.25rem;
  --tc-space-2: 0.5rem;
  --tc-space-3: 0.75rem;
  --tc-space-4: 1rem;
  --tc-space-5: 1.25rem;
  --tc-space-6: 1.5rem;
  --tc-space-7: 1.75rem;
  --tc-space-8: 2rem;
  --tc-space-9: 2.25rem;
  --tc-space-10: 2.5rem;
  --tc-space-11: 2.75rem;
  --tc-space-12: 3rem;
  --tc-space-14: 3.5rem;
  --tc-space-16: 4rem;
  --tc-space-20: 5rem;
  --tc-space-24: 6rem;
  --tc-space-28: 7rem;
  --tc-space-32: 8rem;
  --tc-space-36: 9rem;
  --tc-space-40: 10rem;
  --tc-space-44: 11rem;
  --tc-space-48: 12rem;
  --tc-space-52: 13rem;
  --tc-space-56: 14rem;
  --tc-space-60: 15rem;
  --tc-space-64: 16rem;
  --tc-space-72: 18rem;
  --tc-space-80: 20rem;
  --tc-space-96: 24rem;
  --tc-space-px: 1px;
  --tc-space-0.5: 0.125rem;
  --tc-space-1.5: 0.375rem;
  --tc-space-2.5: 0.625rem;
  --tc-space-3.5: 0.875rem;
}

/* Header v-015 - Creative Purple Theme */
/* Custom Hamburger: Lines morph into circular shape */

.tc-header-v015 {
  position: relative;
  background: var(--tc-neutral-50, #ffffff);
  border-bottom: 2px solid var(--tc-primary-100, #e1bee7);
  overflow: hidden;
}

.tc-header-v015 .navbar {
  padding: 1.25rem 0;
  position: relative;
  z-index: 100;
}

/* Brand Styling with Creative Glow */
.tc-header-v015 .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(135deg, 
    var(--tc-primary-600, #8e24aa), 
    var(--tc-primary-400, #ab47bc));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.tc-header-v015 .brand-creative-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.tc-header-v015 .brand-text {
  display: inline-block;
  filter: drop-shadow(0 2px 8px rgba(142, 36, 170, 0.2));
}

.tc-header-v015 .brand-glow-orb {
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, 
    var(--tc-primary-400, #ab47bc), 
    var(--tc-primary-600, #8e24aa));
  border-radius: 50%;
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(142, 36, 170, 0.6);
  }
  50% {
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(142, 36, 170, 0.9);
  }
}

/* Custom Creative Hamburger Icon - Lines Morph to Circle */
.tc-header-v015 .hamburger-checkbox {
  display: none;
}

.tc-header-v015 .hamburger-icon-creative {
  display: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  border-radius: 12px;
  background: linear-gradient(135deg, 
    var(--tc-primary-50, #f3e5f5), 
    var(--tc-primary-100, #e1bee7));
  transition: all 0.3s ease;
}

.tc-header-v015 .hamburger-icon-creative:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(142, 36, 170, 0.2);
}

.tc-header-v015 .morph-line {
  position: absolute;
  width: 24px;
  height: 3px;
  background: var(--tc-primary-600, #8e24aa);
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.tc-header-v015 .line-1 {
  top: 12px;
}

.tc-header-v015 .line-2 {
  top: 20.5px;
}

.tc-header-v015 .line-3 {
  bottom: 12px;
}

.tc-header-v015 .circle-overlay {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 3px solid var(--tc-primary-600, #8e24aa);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Lines morph into circular arrangement and circle appears */
.tc-header-v015 .hamburger-checkbox:checked ~ .hamburger-icon-creative .line-1 {
  top: 20.5px;
  width: 16px;
  transform: rotate(-45deg) translateX(-3px) translateY(-3px);
  border-radius: 50px;
}

.tc-header-v015 .hamburger-checkbox:checked ~ .hamburger-icon-creative .line-2 {
  width: 10px;
  opacity: 0;
  transform: scaleX(0);
}

.tc-header-v015 .hamburger-checkbox:checked ~ .hamburger-icon-creative .line-3 {
  bottom: 20.5px;
  width: 16px;
  transform: rotate(45deg) translateX(-3px) translateY(3px);
  border-radius: 50px;
}

.tc-header-v015 .hamburger-checkbox:checked ~ .hamburger-icon-creative .circle-overlay {
  opacity: 1;
  transform: scale(1) rotate(180deg);
}

/* Navigation Links */
.tc-header-v015 .navbar-nav {
  gap: 2rem;
}

.tc-header-v015 .nav-link {
  color: var(--tc-neutral-700, #424242);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

.tc-header-v015 .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--tc-primary-500, #9c27b0), 
    var(--tc-primary-300, #ba68c8));
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(156, 39, 176, 0.3);
}

.tc-header-v015 .nav-link:hover {
  color: var(--tc-primary-600, #8e24aa);
}

.tc-header-v015 .nav-link:hover::after {
  width: 100%;
}

/* Magic CTA Link with Creative Gradient */
.tc-header-v015 .nav-link-magic {
  color: var(--tc-neutral-50, #ffffff);
  background: linear-gradient(135deg, 
    var(--tc-primary-500, #9c27b0), 
    var(--tc-primary-700, #7b1fa2));
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(156, 39, 176, 0.35);
  position: relative;
  overflow: hidden;
}

.tc-header-v015 .nav-link-magic::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  animation: rotateMagic 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tc-header-v015 .nav-link-magic:hover::before {
  opacity: 1;
}

.tc-header-v015 .nav-link-magic:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 24px rgba(156, 39, 176, 0.45);
}

@keyframes rotateMagic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Decorative Creative Icons */
.tc-header-v015 .decorative-creative-icons {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  display: flex;
  gap: 1.5rem;
  opacity: 0.07;
  pointer-events: none;
}

.tc-header-v015 .icon-creative {
  font-size: 2.75rem;
  color: var(--tc-primary-400, #ab47bc);
  animation: bounceCreative 3s ease-in-out infinite;
}

.tc-header-v015 .icon-1 {
  animation-delay: 0s;
}

.tc-header-v015 .icon-2 {
  animation-delay: 1s;
}

.tc-header-v015 .icon-3 {
  animation-delay: 2s;
}

@keyframes bounceCreative {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(5deg);
  }
  75% {
    transform: translateY(-4px) rotate(-5deg);
  }
}

/* Creative Background Elements */
.tc-header-v015 .creative-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.06;
  pointer-events: none;
  animation: floatOrb 10s ease-in-out infinite;
}

.tc-header-v015 .orb-1 {
  width: 250px;
  height: 250px;
  background: var(--tc-primary-300, #ba68c8);
  top: -100px;
  left: -80px;
  animation-delay: 0s;
}

.tc-header-v015 .orb-2 {
  width: 180px;
  height: 180px;
  background: var(--tc-primary-400, #ab47bc);
  top: 50%;
  right: 5%;
  animation-delay: 3s;
}

.tc-header-v015 .orb-3 {
  width: 200px;
  height: 200px;
  background: var(--tc-primary-200, #ce93d8);
  bottom: -80px;
  left: 30%;
  animation-delay: 6s;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, -20px);
  }
  66% {
    transform: translate(-15px, 15px);
  }
}

.tc-header-v015 .creative-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--tc-primary-100, #e1bee7) 1px, transparent 1px),
    linear-gradient(90deg, var(--tc-primary-100, #e1bee7) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
  pointer-events: none;
}

/* Responsive Styles - Mobile */
@media (max-width: 991px) {
  .tc-header-v015 .hamburger-icon-creative {
    display: flex;
  }

  .tc-header-v015 .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 450px;
    height: 100vh;
    background: linear-gradient(135deg, 
      var(--tc-neutral-50, #ffffff) 0%, 
      var(--tc-primary-50, #f3e5f5) 100%);
    box-shadow: -6px 0 30px rgba(142, 36, 170, 0.15);
    padding: 5.5rem 2.5rem 2rem;
    transition: right 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 1000;
  }

  .tc-header-v015 .hamburger-checkbox:checked ~ .navbar-collapse {
    right: 0;
  }

  .tc-header-v015 .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .tc-header-v015 .nav-item {
    width: 100%;
    opacity: 0;
    transform: rotateX(-90deg) translateY(-20px);
    transform-origin: top;
    animation: flipInNav 0.6s ease forwards;
  }

  .tc-header-v015 .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(1) {
    animation-delay: 0.15s;
  }

  .tc-header-v015 .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(2) {
    animation-delay: 0.25s;
  }

  .tc-header-v015 .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(3) {
    animation-delay: 0.35s;
  }

  .tc-header-v015 .hamburger-checkbox:checked ~ .navbar-collapse .nav-item:nth-child(4) {
    animation-delay: 0.45s;
  }

  @keyframes flipInNav {
    to {
      opacity: 1;
      transform: rotateX(0) translateY(0);
    }
  }

  .tc-header-v015 .nav-link-magic {
    width: 100%;
    text-align: center;
  }

  .tc-header-v015 .decorative-creative-icons {
    display: none;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .tc-header-v015 .navbar-collapse {
    width: 70%;
  }
}

/* Desktop Large */
@media (min-width: 1400px) {
  .tc-header-v015 .navbar-nav {
    gap: 2.75rem;
  }

  .tc-header-v015 .nav-link {
    font-size: 1rem;
  }
}



.tc-hero-v031 {
  position: relative;
  background: linear-gradient(120deg, rgba(var(--tc-primary-50-rgb), 0.4) 0%, rgba(var(--tc-neutral-50-rgb), 1) 100%);
}

/* Content Styling */
.tc-hero-v031 .hero-content-wrapper {
  position: relative;
  z-index: 10;
}

.tc-hero-v031 .content-inner h1 {
  color: var(--tc-primary-900);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.tc-hero-v031 .content-inner h2 {
  color: var(--tc-primary-700);
  font-weight: 500;
}

.tc-hero-v031 .content-inner p {
  color: var(--tc-neutral-700);
  font-size: 1.15rem;
  line-height: 1.8;
}

/* Image Container */
.tc-hero-v031 .hero-image-container {
  position: relative;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.tc-hero-v031 .hero-main-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tc-hero-v031 .hero-image-container:hover .hero-main-image {
  transform: scale(1.05);
}

/* Geometric Shapes */
.tc-hero-v031 .geo-shape {
  position: absolute;
  z-index: 5;
  opacity: 0.15;
  animation: geometricFloat 8s ease-in-out infinite;
}

.tc-hero-v031 .shape-square {
  width: 120px;
  height: 120px;
  background: var(--tc-primary-500);
  top: 15%;
  right: 10%;
  transform: rotate(45deg);
  animation-delay: 0s;
}

.tc-hero-v031 .shape-circle {
  width: 90px;
  height: 90px;
  background: var(--tc-secondary-500);
  border-radius: 50%;
  bottom: 20%;
  left: 8%;
  animation-delay: 2s;
}

.tc-hero-v031 .shape-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 104px solid var(--tc-accent-500);
  opacity: 0.12;
  top: 50%;
  right: 25%;
  animation-delay: 4s;
}

/* Icon Badges */
.tc-hero-v031 .icon-badge {
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  z-index: 20;
  transition: all 0.3s ease;
}

.tc-hero-v031 .icon-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.tc-hero-v031 .icon-badge i {
  font-size: 2rem;
  color: var(--tc-primary-600);
}

.tc-hero-v031 .badge-top-right {
  top: 8%;
  right: 5%;
  animation: badgePulse 3s ease-in-out infinite;
}

.tc-hero-v031 .badge-bottom-left {
  bottom: 12%;
  left: 5%;
  animation: badgePulse 3s ease-in-out infinite 1.5s;
}

/* Gradient Overlays */
.tc-hero-v031 .gradient-overlay {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.tc-hero-v031 .overlay-1 {
  width: 500px;
  height: 500px;
  background: var(--tc-primary-400);
  top: -150px;
  left: -150px;
}

.tc-hero-v031 .overlay-2 {
  width: 400px;
  height: 400px;
  background: var(--tc-secondary-400);
  bottom: -100px;
  right: -100px;
}

/* Animations */
@keyframes geometricFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-25px) rotate(10deg);
  }
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* Responsive */
@media (max-width: 991.98px) {
  .tc-hero-v031 .row {
    min-height: auto !important;
  }

  .tc-hero-v031 .hero-image-container {
    min-height: 400px;
  }

  .tc-hero-v031 .content-inner h1 {
    font-size: 2.5rem;
  }

  .tc-hero-v031 .icon-badge {
    width: 60px;
    height: 60px;
  }

  .tc-hero-v031 .icon-badge i {
    font-size: 1.75rem;
  }

  .tc-hero-v031 .shape-square {
    width: 90px;
    height: 90px;
  }

  .tc-hero-v031 .shape-circle {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .tc-hero-v031 .content-inner h1 {
    font-size: 2rem;
  }

  .tc-hero-v031 .content-inner h2 {
    font-size: 1.5rem;
  }

  .tc-hero-v031 .content-inner p {
    font-size: 1rem;
  }

  .tc-hero-v031 .hero-image-container {
    min-height: 350px;
  }

  .tc-hero-v031 .geo-shape {
    display: none;
  }

  .tc-hero-v031 .icon-badge {
    width: 50px;
    height: 50px;
  }

  .tc-hero-v031 .icon-badge i {
    font-size: 1.5rem;
  }
}



/* About Section v-021 - Modern Green Theme - Split Screen Layout */

.about-section {
  padding: 100px 0;
  background: var(--tc-surface-primary);
  position: relative;
  overflow: hidden;
}

/* Header Styles */
.about-header {
  margin-bottom: 4rem;
}

.about-header .tc-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.about-header .tc-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--tc-text-accent);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.about-header .tc-desc {
  font-size: 1.125rem;
  color: var(--tc-text-secondary);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

/* Content Row */
.about-content-row {
  position: relative;
  z-index: 2;
  min-height: 600px;
}

/* Images Column - Left Side */
.about-images-column {
  background: var(--tc-surface-secondary);
  padding: 3rem;
  position: relative;
}

.about-images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 1.5rem;
  position: relative;
  height: 100%;
}

.image-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--tc-shadow-md);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--tc-shadow-lg);
}

.image-large {
  grid-column: 1 / 3;
  grid-row: 1;
}

.image-small-1 {
  grid-column: 1;
  grid-row: 2;
}

.image-small-2 {
  grid-column: 2;
  grid-row: 2;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}

.image-item:hover img {
  filter: brightness(1.1);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.1), rgba(4, 120, 87, 0.05));
  pointer-events: none;
}

.decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--tc-primary-300);
  opacity: 0.15;
}

.circle-1 {
  width: 150px;
  height: 150px;
  top: -30px;
  left: -30px;
  filter: blur(40px);
}

.circle-2 {
  width: 120px;
  height: 120px;
  bottom: -20px;
  right: -20px;
  filter: blur(35px);
}

/* Features Column - Right Side */
.about-features-column {
  background: #ffffff;
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
}

.features-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.feature-row {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--tc-surface-primary);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.feature-row:hover {
  background: var(--tc-surface-accent);
  border-left-color: var(--tc-primary-500);
  transform: translateX(8px);
  box-shadow: var(--tc-shadow-sm);
}

.feature-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--tc-primary-300);
  line-height: 1;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.feature-row:hover .feature-number {
  color: var(--tc-primary-500);
  opacity: 1;
  transform: scale(1.1);
}

.feature-content .tc-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.feature-content .tc-item-desc {
  font-size: 0.9375rem;
  color: var(--tc-text-secondary);
  line-height: 1.7;
  margin: 0;
}

.feature-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: var(--tc-shadow-sm);
  transition: transform 0.3s ease;
}

.feature-row:hover .feature-icon {
  transform: rotate(10deg) scale(1.1);
}

/* Decorative Background Elements */
.about-decorative {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.organic-shape {
  position: absolute;
  background: var(--tc-primary-100);
  opacity: 0.2;
  border-radius: 50%;
}

.shape-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  filter: blur(100px);
}

.shape-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -80px;
  filter: blur(90px);
}

.floating-leaf {
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-300);
  opacity: 0.1;
  border-radius: 50% 0 50% 50%;
  animation: float 6s ease-in-out infinite;
}

.leaf-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.leaf-2 {
  bottom: 30%;
  right: 15%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0;
  }

  .about-content-row {
    min-height: auto;
  }

  .about-images-column,
  .about-features-column {
    padding: 2rem;
  }

  .about-images-grid {
    grid-template-rows: repeat(2, 200px);
  }

  .features-wrapper {
    margin-top: 2rem;
  }

  .feature-row:hover {
    transform: translateX(0);
    transform: translateY(-4px);
  }
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 60px 0;
  }

  .about-header .tc-title {
    font-size: 1.75rem;
  }

  .about-header .tc-subtitle {
    font-size: 1.125rem;
  }

  .about-header .tc-desc {
    font-size: 1rem;
  }

  .about-images-column {
    padding: 1.5rem;
  }

  .about-images-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
  }

  .image-large {
    grid-column: 1;
    grid-row: 1;
  }

  .image-small-1 {
    grid-column: 1;
    grid-row: 2;
  }

  .image-small-2 {
    grid-column: 1;
    grid-row: 3;
  }

  .about-features-column {
    padding: 2rem 1.5rem;
  }

  .feature-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
    padding: 1.25rem;
    text-align: center;
  }

  .feature-number {
    font-size: 1.5rem;
    margin: 0 auto;
  }

  .feature-icon {
    margin: 0 auto;
  }

  .shape-1,
  .shape-2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-images-grid {
    grid-template-rows: repeat(3, 180px);
  }

  .feature-content .tc-item-title {
    font-size: 1.125rem;
  }

  .feature-content .tc-item-desc {
    font-size: 0.875rem;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}



/* Features Section v-019 - Creative Purple Theme - Alternating Zigzag Layout */
.features_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  overflow: hidden;
  padding: 80px 0;
}

.features_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(30deg, var(--tc-primary-100) 12%, transparent 12.5%, transparent 87%, var(--tc-primary-100) 87.5%, var(--tc-primary-100)),
    linear-gradient(150deg, var(--tc-primary-100) 12%, transparent 12.5%, transparent 87%, var(--tc-primary-100) 87.5%, var(--tc-primary-100));
  background-size: 80px 140px;
  opacity: 0.15;
  z-index: 1;
}

.features_decorative_elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

.features_star_shape {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 60px;
  height: 60px;
  background: var(--tc-primary-300);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.3;
}

.features_triangle_1 {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid var(--tc-secondary-200);
  opacity: 0.3;
  transform: rotate(15deg);
}

.features_triangle_2 {
  position: absolute;
  bottom: 20%;
  right: 8%;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 60px solid var(--tc-primary-200);
  opacity: 0.3;
  transform: rotate(-25deg);
}

.features_circle_accent {
  position: absolute;
  bottom: 30%;
  left: 8%;
  width: 90px;
  height: 90px;
  border: 3px solid var(--tc-secondary-300);
  border-radius: 50%;
  opacity: 0.25;
}

.features_wrap .container {
  position: relative;
  z-index: 3;
}

.features_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-weight-extrabold);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
  text-transform: capitalize;
}

.features_subtitle {
  color: var(--tc-primary-600);
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-semibold);
  margin-bottom: var(--tc-space-4);
  font-style: italic;
  letter-spacing: 0.5px;
}

.features_desc {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-lg);
  line-height: var(--tc-line-height-relaxed);
  max-width: 800px;
  margin: 0 auto;
}

.features_grid {
  margin-top: var(--tc-space-12);
}

.features_content_box {
  background: var(--tc-bg-surface);
  border-radius: var(--tc-radius-2xl);
  padding: var(--tc-space-10);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--tc-border-light);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.features_content_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--tc-primary-300);
}

.features_content_box_left {
  margin-right: var(--tc-space-8);
}

.features_content_box_right {
  margin-left: var(--tc-space-8);
}

.features_number {
  display: inline-block;
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-extrabold);
  color: var(--tc-primary-500);
  background: linear-gradient(135deg, var(--tc-primary-100) 0%, var(--tc-secondary-100) 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--tc-space-6);
  border: 3px solid var(--tc-primary-300);
}

.features_item_name {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
}

.features_item_desc {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

.features_visual_element {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--tc-radius-2xl);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
  position: relative;
  overflow: hidden;
}

.features_visual_element:hover {
  transform: scale(1.05) rotate(2deg);
}

.features_visual_element i {
  font-size: 120px;
  color: var(--tc-bg-primary);
  z-index: 2;
  position: relative;
}

.features_visual_purple {
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-700) 100%);
}

.features_visual_gradient {
  background: linear-gradient(135deg, var(--tc-secondary-500) 0%, var(--tc-primary-500) 100%);
}

.features_visual_accent {
  background: linear-gradient(135deg, var(--tc-primary-600) 0%, var(--tc-secondary-600) 100%);
}

.features_visual_multi {
  background: linear-gradient(135deg, var(--tc-primary-400) 0%, var(--tc-secondary-500) 50%, var(--tc-primary-600) 100%);
}

.features_visual_element::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .features_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .features_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .features_content_box_left,
  .features_content_box_right {
    margin-left: 0;
    margin-right: 0;
  }
  
  .features_visual_element {
    margin-bottom: var(--tc-space-8);
  }
}

@media (max-width: 768px) {
  .features_wrap {
    padding: 60px 0;
  }
  
  .features_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .features_subtitle {
    font-size: var(--tc-font-size-base);
  }
  
  .features_desc {
    font-size: var(--tc-font-size-base);
  }
  
  .features_content_box {
    padding: var(--tc-space-6);
  }
  
  .features_number {
    width: 60px;
    height: 60px;
    font-size: var(--tc-font-size-2xl);
  }
  
  .features_item_name {
    font-size: var(--tc-font-size-xl);
  }
  
  .features_visual_element i {
    font-size: 80px;
  }
  
  .features_decorative_elements {
    display: none;
  }
}



/* Services Section v-013 - Creative Purple Masonry Layout */
.services_wrap {
  background: linear-gradient(135deg, var(--tc-surface-primary) 0%, var(--tc-surface-accent) 50%, var(--tc-surface-primary) 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Creative Background */
.services_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.services_floating_elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.services_float_1 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, var(--tc-primary-300), var(--tc-primary-500));
  border-radius: 50% 20% 50% 20%;
  opacity: 0.15;
  animation: floatRotate 25s infinite ease-in-out;
}

.services_float_2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width: 100px;
  height: 100px;
  background: conic-gradient(from 0deg, var(--tc-primary-300), var(--tc-primary-700), var(--tc-primary-300));
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.2;
  animation: floatBounce 20s infinite ease-in-out;
}

.services_float_3 {
  position: absolute;
  top: 30%;
  left: 15%;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-500);
  transform: rotate(45deg);
  opacity: 0.1;
  animation: floatScale 22s infinite ease-in-out;
}

.services_float_4 {
  position: absolute;
  top: 60%;
  right: 20%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--tc-primary-300) 30%, transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.15;
  animation: floatPulse 18s infinite ease-in-out;
}

.services_float_5 {
  position: absolute;
  bottom: 40%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border-radius: 50%;
  opacity: 0.2;
  animation: floatOrbit 30s infinite linear;
}

@keyframes floatRotate {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-40px) rotate(180deg); }
}

@keyframes floatBounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.2); }
}

@keyframes floatScale {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(225deg) scale(1.5); }
}

@keyframes floatPulse {
  0%, 100% { transform: scale(1); opacity: 0.15; }
  50% { transform: scale(1.3); opacity: 0.25; }
}

@keyframes floatOrbit {
  from { transform: rotate(0deg) translateX(100px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(100px) rotate(-360deg); }
}

.services_wrap .container {
  position: relative;
  z-index: 2;
}

/* Creative Header */
.services_creative_header {
  position: relative;
  padding: 3rem 0;
}

.services_decorative_lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.services_line_1 {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--tc-primary-500), transparent);
  border-radius: 2px;
}

.services_line_2 {
  width: 40px;
  height: 3px;
  background: var(--tc-primary-300);
  border-radius: 2px;
}

.services_creative_title {
  color: var(--tc-text-primary);
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--tc-text-primary), var(--tc-text-accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services_creative_subtitle {
  color: var(--tc-text-accent);
  font-weight: 600;
  margin-bottom: 1rem;
}

.services_creative_desc {
  color: var(--tc-text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Creative Masonry Grid */
.services_creative_masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.services_item_large {
  grid-column: span 2;
  grid-row: span 2;
}

.services_item_medium {
  grid-column: span 2;
  grid-row: span 1;
}

.services_item_small {
  grid-column: span 1;
  grid-row: span 2;
}

/* Creative Cards */
.services_creative_card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  border: 2px solid var(--tc-primary-200);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services_creative_glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-700), var(--tc-primary-500));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services_creative_card:hover .services_creative_glow {
  opacity: 1;
}

.services_creative_card:hover {
  transform: translateY(-15px) scale(1.02);
  border-color: var(--tc-primary-500);
  box-shadow: 0 30px 60px rgba(124, 58, 237, 0.25);
}

/* Premium Card */
.services_card_premium {
  border-color: var(--tc-primary-500);
  box-shadow: 0 20px 40px rgba(124, 58, 237, 0.2);
}

.services_card_premium .services_creative_glow {
  opacity: 1;
}

.services_premium_label {
  position: absolute;
  top: -1px;
  right: 24px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  color: white;
  padding: 0.6rem 1.8rem;
  border-radius: 0 0 16px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}

/* Card Header */
.services_creative_header_card {
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services_creative_icon_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services_creative_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}

.services_creative_card:hover .services_creative_icon {
  transform: scale(1.1) rotate(10deg);
}

.services_creative_icon i {
  color: white;
  font-size: 1.8rem;
}

.services_creative_ring {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid var(--tc-primary-300);
  border-radius: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  animation: ringPulse 3s infinite ease-in-out;
}

.services_creative_card:hover .services_creative_ring {
  opacity: 1;
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.1); opacity: 0.7; }
}

.services_creative_badge {
  background: var(--tc-primary-100);
  color: var(--tc-primary-700);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 2px solid var(--tc-primary-300);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Card Content */
.services_creative_content {
  padding: 0 2rem 1.5rem;
  flex-grow: 1;
}

.services_creative_name {
  color: var(--tc-text-primary);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.services_creative_description {
  color: var(--tc-text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.services_creative_features_section {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-primary-100));
  border-radius: 16px;
  padding: 1.5rem;
  border-left: 5px solid var(--tc-primary-500);
  position: relative;
  overflow: hidden;
}

.services_creative_features_section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--tc-primary-200);
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(25px, -25px);
}

.services_creative_features_header {
  color: var(--tc-primary-700);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.services_creative_features_content {
  color: var(--tc-text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Card Footer */
.services_creative_footer_card {
  padding: 1.5rem 2rem 2rem;
  border-top: 2px solid var(--tc-primary-100);
  margin-top: auto;
}

.services_creative_price_section {
  text-align: center;
  margin-bottom: 1.5rem;
}

.services_creative_price {
  color: var(--tc-primary-700);
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(124, 58, 237, 0.2);
}

.services_creative_btn {
  width: 100%;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border: none;
  border-radius: 16px;
  padding: 1.2rem;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.services_creative_btn::before {
  content: 'Get Started';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.services_creative_btn:hover::before {
  content: 'Choose Plan ✨';
}

.services_creative_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(124, 58, 237, 0.5);
}

.services_card_premium .services_creative_btn {
  background: linear-gradient(135deg, var(--tc-primary-700), #6d28d9);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services_creative_masonry {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .services_item_large {
    grid-column: span 3;
    grid-row: span 1;
  }
  
  .services_item_medium {
    grid-column: span 3;
    grid-row: span 1;
  }
  
  .services_item_small {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .services_wrap {
    padding: 80px 0;
  }
  
  .services_creative_masonry {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .services_item_large,
  .services_item_medium,
  .services_item_small {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .services_creative_header_card {
    padding: 1.5rem 1.5rem 1rem;
  }
  
  .services_creative_content {
    padding: 0 1.5rem 1rem;
  }
  
  .services_creative_footer_card {
    padding: 1rem 1.5rem 1.5rem;
  }
  
  .services_creative_icon {
    width: 60px;
    height: 60px;
  }
  
  .services_creative_icon i {
    font-size: 1.5rem;
  }
  
  .services_creative_name {
    font-size: 1.3rem;
  }
  
  .services_creative_price {
    font-size: 1.8rem;
  }
  
  .services_floating_elements {
    display: none;
  }
}

@media (max-width: 576px) {
  .services_creative_header_card {
    padding: 1.25rem 1.25rem 0.75rem;
  }
  
  .services_creative_content {
    padding: 0 1.25rem 0.75rem;
  }
  
  .services_creative_footer_card {
    padding: 0.75rem 1.25rem 1.25rem;
  }
  
  .services_premium_label {
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem;
  }
  
  .services_creative_features_section {
    padding: 1.25rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* V-019 Priceplan Section - Modern Green Theme */
.priceplan_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  overflow: hidden;
  padding: 80px 0;
}

.priceplan_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(165deg, var(--tc-primary-50) 0%, var(--tc-success-50) 50%, var(--tc-accent-50) 100%);
  opacity: 0.25;
  z-index: 1;
}

.priceplan_decorative_blobs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.priceplan_blob_1 {
  position: absolute;
  top: -5%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(ellipse at center, var(--tc-success-200) 0%, transparent 70%);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.2;
  animation: blob-float 20s ease-in-out infinite;
}

.priceplan_blob_2 {
  position: absolute;
  bottom: -8%;
  left: -8%;
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse at center, var(--tc-primary-200) 0%, transparent 70%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  opacity: 0.18;
  animation: blob-float 18s ease-in-out infinite reverse;
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(5deg);
  }
  50% {
    transform: translate(-15px, 15px) rotate(-5deg);
  }
  75% {
    transform: translate(15px, 10px) rotate(3deg);
  }
}

.priceplan_wrap .container {
  position: relative;
  z-index: 3;
}

.priceplan_intro_section {
  margin-bottom: 1rem;
}

.priceplan_main_title {
  color: var(--tc-text-primary);
  font-family: var(--tc-font-family-primary);
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.priceplan_main_subtitle {
  color: var(--tc-success-600);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.priceplan_main_description {
  color: var(--tc-text-secondary);
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 650px;
  margin: 0 auto;
}

.priceplan_pricing_box {
  background: var(--tc-bg-secondary);
  border: 2px solid var(--tc-border-light);
  border-radius: 1.75rem;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.priceplan_pricing_box:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--tc-success-400);
}

.priceplan_box_badge_area {
  position: relative;
  padding: 2rem 2rem 1rem;
}

.priceplan_visual_accent {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-success-100), var(--tc-primary-100));
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.priceplan_box_highlighted {
  border-color: var(--tc-success-500);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.priceplan_box_highlighted:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.priceplan_popular_label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--tc-success-500), var(--tc-primary-500));
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.priceplan_popular_label i {
  font-size: 1rem;
}

.priceplan_box_content {
  padding: 0 2rem 1.5rem;
  text-align: center;
}

.priceplan_box_title {
  color: var(--tc-text-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.priceplan_box_highlighted .priceplan_box_title {
  color: var(--tc-success-700);
}

.priceplan_box_description {
  color: var(--tc-text-tertiary);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.priceplan_box_price_area {
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--tc-neutral-50), var(--tc-success-50));
  text-align: center;
  border-top: 1px solid var(--tc-border-light);
  border-bottom: 1px solid var(--tc-border-light);
}

.priceplan_box_highlighted .priceplan_box_price_area {
  background: linear-gradient(135deg, var(--tc-success-100), var(--tc-primary-100));
  border-top-color: var(--tc-success-200);
  border-bottom-color: var(--tc-success-200);
}

.priceplan_box_price {
  color: var(--tc-text-primary);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.priceplan_box_highlighted .priceplan_box_price {
  color: var(--tc-success-700);
}

.priceplan_box_features_area {
  flex: 1;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.priceplan_box_features_text {
  color: var(--tc-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.85;
  text-align: center;
  width: 100%;
}

.priceplan_box_footer_accent {
  height: 6px;
  background: linear-gradient(90deg, var(--tc-success-300) 0%, var(--tc-primary-300) 50%, var(--tc-accent-300) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.priceplan_pricing_box:hover .priceplan_box_footer_accent {
  opacity: 1;
}

.priceplan_box_professional .priceplan_visual_accent {
  background: linear-gradient(135deg, var(--tc-success-200), var(--tc-primary-200));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.priceplan_box_ultimate .priceplan_visual_accent {
  background: linear-gradient(135deg, var(--tc-primary-200), var(--tc-accent-100));
}

.priceplan_box_ultimate .priceplan_box_title {
  color: var(--tc-primary-600);
}

.priceplan_box_ultimate .priceplan_box_price_area {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-accent-50));
  border-top-color: var(--tc-primary-200);
  border-bottom-color: var(--tc-primary-200);
}

.priceplan_box_ultimate .priceplan_box_price {
  color: var(--tc-primary-700);
}

@media (max-width: 992px) {
  .priceplan_box_highlighted {
    margin-top: 1.5rem;
  }
  
  .priceplan_main_title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .priceplan_wrap {
    padding: 60px 0;
  }
  
  .priceplan_pricing_box {
    margin-bottom: 1.5rem;
  }
  
  .priceplan_main_title {
    font-size: 2rem;
  }
  
  .priceplan_main_subtitle {
    font-size: 1.25rem;
  }
  
  .priceplan_box_price {
    font-size: 2.5rem;
  }
  
  .priceplan_box_badge_area {
    padding: 1.5rem 1.5rem 0.75rem;
  }
  
  .priceplan_box_content {
    padding: 0 1.5rem 1.25rem;
  }
  
  .priceplan_box_price_area {
    padding: 1.5rem;
  }
  
  .priceplan_box_features_area {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .priceplan_box_badge_area {
    padding: 1.25rem 1.25rem 0.5rem;
  }
  
  .priceplan_box_content {
    padding: 0 1.25rem 1rem;
  }
  
  .priceplan_visual_accent {
    width: 50px;
    height: 50px;
  }
}



/* SECTION PADDING FIX - Added universal padding */
/* Original CSS variables replaced with fixed values */
.team_wrap {
  
  background: linear-gradient(135deg, var(--tc-bg-primary) 0%, var(--tc-neutral-50) 100%);
  position: relative;
  overflow: hidden;

  padding: 80px 0;
}

.team_wrap .team_decorative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.team_wrap .team_gradient_circle {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--tc-primary-200) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.3;
}

.team_wrap .team_pattern_dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, var(--tc-primary-300) 2px, transparent 2px);
  background-size: 30px 30px;
  opacity: 0.1;
}

.team_wrap .container {
  position: relative;
  z-index: 2;
}

.team_wrap .team_title {
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.team_wrap .team_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-primary-600);
  margin-bottom: var(--tc-space-3);
  font-weight: var(--tc-font-medium);
}

.team_wrap .team_description {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.team_wrap .team_modern_card {
  height: 100%;
  transition: transform var(--tc-transition-base);
}

.team_wrap .team_modern_card:hover {
  transform: translateY(-15px);
}

.team_wrap .team_card_inner {
  background: var(--tc-bg-secondary);
  border-radius: var(--tc-radius-xl);
  padding: var(--tc-space-6) var(--tc-space-4);
  box-shadow: var(--tc-shadow-lg);
  border: 1px solid var(--tc-border-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all var(--tc-transition-base);
}

.team_wrap .team_modern_card:hover .team_card_inner {
  box-shadow: var(--tc-shadow-2xl);
  border-color: var(--tc-primary-200);
}

.team_wrap .team_avatar_section {
  position: relative;
  margin-bottom: var(--tc-space-5);
}

.team_wrap .team_avatar_wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.team_wrap .team_avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  transition: transform var(--tc-transition-base);
}

.team_wrap .team_avatar_border {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--tc-primary-400), var(--tc-secondary-400));
  z-index: 2;
  opacity: 0;
  transition: opacity var(--tc-transition-base);
}

.team_wrap .team_modern_card:hover .team_avatar_border {
  opacity: 1;
}

.team_wrap .team_modern_card:hover .team_avatar {
  transform: scale(1.05);
}

.team_wrap .team_gradient_bg {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-secondary-100));
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--tc-transition-base);
  z-index: 1;
}

.team_wrap .team_modern_card:hover .team_gradient_bg {
  opacity: 0.3;
}

.team_wrap .team_info_section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team_wrap .team_member_name {
  font-size: var(--tc-font-size-lg);
  font-weight: var(--tc-font-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-2);
  font-family: var(--tc-font-primary);
  transition: color var(--tc-transition-base);
}

.team_wrap .team_modern_card:hover .team_member_name {
  color: var(--tc-primary-600);
}

.team_wrap .team_member_position {
  font-size: var(--tc-font-size-sm);
  color: var(--tc-text-secondary);
  margin-bottom: 0;
  font-weight: var(--tc-font-medium);
  text-transform: uppercase;
  letter-spacing: var(--tc-tracking-wide);
  transition: color var(--tc-transition-base);
}

.team_wrap .team_modern_card:hover .team_member_position {
  color: var(--tc-primary-500);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .team_wrap .team_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .team_wrap .team_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .team_wrap .team_description {
    font-size: var(--tc-font-size-base);
  }
  
  .team_wrap .team_card_inner {
    padding: var(--tc-space-5) var(--tc-space-3);
  }
  
  .team_wrap .team_avatar_wrapper {
    width: 80px;
    height: 80px;
  }
}




/* CONTRAST FIX: Adjusted 11 color values for better readability with dark text on light background */
/* Reviews Section v-010 - Featured Review */
.reviews_wrap {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #495057 100%);
  overflow: hidden;
}

.reviews_featured_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.reviews_spotlight_effect {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  animation: spotlight 8s ease-in-out infinite;
}

@keyframes spotlight {
  0%, 100% { 
    opacity: 0.6;
    transform: translateX(-50%) scale(1);
  }
  50% { 
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }
}

.reviews_main_title {
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-weight: 700;
}

.reviews_subtitle {
  color: var(--tc-text-secondary, #64748b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
}

.reviews_description {
  color: var(--tc-text-tertiary, #475569);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

/* Featured Hero Testimonial */
.reviews_hero_testimonial {
  position: relative;
  background: linear-gradient(135deg, #212529 0%, #f8fafc 100%);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 
    0 20px 25px rgba(248, 249, 250, 0.1),
    0 10px 10px rgba(248, 249, 250, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.4s ease;
  overflow: hidden;
}

.reviews_hero_testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b);
}

.reviews_hero_testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 32px 64px rgba(248, 249, 250, 0.15),
    0 16px 16px rgba(248, 249, 250, 0.04);
}

.reviews_hero_badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.reviews_hero_quote {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.reviews_hero_text {
  font-size: 1.375rem;
  line-height: 1.6;
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
  border: none;
}

.reviews_hero_author_section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviews_hero_avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #495057;
}

.reviews_hero_avatar_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews_hero_author_name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--tc-text-primary, #1e293b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: normal;
  display: block;
  margin-bottom: 0.5rem;
}

.reviews_hero_rating {
  display: flex;
  gap: 4px;
}

.reviews_hero_star {
  width: 18px;
  height: 18px;
  background: #fbbf24;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* Supporting Reviews */
.reviews_supporting_section {
  position: relative;
  z-index: 2;
}

.reviews_supporting_card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 
    0 4px 6px rgba(248, 249, 250, 0.05),
    0 1px 3px rgba(248, 249, 250, 0.1);
  border: 1px solid rgba(226, 232, 240, 0.6);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews_supporting_card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 24px rgba(248, 249, 250, 0.1),
    0 4px 8px rgba(248, 249, 250, 0.06);
  border-color: rgba(59, 130, 246, 0.3);
}

.reviews_supporting_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.reviews_supporting_avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews_avatar_initial {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
}

.reviews_supporting_rating {
  display: flex;
  gap: 2px;
}

.reviews_star_small {
  width: 12px;
  height: 12px;
  background: #fbbf24;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.reviews_supporting_text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--tc-text-primary, #334155);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: italic;
  margin-bottom: 1rem;
  flex-grow: 1;
  border: none;
}

.reviews_supporting_author {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--tc-text-secondary, #64748b);
  font-family: var(--tc-font-primary, 'Inter'), sans-serif;
  font-style: normal;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .reviews_hero_testimonial {
    padding: 2.5rem;
  }
  
  .reviews_hero_text {
    font-size: 1.25rem;
  }
  
  .reviews_supporting_card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .reviews_wrap {
    padding: 3rem 0;
  }
  
  .reviews_hero_testimonial {
    padding: 2rem;
  }
  
  .reviews_hero_text {
    font-size: 1.125rem;
  }
  
  .reviews_hero_quote {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .reviews_main_title {
    font-size: 2.5rem;
  }
  
  .reviews_spotlight_effect {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .reviews_hero_testimonial {
    padding: 1.5rem;
  }
  
  .reviews_hero_text {
    font-size: 1rem;
  }
  
  .reviews_hero_badge {
    position: static;
    margin-bottom: 1rem;
    display: inline-block;
  }
  
  .reviews_supporting_card {
    padding: 1.25rem;
  }
  
  .reviews_supporting_text {
    font-size: 0.875rem;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .reviews_hero_testimonial,
  .reviews_supporting_card {
    border: 2px solid #000;
    box-shadow: none;
  }
  
  .reviews_hero_quote,
  .reviews_supporting_avatar {
    background: var(--bs-light);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .reviews_spotlight_effect {
    animation: none;
  }
  
  .reviews_hero_testimonial,
  .reviews_supporting_card {
    transition: none;
  }
  
  .reviews_hero_testimonial:hover,
  .reviews_supporting_card:hover {
    transform: none;
  }
}

/* Focus styles for accessibility */
.reviews_hero_testimonial:focus-within,
.reviews_supporting_card:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Case Study Section v-010 - Minimalist Design */
.casestudy_wrap {
  padding: var(--tc-space-24) 0;
  background: var(--tc-bg-primary);
  position: relative;
}

.casestudy_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-3xl);
  font-weight: var(--tc-font-weight-bold);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
  letter-spacing: -0.02em;
}

.casestudy_subtitle {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-normal);
  margin-bottom: var(--tc-space-3);
  font-family: var(--tc-font-primary);
}

.casestudy_desc {
  color: var(--tc-text-tertiary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  max-width: 500px;
  margin: 0 auto var(--tc-space-16);
  font-family: var(--tc-font-primary);
}

.casestudy_minimal_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--tc-space-12);
  max-width: 1000px;
  margin: 0 auto;
}

.casestudy_minimal_item {
  padding: var(--tc-space-8) 0;
  border-bottom: 1px solid var(--tc-border-light);
  position: relative;
  transition: all 0.3s ease;
}

.casestudy_minimal_item:hover {
  transform: translateY(-2px);
}

.casestudy_minimal_number {
  color: var(--tc-primary-400);
  font-size: var(--tc-font-size-6xl);
  font-weight: var(--tc-font-weight-light);
  line-height: 1;
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
  opacity: 0.7;
}

.casestudy_item_title {
  color: var(--tc-text-primary);
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-medium);
  line-height: var(--tc-line-height-tight);
  margin-bottom: var(--tc-space-4);
  font-family: var(--tc-font-primary);
}

.casestudy_item_desc {
  color: var(--tc-text-secondary);
  font-size: var(--tc-font-size-base);
  line-height: var(--tc-line-height-relaxed);
  font-family: var(--tc-font-primary);
  max-width: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .casestudy_minimal_grid {
    grid-template-columns: 1fr;
    gap: var(--tc-space-8);
  }
  
  .casestudy_minimal_item {
    padding: var(--tc-space-6) 0;
  }
  
  .casestudy_minimal_number {
    font-size: var(--tc-font-size-5xl);
  }
}

@media (max-width: 768px) {
  .casestudy_wrap {
    padding: var(--tc-space-16) 0;
  }
  
  .casestudy_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .casestudy_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .casestudy_desc {
    margin-bottom: var(--tc-space-12);
  }
  
  .casestudy_minimal_grid {
    gap: var(--tc-space-6);
  }
  
  .casestudy_minimal_item {
    padding: var(--tc-space-5) 0;
  }
  
  .casestudy_minimal_number {
    font-size: var(--tc-font-size-4xl);
    margin-bottom: var(--tc-space-3);
  }
  
  .casestudy_item_title {
    font-size: var(--tc-font-size-lg);
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  .casestudy_minimal_item {
    transition: none;
  }
  
  .casestudy_minimal_item:hover {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .casestudy_minimal_item {
    border-bottom-width: 2px;
  }
  
  .casestudy_minimal_number {
    opacity: 1;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Process Section v-016 - Professional Blue Horizontal Timeline */

.process-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-neutral-50) 100%);
}

/* Decorative Shapes */
.decorative-shape-top {
  position: absolute;
  top: -50px;
  right: 10%;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--tc-primary-100), var(--tc-primary-200));
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(40px);
  z-index: 0;
}

.decorative-shape-bottom {
  position: absolute;
  bottom: -80px;
  left: 5%;
  width: 300px;
  height: 300px;
  background: linear-gradient(225deg, var(--tc-primary-200), var(--tc-primary-300));
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(60px);
  z-index: 0;
}

/* Section Header */
.process-section .display-5 {
  color: var(--tc-primary-900);
  letter-spacing: -0.02em;
}

.process-section .fs-5 {
  color: var(--tc-primary-700);
  font-weight: 500;
}

/* Timeline Container */
.horizontal-timeline {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}

/* Timeline Connector Line (Desktop Only) */
.timeline-line {
  position: absolute;
  top: 70px;
  left: 8.33%;
  right: 8.33%;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--tc-primary-200) 0%, 
    var(--tc-primary-400) 25%, 
    var(--tc-primary-500) 50%, 
    var(--tc-primary-400) 75%, 
    var(--tc-primary-200) 100%
  );
  border-radius: 2px;
  z-index: 0;
}

/* Process Card */
.process-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--tc-primary-200);
}

/* Process Number Wrapper */
.process-number-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.process-number::before {
  content: '';
  position: absolute;
  inset: -4px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.process-number span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

/* Icon Wrapper */
.icon-wrapper {
  text-align: center;
}

.icon-wrapper i {
  font-size: 2.5rem;
  color: var(--tc-primary-600);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.process-card:hover .icon-wrapper i {
  transform: scale(1.1);
  opacity: 1;
}

/* Process Card Body */
.process-card-body h4 {
  color: var(--tc-primary-900);
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.process-card-body p {
  color: var(--tc-neutral-700);
  line-height: 1.7;
  font-size: 0.95rem;
  text-align: center;
}

/* Decorative Element */
.decorative-element {
  position: relative;
}

.decorative-circle-group {
  position: relative;
  width: 200px;
  height: 200px;
}

.decorative-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.decorative-circle.circle-1 {
  width: 180px;
  height: 180px;
  background: var(--tc-primary-300);
  top: 10px;
  left: 10px;
  animation: float 6s ease-in-out infinite;
}

.decorative-circle.circle-2 {
  width: 120px;
  height: 120px;
  background: var(--tc-primary-400);
  bottom: 30px;
  right: 20px;
  animation: float 8s ease-in-out infinite reverse;
}

.decorative-circle.circle-3 {
  width: 90px;
  height: 90px;
  background: var(--tc-primary-500);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 4s ease-in-out infinite;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .process-number {
    width: 60px;
    height: 60px;
  }

  .process-number span {
    font-size: 1.25rem;
  }

  .icon-wrapper i {
    font-size: 2rem;
  }

  .process-card {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .process-section {
    background: var(--tc-neutral-50);
  }

  .decorative-shape-top,
  .decorative-shape-bottom {
    display: none;
  }

  .process-card-body h4,
  .process-card-body p {
    text-align: left;
  }

  .process-number-wrapper {
    text-align: left;
  }

  .icon-wrapper {
    text-align: left;
  }
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .process-card {
    border: 2px solid var(--tc-primary-700);
  }

  .process-number {
    border: 3px solid #ffffff;
  }

  .icon-wrapper i {
    opacity: 1;
  }
}

/* Print Styles */
@media print {
  .process-section {
    background: #ffffff;
  }

  .decorative-shape-top,
  .decorative-shape-bottom,
  .decorative-element {
    display: none;
  }

  .process-card {
    box-shadow: none;
    border: 1px solid #000000;
    page-break-inside: avoid;
  }

  .timeline-line {
    display: none;
  }
}



/* Timeline Section v-005: Professional Blue Theme */

.timeline-section {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, var(--tc-primary-50) 100%);
  position: relative;
  overflow: hidden;
}

.timeline-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500) 0%, var(--tc-primary-700) 100%);
}

/* Section Header */
.timeline-title {
  color: var(--tc-neutral-900);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.timeline-subtitle {
  color: var(--tc-primary-600);
  font-weight: 600;
}

.timeline-desc {
  color: var(--tc-neutral-700);
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Timeline Container */
.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0;
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--tc-primary-300) 0%, var(--tc-primary-500) 50%, var(--tc-primary-700) 100%);
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* Timeline Items */
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}

.timeline-content {
  position: relative;
  display: flex;
  align-items: center;
}

/* Left Items */
.left-item .timeline-content {
  justify-content: flex-end;
  padding-right: 2rem;
}

.left-item .timeline-card {
  margin-right: 3rem;
}

/* Right Items */
.right-item .timeline-content {
  justify-content: flex-start;
  padding-left: 2rem;
}

.right-item .timeline-card {
  margin-left: 3rem;
}

/* Timeline Markers */
.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.marker-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-500) 0%, var(--tc-primary-700) 100%);
  border: 4px solid white;
  box-shadow: 0 0 0 4px var(--tc-primary-200), 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.timeline-item:hover .marker-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 6px var(--tc-primary-200), 0 12px 30px rgba(0,0,0,0.2);
}

/* Timeline Cards */
.timeline-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border: 1px solid var(--tc-neutral-200);
  overflow: hidden;
  max-width: 400px;
  transition: all 0.3s ease;
  position: relative;
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500) 0%, var(--tc-primary-600) 100%);
}

.timeline-item:hover .timeline-card {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: var(--tc-primary-300);
}

/* Card Headers */
.card-header {
  padding: 1.5rem 2rem 1rem;
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-neutral-50) 100%);
  border-bottom: 1px solid var(--tc-neutral-200);
}

.item-title {
  color: var(--tc-neutral-900);
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

/* Card Bodies */
.card-body {
  padding: 1.5rem 2rem 2rem;
}

.item-desc {
  color: var(--tc-neutral-700);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Arrow Effects for Cards */
.left-item .timeline-card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  filter: drop-shadow(2px 0 4px rgba(0,0,0,0.1));
}

.right-item .timeline-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 15px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  filter: drop-shadow(-2px 0 4px rgba(0,0,0,0.1));
}

/* Responsive Design */
@media (max-width: 992px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .left-item .timeline-content,
  .right-item .timeline-content {
    justify-content: flex-start;
    padding-left: 4rem;
    padding-right: 0;
  }
  
  .left-item .timeline-card,
  .right-item .timeline-card {
    margin-left: 0;
    margin-right: 0;
  }
  
  .left-item .timeline-card::after,
  .right-item .timeline-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(-2px 0 4px rgba(0,0,0,0.1));
  }
}

@media (max-width: 768px) {
  .timeline-container {
    padding: 2rem 0;
  }
  
  .timeline-item {
    margin-bottom: 3rem;
  }
  
  .timeline-title {
    font-size: 2.5rem;
  }
  
  .timeline-subtitle {
    font-size: 1.25rem;
  }
  
  .timeline-card {
    max-width: none;
  }
  
  .card-header {
    padding: 1.25rem 1.5rem 0.75rem;
  }
  
  .card-body {
    padding: 1.25rem 1.5rem 1.75rem;
  }
  
  .item-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .timeline-line {
    left: 20px;
  }
  
  .timeline-marker {
    left: 20px;
  }
  
  .left-item .timeline-content,
  .right-item .timeline-content {
    padding-left: 3rem;
  }
  
  .marker-dot {
    width: 16px;
    height: 16px;
    border: 3px solid white;
  }
  
  .timeline-card {
    border-radius: 12px;
  }
  
  .card-header {
    padding: 1rem 1.25rem 0.5rem;
  }
  
  .card-body {
    padding: 1rem 1.25rem 1.5rem;
  }
}

/* FALLBACK: Force show all AOS elements when AOS is not initialized */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}


/* Career Section v-011 - Timeline Professional Layout */
/* Theme: professional-blue-01 */

.career_wrap {
  position: relative;
  padding: 80px 0;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

.career_decorative_background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.career_shape_gradient {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--tc-primary-50) 0%, transparent 70%);
  opacity: 0.6;
}

.career_shape_dots {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(var(--tc-primary-300) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.15;
}

.career_header {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.career_title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  color: var(--tc-text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.career_subtitle {
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-weight: 500;
  color: var(--tc-primary-500);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.career_description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--tc-text-secondary);
  max-width: 750px;
  margin: 0 auto;
}

.career_timeline {
  position: relative;
  padding: 2rem 0;
}

.career_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, 
    var(--tc-primary-300) 0%, 
    var(--tc-primary-500) 50%, 
    var(--tc-primary-300) 100%
  );
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .career_timeline::before {
    left: 30px;
  }
}

.career_position_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3.5rem;
  padding-left: 3.5rem;
}

@media (min-width: 992px) {
  .career_position_item {
    padding-left: 0;
  }
  
  .career_position_item:nth-child(odd) {
    flex-direction: row;
    padding-right: calc(50% + 3rem);
  }
  
  .career_position_item:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: calc(50% + 3rem);
  }
}

.career_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  z-index: 2;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .career_timeline_marker {
    left: 30px;
  }
}

.career_position_content {
  background: var(--tc-surface-secondary);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: var(--tc-shadow-md);
  position: relative;
  transition: all 0.3s ease;
}

.career_position_content:hover {
  box-shadow: var(--tc-shadow-lg);
  transform: translateY(-4px);
}

.career_position_content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: 12px 12px 0 0;
}

@media (min-width: 992px) {
  .career_position_item:nth-child(odd) .career_position_content::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--tc-surface-secondary);
  }
  
  .career_position_item:nth-child(even) .career_position_content::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--tc-surface-secondary);
  }
}

.career_position_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.career_position_role {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tc-primary-500);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.career_position_description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--tc-text-secondary);
  margin: 0;
}

.career_decorative_element {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  background: var(--tc-primary-50);
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .career_wrap {
    padding: 60px 0;
  }
  
  .career_position_item {
    padding-left: 5rem;
  }
  
  .career_position_content {
    padding: 1.5rem;
  }
  
  .career_position_title {
    font-size: 1.3rem;
  }
}

@media (max-width: 575px) {
  .career_wrap {
    padding: 50px 0;
  }
  
  .career_header {
    margin-bottom: 2rem;
  }
  
  .career_position_item {
    margin-bottom: 2.5rem;
  }
}



/* v-015: Professional Blue Theme - Premium Card Layout */

.coreinfo_wrap {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, var(--tc-bg-surface) 0%, var(--tc-bg-primary) 100%);
  overflow: hidden;
}

.coreinfo_decorative_grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--tc-border-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--tc-border-light) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.coreinfo_wrap .coreinfo_title {
  font-size: var(--tc-font-size-4xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
  letter-spacing: -0.02em;
}

.coreinfo_wrap .coreinfo_subtitle {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-primary-600);
  margin-bottom: var(--tc-space-4);
  font-weight: var(--tc-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.coreinfo_wrap .coreinfo_desc {
  font-size: var(--tc-font-size-lg);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  max-width: 700px;
  margin: 0 auto;
}

.coreinfo_wrap .coreinfo_feature_card {
  background: var(--tc-bg-surface);
  border: 2px solid var(--tc-border-light);
  border-radius: var(--tc-radius-xl);
  padding: var(--tc-space-6);
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.coreinfo_wrap .coreinfo_feature_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, var(--tc-primary-500), var(--tc-primary-600));
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coreinfo_wrap .coreinfo_feature_card:hover::before {
  height: 100%;
}

.coreinfo_wrap .coreinfo_feature_card:hover {
  transform: translateX(8px);
  border-color: var(--tc-primary-300);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.coreinfo_wrap .coreinfo_card_primary,
.coreinfo_wrap .coreinfo_card_secondary {
  background: linear-gradient(135deg, var(--tc-bg-surface) 0%, var(--tc-primary-50) 100%);
  border-color: var(--tc-primary-200);
}

.coreinfo_wrap .coreinfo_card_badge {
  position: absolute;
  top: var(--tc-space-4);
  right: var(--tc-space-4);
  width: 8px;
  height: 8px;
  background: var(--tc-primary-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--tc-primary-100);
}

.coreinfo_wrap .coreinfo_card_content {
  position: relative;
  z-index: 1;
}

.coreinfo_wrap .coreinfo_icon_wrapper {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: var(--tc-space-4);
}

.coreinfo_wrap .coreinfo_icon_wrapper .coreinfo_icon_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600));
  border-radius: var(--tc-radius-lg);
  opacity: 0.1;
  transition: all 0.3s ease;
}

.coreinfo_wrap .coreinfo_feature_card:hover .coreinfo_icon_bg {
  opacity: 0.15;
  transform: rotate(5deg) scale(1.1);
}

.coreinfo_wrap .coreinfo_icon_wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: var(--tc-primary-600);
  transition: all 0.3s ease;
}

.coreinfo_wrap .coreinfo_feature_card:hover .coreinfo_icon_wrapper i {
  color: var(--tc-primary-700);
  transform: translate(-50%, -50%) scale(1.1);
}

.coreinfo_wrap .coreinfo_card_title {
  font-size: var(--tc-font-size-xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  line-height: var(--tc-line-height-tight);
}

.coreinfo_wrap .coreinfo_card_desc {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
}

@media (max-width: 992px) {
  .coreinfo_wrap .coreinfo_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .coreinfo_wrap .coreinfo_subtitle {
    font-size: var(--tc-font-size-base);
  }
  
  .coreinfo_wrap .coreinfo_feature_card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .coreinfo_wrap {
    padding: 60px 0;
  }
  
  .coreinfo_wrap .coreinfo_title {
    font-size: var(--tc-font-size-2xl);
  }
  
  .coreinfo_wrap .coreinfo_feature_card {
    padding: var(--tc-space-5);
  }
}



/* ========================================
   Contact Section v-011 - Modern Green Theme
   Nature-inspired design with organic shapes
   ======================================== */

.contact-section-v011 {
  position: relative;
  padding: 120px 0;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

/* Section Header */
.contact-section-v011 .tc-title {
  font-size: 3rem;
  line-height: 1.15;
  color: var(--tc-text-primary);
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.contact-section-v011 .tc-subtitle {
  font-size: 1.25rem;
  color: var(--tc-text-accent);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-section-v011 .tc-desc {
  font-size: 1.125rem;
  line-height: 1.9;
  color: var(--tc-text-secondary);
  max-width: 700px;
}

.header-decoration-top {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--tc-primary-500), transparent);
  margin: 0 auto 20px;
}

.header-decoration-bottom {
  width: 60px;
  height: 60px;
  background: var(--tc-primary-100);
  border-radius: 50%;
  margin: 30px auto 0;
  opacity: 0.4;
}

/* Contact Info Wrapper */
.contact-info-wrapper {
  position: relative;
  padding: 20px 0;
}

.info-card-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.2);
}

.info-card-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-300));
  border-radius: 50%;
  flex-shrink: 0;
}

.info-icon-circle i {
  font-size: 1.5rem;
  color: white;
}

.info-text-block {
  flex: 1;
}

.info-value {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--tc-text-primary);
  font-weight: 600;
  margin: 0;
}

.card-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.info-card:hover .card-accent-line {
  transform: scaleX(1);
}

/* Nature Decorative Elements */
.nature-deco-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, var(--tc-primary-300), transparent);
  border-radius: 50%;
  top: -40px;
  right: -40px;
  opacity: 0.3;
  z-index: 0;
}

.nature-deco-2 {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--tc-primary-500), transparent);
  border-radius: 50%;
  bottom: 20px;
  left: -30px;
  opacity: 0.2;
  z-index: 0;
}

/* Form Wrapper */
.form-wrapper-green {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 8px 32px rgba(5, 150, 105, 0.12);
  border: 1px solid var(--tc-border-light);
  overflow: hidden;
}

.form-inner-container {
  position: relative;
  z-index: 1;
}

/* Form Fields */
.form-field-wrapper {
  margin-bottom: 1.5rem;
}

.field-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.input-with-border {
  position: relative;
}

.form-input-green {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  color: var(--tc-text-primary);
  background: var(--tc-surface-secondary);
  border: 2px solid var(--tc-border-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-input-green:focus {
  outline: none;
  background: white;
  border-color: var(--tc-primary-500);
}

.form-textarea-green {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.input-border-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 0 0 10px 10px;
}

.form-input-green:focus ~ .input-border-accent {
  transform: scaleX(1);
}

/* Custom Checkbox */
.form-check-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.custom-checkbox-green {
  display: none;
}

.checkbox-label-green {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.checkbox-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--tc-surface-secondary);
  border: 2px solid var(--tc-border-light);
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.checkbox-box i {
  font-size: 1rem;
  color: white;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.custom-checkbox-green:checked ~ .checkbox-label-green .checkbox-box {
  background: var(--tc-primary-500);
  border-color: var(--tc-primary-500);
}

.custom-checkbox-green:checked ~ .checkbox-label-green .checkbox-box i {
  opacity: 1;
  transform: scale(1);
}

.checkbox-text-green {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--tc-text-secondary);
  padding-top: 2px;
}

/* Submit Button */
.submit-wrapper {
  margin-top: 2rem;
}

.submit-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-700));
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.4);
}

.btn-arrow {
  transition: transform 0.3s ease;
}

.submit-btn-green:hover .btn-arrow {
  transform: translateX(6px);
}

/* Form Background Pattern */
.form-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--tc-primary-100), transparent);
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
}

/* Section Background Elements */
.bg-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, var(--tc-primary-50), transparent);
  opacity: 0.5;
  z-index: 0;
}

.bg-circle-accent-1,
.bg-circle-accent-2 {
  position: absolute;
  border-radius: 50%;
  background: var(--tc-primary-300);
  opacity: 0.08;
  z-index: 0;
}

.bg-circle-accent-1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: -10%;
}

.bg-circle-accent-2 {
  width: 350px;
  height: 350px;
  bottom: 5%;
  right: -8%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section-v011 {
    padding: 80px 0;
  }

  .contact-section-v011 .tc-title {
    font-size: 2.25rem;
  }

  .form-wrapper-green {
    padding: 40px 30px;
    margin-top: 40px;
  }

  .contact-info-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .contact-section-v011 {
    padding: 60px 0;
  }

  .contact-section-v011 .tc-title {
    font-size: 2rem;
  }

  .form-wrapper-green {
    padding: 30px 20px;
  }

  .info-card {
    padding: 20px 18px;
  }

  .info-icon-circle {
    width: 48px;
    height: 48px;
  }

  .submit-btn-green {
    padding: 16px 28px;
    font-size: 1rem;
  }
}



/* Blog Section v-015 - Modern Green Theme - Minimalist Clean Layout */

/* Section Base Styles */
.blog-section {
  position: relative;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

/* Decorative Elements */
.decorative-leaf {
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
}

.decorative-leaf::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--tc-primary-500);
  border-radius: 0 50% 50% 50%;
  transform: rotate(-45deg);
}

.decorative-leaf-1 {
  top: 80px;
  left: 8%;
}

.decorative-leaf-2 {
  top: 120px;
  right: 12%;
  transform: rotate(180deg);
}

.decorative-circle {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border: 2px solid var(--tc-primary-200);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

/* Section Header */
.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--tc-text-primary);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--tc-primary-600);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.section-description {
  color: var(--tc-text-secondary);
  line-height: 1.7;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

/* Blog Post Card */
.blog-post {
  background: var(--tc-surface-secondary);
  border-radius: var(--tc-radius-lg);
  padding: 2rem;
  box-shadow: var(--tc-shadow-card);
  border: 1px solid var(--tc-border-light);
  transition: all var(--tc-transition-base);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-post:hover {
  box-shadow: var(--tc-shadow-elevated);
  transform: translateY(-6px);
  border-color: var(--tc-primary-300);
}

/* Blog Post Header with Icon */
.blog-post-header {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.blog-icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tc-primary-100) 0%, var(--tc-primary-200) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--tc-transition-base);
}

.blog-post:hover .blog-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--tc-primary-200) 0%, var(--tc-primary-300) 100%);
}

.blog-icon-wrapper i {
  font-size: 2rem;
  color: var(--tc-primary-700);
}

/* Blog Post Content */
.blog-post-content {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-post-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-post-excerpt {
  font-size: 0.9375rem;
  color: var(--tc-text-secondary);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Blog Link Button */
.blog-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--tc-primary-50);
  color: var(--tc-primary-700);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: var(--tc-radius-md);
  transition: all var(--tc-transition-base);
  border: 2px solid transparent;
  margin-top: auto;
  align-self: center;
}

.blog-link-button:hover {
  background: var(--tc-primary-600);
  color: var(--tc-surface-primary);
  border-color: var(--tc-primary-600);
  gap: 0.75rem;
}

.blog-link-button i {
  font-size: 1.125rem;
  transition: transform var(--tc-transition-base);
}

.blog-link-button:hover i {
  transform: translateX(4px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .blog-post {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .blog-post {
    padding: 1.5rem;
  }
  
  .section-description {
    font-size: 0.9375rem;
  }
  
  .blog-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .blog-icon-wrapper i {
    font-size: 1.75rem;
  }
}

/* Accessibility - Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .blog-post,
  .blog-icon-wrapper,
  .blog-link-button,
  .blog-link-button i {
    transition: none;
  }
  
  .blog-post:hover {
    transform: none;
  }
  
  .blog-post:hover .blog-icon-wrapper {
    transform: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .blog-post {
    border: 2px solid var(--tc-primary-600);
  }
  
  .section-subtitle {
    font-weight: 700;
  }
  
  .blog-link-button {
    border: 2px solid var(--tc-primary-600);
  }
}



/* FAQ Section v-015 - Modern Green Theme - Alternating Card Layout */

.faq-section {
  position: relative;
  background: var(--tc-surface-primary);
  overflow: hidden;
}

/* Section Header Styles */
.faq-section .tc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--tc-text-primary);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.faq-section .tc-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--tc-primary-500);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.faq-section .tc-desc {
  font-size: 1.125rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

/* FAQ Container */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ Item Base Styles */
.faq-item {
  margin-bottom: 2rem;
  position: relative;
}

.faq-item:last-child {
  margin-bottom: 0;
}

/* Left and Right Alignment */
.faq-left {
  padding-right: 2rem;
}

.faq-right {
  padding-left: 2rem;
  margin-left: auto;
}

.faq-left .faq-card {
  margin-left: 0;
  margin-right: auto;
}

.faq-right .faq-card {
  margin-left: auto;
  margin-right: 0;
}

/* FAQ Card Styles */
.faq-card {
  max-width: 500px;
  border: none;
  border-radius: var(--tc-radius-xl);
  box-shadow: var(--tc-shadow-card);
  transition: var(--tc-transition-base);
  background: var(--tc-surface-secondary);
  overflow: hidden;
  position: relative;
}

.faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-400) 0%, var(--tc-primary-600) 100%);
}

.faq-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--tc-shadow-elevated);
}

/* FAQ Header */
.faq-header {
  background: linear-gradient(135deg, var(--tc-primary-50) 0%, var(--tc-primary-100) 100%);
  border-bottom: 1px solid var(--tc-border-light);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.faq-icon {
  width: 45px;
  height: 45px;
  background: var(--tc-primary-500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-question {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

/* FAQ Body */
.faq-body {
  padding: 1.5rem;
  background: var(--tc-surface-secondary);
}

.faq-answer {
  font-size: 1rem;
  color: var(--tc-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Background Organic Shapes */
.faq-bg-organic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.organic-shape {
  position: absolute;
  opacity: 0.04;
  border-radius: 50% 40% 60% 30%;
  animation: organicFloat 8s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 250px;
  background: var(--tc-primary-500);
  top: 5%;
  right: -5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 180px;
  background: var(--tc-primary-300);
  bottom: 10%;
  left: -8%;
  animation-delay: 2s;
  border-radius: 40% 60% 30% 50%;
}

.shape-3 {
  width: 150px;
  height: 120px;
  background: var(--tc-primary-700);
  top: 40%;
  left: 5%;
  animation-delay: 4s;
  border-radius: 60% 30% 50% 40%;
}

.shape-4 {
  width: 180px;
  height: 200px;
  background: var(--tc-primary-400);
  top: 20%;
  right: 15%;
  animation-delay: 6s;
  border-radius: 30% 50% 40% 60%;
}

/* Animations */
@keyframes organicFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
    border-radius: 50% 40% 60% 30%;
  }
  25% {
    transform: translateY(-15px) rotate(2deg) scale(1.05);
    border-radius: 40% 60% 30% 50%;
  }
  50% {
    transform: translateY(-25px) rotate(-1deg) scale(0.95);
    border-radius: 60% 30% 50% 40%;
  }
  75% {
    transform: translateY(-10px) rotate(1deg) scale(1.02);
    border-radius: 30% 50% 40% 60%;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .faq-left,
  .faq-right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  
  .faq-left .faq-card,
  .faq-right .faq-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  
  .faq-section .tc-title {
    font-size: 2rem;
  }
  
  .faq-section .tc-subtitle {
    font-size: 1.25rem;
  }
  
  .faq-section .tc-desc {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .faq-section .tc-title {
    font-size: 1.75rem;
  }
  
  .faq-section .tc-subtitle {
    font-size: 1.125rem;
  }
  
  .faq-header,
  .faq-body {
    padding: 1.25rem;
  }
  
  .faq-icon {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .faq-question {
    font-size: 1rem;
  }
  
  .faq-answer {
    font-size: 0.95rem;
  }
  
  .faq-item {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .faq-header {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  
  .faq-header,
  .faq-body {
    padding: 1rem;
  }
  
  .faq-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .faq-question {
    font-size: 0.95rem;
  }
  
  .faq-answer {
    font-size: 0.9rem;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .faq-card {
    border: 2px solid var(--tc-text-primary);
  }
  
  .faq-card:hover {
    border-color: var(--tc-primary-700);
  }
  
  .faq-icon {
    border: 2px solid var(--tc-surface-primary);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .faq-card,
  .organic-shape {
    transition: none;
    animation: none;
  }
  
  .faq-card:hover {
    transform: none;
  }
}


/* GALLERY V-017 - Modern Green Theme */
.gallery_wrap {
  position: relative;
  background: var(--tc-bg-primary);
  overflow: hidden;
  padding: 80px 0;
}

/* Organic Background */
.gallery_wrap .gallery_organic_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 20% 30%, var(--tc-primary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, var(--tc-secondary-100) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, var(--tc-primary-50) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

/* Hexagonal Grid Layout */
.gallery_wrap .gallery_hexagon_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--tc-space-6);
  padding: var(--tc-space-4);
  justify-items: center;
}

/* Hexagonal Item Container */
.gallery_wrap .gallery_hex_item {
  width: 200px;
  height: 200px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_wrap .gallery_hex_item:hover {
  transform: translateY(-12px) scale(1.05);
}

/* Hexagonal Shape */
.gallery_wrap .gallery_hex_inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(30deg);
  border-radius: var(--tc-radius-2xl);
  overflow: hidden;
  background: var(--tc-white);
  box-shadow: 
    0 8px 25px var(--tc-shadow-md),
    0 0 0 2px var(--tc-primary-200);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_inner {
  box-shadow: 
    0 20px 40px var(--tc-shadow-lg),
    0 0 0 3px var(--tc-primary-400);
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Content */
.gallery_wrap .gallery_hex_content {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-30deg);
  overflow: hidden;
  border-radius: var(--tc-radius-2xl);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_content {
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Image */
.gallery_wrap .gallery_hex_image {
  width: 120%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: -10%;
  left: -10%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1) saturate(0.9);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_image {
  transform: scale(1.1) rotate(2deg);
  filter: brightness(1.1) saturate(1.1);
}

/* Hexagonal Overlay */
.gallery_wrap .gallery_hex_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--tc-primary-500) 0%,
    var(--tc-primary-600) 50%,
    var(--tc-secondary-600) 100%
  );
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--tc-radius-2xl);
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_overlay {
  opacity: 0.8;
  border-radius: var(--tc-radius-3xl);
}

/* Hexagonal Icon */
.gallery_wrap .gallery_hex_icon {
  width: 50px;
  height: 50px;
  background: var(--tc-white);
  border-radius: var(--tc-radius-full);
  position: relative;
  transform: scale(0) rotate(180deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gallery_wrap .gallery_hex_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--tc-primary-600);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z'/%3E%3C/svg%3E") no-repeat center;
}

.gallery_wrap .gallery_hex_item:hover .gallery_hex_icon {
  transform: scale(1) rotate(0deg);
}

/* Organic Decorative Shapes */
.gallery_wrap .gallery_organic_shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Leaf Shapes */
.gallery_wrap .gallery_leaf {
  position: absolute;
  background: var(--tc-primary-300);
  opacity: 0.15;
  border-radius: 50% 10% 50% 10%;
  animation: galleryLeafFloat 25s infinite ease-in-out;
}

.gallery_wrap .gallery_leaf_1 {
  width: 60px;
  height: 100px;
  top: 15%;
  right: 10%;
  animation-delay: 0s;
  transform: rotate(45deg);
}

.gallery_wrap .gallery_leaf_2 {
  width: 40px;
  height: 70px;
  bottom: 25%;
  left: 8%;
  animation-delay: -8s;
  transform: rotate(-30deg);
}

.gallery_wrap .gallery_leaf_3 {
  width: 50px;
  height: 80px;
  top: 50%;
  right: 15%;
  animation-delay: -16s;
  transform: rotate(120deg);
}

/* Blob Shapes */
.gallery_wrap .gallery_blob {
  position: absolute;
  background: var(--tc-secondary-300);
  opacity: 0.1;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: galleryBlobFloat 30s infinite ease-in-out;
}

.gallery_wrap .gallery_blob_1 {
  width: 150px;
  height: 120px;
  top: 20%;
  left: 5%;
  animation-delay: -5s;
}

.gallery_wrap .gallery_blob_2 {
  width: 100px;
  height: 130px;
  bottom: 15%;
  right: 8%;
  animation-delay: -20s;
}

/* Animations */
@keyframes galleryLeafFloat {
  0%, 100% { 
    transform: translateY(0) rotate(45deg) scale(1); 
    opacity: 0.15;
  }
  25% { 
    transform: translateY(-30px) rotate(60deg) scale(1.1); 
    opacity: 0.25;
  }
  50% { 
    transform: translateY(0) rotate(75deg) scale(1); 
    opacity: 0.15;
  }
  75% { 
    transform: translateY(20px) rotate(30deg) scale(0.9); 
    opacity: 0.1;
  }
}

@keyframes galleryBlobFloat {
  0%, 100% { 
    transform: translateX(0) scale(1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  25% { 
    transform: translateX(-20px) scale(1.05);
    border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  }
  50% { 
    transform: translateX(0) scale(1);
    border-radius: 70% 30% 40% 60% / 70% 40% 60% 30%;
  }
  75% { 
    transform: translateX(15px) scale(0.95);
    border-radius: 30% 70% 60% 40% / 30% 60% 40% 70%;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--tc-space-5);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: var(--tc-space-4);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 160px;
    height: 160px;
  }
  
  .gallery_wrap .gallery_hex_icon {
    width: 45px;
    height: 45px;
  }
  
  .gallery_wrap .gallery_hex_icon::before {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 768px) {
  .gallery_wrap {
    padding: 60px 0;
  }
  
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--tc-space-3);
    padding: var(--tc-space-2);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 140px;
    height: 140px;
  }
  
  .gallery_wrap .gallery_hex_item:hover {
    transform: translateY(-8px) scale(1.03);
  }
}

@media (max-width: 576px) {
  .gallery_wrap .gallery_hexagon_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--tc-space-2);
  }
  
  .gallery_wrap .gallery_hex_item {
    width: 120px;
    height: 120px;
  }
  
  .gallery_wrap .gallery_hex_icon {
    width: 40px;
    height: 40px;
  }
  
  .gallery_wrap .gallery_hex_icon::before {
    width: 20px;
    height: 20px;
  }
}

/* Performance Optimizations */
.gallery_wrap .gallery_hex_image {
  will-change: transform, filter;
}

.gallery_wrap .gallery_hex_overlay {
  will-change: opacity, border-radius;
}

.gallery_wrap .gallery_hex_icon {
  will-change: transform;
}

/* Accessibility */
.gallery_wrap .gallery_hex_item:focus {
  outline: 2px solid var(--tc-primary-500);
  outline-offset: 4px;
}

.gallery_wrap .gallery_hex_item:focus:not(:focus-visible) {
  outline: none;
}

/* Loading States */
.gallery_wrap .gallery_hex_image:not([src]) {
  background: linear-gradient(
    45deg,
    var(--tc-primary-100) 25%,
    var(--tc-primary-50) 50%,
    var(--tc-primary-100) 75%
  );
  background-size: 200% 200%;
  animation: galleryHexImageLoading 2s infinite;
}

@keyframes galleryHexImageLoading {
  0% { background-position: 200% 200%; }
  100% { background-position: -200% -200%; }
}


/* Footer v-019 - Creative Purple Theme */

.footer_wrapper {
  position: relative;
  background: linear-gradient(135deg, rgba(var(--tc-primary-50-rgb), 0.93) 0%, rgba(var(--tc-primary-100-rgb), 0.89) 50%, rgba(var(--tc-secondary-50-rgb), 0.91) 100%), url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--tc-text-primary);
  overflow: hidden;
  padding: 120px 0 60px 0;
  min-height: 700px;
}

.footer_creative_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(var(--tc-primary-50-rgb), 0.93) 0%, rgba(var(--tc-primary-100-rgb), 0.89) 50%, rgba(var(--tc-secondary-50-rgb), 0.91) 100%);
  z-index: 1;
}

.footer_creative_elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.footer_geometric_shape_1 {
  position: absolute;
  top: 80px;
  right: 100px;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, rgba(var(--tc-primary-400-rgb), 0.2), rgba(var(--tc-secondary-400-rgb), 0.15));
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation: rotate 15s linear infinite;
}

.footer_geometric_shape_2 {
  position: absolute;
  bottom: 150px;
  left: 50px;
  width: 80px;
  height: 80px;
  background: rgba(var(--tc-primary-300-rgb), 0.12);
  border-radius: 20px;
  transform: rotate(45deg);
  animation: pulse 8s ease-in-out infinite;
}

.footer_geometric_shape_3 {
  position: absolute;
  top: 200px;
  left: 200px;
  width: 60px;
  height: 60px;
  background: rgba(var(--tc-secondary-400-rgb), 0.18);
  border-radius: 50%;
  animation: bounce 6s ease-in-out infinite;
}

.footer_creative_dots {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(var(--tc-primary-300-rgb), 0.15) 3px, transparent 3px);
  background-size: 25px 25px;
  animation: drift 20s ease-in-out infinite;
}

.footer_creative_lines {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 200px;
  height: 100px;
  background: linear-gradient(45deg, 
    transparent 48%, 
    rgba(var(--tc-primary-400-rgb), 0.1) 49%, 
    rgba(var(--tc-primary-400-rgb), 0.1) 51%, 
    transparent 52%
  );
  background-size: 20px 20px;
  transform: rotate(-30deg);
  animation: slide 12s ease-in-out infinite;
}

.footer_wrapper .container {
  position: relative;
  z-index: 3;
}

/* Creative Header */
.footer_creative_header {
  text-align: center;
  margin-bottom: var(--tc-space-12);
  padding: var(--tc-space-8);
  background: rgba(var(--tc-neutral-50-rgb), 0.9);
  backdrop-filter: blur(15px);
  border-radius: var(--tc-border-radius-3xl);
  border: 2px solid rgba(var(--tc-primary-400-rgb), 0.3);
  position: relative;
  overflow: hidden;
}

.footer_creative_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--tc-primary-300-rgb), 0.1), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

.footer_creative_title {
  font-size: var(--tc-font-size-5xl);
  font-weight: var(--tc-font-weight-black);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  line-height: var(--tc-line-height-tight);
  background: linear-gradient(135deg, var(--tc-primary-200), var(--tc-secondary-200), var(--tc-primary-300));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(var(--tc-primary-400-rgb), 0.5);
}

.footer_creative_subtitle {
  font-size: var(--tc-font-size-xl);
  color: var(--tc-text-secondary);
  line-height: var(--tc-line-height-relaxed);
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
  font-weight: var(--tc-font-weight-normal);
}

/* Creative Sections */
.footer_creative_policies,
.footer_creative_contact {
  background: rgba(var(--tc-neutral-100-rgb), 0.9);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(var(--tc-primary-400-rgb), 0.25);
  border-radius: var(--tc-border-radius-2xl);
  padding: var(--tc-space-8);
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
}

.footer_creative_policies:hover,
.footer_creative_contact:hover {
  background: rgba(var(--tc-neutral-50-rgb), 0.95);
  border-color: rgba(var(--tc-primary-300-rgb), 0.5);
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(var(--tc-primary-500-rgb), 0.2);
}

.footer_creative_section_title {
  font-size: var(--tc-font-size-2xl);
  font-weight: var(--tc-font-weight-bold);
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-6);
  position: relative;
  text-align: center;
}

.footer_creative_section_title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-400), var(--tc-secondary-400), var(--tc-primary-400));
  border-radius: 2px;
}

/* Creative Policies Grid */
.footer_policies_creative_grid {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-4);
}

.footer_policy_creative_item {
  position: relative;
}

.footer_policy_creative_link {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
  color: var(--tc-text-secondary);
  text-decoration: none;
  padding: var(--tc-space-4);
  background: rgba(var(--tc-primary-100-rgb), 0.8);
  border-radius: var(--tc-border-radius-xl);
  border: 1px solid rgba(var(--tc-primary-400-rgb), 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.footer_policy_creative_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--tc-primary-300-rgb), 0.2), transparent);
  transition: left 0.5s ease;
}

.footer_policy_creative_link:hover::before {
  left: 100%;
}

.footer_policy_creative_link:hover {
  color: var(--tc-primary-200);
  background: rgba(var(--tc-primary-50-rgb), 0.9);
  border-color: rgba(var(--tc-primary-300-rgb), 0.5);
  transform: translateX(15px) scale(1.05);
}

.footer_policy_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: var(--tc-border-radius-full);
  color: var(--tc-text-inverse);
  font-size: var(--tc-font-size-xl);
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(var(--tc-primary-500-rgb), 0.3);
}

.footer_policy_text {
  flex: 1;
  font-weight: var(--tc-font-weight-semibold);
  font-size: var(--tc-font-size-lg);
}

.footer_policy_arrow {
  color: var(--tc-primary-300);
  font-size: var(--tc-font-size-lg);
  transition: transform 0.3s ease;
}

.footer_policy_creative_link:hover .footer_policy_arrow {
  transform: translateX(8px);
}

/* Creative Contact Layout */
.footer_contact_creative_layout {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-5);
}

.footer_contact_creative_item {
  position: relative;
}

.footer_contact_creative_wrapper {
  display: flex;
  align-items: center;
  gap: var(--tc-space-4);
  padding: var(--tc-space-5);
  background: rgba(var(--tc-primary-100-rgb), 0.8);
  border-radius: var(--tc-border-radius-xl);
  border: 2px solid rgba(var(--tc-primary-400-rgb), 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.footer_contact_creative_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tc-primary-400), var(--tc-secondary-400), var(--tc-primary-400));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.footer_contact_creative_wrapper:hover::before {
  transform: scaleX(1);
}

.footer_contact_creative_wrapper:hover {
  background: rgba(var(--tc-primary-50-rgb), 0.9);
  border-color: rgba(var(--tc-primary-300-rgb), 0.5);
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 15px 30px rgba(var(--tc-primary-500-rgb), 0.2);
}

.footer_contact_creative_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-secondary-500));
  border-radius: var(--tc-border-radius-full);
  color: var(--tc-text-inverse);
  font-size: var(--tc-font-size-2xl);
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(var(--tc-primary-500-rgb), 0.4);
}

.footer_contact_creative_value {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-semibold);
  line-height: var(--tc-line-height-relaxed);
  font-size: var(--tc-font-size-lg);
  word-break: break-word;
}

/* Creative Bottom Section */
.footer_creative_bottom {
  margin-top: var(--tc-space-16);
  text-align: center;
}

.footer_creative_disclaimer {
  margin-bottom: var(--tc-space-8);
}

.footer_creative_disclaimer_text {
  font-size: var(--tc-font-size-base);
  color: var(--tc-text-muted);
  line-height: var(--tc-line-height-relaxed);
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--tc-space-6);
  background: rgba(var(--tc-neutral-100-rgb), 0.8);
  border-radius: var(--tc-border-radius-2xl);
  border: 1px solid rgba(var(--tc-primary-400-rgb), 0.2);
  font-style: italic;
}

.footer_creative_copyright_wrapper {
  padding: var(--tc-space-6);
  background: linear-gradient(135deg, rgba(var(--tc-primary-100-rgb), 0.9), rgba(var(--tc-secondary-100-rgb), 0.9));
  border-radius: var(--tc-border-radius-2xl);
  border: 2px solid rgba(var(--tc-primary-300-rgb), 0.3);
  position: relative;
  overflow: hidden;
}

.footer_creative_copyright_wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(var(--tc-primary-400-rgb), 0.1), transparent);
  animation: rotate 10s linear infinite;
}

.footer_creative_copyright_text {
  color: var(--tc-text-secondary);
  font-weight: var(--tc-font-weight-bold);
  margin: 0;
  font-size: var(--tc-font-size-base);
  position: relative;
  z-index: 1;
}

/* Creative Animations */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: rotate(45deg) scale(1); opacity: 0.12; }
  50% { transform: rotate(45deg) scale(1.2); opacity: 0.2; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(10px, -10px); }
  50% { transform: translate(-5px, -20px); }
  75% { transform: translate(-10px, -5px); }
}

@keyframes slide {
  0%, 100% { transform: rotate(-30deg) translateX(0); }
  50% { transform: rotate(-30deg) translateX(20px); }
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer_wrapper {
    padding: 100px 0 50px 0;
  }
  
  .footer_creative_header {
    margin-bottom: var(--tc-space-10);
    padding: var(--tc-space-6);
  }
  
  .footer_creative_title {
    font-size: var(--tc-font-size-4xl);
  }
}

@media (max-width: 768px) {
  .footer_wrapper {
    padding: 80px 0 40px 0;
    background-attachment: scroll;
  }
  
  .footer_creative_title {
    font-size: var(--tc-font-size-3xl);
  }
  
  .footer_creative_subtitle {
    font-size: var(--tc-font-size-lg);
  }
  
  .footer_creative_policies,
  .footer_creative_contact {
    padding: var(--tc-space-6);
    margin-bottom: var(--tc-space-6);
  }
  
  .footer_contact_creative_wrapper {
    flex-direction: column;
    text-align: center;
    gap: var(--tc-space-3);
  }
  
  .footer_geometric_shape_1,
  .footer_geometric_shape_2,
  .footer_geometric_shape_3 {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer_creative_header {
    padding: var(--tc-space-4);
  }
  
  .footer_policy_creative_link {
    padding: var(--tc-space-3);
    gap: var(--tc-space-3);
  }
  
  .footer_policy_text {
    font-size: var(--tc-font-size-base);
  }
  
  .footer_contact_creative_layout {
    gap: var(--tc-space-4);
  }
  
  .footer_creative_disclaimer_text {
    font-size: var(--tc-font-size-sm);
    padding: var(--tc-space-4);
  }
  
  .footer_creative_bottom {
    margin-top: var(--tc-space-12);
  }
}


/* Additional Universal Sections CSS */
/* additional_universal v-004 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_timeline {
  position: relative;
  padding-left: var(--tc-space-8);
}

.add_wrap .add_timeline:before {
  content: '';
  position: absolute;
  left: var(--tc-space-4);
  top: 0;
  bottom: var(--tc-space-8);
  width: 2px;
  background: linear-gradient(to bottom, var(--tc-primary-500), var(--tc-primary-300));
}

.add_wrap .add_timeline_item {
  position: relative;
  margin-bottom: var(--tc-space-10);
  padding-left: var(--tc-space-8);
}

.add_wrap .add_timeline_item:last-child {
  margin-bottom: 0;
}

.add_wrap .add_timeline_marker {
  position: absolute;
  left: calc(-1 * var(--tc-space-8) - 6px);
  top: var(--tc-space-2);
  width: 16px;
  height: 16px;
  background-color: var(--tc-primary-500);
  border: 3px solid var(--tc-neutral-100);
  border-radius: 50%;
  z-index: 2;
}

.add_wrap .add_timeline_marker:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: var(--tc-neutral-100);
  border-radius: 50%;
}

.add_wrap .add_timeline_content {
  background-color: var(--tc-neutral-50);
  padding: var(--tc-space-6);
  border-radius: var(--tc-radius-lg);
  border: 1px solid var(--tc-neutral-200);
  position: relative;
}

.add_wrap .add_timeline_content:before {
  content: '';
  position: absolute;
  left: -8px;
  top: var(--tc-space-4);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid var(--tc-neutral-200);
}

.add_wrap .add_timeline_content:after {
  content: '';
  position: absolute;
  left: -7px;
  top: calc(var(--tc-space-4) + 1px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid var(--tc-neutral-50);
}

.add_wrap .add_timeline_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_timeline_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
  background: linear-gradient(135deg, var(--tc-neutral-50), var(--tc-primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_timeline {
    padding-left: var(--tc-space-6);
  }
  
  .add_wrap .add_timeline:before {
    left: var(--tc-space-3);
  }
  
  .add_wrap .add_timeline_item {
    padding-left: var(--tc-space-6);
    margin-bottom: var(--tc-space-8);
  }
  
  .add_wrap .add_timeline_marker {
    left: calc(-1 * var(--tc-space-6) - 6px);
  }
  
  .add_wrap .add_timeline_content {
    padding: var(--tc-space-4);
  }
}


/* additional_universal v-008 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_process_container {
  max-width: 800px;
  margin: 0 auto;
}

.add_wrap .add_process_step {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-6);
  margin-bottom: var(--tc-space-10);
  position: relative;
}

.add_wrap .add_process_step:last-child {
  margin-bottom: 0;
}

.add_wrap .add_step_number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-400));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tc-neutral-100);
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.add_wrap .add_step_content {
  flex-grow: 1;
  background-color: var(--tc-neutral-50);
  padding: var(--tc-space-6);
  border-radius: var(--tc-radius-lg);
  border: 1px solid var(--tc-neutral-200);
  position: relative;
  top: var(--tc-space-2);
}

.add_wrap .add_step_content:before {
  content: '';
  position: absolute;
  left: -12px;
  top: var(--tc-space-6);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--tc-neutral-200);
}

.add_wrap .add_step_content:after {
  content: '';
  position: absolute;
  left: -11px;
  top: calc(var(--tc-space-6) + 1px);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid var(--tc-neutral-50);
}

.add_wrap .add_step_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_step_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_step_connector {
  position: absolute;
  left: 39px;
  top: 80px;
  bottom: -40px;
  width: 2px;
  background: linear-gradient(to bottom, var(--tc-primary-300), var(--tc-primary-200));
  z-index: 1;
}

.add_wrap .add_process_step:last-child .add_step_connector {
  display: none;
}

.add_wrap .add_process_step:nth-child(even) .add_step_number {
  background: linear-gradient(135deg, var(--tc-primary-400), var(--tc-primary-300));
}

.add_wrap .add_process_step:nth-child(even) .add_step_content {
  background: linear-gradient(135deg, var(--tc-neutral-50), var(--tc-primary-50));
}

@media (max-width: 768px) {
  .add_wrap .add_process_step {
    gap: var(--tc-space-4);
    margin-bottom: var(--tc-space-8);
  }
  
  .add_wrap .add_step_number {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
  
  .add_wrap .add_step_content {
    padding: var(--tc-space-4);
  }
  
  .add_wrap .add_step_content:before {
    left: -8px;
    border-right-width: 8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  
  .add_wrap .add_step_content:after {
    left: -7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  
  .add_wrap .add_step_connector {
    left: 29px;
    top: 60px;
    bottom: -32px;
  }
}


/* additional_universal v-012 */
/* Additional Universal Section v-012: Card Grid */
/* Theme: modern-green-01 */

.add_wrap {
  padding: var(--tc-section-py) 0;
  background: white;
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--tc-space-8);
}

.add_title {
  font-family: var(--tc_section_title);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--tc_body_large);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 600;
  color: var(--tc-primary-500);
  margin-bottom: var(--tc-space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--tc_body_base);
  font-size: 1.0625rem;
  color: var(--tc-text-body);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Card Styles */
.add_card {
  height: 100%;
  padding: var(--tc-space-6);
  background: var(--tc-neutral-50);
  border-radius: var(--tc-radius-lg);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-3);
}

.add_card:hover {
  border-color: var(--tc-primary-500);
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: white;
}

.add_card_featured {
  background: linear-gradient(135deg, var(--tc-neutral-50) 0%, white 100%);
  border: 2px solid var(--tc-primary-500);
}

.add_card_featured:hover {
  background: linear-gradient(135deg, white 0%, var(--tc-neutral-50) 100%);
}

.add_card_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tc-primary-500);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.add_card_featured .add_card_icon {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600, var(--tc-primary-500)));
}

.add_card_title {
  font-family: var(--tc_body_large);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  margin: 0;
  line-height: 1.3;
}

.add_card_featured .add_card_title {
  font-size: 1.5rem;
}

.add_card_desc {
  font-family: var(--tc_body_base);
  font-size: 0.9375rem;
  color: var(--tc-text-body);
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}

.add_card_featured .add_card_desc {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--tc-space-8) 0;
  }
  
  .add_card {
    padding: var(--tc-space-5);
  }
  
  .add_card_icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_card_featured .add_card_icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
  }
  
  .add_card:hover {
    transform: translateY(-4px);
  }
}








/* additional_universal v-011 */
/* Additional Universal Section v-011: Single Column List */
/* Theme: professional-blue-01 */

.add_wrap {
  padding: var(--tc-section-py) 0;
  background: var(--tc-neutral-50);
  position: relative;
}

/* Header Styles */
.add_header {
  margin-bottom: var(--tc-space-8);
}

.add_title {
  font-family: var(--tc_section_title);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  line-height: 1.2;
}

.add_subtitle {
  font-family: var(--tc_body_large);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  color: var(--tc-primary-500);
  margin-bottom: var(--tc-space-3);
  line-height: 1.4;
}

.add_description {
  font-family: var(--tc_body_base);
  font-size: 1rem;
  color: var(--tc-text-body);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Elements List */
.add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-4);
}

.add_element {
  display: flex;
  gap: var(--tc-space-4);
  align-items: flex-start;
  padding: var(--tc-space-5);
  background: white;
  border-radius: var(--tc-radius-lg);
  border-left: 4px solid var(--tc-primary-500);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.add_element:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.add_elem_number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-600, var(--tc-primary-500)));
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
}

.add_elem_content {
  flex: 1;
}

.add_elem_title {
  font-family: var(--tc_body_large);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-2);
  line-height: 1.3;
}

.add_elem_desc {
  font-family: var(--tc_body_base);
  font-size: 0.9375rem;
  color: var(--tc-text-body);
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .add_wrap {
    padding: var(--tc-space-8) 0;
  }
  
  .add_element {
    flex-direction: column;
    gap: var(--tc-space-3);
    padding: var(--tc-space-4);
  }
  
  .add_element:hover {
    transform: translateY(-4px);
  }
  
  .add_elem_number {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  
  .add_elem_title {
    font-size: 1.125rem;
  }
}








/* additional_universal v-001 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-8);
}

.add_wrap .add_element {
  padding: var(--tc-space-6);
  background-color: var(--tc-neutral-100);
  border-radius: var(--tc-radius-lg);
  border-left: 4px solid var(--tc-primary-500);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_element:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_elem_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--tc-space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--tc-space-4);
  }
}


/* additional_universal v-003 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--tc-neutral-100);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--tc-neutral-200);
  position: relative;
  overflow: hidden;
}

.add_wrap .add_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-400));
  border-radius: var(--tc-radius-lg);
  margin-bottom: var(--tc-space-6);
  position: relative;
}

.add_wrap .add_card_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--tc-neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--tc-neutral-100), var(--tc-neutral-50));
}

.add_wrap .add_card_large .add_card_icon {
  width: 80px;
  height: 80px;
}

.add_wrap .add_card_large .add_card_icon:after {
  width: 32px;
  height: 32px;
}

.add_wrap .add_card_large .add_card_title {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .add_wrap .add_card {
    padding: var(--tc-space-6);
  }
  
  .add_wrap .add_card_icon {
    width: 50px;
    height: 50px;
  }
  
  .add_wrap .add_card_icon:after {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_card_large .add_card_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_card_large .add_card_icon:after {
    width: 24px;
    height: 24px;
  }
}


/* additional_universal v-005 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_accordion {
  display: flex;
  flex-direction: column;
  gap: var(--tc-space-4);
}

.add_wrap .add_accordion_item {
  background-color: var(--tc-neutral-100);
  border-radius: var(--tc-radius-lg);
  border: 1px solid var(--tc-neutral-200);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.add_wrap .add_accordion_item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_accordion_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--tc-space-6);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add_wrap .add_accordion_header:hover {
  background-color: var(--tc-neutral-200);
}

.add_wrap .add_accordion_question {
  color: var(--tc-text-primary);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  flex-grow: 1;
  padding-right: var(--tc-space-4);
}

.add_wrap .add_accordion_toggle {
  width: 24px;
  height: 24px;
  background-color: var(--tc-primary-500);
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}

.add_wrap .add_accordion_toggle:before,
.add_wrap .add_accordion_toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--tc-neutral-100);
  transition: transform 0.3s ease;
}

.add_wrap .add_accordion_toggle:before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_toggle:after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle {
  background-color: var(--tc-primary-400);
  transform: rotate(45deg);
}

.add_wrap .add_accordion_item.active .add_accordion_toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.add_wrap .add_accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.add_wrap .add_accordion_item.active .add_accordion_content {
  max-height: 200px;
  padding: 0 var(--tc-space-6) var(--tc-space-6);
}

.add_wrap .add_accordion_answer {
  color: var(--tc-text-body);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_accordion_header {
    padding: var(--tc-space-4);
  }
  
  .add_wrap .add_accordion_question {
    font-size: 1rem;
    padding-right: var(--tc-space-3);
  }
  
  .add_wrap .add_accordion_toggle {
    width: 20px;
    height: 20px;
  }
  
  .add_wrap .add_accordion_toggle:before {
    width: 10px;
  }
  
  .add_wrap .add_accordion_toggle:after {
    height: 10px;
  }
  
  .add_wrap .add_accordion_item.active .add_accordion_content {
    padding: 0 var(--tc-space-4) var(--tc-space-4);
  }
}


/* additional_universal v-006 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background-color: var(--tc-neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_feature_item {
  display: flex;
  align-items: flex-start;
  gap: var(--tc-space-6);
  padding: var(--tc-space-6);
  background-color: var(--tc-neutral-50);
  border-radius: var(--tc-radius-lg);
  border: 1px solid var(--tc-neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.add_wrap .add_feature_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_feature_highlight {
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-neutral-50));
  border-color: var(--tc-primary-200);
}

.add_wrap .add_feature_icon {
  width: 60px;
  height: 60px;
  border-radius: var(--tc-radius-lg);
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-400));
}

.add_wrap .add_feature_highlight .add_feature_icon {
  background: linear-gradient(135deg, var(--tc-primary-600), var(--tc-primary-500));
}

.add_wrap .add_icon_check:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tc-neutral-100);
  font-size: 24px;
  font-weight: bold;
}

.add_wrap .add_icon_star:after {
  content: '★';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tc-neutral-100);
  font-size: 24px;
}

.add_wrap .add_icon_shield:after {
  content: '🛡';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_target:after {
  content: '🎯';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_icon_rocket:after {
  content: '🚀';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.add_wrap .add_feature_content {
  flex-grow: 1;
}

.add_wrap .add_feature_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_feature_highlight .add_feature_title {
  font-size: 1.5rem;
}

.add_wrap .add_feature_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_feature_item {
    flex-direction: column;
    text-align: center;
    gap: var(--tc-space-4);
    padding: var(--tc-space-4);
  }
  
  .add_wrap .add_feature_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  
  .add_wrap .add_icon_check:after,
  .add_wrap .add_icon_star:after {
    font-size: 20px;
  }
  
  .add_wrap .add_icon_shield:after,
  .add_wrap .add_icon_target:after,
  .add_wrap .add_icon_rocket:after {
    font-size: 20px;
  }
}


/* additional_universal v-009 */
.add_wrap {
  padding: var(--tc-section-py) 0;
  background: linear-gradient(135deg, var(--tc-primary-50), var(--tc-neutral-50));
}

.add_wrap .add_header {
  margin-bottom: var(--tc-space-12);
}

.add_wrap .add_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-4);
}

.add_wrap .add_subtitle {
  color: var(--tc-text-secondary);
  margin-bottom: var(--tc-space-6);
}

.add_wrap .add_description {
  color: var(--tc-text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_stat_card {
  background-color: var(--tc-neutral-100);
  border-radius: var(--tc-radius-lg);
  padding: var(--tc-space-8);
  text-align: center;
  height: 100%;
  border: 1px solid var(--tc-neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.add_wrap .add_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_stat_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-primary-500), var(--tc-primary-400));
}

.add_wrap .add_stat_card_large {
  background: linear-gradient(135deg, var(--tc-neutral-100), var(--tc-neutral-50));
}

.add_wrap .add_stat_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--tc-space-4);
  background: linear-gradient(135deg, var(--tc-primary-500), var(--tc-primary-400));
  border-radius: 50%;
  position: relative;
}

.add_wrap .add_stat_card_large .add_stat_icon {
  width: 100px;
  height: 100px;
}

.add_wrap .add_stat_icon_users:after {
  content: '👥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_projects:after {
  content: '📊';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_awards:after {
  content: '🏆';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.add_wrap .add_stat_icon_growth:after {
  content: '📈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_icon_satisfaction:after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.add_wrap .add_stat_number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--tc-primary-500);
  margin-bottom: var(--tc-space-3);
  line-height: 1;
}

.add_wrap .add_stat_card_large .add_stat_number {
  font-size: 3.5rem;
}

.add_wrap .add_stat_title {
  color: var(--tc-text-primary);
  margin-bottom: var(--tc-space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_stat_card_large .add_stat_title {
  font-size: 1.5rem;
}

.add_wrap .add_stat_desc {
  color: var(--tc-text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .add_wrap .add_stat_card {
    padding: var(--tc-space-6);
  }
  
  .add_wrap .add_stat_icon {
    width: 60px;
    height: 60px;
  }
  
  .add_wrap .add_stat_card_large .add_stat_icon {
    width: 80px;
    height: 80px;
  }
  
  .add_wrap .add_stat_icon_users:after,
  .add_wrap .add_stat_icon_projects:after,
  .add_wrap .add_stat_icon_awards:after {
    font-size: 24px;
  }
  
  .add_wrap .add_stat_icon_growth:after,
  .add_wrap .add_stat_icon_satisfaction:after {
    font-size: 28px;
  }
  
  .add_wrap .add_stat_number {
    font-size: 2.5rem;
  }
  
  .add_wrap .add_stat_card_large .add_stat_number {
    font-size: 3rem;
  }
}






div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 25px 25px 0 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 8px !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1) !important;
    color: #ffffff !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 18px 22px 22px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    padding: 12px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.05) !important;
    color: #ffffff !important;
    padding-bottom: 14px !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #74b9ff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.85) !important;
    display: none !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: rgba(255,255,255,0.85) !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 14px !important;
    color: #74b9ff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #74b9ff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}




.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 400px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 40px 0 !important;
    }
    
    .website-maps-title {
        font-size: 24px !important;
    }
    
    .website-google-map {
        height: 300px !important;
    }
}




.website-cta-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    color: #666666 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background: #333333 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.website-cta-button:hover {
    background: #555555 !important;
    color: white !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 30px 0 !important;
    }
}




.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.website-security-badge:hover {
    transform: none !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 14px !important;
    color: #999999 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 20px !important;
        padding: 15px 10px !important;
    }
    
    .website-security-badge {
        font-size: 11px !important;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Neon Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 300px !important;
    background: #0a0a0a !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(0,255,255,0.3), 0 10px 40px rgba(0,0,0,0.3) !important;
    z-index: 999999 !important;
    color: #00ffff !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
    border: 2px solid #00ffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #00ffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
    border-radius: 12px 12px 0 0 !important;
    color: #00ffff !important;
    margin: 0 !important;
}

div.website-livechat-widget h5.website-livechat-title,
div.website-livechat-widget .website-livechat-title,
.website-livechat-widget .website-livechat-title,
.website-livechat-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #00ffff !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.7) !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

div.website-livechat-widget button.website-livechat-toggle,
div.website-livechat-widget .website-livechat-toggle,
.website-livechat-widget .website-livechat-toggle {
    background: transparent !important;
    border: 1px solid #00ffff !important;
    color: #00ffff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0,255,255,0.3) !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: #00ffff !important;
    color: #0a0a0a !important;
    box-shadow: 0 0 15px rgba(0,255,255,0.6) !important;
}

div.website-livechat-widget button.website-livechat-toggle i,
div.website-livechat-widget .website-livechat-toggle i,
.website-livechat-widget .website-livechat-toggle i {
    color: #00ffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-content,
.website-livechat-widget .website-livechat-content {
    padding: 15px 20px 20px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    margin: 0 !important;
}

div.website-livechat-widget div.website-livechat-content.hidden,
.website-livechat-widget .website-livechat-content.hidden {
    display: none !important;
}

div.website-livechat-widget div.website-faq-item,
.website-livechat-widget .website-faq-item {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(0,255,255,0.2) !important;
    padding-bottom: 12px !important;
    background: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

div.website-livechat-widget div.website-faq-item:last-child,
.website-livechat-widget .website-faq-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

div.website-livechat-widget div.website-faq-question,
.website-livechat-widget .website-faq-question {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #00ffff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-decoration: none !important;
}

div.website-livechat-widget div.website-faq-question:hover,
.website-livechat-widget .website-faq-question:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0,255,255,0.5) !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #00ffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-answer,
.website-livechat-widget .website-faq-answer {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #cccccc !important;
    display: none !important;
    padding-top: 6px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

div.website-livechat-widget div.website-faq-answer.show,
.website-livechat-widget .website-faq-answer.show {
    display: block !important;
    color: #cccccc !important;
}

div.website-livechat-widget i.website-faq-icon,
.website-livechat-widget .website-faq-icon {
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #00ffff !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free" !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    filter: drop-shadow(0 0 5px rgba(0,255,255,0.5)) !important;
}

div.website-livechat-widget i.website-faq-icon.rotated,
.website-livechat-widget .website-faq-icon.rotated {
    transform: rotate(180deg) !important;
    color: #00ffff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Elegant Style */
.website-google-maps-section {
    padding: 70px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    margin: 0 !important;
    border-top: none !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-maps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.website-maps-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 45px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    border: 3px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 768px) {
    .website-google-maps-section {
        padding: 45px 0 !important;
    }
    
    .website-maps-title {
        font-size: 26px !important;
    }
    
    .website-google-map {
        height: 320px !important;
    }
}



/* CTA Section - Soft Pastel Style */
.website-cta-section {
    padding: 55px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.website-cta-container {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.website-cta-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 16px !important;
    margin-bottom: 32px !important;
    color: #6d4c41 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 32px !important;
    background: rgba(255,255,255,0.7) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(93,64,55,0.2) !important;
}

.website-cta-button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(93,64,55,0.3) !important;
    color: #5d4037 !important;
    text-decoration: none !important;
}

.website-cta-phone-icon {
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .website-cta-section {
        padding: 45px 0 !important;
    }
    
    .website-cta-title {
        font-size: 24px !important;
    }
}



/* Security Badges - Default Style */
.website-security-badges {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 0 !important;
    flex-wrap: wrap !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.website-security-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 15px !important;
    background: white !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.website-security-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    color: #333333 !important;
    text-decoration: none !important;
}

.website-security-badge-icon {
    font-size: 16px !important;
    color: #28a745 !important;
}

.website-security-badge.ssl .website-security-badge-icon {
    color: #28a745 !important;
}

.website-security-badge.payment .website-security-badge-icon {
    color: #007bff !important;
}

.website-security-badge.privacy .website-security-badge-icon {
    color: #6c757d !important;
}

.website-security-badge.support .website-security-badge-icon {
    color: #17a2b8 !important;
}

@media (max-width: 768px) {
    .website-security-badges {
        gap: 10px !important;
        padding: 20px 10px !important;
    }
    
    .website-security-badge {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
}



/* Floating Decorative Icons - Gentle Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 20px !important;
    color: rgba(0,0,0,0.05) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationGentle 8s ease-in-out infinite !important;
}

.website-floating-icon.variant-1 {
    top: 10% !important;
    right: 5% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 60% !important;
    right: 3% !important;
    animation-delay: 2s !important;
    font-size: 16px !important;
}

.website-floating-icon.variant-3 {
    top: 30% !important;
    left: 3% !important;
    animation-delay: 4s !important;
    font-size: 24px !important;
}

@keyframes websiteFloatAnimationGentle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    25% {
        transform: translateY(-10px) rotate(5deg) !important;
        opacity: 0.5 !important;
    }
    50% {
        transform: translateY(-20px) rotate(0deg) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: translateY(-10px) rotate(-5deg) !important;
        opacity: 0.5 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Team Social Links - Border Gradient Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-icons-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.3s ease;
    background: white;
    position: relative;
    padding: 3px;
}

.social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.social-link i {
    z-index: 1;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-link:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.social-link:hover i {
    -webkit-text-fill-color: white;
}

.social-link:hover::after {
    opacity: 1;
}

.social-link::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.facebook-link {
    --gradient-start: #1877f2;
    --gradient-end: #42a5f5;
}

.linkedin-link {
    --gradient-start: #0a66c2;
    --gradient-end: #2196f3;
}

.instagram-link {
    --gradient-start: #e4405f;
    --gradient-end: #fcaf45;
}

.x-link {
    --gradient-start: #000000;
    --gradient-end: #434343;
    position: relative;
}

.x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 21px;
    color: #000;
    z-index: 2;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.x-link:hover::after {
    color: white;
    opacity: 1;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 13px;
    }
    
    .social-link {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }
}



/* Organization Social Links */
.org-social-links {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.org-social-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary, #333);
}

.org-social-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.org-social-link:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Organization Social Networks Colors */
.org-facebook-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-link {
    background: linear-gradient(135deg, #000000, #333333);
    position: relative;
}

.org-x-link::after {
    content: '𝕏';
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.org-x-link i {
    display: none;
}

.org-youtube-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-grid {
        gap: 8px;
    }
    
    .org-social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Minimal Style */
.newsletter-section {
    margin: 25px 0;
    padding: 20px;
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
}

.newsletter-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    color: #333333 !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 13px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 350px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1 !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #333333 !important;
    transition: border-color 0.3s ease !important;
}

.newsletter-input:focus {
    border-color: #007bff !important;
}

.newsletter-input::placeholder {
    color: #999999 !important;
}

.newsletter-button {
    padding: 12px 18px !important;
    background: #333333 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
}

.newsletter-button:hover {
    background: #555555 !important;
    color: #ffffff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 15px !important;
    padding: 12px !important;
    background: #f8f9fa !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    color: #333333 !important;
    font-size: 13px !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-form {
        max-width: 280px;
    }
}
