:root {
  --primary-50: #f7fee7;
  --primary-50-rgb: 247, 254, 231;
  --primary-100: #ecfccb;
  --primary-100-rgb: 236, 252, 203;
  --primary-300: #bef264;
  --primary-300-rgb: 190, 242, 100;
  --primary-500: #84cc16;
  --primary-500-rgb: 132, 204, 22;
  --primary-700: #4d7c0f;
  --primary-700-rgb: 77, 124, 15;
  --primary-200: #d5f798;
  --primary-200-rgb: 213, 247, 152;
  --primary-400: #a1df3d;
  --primary-400-rgb: 161, 223, 61;
  --primary-600: #69a413;
  --primary-600-rgb: 105, 164, 19;
  --primary-800: #3e630c;
  --primary-800-rgb: 62, 99, 12;
  --primary-900: #35540a;
  --primary-900-rgb: 53, 84, 10;
  --primary-950: #253b07;
  --primary-950-rgb: 37, 59, 7;
  --primary-rgb: 132, 204, 22;
  --neutral-50: #fafafa;
  --neutral-50-rgb: 250, 250, 250;
  --neutral-100: #f5f5f5;
  --neutral-100-rgb: 245, 245, 245;
  --neutral-300: #d4d4d4;
  --neutral-300-rgb: 212, 212, 212;
  --neutral-500: #737373;
  --neutral-500-rgb: 115, 115, 115;
  --neutral-700: #404040;
  --neutral-700-rgb: 64, 64, 64;
  --neutral-900: #2b2b2b;
  --neutral-900-rgb: 43, 43, 43;
  --neutral-200: #e5e5e5;
  --neutral-200-rgb: 229, 229, 229;
  --neutral-400: #a4a4a4;
  --neutral-400-rgb: 164, 164, 164;
  --neutral-600: #5a5a5a;
  --neutral-600-rgb: 90, 90, 90;
  --neutral-800: #333333;
  --neutral-800-rgb: 51, 51, 51;
  --neutral-950: #1e1e1e;
  --neutral-950-rgb: 30, 30, 30;
  --surface-primary: var(--neutral-50);
  --surface-secondary: var(--neutral-100);
  --surface-accent: var(--primary-50);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-accent: var(--primary-500);
  --button-primary-bg: var(--primary-500);
  --button-primary-text: #000000;
  --button-secondary-bg: var(--neutral-100);
  --button-secondary-text: var(--neutral-900);
  --border-light: var(--neutral-300);
  --border-medium: var(--neutral-500);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --accent-50: #f9fed2;
  --accent-50-rgb: 249, 254, 210;
  --accent-100: #f2fcb9;
  --accent-100-rgb: 242, 252, 185;
  --accent-200: #e2f88a;
  --accent-200-rgb: 226, 248, 138;
  --accent-300: #d2f45b;
  --accent-300-rgb: 210, 244, 91;
  --accent-400: #bde438;
  --accent-400-rgb: 189, 228, 56;
  --accent-500: #a9d414;
  --accent-500-rgb: 169, 212, 20;
  --accent-600: #96b211;
  --accent-600-rgb: 150, 178, 17;
  --accent-700: #82900e;
  --accent-700-rgb: 130, 144, 14;
  --accent-800: #787a0b;
  --accent-800-rgb: 120, 122, 11;
  --accent-900: #726e09;
  --accent-900-rgb: 114, 110, 9;
  --accent-950: #665806;
  --accent-950-rgb: 102, 88, 6;
  --accent-rgb: 169, 212, 20;
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
  --text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
  --text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
  --text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
  --text-6xl: clamp(3.75rem, 3rem + 3.75vw, 4.5rem);
  --text-7xl: clamp(4.5rem, 3.5rem + 5vw, 6rem);
  --text-8xl: clamp(6rem, 4.5rem + 7.5vw, 8rem);
  --text-9xl: clamp(8rem, 6rem + 10vw, 12rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --leading-extra_loose: 2.5;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --text-body: var(--text-primary);
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-9: 2.25rem;
  --space-10: 2.5rem;
  --space-11: 2.75rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;
  --space-36: 9rem;
  --space-40: 10rem;
  --space-44: 11rem;
  --space-48: 12rem;
  --space-52: 13rem;
  --space-56: 14rem;
  --space-60: 15rem;
  --space-64: 16rem;
  --space-72: 18rem;
  --space-80: 20rem;
  --space-96: 24rem;
  --space-px: 1px;
  --space-0.5: 0.125rem;
  --space-1.5: 0.375rem;
  --space-2.5: 0.625rem;
  --space-3.5: 0.875rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-6xl: 16rem;
  --section-py: clamp(3rem, 5vw, 5rem);
  --section-y-mobile: 3rem;
  --section-y-tablet: 4rem;
  --section-y-desktop: 5rem;
  --section-y-hero: clamp(4rem, 10vw, 8rem);
  --section-x: clamp(1rem, 3vw, 2rem);
  --section-gap: clamp(1.5rem, 3vw, 2.5rem);
  --card-padding: 1.5rem;
  --card-gap: 1rem;
  --button-padding-x: 1.5rem;
  --button-padding-y: 0.75rem;
  --form-gap: 1rem;
}



/* ===== EFFECTS & ELEVATION (Theme-Independent) ===== */
:root {
  /* Shadows */
  --shadow-none: none;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Border Radius */
  --radius-none: 0;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --transition-all: all 0.3s ease;
  
  /* Opacity */
  --opacity-disabled: 0.5;
  --opacity-loading: 0.7;
  --opacity-overlay: 0.8;
}

/* ===== SECTION BASE STYLES ===== */
section {
  padding-top: var(--section-y-mobile);
  padding-bottom: var(--section-y-mobile);
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}

@media (min-width: 768px) {
  section {
    padding-top: var(--section-y-tablet);
    padding-bottom: var(--section-y-tablet);
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-y-desktop);
    padding-bottom: var(--section-y-desktop);
  }
}

/* Hero section special spacing */
section[id="hero"] {
  padding-top: var(--section-y-hero);
  padding-bottom: var(--section-y-hero);
}

/* ===== 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 {
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  :root {
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-xl: none;
  }
  
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    break-inside: avoid;
  }
}

/* ===== BASE STYLES - ADDITIVE TO BOOTSTRAP ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
*:focus {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--border-interactive);
  outline-offset: 2px;
}




/* ===== FONT FAMILY UTILITIES ===== */
.theme_font_primary {
  font-family: var(--font-primary);
}

.unique_font_secondary {
  font-family: var(--font-secondary);
}

.bright_font_mono {
  font-family: var(--font-mono);
}

/* ===== SEMANTIC TYPOGRAPHY CLASSES ===== */

/* Display Styles - For major headings and hero text */
.smart_display_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-none);
  letter-spacing: var(--tracking-tighter);
}

.style_display_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-5xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.prime_display_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

/* Heading Styles - For section titles and content hierarchy */
.studio_heading_1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.design_heading_2 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.digital_heading_3 {
  font-family: var(--font-secondary);
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.top_heading_4 {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
}

.modern_heading_5 {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

.section_heading_6 {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Body Text Styles */
.business_body_large {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.container_body_base {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
}

.minimal_body_small {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Utility Text Styles */
.web_caption {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wide);
  color: var(--text-muted);
}

.dark_overline {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Code Styles */
.brand_code_inline {
  font-family: var(--font-mono);
  font-size: 0.875em;
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: 0.125rem 0.25rem;
  border-radius: var(--radius-sm);
}

.clean_code_block {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  background-color: var(--bg-muted);
  color: var(--text-primary);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

/* ===== SECTION-SPECIFIC TYPOGRAPHY ===== */

/* Hero Section Typography */
.light_hero_title {
  font-family: var(--font-secondary);
  font-size: var(--text-6xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tighter);
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.layout_hero_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

/* Section Typography */
.new_section_title {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.site_section_subtitle {
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}

.company_section_description {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-8);
  max-width: 65ch; /* Optimal reading width */
}

/* Card Typography */
.content_card_title {
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.core_card_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
}

/* Navigation Typography */
.best_nav_link {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.best_nav_link:hover,
.best_nav_link:focus {
  color: var(--text-link);
  text-decoration: none;
}

/* Button Typography */
.premium_button_text {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
}

/* Footer Typography */
.fresh_footer_text {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  letter-spacing: var(--tracking-normal);
  color: var(--text-muted);
}

/* ===== RESPONSIVE TYPOGRAPHY ===== */
@media (max-width: 768px) {
  .light_hero_title {
    font-size: var(--text-4xl);
  }
  
  .new_section_title {
    font-size: var(--text-3xl);
  }
  
  .smart_display_1 {
    font-size: var(--text-5xl);
  }
  
  .style_display_2 {
    font-size: var(--text-4xl);
  }
}

@media (max-width: 480px) {
  .light_hero_title {
    font-size: var(--text-3xl);
  }
  
  .new_section_title {
    font-size: var(--text-2xl);
  }
  
  .smart_display_1 {
    font-size: var(--text-4xl);
  }
}

/* ===== LINK STYLES - ADDITIVE TO BOOTSTRAP ===== */
a:not([class]) {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all var(--transition-fast);
}

a:not([class]):hover,
a:not([class]):focus {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}

a:not([class]):visited {
  color: var(--text-link);
}

/* ===== TEXT UTILITIES ===== */
.page_text_gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.agency_text_shadow_sm {
  text-shadow: var(--shadow-xs);
}

.base_text_shadow_md {
  text-shadow: var(--shadow-sm);
}

.ui_text_balance {
  text-wrap: balance;
}

.elite_text_pretty {
  text-wrap: pretty;
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
@media (prefers-reduced-motion: reduce) {
  .best_nav_link,
  a:not([class]) {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  .web_caption,
  .dark_overline,
  .fresh_footer_text {
    color: var(--text-secondary);
  }
  
  .layout_hero_subtitle,
  .site_section_subtitle {
    color: var(--text-primary);
  }
}

/* ===== PRINT STYLES ===== */
@media print {
  .light_hero_title,
  .new_section_title,
  .studio_heading_1,
  .design_heading_2 {
    break-after: avoid;
    page-break-after: avoid;
  }
  
  .page_text_gradient {
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
  }
}

/* ===== LAYOUT UTILITIES ===== */
.pro_section_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.app_content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_content_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_content_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.creative_content_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bold_stack {
  display: flex;
  flex-direction: column;
}

.design31_stack_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.creative73_full_height {
  min-height: 100vh;
}

.prime63_section_height {
  min-height: 80vh;
}

.page68_hero_height {
  min-height: 90vh;
}

/* ===== SPACING UTILITIES ===== */

/* Margin utilities */
.style66_m_0 { margin: 0; }
.company54_m_1 { margin: var(--space-1); }
.bold38_m_2 { margin: var(--space-2); }
.main46_m_3 { margin: var(--space-3); }
.fresh97_m_4 { margin: var(--space-4); }
.app28_m_6 { margin: var(--space-6); }
.core72_m_8 { margin: var(--space-8); }
.prime54_m_12 { margin: var(--space-12); }
.creative24_m_16 { margin: var(--space-16); }

.studio81_mx_auto { margin-left: auto; margin-right: auto; }
.modern13_my_auto { margin-top: auto; margin-bottom: auto; }

.bold1_mt_0 { margin-top: 0; }
.app12_mt_4 { margin-top: var(--space-4); }
.core0_mt_8 { margin-top: var(--space-8); }
.base65_mt_12 { margin-top: var(--space-12); }

.site32_mb_0 { margin-bottom: 0; }
.unique99_mb_4 { margin-bottom: var(--space-4); }
.studio84_mb_8 { margin-bottom: var(--space-8); }
.premium2_mb_12 { margin-bottom: var(--space-12); }

/* Padding utilities */
.elite73_p_0 { padding: 0; }
.design11_p_1 { padding: var(--space-1); }
.style33_p_2 { padding: var(--space-2); }
.unique81_p_3 { padding: var(--space-3); }
.light14_p_4 { padding: var(--space-4); }
.digital22_p_6 { padding: var(--space-6); }
.custom42_p_8 { padding: var(--space-8); }

.app65_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.clean33_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.pro38_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }

.content3_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.digital21_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.main6_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

/* Gap utilities for flex/grid */
.page2_gap_1 { gap: var(--space-1); }
.business44_gap_2 { gap: var(--space-2); }
.theme39_gap_3 { gap: var(--space-3); }
.content35_gap_4 { gap: var(--space-4); }
.container11_gap_6 { gap: var(--space-6); }
.container56_gap_8 { gap: var(--space-8); }

/* ===== VISUAL EFFECTS ===== */

/* Shadow utilities */
.studio13_shadow_none { box-shadow: var(--shadow-none); }
.business35_shadow_xs { box-shadow: var(--shadow-xs); }
.studio51_shadow_sm { box-shadow: var(--shadow-sm); }
.container76_shadow_md { box-shadow: var(--shadow-md); }
.section97_shadow_lg { box-shadow: var(--shadow-lg); }
.light20_shadow_xl { box-shadow: var(--shadow-xl); }
.top21_shadow_2xl { box-shadow: var(--shadow-2xl); }
.page67_shadow_inner { box-shadow: var(--shadow-inner); }
.design17_shadow_colored { box-shadow: var(--shadow-colored); }

/* Border radius utilities */
.bold71_radius_none { border-radius: var(--radius-none); }
.dark32_radius_xs { border-radius: var(--radius-xs); }
.agency52_radius_sm { border-radius: var(--radius-sm); }
.dark89_radius_md { border-radius: var(--radius-md); }
.section7_radius_lg { border-radius: var(--radius-lg); }
.business69_radius_xl { border-radius: var(--radius-xl); }
.modern52_radius_2xl { border-radius: var(--radius-2xl); }
.smart75_radius_3xl { border-radius: var(--radius-3xl); }
.site61_radius_full { border-radius: var(--radius-full); }

/* Gradient utilities */
.site22_gradient_primary {
  background: var(--gradient-primary);
}

.fresh72_gradient_secondary {
  background: var(--gradient-secondary);
}

.company75_gradient_hero {
  background: var(--gradient-hero);
}

.business92_gradient_card {
  background: var(--gradient-card);
}

.design47_gradient_overlay {
  position: relative;
}

.design47_gradient_overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-overlay-dark);
  pointer-events: none;
  z-index: 1;
}

.design47_gradient_overlay > * {
  position: relative;
  z-index: 2;
}

/* ===== INTERACTIVE STATES ===== */

/* Hover effects */
.unique47_hover_lift {
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.unique47_hover_lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.theme50_hover_scale {
  transition: transform var(--transition-normal);
}

.theme50_hover_scale:hover {
  transform: scale(1.02);
}

.fresh54_hover_shadow {
  transition: box-shadow var(--transition-normal);
}

.fresh54_hover_shadow:hover {
  box-shadow: var(--shadow-xl);
}

.main26_hover_fade {
  transition: opacity var(--transition-normal);
}

.main26_hover_fade:hover {
  opacity: var(--opacity-loading);
}

/* Focus states */
.new40_focus_ring {
  transition: box-shadow var(--transition-fast);
}

.new40_focus_ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--state-focus);
}

/* ===== SECTION-SPECIFIC UTILITIES ===== */

/* Hero section utilities */
.creative25_hero_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.elite32_hero_content {
  position: relative;
  z-index: 2;
}

/* Services grid */
.container97_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-6);
}

/* Team grid */
.app98_team_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-4);
}

/* Features grid */
.studio27_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-6);
}

/* Gallery grid */
.company56_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-3);
}

/* Pricing grid */
.pro72_pricing_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-6);
}

/* Timeline layout */
.web53_timeline {
  position: relative;
}

.web53_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.unique91_timeline_item {
  position: relative;
  width: 50%;
  padding: var(--space-4);
}

.unique91_timeline_item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: var(--space-8);
}

.unique91_timeline_item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: var(--space-8);
}

/* ===== ANIMATION UTILITIES ===== */
.digital59_fade_in {
  opacity: 0;
  animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-fadeIn {
  to {
    opacity: 1;
  }
}

.core77_slide_up {
  transform: translateY(20px);
  opacity: 0;
  animation: tc-slideUp var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.section57_slide_in_left {
  transform: translateX(-20px);
  opacity: 0;
  animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}

@keyframes tc-slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.business72_scale_in {
  transform: scale(0.95);
  opacity: 0;
  animation: tc-scaleIn var(--transition-slow) ease-out forwards;
}

@keyframes tc-scaleIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Transition utilities */
.dark19_transition_all {
  transition: var(--transition-all);
}

.container17_transition_fast {
  transition: all var(--transition-fast);
}

.bold0_transition_normal {
  transition: all var(--transition-normal);
}

.app68_transition_slow {
  transition: all var(--transition-slow);
}

/* ===== COLOR UTILITIES ===== */
.studio38_bg_primary { background-color: var(--bg-primary); }
.digital18_bg_secondary { background-color: var(--bg-secondary); }
.unique50_bg_muted { background-color: var(--bg-muted); }
.main7_bg_glass { background-color: var(--bg-glass); }

.theme97_text_primary { color: var(--text-primary); }
.web99_text_secondary { color: var(--text-secondary); }
.agency58_text_muted { color: var(--text-muted); }
.digital19_text_inverse { color: var(--text-inverse); }
.container55_text_link { color: var(--text-link); }

.brand14_border_light { border-color: var(--border-light); }
.new21_border_medium { border-color: var(--border-medium); }
.content34_border_strong { border-color: var(--border-strong); }
.premium80_border_interactive { border-color: var(--border-interactive); }

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  .container97_services_grid,
  .studio27_features_grid,
  .app98_team_grid,
  .pro72_pricing_grid {
    grid-template-columns: 1fr;
  }
  
  .company56_gallery_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .web53_timeline::before {
    left: 30px;
  }
  
  .unique91_timeline_item {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: var(--space-16) !important;
    padding-right: var(--space-4) !important;
  }
  
  .prime63_section_height {
    min-height: 60vh;
  }
  
  .page68_hero_height {
    min-height: 70vh;
  }
}

@media (max-width: 480px) {
  .company56_gallery_grid {
    grid-template-columns: 1fr;
  }
  
  .unique91_timeline_item {
    padding-left: var(--space-12) !important;
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.best61_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;
}

.brand10_not_sr_only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.content41_skip_link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--bg-inverse);
  color: var(--text-inverse);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-md);
  text-decoration: none;
  z-index: 9999;
  transition: top var(--transition-fast);
}

.content41_skip_link:focus {
  top: 6px;
}

/* ===== PRINT UTILITIES ===== */
@media print {
  .content10_no_print {
    display: none !important;
  }
  
  .dark57_print_only {
    display: block !important;
  }
  
  .business35_shadow_xs,
  .studio51_shadow_sm,
  .container76_shadow_md,
  .section97_shadow_lg,
  .light20_shadow_xl,
  .top21_shadow_2xl {
    box-shadow: none !important;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .digital59_fade_in,
  .core77_slide_up,
  .section57_slide_in_left,
  .business72_scale_in {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .unique47_hover_lift,
  .theme50_hover_scale,
  .fresh54_hover_shadow,
  .main26_hover_fade,
  .dark19_transition_all,
  .container17_transition_fast,
  .bold0_transition_normal,
  .app68_transition_slow {
    transition: none;
  }
}

/* Header */

:root {
  --primary-600: #7c3aed;
}

.header-pro {
  position: relative;
  background: var(--neutral-50);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  z-index: 10000;
  overflow: visible;
}

.header-pro .navbar {
  padding: 1.75rem 0;
  position: relative;
}

.header-pro .navbar-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Brand Styling */
.header-pro .navbar-brand {
  text-decoration: none;
  position: relative;
  z-index: 10001;
}

.header-pro .brand-display {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header-pro .display-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-pro .icon-shape {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-pro .display-icon i {
  font-size: 1.5rem;
  color: var(--neutral-50);
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}

.header-pro .navbar-brand:hover .icon-shape {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  transform: rotate(180deg);
}

.header-pro .navbar-brand:hover .display-icon i {
  transform: rotate(-180deg) scale(1.2);
}

.header-pro .display-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--neutral-900);
  letter-spacing: -0.02em;
}

/* Custom Hamburger */
.header-pro .menu-toggle-checkbox {
  display: none;
}

.header-pro .hamburger-icon {
  display: none; /* Hidden by default (desktop) */
  cursor: pointer;
  padding: 0.75rem;
  z-index: 10003;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-pro .icon-strips {
  width: 30px;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-pro .strip {
  width: 100%;
  height: 3px;
  background: var(--primary-600);
  border-radius: 3px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.header-pro .strip:nth-child(1) {
  transform-origin: right center;
}

.header-pro .strip:nth-child(3) {
  transform-origin: right center;
}

/* Hamburger to X */
.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
  width: 70%;
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.header-pro .menu-toggle-checkbox:checked ~ .hamburger-icon .strip:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
  width: 70%;
}

/* Navigation - All Identical */
.header-pro .menu-panel {
  display: flex;
  position: relative;
}

.header-pro .panel-overlay {
  display: none;
}

.header-pro .navbar-nav {
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-pro .nav-link {
  color: var(--neutral-700);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.header-pro .nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-100), transparent);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -1;
}

.header-pro .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--primary-600);
  border-radius: 3px 3px 0 0;
  transition: width 0.4s ease;
}

.header-pro .nav-link:hover {
  color: var(--primary-700);
}

.header-pro .nav-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

.header-pro .nav-link:hover::after {
  width: 60%;
}

/* Artistic Decorations */
.header-pro .header-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.header-pro .art-shape {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.15;
}

.header-pro .art-shape svg {
  width: 100%;
  height: 100%;
  fill: var(--primary-500);
}

.header-pro .art-shape-1 {
  top: -30px;
  right: 15%;
  animation: float-art-029-1 10s ease-in-out infinite;
}

.header-pro .art-shape-2 {
  bottom: -20px;
  left: 10%;
  width: 60px;
  height: 60px;
  animation: float-art-029-2 8s ease-in-out infinite;
}

.header-pro .art-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary-400);
  border-radius: 50%;
  opacity: 0.5;
}

.header-pro .art-particle-1 {
  top: 25%;
  right: 8%;
  animation: twinkle-029-1 4s ease-in-out infinite;
}

.header-pro .art-particle-2 {
  bottom: 35%;
  left: 20%;
  animation: twinkle-029-2 5s ease-in-out infinite;
}

@keyframes float-art-029-1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-15px, 10px) rotate(120deg); }
  66% { transform: translate(10px, -15px) rotate(240deg); }
}

@keyframes float-art-029-2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, 15px) rotate(180deg); }
}

@keyframes twinkle-029-1 {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.8); }
}

@keyframes twinkle-029-2 {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(2); }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .header-pro .hamburger-icon {
    display: block;
  }

  .header-pro .menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10002;
  }

  .header-pro .panel-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
    opacity: 0.98;
    z-index: -1;
    cursor: pointer;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .menu-panel {
    opacity: 1;
    visibility: visible;
  }

  .header-pro .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  }

  .header-pro .menu-toggle-checkbox:checked ~ .menu-panel .navbar-nav {
    transform: translateY(0);
  }

  .header-pro .nav-link {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .header-pro .menu-panel {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}



.hero-minimal {
  position: relative;
  padding: 100px 0 90px;
  background: linear-gradient(to right, 
    var(--neutral-50) 0%, 
    var(--primary-50) 100%);
  overflow: hidden;
}

.hero-minimal .hero-timeline-content {
  position: relative;
  padding: 40px 30px 40px 50px;
}

.hero-minimal .timeline-markers {
  position: absolute;
  left: 0;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-minimal .marker-dot {
  width: 16px;
  height: 16px;
  background: var(--primary-300);
  border-radius: 50%;
  border: 3px solid var(--neutral-50);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: pulse-marker 2s ease-in-out infinite;
}

.hero-minimal .marker-dot.active {
  width: 20px;
  height: 20px;
  background: var(--primary-600);
  animation: pulse-active 1.5s ease-in-out infinite;
}

@keyframes pulse-marker {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes pulse-active {
  0%, 100% { 
    transform: scale(1); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  50% { 
    transform: scale(1.2); 
    box-shadow: 0 0 20px var(--primary-500);
  }
}

.hero-minimal .marker-line {
  width: 3px;
  height: 40px;
  background: linear-gradient(180deg, 
    var(--primary-400), 
    var(--primary-200));
  border-radius: 2px;
}

.hero-minimal .content-timeline {
  margin-bottom: 32px;
}

.hero-minimal .timeline-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 900;
  color: var(--neutral-900);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-minimal .timeline-subtitle {
  font-size: clamp(1.125rem, 3vw, 1.875rem);
  font-weight: 700;
  color: var(--primary-700);
  line-height: 1.4;
  margin-bottom: 24px;
}

.hero-minimal .timeline-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.75;
  margin-bottom: 0;
}

.hero-minimal .timeline-steps {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-minimal .step-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  animation: step-bounce 4s ease-in-out infinite;
}

.hero-minimal .step-icon:nth-child(1) {
  animation-delay: 0s;
}

.hero-minimal .step-icon:nth-child(2) {
  animation-delay: 1s;
}

.hero-minimal .step-icon:nth-child(3) {
  animation-delay: 2s;
}

.hero-minimal .step-icon:nth-child(4) {
  animation-delay: 3s;
}

@keyframes step-bounce {
  0%, 100% { transform: translateY(0); }
  10% { transform: translateY(-10px); }
  20% { transform: translateY(0); }
}

.hero-minimal .step-icon:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.hero-minimal .step-icon i {
  font-size: 24px;
  color: var(--neutral-50);
}

.hero-minimal .hero-timeline-visual {
  position: relative;
  padding: 40px;
}

.hero-minimal .visual-timeline-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, 
    var(--primary-500), 
    var(--primary-300));
  border-radius: 3px;
  box-shadow: 0 0 20px var(--primary-400);
}

.hero-minimal .visual-timeline-track::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-700);
  border-radius: 3px;
  animation: timeline-fill 4s ease-in-out infinite;
}

@keyframes timeline-fill {
  0%, 100% { height: 0; }
  50% { height: 100%; }
}

.hero-minimal .image-timeline-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.hero-minimal .image-timeline-wrapper:hover {
  transform: translateX(10px);
}

.hero-minimal .timeline-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-minimal .timeline-overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-minimal .overlay-marker {
  position: absolute;
  width: 54px;
  height: 54px;
  background: var(--neutral-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 3px solid var(--primary-500);
  animation: marker-pulse 3s ease-in-out infinite;
}

.hero-minimal .overlay-marker i {
  font-size: 24px;
  color: var(--primary-600);
}

.hero-minimal .marker-1 {
  top: 15%;
  right: 15%;
  animation-delay: 0s;
}

.hero-minimal .marker-2 {
  top: 50%;
  right: 10%;
  animation-delay: 1s;
}

.hero-minimal .marker-3 {
  bottom: 20%;
  right: 20%;
  animation-delay: 2s;
}

@keyframes marker-pulse {
  0%, 100% { 
    transform: scale(1); 
    border-color: var(--primary-500);
  }
  50% { 
    transform: scale(1.1); 
    border-color: var(--primary-700);
  }
}

.hero-minimal .progress-path {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  height: 6px;
  background: var(--primary-200);
  border-radius: 3px;
  z-index: 4;
  display: flex;
  gap: 4px;
  overflow: hidden;
}

.hero-minimal .path-segment {
  flex: 1;
  background: var(--primary-500);
  border-radius: 2px;
  transform-origin: left;
  animation: segment-grow 3s ease-in-out infinite;
}

.hero-minimal .segment-1 {
  animation-delay: 0s;
}

.hero-minimal .segment-2 {
  animation-delay: 1s;
}

.hero-minimal .segment-3 {
  animation-delay: 2s;
}

@keyframes segment-grow {
  0%, 100% { transform: scaleX(0); }
  50%, 75% { transform: scaleX(1); }
}

.hero-minimal .timeline-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-minimal .bg-timeline-line {
  position: absolute;
  width: 2px;
  background: linear-gradient(180deg, 
    transparent, 
    var(--primary-300), 
    transparent);
  opacity: 0.3;
  animation: line-slide 10s linear infinite;
}

.hero-minimal .line-1 {
  height: 200%;
  left: 25%;
  animation-delay: 0s;
}

.hero-minimal .line-2 {
  height: 250%;
  left: 50%;
  animation-delay: 3s;
}

.hero-minimal .line-3 {
  height: 180%;
  left: 75%;
  animation-delay: 6s;
}

@keyframes line-slide {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}

.hero-minimal .animated-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-minimal .anim-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-400);
  animation: dot-travel 8s ease-in-out infinite;
}

.hero-minimal .dot-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.hero-minimal .dot-2 {
  top: 35%;
  right: 15%;
  animation-delay: 1.6s;
}

.hero-minimal .dot-3 {
  top: 55%;
  left: 20%;
  animation-delay: 3.2s;
}

.hero-minimal .dot-4 {
  bottom: 30%;
  right: 25%;
  animation-delay: 4.8s;
}

.hero-minimal .dot-5 {
  bottom: 15%;
  left: 30%;
  animation-delay: 6.4s;
}

@keyframes dot-travel {
  0%, 100% { 
    transform: translate(0, 0) scale(1); 
    opacity: 1;
  }
  25% { 
    transform: translate(50px, -30px) scale(1.3); 
    opacity: 0.7;
  }
  50% { 
    transform: translate(-30px, 40px) scale(0.8); 
    opacity: 0.5;
  }
  75% { 
    transform: translate(40px, 30px) scale(1.1); 
    opacity: 0.8;
  }
}

@media (max-width: 991px) {
  .hero-minimal {
    padding: 70px 0 60px;
  }
  
  .hero-minimal .hero-timeline-content {
    padding: 30px 20px 30px 40px;
    margin-bottom: 40px;
  }
  
  .hero-minimal .hero-timeline-visual {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .hero-minimal {
    padding: 50px 0 40px;
  }
  
  .hero-minimal .hero-timeline-content {
    padding: 25px 15px 25px 35px;
  }
  
  .hero-minimal .marker-dot {
    width: 14px;
    height: 14px;
  }
  
  .hero-minimal .marker-dot.active {
    width: 18px;
    height: 18px;
  }
  
  .hero-minimal .marker-line {
    height: 30px;
  }
  
  .hero-minimal .step-icon {
    width: 42px;
    height: 42px;
  }
  
  .hero-minimal .step-icon i {
    font-size: 20px;
  }
  
  .hero-minimal .hero-timeline-visual {
    padding: 20px;
  }
  
  .hero-minimal .overlay-marker {
    width: 46px;
    height: 46px;
  }
  
  .hero-minimal .overlay-marker i {
    font-size: 20px;
  }
  
  .hero-minimal .progress-path {
    height: 5px;
    bottom: 15px;
    left: 20px;
    right: 20px;
  }
}







/* About section */

.about-section {
  padding: var(--section-py) var(--section-px);
  background: var(--surface-primary);
  position: relative;
  overflow: hidden;
}

/* Split Images Stack */
.split-images-stack {
  position: relative;
  height: 550px;
  padding: var(--space-6);
}

.stack-img {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stack-back {
  width: 70%;
  height: 60%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.7;
  transform: rotate(3deg);
}

.stack-middle {
  width: 65%;
  height: 58%;
  top: 15%;
  left: 5%;
  z-index: 2;
  opacity: 0.85;
  transform: rotate(-2deg);
}

.stack-front {
  width: 75%;
  height: 65%;
  bottom: 0;
  left: 10%;
  z-index: 3;
  border: 5px solid var(--surface-primary);
}

.split-images-stack:hover .stack-back {
  transform: rotate(5deg) scale(1.02);
  opacity: 0.8;
}

.split-images-stack:hover .stack-middle {
  transform: rotate(-3deg) scale(1.02);
  opacity: 0.95;
}

.split-images-stack:hover .stack-front {
  transform: scale(1.03);
}

.stack-img:hover img {
  transform: scale(1.08);
}

.stack-accent-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  animation: glow-pulse 3s infinite;
}

@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 0 var(--primary-500); }
  50% { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 20px 10px transparent; }
}

.stack-floating-element {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-300);
  opacity: 0.2;
  filter: blur(30px);
}

.elem-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: -40px;
  animation: float-gentle 6s infinite ease-in-out;
}

.elem-2 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  right: -30px;
  animation: float-gentle 8s infinite ease-in-out reverse;
}

@keyframes float-gentle {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-25px); }
}

/* Content Wrapper */
.content-wrapper-split {
  padding-left: var(--space-6);
}

.title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-600);
  margin-bottom: var(--space-5);
}

.desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--space-5);
}

.content-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
  border-radius: 2px;
  margin-top: var(--space-4);
}

/* Features Showcase Grid */
.features-showcase-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 1000px;
  margin: 0 auto;
}

.showcase-card {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  background: var(--surface-secondary);
  padding: var(--space-6);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-left: 4px solid transparent;
}

.card-left {
  justify-content: flex-start;
}

.card-right {
  justify-content: flex-end;
  flex-direction: row-reverse;
  border-left: none;
  border-right: 4px solid transparent;
}

.showcase-card:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-500);
}

.card-right:hover {
  transform: translateX(-10px);
  border-right-color: var(--primary-500);
}

.card-icon-circle {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.showcase-card:hover .card-icon-circle {
  transform: scale(1.15) rotate(10deg);
}

.card-text-area {
  flex: 1;
  position: relative;
  z-index: 2;
}

.card-left .card-text-area {
  text-align: left;
}

.card-right .card-text-area {
  text-align: right;
}

.item-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  transition: color 0.3s ease;
}

.showcase-card:hover .item-title {
  color: var(--primary-600);
}

.item-desc {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  line-height: var(--line-height-normal);
  margin: 0;
}

.card-bg-pattern {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-200), transparent);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.showcase-card:hover .card-bg-pattern {
  opacity: 0.3;
}

/* Section Background */
.section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.bg-wave {
  position: absolute;
  width: 100%;
  height: 200px;
  opacity: 0.05;
}

.wave-1 {
  top: 20%;
  background: linear-gradient(90deg, transparent, var(--primary-400), transparent);
  transform: skewY(-2deg);
}

.wave-2 {
  bottom: 25%;
  background: linear-gradient(-90deg, transparent, var(--primary-500), transparent);
  transform: skewY(2deg);
}

/* Responsive Design */
@media (max-width: 991px) {
  .split-images-stack {
    height: 450px;
    margin-bottom: var(--space-8);
  }
  
  .content-wrapper-split {
    padding-left: 0;
    text-align: center;
  }
  
  .content-divider {
    margin-left: auto;
    margin-right: auto;
  }
  
  .showcase-card,
  .card-right {
    flex-direction: row;
    justify-content: flex-start;
    border-left: 4px solid transparent;
    border-right: none;
  }
  
  .card-left .card-text-area,
  .card-right .card-text-area {
    text-align: left;
  }
  
  .showcase-card:hover,
  .card-right:hover {
    transform: translateX(10px);
    border-left-color: var(--primary-500);
  }
}

@media (max-width: 767px) {
  .split-images-stack {
    height: 400px;
  }
  
  .stack-back,
  .stack-middle,
  .stack-front {
    width: 85%;
    height: 55%;
  }
  
  .stack-front {
    width: 90%;
    height: 60%;
  }
  
  .showcase-card {
    padding: var(--space-5);
    gap: var(--space-4);
  }
  
  .card-icon-circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: var(--font-size-2xl);
  }
  
  .subtitle {
    font-size: var(--font-size-lg);
  }
  
  .split-images-stack {
    height: 350px;
  }
  
  .stack-accent-badge {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  
  .showcase-card {
    flex-direction: column;
    text-align: center;
  }
  
  .card-left .card-text-area,
  .card-right .card-text-area {
    text-align: center;
  }
  
  .card-icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .stack-img,
  .stack-accent-badge,
  .stack-floating-element,
  .showcase-card,
  .card-icon-circle {
    animation: none;
    transition: none;
  }
  
  .split-images-stack:hover .stack-back,
  .split-images-stack:hover .stack-middle,
  .split-images-stack:hover .stack-front,
  .showcase-card:hover,
  .showcase-card:hover .card-icon-circle {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .showcase-card {
    border: 2px solid var(--text-primary);
  }
  
  .card-icon-circle,
  .stack-accent-badge {
    background: var(--text-primary);
  }
  
  .stack-img {
    border: 2px solid var(--text-primary);
  }
}







/* Features section */
/* Modern card layout with icon highlights and smooth animations */

.features_wrap {
  position: relative;
  background: var(--bg-primary);
  padding: 80px 0;
  overflow: hidden;
}

.features_decorative_blob_1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}

.features_decorative_blob_2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--secondary-200) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}

.features_wrap .container {
  position: relative;
  z-index: 2;
}

.features_title {
  color: var(--text-primary);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-4);
  letter-spacing: -0.02em;
}

.features_subtitle {
  color: var(--primary-600);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.features_desc {
  color: var(--text-secondary);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  margin-bottom: 0;
}

.features_card {
  background: var(--bg-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.features_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--secondary-100) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.features_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.features_card:hover::before {
  opacity: 0.5;
}

.features_card_icon_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-6);
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.features_card:hover .features_card_icon_wrapper {
  transform: scale(1.1) rotate(5deg);
}

.features_card_icon {
  font-size: 32px;
  color: var(--bg-primary);
}

.features_card_content {
  position: relative;
  z-index: 1;
}

.features_item_name {
  color: var(--text-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-4);
}

.features_item_desc {
  color: var(--text-secondary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

/* Tablet responsive */
@media (max-width: 991px) {
  .features_title {
    font-size: var(--font-size-3xl);
  }
  
  .features_subtitle {
    font-size: var(--font-size-lg);
  }
  
  .features_desc {
    font-size: var(--font-size-base);
  }
}

/* Mobile responsive */
@media (max-width: 767px) {
  .features_wrap {
    padding: 60px 0;
  }
  
  .features_title {
    font-size: var(--font-size-2xl);
  }
  
  .features_subtitle {
    font-size: var(--font-size-base);
  }
  
  .features_desc {
    font-size: var(--font-size-sm);
  }
  
  .features_card {
    padding: var(--space-6);
  }
  
  .features_card_icon_wrapper {
    width: 56px;
    height: 56px;
  }
  
  .features_card_icon {
    font-size: 24px;
  }
  
  .features_item_name {
    font-size: var(--font-size-lg);
  }
  
  .features_decorative_blob_1,
  .features_decorative_blob_2 {
    display: none;
  }
}



/* Creative Purple Theme - Services */

.services_creative_purple_premium_wrapper {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 50%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Abstract Creative Background */
.abstract_creative_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.creative_circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-300), var(--primary-500));
  opacity: 0.12;
  filter: blur(60px);
}

.creative_circle_1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -200px;
}

.creative_circle_2 {
  width: 500px;
  height: 500px;
  bottom: -150px;
  left: -150px;
}

.creative_wave {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, transparent, var(--primary-200), transparent);
  opacity: 0.08;
  transform: rotate(-10deg);
}

.creative_wave_1 {
  top: 20%;
}

.creative_wave_2 {
  bottom: 30%;
  transform: rotate(10deg);
}

.gradient_radial_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, var(--primary-100) 0%, transparent 70%);
  opacity: 0.15;
}

/* Section Header */
.services_creative_purple_premium_wrapper .container {
  position: relative;
  z-index: 1;
}

.creative_purple_main_title {
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.creative_purple_sub_heading {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--text-accent);
  margin-bottom: 1.5rem;
}

.creative_purple_intro_text {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.85;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Layout */
.services_masonry_layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.masonry_large {
  grid-column: span 8;
}

.masonry_standard {
  grid-column: span 4;
}

/* Creative Cards */
.creative_card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-light);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.creative_card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.creative_card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--primary-500);
  box-shadow: 0 24px 56px rgba(124, 58, 237, 0.25);
}

.creative_card:hover::before {
  opacity: 1;
}

.creative_card_large {
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

.creative_card_premium {
  border: 3px solid var(--primary-500);
  background: linear-gradient(135deg, var(--primary-50) 0%, #ffffff 50%, var(--primary-50) 100%);
}

/* Decorative Elements */
.card_decorative_element {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
}

.card_decorative_element i {
  font-size: 3rem;
  color: var(--primary-500);
}

.premium_star_badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  color: #ffffff;
  padding: 0.5rem 1.75rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
  z-index: 10;
}

/* Card Icon */
.card_visual_icon {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.card_visual_icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.creative_card:hover .card_visual_icon {
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.4);
}

/* Card Content */
.card_text_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.creative_card_heading {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.creative_card_body_text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Attributes Panel */
.card_attributes_panel {
  background: var(--surface-secondary);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid var(--primary-500);
  position: relative;
  z-index: 1;
}

.attributes_detail_text {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Investment Section */
.card_investment_section {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px solid var(--border-light);
  position: relative;
  z-index: 1;
}

.investment_amount {
  font-size: 2.125rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .creative_purple_main_title {
    font-size: 3rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.5rem;
  }

  .services_masonry_layout {
    gap: 1.5rem;
  }

  .masonry_large {
    grid-column: span 6;
  }

  .masonry_standard {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .services_creative_purple_premium_wrapper {
    padding: 90px 0;
  }

  .creative_purple_main_title {
    font-size: 2.5rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.375rem;
  }

  .creative_purple_intro_text {
    font-size: 1rem;
  }

  .services_masonry_layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .masonry_large,
  .masonry_standard {
    grid-column: span 1;
  }

  .creative_card {
    padding: 2.25rem;
  }
}

@media (max-width: 767px) {
  .services_creative_purple_premium_wrapper {
    padding: 70px 0;
  }

  .creative_purple_main_title {
    font-size: 2rem;
  }

  .creative_purple_sub_heading {
    font-size: 1.125rem;
  }

  .creative_purple_intro_text {
    font-size: 0.9375rem;
  }

  .creative_card {
    padding: 2rem;
  }

  .card_visual_icon {
    width: 75px;
    height: 75px;
  }

  .card_visual_icon i {
    font-size: 2rem;
  }

  .creative_card_heading {
    font-size: 1.375rem;
  }

  .investment_amount {
    font-size: 1.75rem;
  }

  .creative_circle_1,
  .creative_circle_2,
  .creative_wave_1,
  .creative_wave_2 {
    opacity: 0.05;
  }
}



/* Priceplan section */

.priceplan-section-modern {
  position: relative;
  background: linear-gradient(160deg,
    var(--neutral-50) 0%,
    var(--primary-50) 30%,
    var(--accent-50) 60%,
    var(--neutral-50) 100%);
  overflow: hidden;
}

/* Section Header */
.priceplan-section-modern .header-content-wrapper {
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .icon-constellation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.priceplan-section-modern .icon-constellation i {
  font-size: 1.5rem;
  color: var(--primary-500);
  opacity: 0.7;
  transition: all 0.3s ease;
  animation: float-icon 3s infinite ease-in-out;
}

.priceplan-section-modern .icon-constellation i:nth-child(1) {
  animation-delay: 0s;
}

.priceplan-section-modern .icon-constellation i:nth-child(2) {
  animation-delay: 0.5s;
  color: var(--accent-500);
}

.priceplan-section-modern .icon-constellation i:nth-child(3) {
  animation-delay: 1s;
}

.priceplan-section-modern .icon-constellation i:nth-child(4) {
  animation-delay: 1.5s;
  color: var(--accent-600);
}

.priceplan-section-modern #priceplan-title {
  color: var(--neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 800;
}

.priceplan-section-modern #priceplan-subtitle {
  color: var(--neutral-700);
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1rem;
}

.priceplan-section-modern .tracking-wide {
  letter-spacing: 0.05em;
}

.priceplan-section-modern #priceplan-desc {
  color: var(--neutral-600);
  max-width: 750px;
  line-height: 1.8;
  font-size: 1.125rem;
}

/* Pricing Cards Container - Staggered Layout */
.priceplan-section-modern .pricing-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .priceplan-section-modern .pricing-cards-container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  .priceplan-section-modern .card-offset-top {
    transform: translateY(-40px);
  }

  .priceplan-section-modern .card-center-featured {
    transform: scale(1.08);
    z-index: 2;
  }

  .priceplan-section-modern .card-offset-bottom {
    transform: translateY(40px);
  }
}

/* Pricing Card Modern */
.priceplan-section-modern .pricing-card-modern {
  background: var(--neutral-0);
  border-radius: 28px;
  padding: 3rem 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid var(--neutral-100);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 650px;
}

.priceplan-section-modern .pricing-card-modern:hover {
  transform: translateY(-16px) scale(1.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border-color: var(--primary-400);
}

/* Featured Card */
.priceplan-section-modern .pricing-card-featured {
  background: linear-gradient(180deg,
    var(--neutral-0) 0%,
    var(--primary-50) 100%);
  border: 3px solid var(--primary-500);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.priceplan-section-modern .pricing-card-featured:hover {
  transform: translateY(-20px) scale(1.04);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.25);
}

.priceplan-section-modern .featured-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
  color: var(--neutral-0);
  padding: 8px 40px;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Card Corner Accents */
.priceplan-section-modern .card-corner-accent {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0.2;
  pointer-events: none;
}

.priceplan-section-modern .accent-top-left {
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--primary-400), transparent);
  border-radius: 28px 0 100% 0;
}

.priceplan-section-modern .accent-bottom-right {
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, transparent, var(--accent-400));
  border-radius: 0 0 28px 100%;
}

/* Card Visual Header */
.priceplan-section-modern .card-visual-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .icon-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.priceplan-section-modern .icon-bg-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  animation: pulse-glow 3s infinite ease-in-out;
}

.priceplan-section-modern .pricing-card-featured .icon-bg-circle {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}

.priceplan-section-modern .icon-container i {
  position: relative;
  font-size: 3rem;
  color: var(--neutral-0);
  z-index: 1;
}

/* Card Content */
.priceplan-section-modern .card-content-section {
  flex: 1;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .plan-title {
  color: var(--neutral-900);
  font-size: 1.75rem;
  text-align: center;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-name"] {
  color: var(--neutral-900);
}

.priceplan-section-modern .plan-description {
  color: var(--neutral-600);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
  min-height: 90px;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-desc"] {
  color: var(--neutral-600);
}

/* Price Display Modern */
.priceplan-section-modern .price-display-modern {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg,
    var(--primary-50),
    var(--neutral-50));
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.priceplan-section-modern .pricing-card-featured .price-display-modern {
  background: linear-gradient(135deg,
    var(--accent-50),
    var(--primary-100));
}

.priceplan-section-modern .price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.priceplan-section-modern .currency-sign {
  font-size: 1.75rem;
  color: var(--neutral-600);
  font-weight: 700;
  align-self: flex-start;
  margin-top: 1rem;
}

.priceplan-section-modern .price-number {
  color: var(--primary-700);
  font-weight: 900;
  line-height: 1;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-price"] {
  color: var(--primary-700);
}

.priceplan-section-modern .billing-info {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-bottom: 1rem;
}

.priceplan-section-modern .billing-text {
  font-size: 0.875rem;
  color: var(--neutral-500);
  font-weight: 500;
}

/* Divider Decorative */
.priceplan-section-modern .divider-decorative {
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--primary-500) 50%,
    transparent 100%);
  border-radius: 2px;
  margin: 0 auto;
  width: 80%;
}

/* Features Modern */
.priceplan-section-modern .features-modern {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.priceplan-section-modern [id^="priceplan-item-"][id$="-features"] {
  color: var(--neutral-700);
}

.priceplan-section-modern .feature-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: transparent;
}

.priceplan-section-modern .feature-item-modern:hover {
  background: var(--primary-50);
  transform: translateX(8px);
}

.priceplan-section-modern .feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-0);
  font-size: 0.875rem;
  font-weight: 700;
}

.priceplan-section-modern .pricing-card-featured .feature-icon {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
}

.priceplan-section-modern .feature-text {
  flex: 1;
  padding-top: 4px;
}

.priceplan-section-modern .feature-text span {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--neutral-700);
}

/* Card Footer */
.priceplan-section-modern .card-footer-modern {
  margin-top: 2rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}

.priceplan-section-modern .footer-decoration {
  display: flex;
  justify-content: center;
}

.priceplan-section-modern .deco-bar {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg,
    var(--primary-400),
    var(--accent-500),
    var(--primary-400));
  border-radius: 2px;
  animation: shimmer 2s infinite ease-in-out;
}

/* Floating Background Elements */
.priceplan-section-modern .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.priceplan-section-modern .float-shape {
  position: absolute;
  opacity: 0.15;
}

.priceplan-section-modern .shape-hexagon {
  width: 150px;
  height: 150px;
  background: var(--primary-400);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  top: 10%;
  left: 5%;
  animation: float-spin 20s infinite ease-in-out;
}

.priceplan-section-modern .shape-triangle {
  width: 120px;
  height: 120px;
  background: var(--accent-500);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 15%;
  right: 8%;
  animation: float-spin 25s infinite ease-in-out reverse;
}

.priceplan-section-modern .shape-circle {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--primary-300), transparent);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-large 15s infinite ease-in-out;
}

/* Animations */
@keyframes float-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}

@keyframes shimmer {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes float-spin {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-30px) rotate(120deg);
  }
  66% {
    transform: translateY(20px) rotate(240deg);
  }
}

@keyframes pulse-large {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.15;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.25;
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .priceplan-section-modern #priceplan-title {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .pricing-cards-container {
    gap: 2rem;
  }

  .priceplan-section-modern .pricing-card-modern {
    min-height: auto;
  }

  .priceplan-section-modern .card-offset-top,
  .priceplan-section-modern .card-offset-bottom,
  .priceplan-section-modern .card-center-featured {
    transform: none !important;
  }

  .priceplan-section-modern .float-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .priceplan-section-modern #priceplan-title {
    font-size: 2rem;
  }

  .priceplan-section-modern #priceplan-subtitle {
    font-size: 0.875rem;
  }

  .priceplan-section-modern #priceplan-desc {
    font-size: 1rem;
  }

  .priceplan-section-modern .pricing-card-modern {
    padding: 2rem 1.5rem;
  }

  .priceplan-section-modern .price-number {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .icon-container {
    width: 80px;
    height: 80px;
  }

  .priceplan-section-modern .icon-container i {
    font-size: 2.5rem;
  }

  .priceplan-section-modern .pricing-cards-container {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1400px) {
  .priceplan-section-modern .container {
    max-width: 1400px;
  }

  .priceplan-section-modern .pricing-cards-container {
    max-width: 1400px;
  }
}







/* Team section */

.team-section-featured {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.team-section-featured .header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.team-section-featured .ornament-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-400), transparent);
}

.team-section-featured .ornament-dot {
  width: 12px;
  height: 12px;
  background: var(--accent-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--accent-100);
}

.team-section-featured .section-title {
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--neutral-900);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.team-section-featured .section-subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
}

.team-section-featured .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--neutral-600);
  max-width: 700px;
  margin: 0 auto;
}

/* Bento Grid Layout */
.team-section-featured .team-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Grid Item Sizes */
.team-section-featured .bento-large {
  grid-column: span 12;
  grid-row: span 1;
}

.team-section-featured .bento-medium {
  grid-column: span 6;
}

.team-section-featured .bento-standard {
  grid-column: span 6;
}

@media (min-width: 768px) {
  .team-section-featured .bento-large {
    grid-column: span 7;
  }
  
  .team-section-featured .bento-standard {
    grid-column: span 5;
  }
  
  .team-section-featured .bento-medium {
    grid-column: span 6;
  }
}

@media (min-width: 992px) {
  .team-section-featured .bento-large {
    grid-column: span 5;
    grid-row: span 2;
  }
  
  .team-section-featured .bento-standard {
    grid-column: span 3;
  }
  
  .team-section-featured .bento-medium {
    grid-column: span 4;
  }
}

/* Bento Card */
.team-section-featured .bento-card-featured {
  background: #ffffff;
  border-radius: 28px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid var(--neutral-100);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.team-section-featured .bento-card-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-50), var(--accent-50));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.team-section-featured .bento-card-featured:hover {
  transform: translateY(-8px);
  border-color: var(--primary-400);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.team-section-featured .bento-card-featured:hover::before {
  opacity: 0.5;
}

/* Card Pattern Overlay */
.team-section-featured .card-pattern-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, var(--primary-100) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, var(--accent-100) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

/* Member Visual Section */
.team-section-featured .member-visual-section {
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 1;
}

.team-section-featured .visual-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-50), var(--accent-50));
  position: relative;
  transition: all 0.5s ease;
}

.team-section-featured .bento-large .visual-frame {
  aspect-ratio: 16 / 9;
}

.team-section-featured .bento-card-featured:hover .visual-frame {
  transform: scale(1.05);
  border-radius: 24px;
}

.team-section-featured .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-100), var(--accent-100));
}

.team-section-featured .image-placeholder i {
  font-size: 6rem;
  color: var(--primary-400);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.team-section-featured .bento-large .image-placeholder i {
  font-size: 8rem;
}

.team-section-featured .bento-card-featured:hover .image-placeholder i {
  transform: scale(1.1) rotate(5deg);
  opacity: 0.7;
}

/* Member Badges */
.team-section-featured .member-badge-star {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--accent-500), var(--primary-500));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  animation: pulse-badge 2s ease-in-out infinite;
}

.team-section-featured .member-badge-star i {
  font-size: 1.75rem;
  color: #ffffff;
}

.team-section-featured .member-badge-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary-100);
}

.team-section-featured .member-badge-icon i {
  font-size: 1.5rem;
  color: var(--primary-600);
}

/* Member Text Section */
.team-section-featured .member-text-section {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.team-section-featured .member-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-section-featured .bento-large .member-title {
  font-size: 2.25rem;
}

.team-section-featured .bento-card-featured:hover .member-title {
  color: var(--primary-600);
}

.team-section-featured .member-subtitle {
  font-size: 1.0625rem;
  color: var(--neutral-600);
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.team-section-featured .bento-large .member-subtitle {
  font-size: 1.25rem;
}

/* Card Accent Line */
.team-section-featured .card-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 1;
}

.team-section-featured .bento-card-featured:hover .card-accent-line {
  transform: scaleX(1);
}

/* Floating Icons */
.team-section-featured .floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.team-section-featured .floating-icon {
  position: absolute;
  font-size: 3rem;
  color: var(--primary-300);
  opacity: 0.08;
}

.team-section-featured .icon-1 {
  top: 10%;
  left: 8%;
  animation: float-icon 8s ease-in-out infinite;
}

.team-section-featured .icon-2 {
  top: 25%;
  right: 10%;
  animation: float-icon 10s ease-in-out infinite reverse;
}

.team-section-featured .icon-3 {
  bottom: 20%;
  left: 12%;
  animation: float-icon 12s ease-in-out infinite;
}

.team-section-featured .icon-4 {
  bottom: 35%;
  right: 15%;
  font-size: 2rem;
  animation: float-icon 9s ease-in-out infinite reverse;
}

/* Background Mesh Gradient */
.team-section-featured .bg-mesh-gradient {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(at 20% 30%, rgba(var(--primary-500-rgb, 139, 92, 246), 0.05) 0%, transparent 50%),
    radial-gradient(at 80% 70%, rgba(var(--accent-500-rgb, 236, 72, 153), 0.05) 0%, transparent 50%),
    radial-gradient(at 50% 50%, rgba(var(--primary-400-rgb, 167, 139, 250), 0.03) 0%, transparent 60%);
  pointer-events: none;
}

/* Animations */
@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }
}

@keyframes float-icon {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(15px, -15px) rotate(5deg);
  }
  66% {
    transform: translate(-10px, 10px) rotate(-5deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .team-section-featured {
    padding: 80px 0;
  }

  .team-section-featured .section-title {
    font-size: 2.75rem;
  }

  .team-section-featured .section-subtitle {
    font-size: 1.375rem;
  }

  .team-section-featured .section-description {
    font-size: 1.0625rem;
  }

  .team-section-featured .team-bento-grid {
    gap: 1.25rem;
  }

  .team-section-featured .member-title,
  .team-section-featured .bento-large .member-title {
    font-size: 1.5rem;
  }

  .team-section-featured .member-subtitle,
  .team-section-featured .bento-large .member-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .team-section-featured {
    padding: 60px 0;
  }

  .team-section-featured .section-title {
    font-size: 2.25rem;
  }

  .team-section-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .team-section-featured .section-description {
    font-size: 1rem;
  }

  .team-section-featured .team-bento-grid {
    gap: 1rem;
  }

  .team-section-featured .bento-card-featured {
    padding: 2rem 1.5rem;
  }

  .team-section-featured .image-placeholder i,
  .team-section-featured .bento-large .image-placeholder i {
    font-size: 4.5rem;
  }

  .team-section-featured .member-badge-star {
    width: 45px;
    height: 45px;
  }

  .team-section-featured .member-badge-star i {
    font-size: 1.5rem;
  }

  .team-section-featured .member-badge-icon {
    width: 42px;
    height: 42px;
  }

  .team-section-featured .member-badge-icon i {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .team-section-featured .bento-card-featured {
    padding: 1.75rem 1.25rem;
  }

  .team-section-featured .floating-icon {
    font-size: 2rem;
  }

  .team-section-featured .icon-4 {
    font-size: 1.5rem;
  }
}







.reviews-section-minimal {
  padding: 100px 0;
  background: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

/* Decorative Background */
.reviews-section-minimal .decorative-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 50%, var(--secondary-50) 100%);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-minimal .wave-pattern {
  position: absolute;
  width: 100%;
  height: 200px;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-minimal .wave-1 {
  top: 0;
  background: linear-gradient(90deg, transparent, var(--primary-400), transparent);
}

.reviews-section-minimal .wave-2 {
  bottom: 0;
  background: linear-gradient(90deg, transparent, var(--secondary-400), transparent);
}

/* Intro Wrapper */
.reviews-section-minimal .intro-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.reviews-section-minimal .icon-box-accent {
  width: 75px;
  height: 75px;
  margin: 0 auto 28px;
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.reviews-section-minimal .icon-box-accent:hover {
  transform: rotate(0deg);
}

.reviews-section-minimal .icon-box-accent i {
  font-size: 38px;
  color: var(--neutral-0);
}

.reviews-section-minimal .primary-heading {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 16px;
  line-height: 1.2;
}

.reviews-section-minimal .secondary-heading {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 24px;
  line-height: 1.4;
}

.reviews-section-minimal .description-text {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}

/* Staggered Grid */
.reviews-section-minimal .staggered-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-section-minimal .review-card-wrapper.card-1 {
  grid-column: 1 / 7;
}

.reviews-section-minimal .review-card-wrapper.card-2 {
  grid-column: 7 / 13;
  margin-top: 40px;
}

.reviews-section-minimal .review-card-wrapper.card-3 {
  grid-column: 1 / 7;
  margin-top: -20px;
}

.reviews-section-minimal .review-card-wrapper.card-4 {
  grid-column: 7 / 13;
  margin-top: 20px;
}

.reviews-section-minimal .review-card-wrapper.card-5 {
  grid-column: 3 / 11;
  margin-top: 40px;
}

/* Testimonial Cards */
.reviews-section-minimal .testimonial-card {
  background: var(--neutral-0);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid var(--neutral-200);
  height: 100%;
}

.reviews-section-minimal .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  border-color: var(--primary-400);
}

.reviews-section-minimal .featured-card .testimonial-card {
  border-color: var(--primary-400);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Card Visual */
.reviews-section-minimal .card-visual {
  height: 180px;
  background: linear-gradient(135deg, var(--primary-300), var(--secondary-300));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.reviews-section-minimal .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-200), var(--secondary-200));
}

.reviews-section-minimal .image-placeholder i {
  font-size: 64px;
  color: var(--neutral-0);
  opacity: 0.5;
}

/* Card Body */
.reviews-section-minimal .card-body-content {
  padding: 32px;
}

.reviews-section-minimal .quote-symbol {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary-500), var(--secondary-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.reviews-section-minimal .quote-symbol i {
  font-size: 24px;
  color: var(--neutral-0);
}

.reviews-section-minimal .testimonial-body {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--neutral-800);
  margin-bottom: 28px;
  font-style: italic;
    overflow-x: hidden;
}

/* Author Profile */
.reviews-section-minimal .author-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 2px solid var(--neutral-200);
}

.reviews-section-minimal .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-200), var(--secondary-200));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.reviews-section-minimal .profile-image i {
  font-size: 32px;
  color: var(--primary-700);
}

.reviews-section-minimal .profile-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-900);
  margin: 0;
  line-height: 1.5;
}

/* Icon Decorations */
.reviews-section-minimal .icon-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.reviews-section-minimal .deco-icon {
  position: absolute;
  font-size: 56px;
  color: var(--primary-500);
  opacity: 0.08;
  animation: float-rotate 8s ease-in-out infinite;
}

.reviews-section-minimal .icon-1 {
  top: 10%;
  left: 8%;
}

.reviews-section-minimal .icon-2 {
  top: 50%;
  right: 10%;
  animation-delay: 2s;
}

.reviews-section-minimal .icon-3 {
  bottom: 15%;
  left: 15%;
  animation-delay: 4s;
}

@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .reviews-section-minimal {
    padding: 80px 0;
  }

  .reviews-section-minimal .primary-heading {
    font-size: 2.25rem;
  }

  .reviews-section-minimal .staggered-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .reviews-section-minimal .review-card-wrapper.card-1,
  .reviews-section-minimal .review-card-wrapper.card-2,
  .reviews-section-minimal .review-card-wrapper.card-3,
  .reviews-section-minimal .review-card-wrapper.card-4,
  .reviews-section-minimal .review-card-wrapper.card-5 {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .reviews-section-minimal {
    padding: 60px 0;
  }

  .reviews-section-minimal .intro-wrapper {
    margin-bottom: 50px;
  }

  .reviews-section-minimal .icon-box-accent {
    width: 64px;
    height: 64px;
  }

  .reviews-section-minimal .icon-box-accent i {
    font-size: 32px;
  }

  .reviews-section-minimal .primary-heading {
    font-size: 1.875rem;
  }

  .reviews-section-minimal .secondary-heading {
    font-size: 1.125rem;
  }

  .reviews-section-minimal .description-text {
    font-size: 1rem;
  }

  .reviews-section-minimal .card-visual {
    height: 140px;
  }

  .reviews-section-minimal .image-placeholder i {
    font-size: 48px;
  }

  .reviews-section-minimal .card-body-content {
    padding: 24px;
  }

  .reviews-section-minimal .quote-symbol {
    width: 40px;
    height: 40px;
  }

  .reviews-section-minimal .quote-symbol i {
    font-size: 20px;
  }

  .reviews-section-minimal .testimonial-body {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .reviews-section-minimal .profile-image {
    width: 50px;
    height: 50px;
  }

  .reviews-section-minimal .profile-image i {
    font-size: 28px;
  }

  .reviews-section-minimal .icon-decorations {
    display: none;
  }
}







/* ===================================
   CASESTUDY v-037: Creative Purple Diagonal
   Artistic diagonal split layout with geometric patterns
   Theme: creative-purple-01
   =================================== */

.casestudy_wrap_clean {
  position: relative;
  padding: 5rem 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* ===== ARTISTIC HEADER ===== */
.casestudy_wrap_clean .artistic-header {
  text-align: center;
  position: relative;
  padding: 3rem 2rem;
  z-index: 2;
}

.casestudy_wrap_clean .header-artistic-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.casestudy_wrap_clean .frame-corner {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--primary-500);
  opacity: 0.4;
}

.casestudy_wrap_clean .corner-tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.casestudy_wrap_clean .corner-tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.casestudy_wrap_clean .corner-bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.casestudy_wrap_clean .corner-br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.casestudy_wrap_clean .icon-constellation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.casestudy_wrap_clean .icon-constellation i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  background: var(--surface-accent);
  border-radius: 12px;
  transform: rotate(-5deg);
  transition: all 0.3s ease;
  border: 2px solid var(--border-light);
}

.casestudy_wrap_clean .icon-constellation i:nth-child(even) {
  transform: rotate(5deg);
}

.casestudy_wrap_clean .icon-constellation i:hover {
  transform: rotate(0deg) scale(1.15);
  background: var(--primary-100);
  border-color: var(--primary-500);
}

.casestudy_wrap_clean .artistic-title {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

.casestudy_wrap_clean .artistic-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.75rem;
  font-style: italic;
}

.casestudy_wrap_clean .artistic-description {
  font-size: 1.125rem;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 950px;
  margin: 0 auto;
}

/* ===== DIAGONAL CASES CONTAINER ===== */
.casestudy_wrap_clean .diagonal-cases-container {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}

.casestudy_wrap_clean .diagonal-case {
  display: flex;
  align-items: stretch;
  margin-bottom: 5rem;
  gap: 0;
  position: relative;
}

.casestudy_wrap_clean .case-left {
  flex-direction: row;
}

.casestudy_wrap_clean .case-right {
  flex-direction: row-reverse;
}

/* ===== DIAGONAL VISUAL SIDE ===== */
.casestudy_wrap_clean .diagonal-visual-side {
  flex: 0 0 40%;
  position: relative;
  background: linear-gradient(135deg, var(--primary-50), var(--surface-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  min-height: 400px;
}

.casestudy_wrap_clean .case-right .diagonal-visual-side {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.casestudy_wrap_clean .visual-geometric-pattern {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0.15;
}

.casestudy_wrap_clean .geo-shape {
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-500);
  animation: geo-rotate 20s linear infinite;
}

.casestudy_wrap_clean .shape-triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation-delay: 0s;
}

.casestudy_wrap_clean .shape-circle {
  border-radius: 50%;
  animation-delay: 3s;
}

.casestudy_wrap_clean .shape-square {
  border-radius: 8px;
  animation-delay: 6s;
}

.casestudy_wrap_clean .shape-hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation-delay: 1s;
}

.casestudy_wrap_clean .shape-diamond {
  transform: rotate(45deg);
  animation-delay: 4s;
}

.casestudy_wrap_clean .shape-star {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation-delay: 7s;
}

.casestudy_wrap_clean .shape-pentagon {
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation-delay: 2s;
}

.casestudy_wrap_clean .shape-octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  animation-delay: 5s;
}

.casestudy_wrap_clean .shape-rhombus {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 8s;
}

@keyframes geo-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.casestudy_wrap_clean .visual-icon-display {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1.5rem;
}

.casestudy_wrap_clean .visual-icon-display i {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--primary-500);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
}

.casestudy_wrap_clean .visual-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, var(--primary-500) 150%);
  opacity: 0.05;
}

/* ===== DIAGONAL CONTENT SIDE ===== */
.casestudy_wrap_clean .diagonal-content-side {
  flex: 1;
  padding: 3rem 3.5rem;
  background: var(--surface-secondary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border: 2px solid var(--border-light);
  transition: all 0.4s ease;
}

.casestudy_wrap_clean .diagonal-case:hover .diagonal-content-side {
  background: #ffffff;
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg);
}

.casestudy_wrap_clean .content-artistic-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-500);
  color: #ffffff;
  font-size: 1.25rem;
  border-radius: 8px;
  transform: rotate(12deg);
  box-shadow: var(--shadow-md);
}

.casestudy_wrap_clean .diagonal-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.casestudy_wrap_clean .diagonal-description {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
}

.casestudy_wrap_clean .content-accent-shape {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), transparent);
  border-radius: 2px;
}

/* ===== BACKGROUND ARTISTIC CANVAS ===== */
.casestudy_wrap_clean .bg-artistic-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.casestudy_wrap_clean .canvas-splatter {
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  opacity: 0.03;
  filter: blur(40px);
  border-radius: 50% 40% 60% 50% / 60% 50% 40% 60%;
}

.casestudy_wrap_clean .splatter-1 {
  top: 15%;
  left: 10%;
}

.casestudy_wrap_clean .splatter-2 {
  top: 50%;
  right: 15%;
}

.casestudy_wrap_clean .splatter-3 {
  bottom: 20%;
  left: 20%;
}

.casestudy_wrap_clean .canvas-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--primary-500), transparent);
  opacity: 0.05;
}

.casestudy_wrap_clean .line-1 {
  left: 25%;
}

.casestudy_wrap_clean .line-2 {
  right: 30%;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199px) {
  .casestudy_wrap_clean .artistic-title {
    font-size: 2.75rem;
  }

  .casestudy_wrap_clean .diagonal-visual-side {
    flex: 0 0 35%;
    padding: 2rem;
  }

  .casestudy_wrap_clean .diagonal-content-side {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 991px) {
  .casestudy_wrap_clean .artistic-title {
    font-size: 2.25rem;
  }

  .casestudy_wrap_clean .diagonal-case {
    flex-direction: column !important;
    margin-bottom: 3rem;
  }

  .casestudy_wrap_clean .diagonal-visual-side {
    flex: 0 0 auto;
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }

  .casestudy_wrap_clean .case-right .diagonal-visual-side {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .casestudy_wrap_clean .diagonal-content-side {
    padding: 2.5rem;
  }

  .casestudy_wrap_clean .diagonal-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .casestudy_wrap_clean {
    padding: 3rem 0;
  }

  .casestudy_wrap_clean .artistic-header {
    padding: 2rem 1rem;
  }

  .casestudy_wrap_clean .artistic-title {
    font-size: 1.875rem;
  }

  .casestudy_wrap_clean .artistic-subtitle {
    font-size: 1.25rem;
  }

  .casestudy_wrap_clean .artistic-description {
    font-size: 1rem;
  }

  .casestudy_wrap_clean .icon-constellation i {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }

  .casestudy_wrap_clean .diagonal-visual-side {
    min-height: 200px;
    padding: 1.5rem;
  }

  .casestudy_wrap_clean .visual-icon-display i {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .casestudy_wrap_clean .diagonal-content-side {
    padding: 2rem 1.5rem;
  }

  .casestudy_wrap_clean .diagonal-title {
    font-size: 1.5rem;
  }

  .casestudy_wrap_clean .diagonal-description {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .casestudy_wrap_clean .frame-corner {
    width: 40px;
    height: 40px;
  }

  .casestudy_wrap_clean .icon-constellation {
    gap: 1rem;
  }

  .casestudy_wrap_clean .icon-constellation i {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }

  .casestudy_wrap_clean .geo-shape {
    width: 60px;
    height: 60px;
  }
}



/* Process section */

.process-section-style {
  background: radial-gradient(ellipse at center, #fefbff 0%, #ffffff 50%, #fdfaff 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

/* Constellation Icon */
.constellation-icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.star {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-400);
  animation: twinkle 2s ease-in-out infinite;
}

.star-1 {
  top: 20%;
  left: 10%;
}

.star-2 {
  top: 20%;
  right: 10%;
  animation-delay: 0.4s;
}

.star-3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 0.8s;
}

.star-4 {
  bottom: 30%;
  right: 20%;
  animation-delay: 1.2s;
}

.star-5 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.6s;
}

.connection-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
  opacity: 0.5;
  animation: flow 3s ease-in-out infinite;
}

.line-1 {
  top: 25%;
  left: 15%;
  width: 70%;
}

.line-2 {
  top: 60%;
  left: 25%;
  width: 50%;
  transform: rotate(-15deg);
  animation-delay: 1.5s;
}

.center-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.center-star i {
  font-size: 1.8rem;
  color: #ffffff;
  animation: rotate 10s linear infinite;
}

/* Header Text */
.process-section-style #process-title {
  color: var(--neutral-900);
  font-weight: 700;
  letter-spacing: -1px;
}

.process-section-style #process-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.process-section-style #process-desc {
  color: var(--neutral-700);
  line-height: 1.8;
}

/* Constellation Network */
.constellation-network {
  position: relative;
  max-width: 1200px;
  height: 1000px;
  margin: 3rem auto;
}

/* Network Connections SVG */
.network-connections {
  position: absolute;
  inset: 0;
  color: var(--primary-400);
  z-index: 1;
}

/* Process Nodes */
.process-node {
  position: absolute;
  z-index: 5;
}

/* Node Positioning */
.node-1 {
  top: 10%;
  left: 15%;
}

.node-2 {
  top: 10%;
  right: 15%;
}

.node-3 {
  top: 45%;
  right: 10%;
}

.node-4 {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.node-5 {
  top: 45%;
  left: 10%;
}

/* Node Glow */
.node-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse-glow 3s ease-in-out infinite;
}

/* Node Core */
.node-core {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease;
}

.process-node:hover .node-core {
  transform: scale(1.15);
}

.core-pulse {
  position: absolute;
  inset: -8px;
  border: 3px solid var(--primary-400);
  border-radius: 50%;
  animation: pulse-ring 2s ease-in-out infinite;
}

.core-content {
  position: relative;
  z-index: 2;
}

.node-number {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
}

/* Final Node Core */
.node-core-final {
  border-color: var(--primary-700);
  animation: pulse-final-node 2s ease-in-out infinite;
}

.core-crown {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: var(--primary-700);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-crown 2s ease-in-out infinite;
}

.core-crown i {
  font-size: 1.2rem;
  color: #ffffff;
}

/* Node Cards */
.node-card {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
  width: 300px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--primary-200);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.node-card:hover {
  transform: translateX(-50%) translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-500);
}

.card-final {
  border-color: var(--primary-600);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}

/* Card Constellation Icon */
.card-constellation {
  width: 60px;
  height: 60px;
  background: var(--primary-100);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 2px solid var(--primary-300);
  transition: all 0.3s ease;
}

.node-card:hover .card-constellation {
  transform: rotate(15deg) scale(1.1);
  border-color: var(--primary-600);
}

.card-constellation i {
  font-size: 1.8rem;
  color: var(--primary-700);
}

/* Card Content */
.node-card h4 {
  color: var(--neutral-900);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.node-card p {
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Network Info */
.network-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 2px solid var(--primary-200);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.info-node {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary-400);
}

.network-info span {
  color: var(--neutral-700);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Animations */
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

@keyframes flow {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes pulse-ring {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
}

@keyframes pulse-final-node {
  0%, 100% {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.25), 0 0 30px var(--primary-400);
  }
}

@keyframes float-crown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

/* Responsive Design */
@media (max-width: 767px) {
  .constellation-network {
    height: auto;
    padding: 2rem 0;
  }

  .network-connections {
    display: none;
  }

  .process-node {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .node-core {
    width: 70px;
    height: 70px;
  }

  .node-number {
    font-size: 1.5rem;
  }

  .node-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 350px;
    margin-top: 1.5rem;
  }

  .node-card:hover {
    transform: translateY(-5px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .constellation-network {
    height: 1200px;
  }

  .node-card {
    width: 280px;
    padding: 1.25rem;
  }

  .node-core {
    width: 80px;
    height: 80px;
  }

  .node-number {
    font-size: 1.8rem;
  }
}







/* Timeline  - Professional Blue Theme - Structured Table Layout */

.timeline_wrap_custom {
  position: relative;
  padding: 100px 0;
  background: var(--surface-primary);
  overflow: hidden;
}

/* Structured Background */
.timeline_structured_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.timeline_grid_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(var(--border-light) 1px, transparent 1px),
    linear-gradient(90deg, var(--border-light) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.1;
}

/* Content Container */
.timeline_wrap_custom .container {
  position: relative;
  z-index: 1;
}

/* Header Zone */
.timeline_header_zone {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 3px solid var(--primary-500);
}

.timeline_structured_title {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.timeline_structured_subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--primary-500);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.timeline_structured_description {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Table Layout */
.timeline_table_layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Row Item */
.timeline_row_item {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: var(--surface-primary);
  border: 2px solid var(--border-light);
  border-bottom: none;
  transition: all 0.3s ease;
  position: relative;
}

.timeline_row_item:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.timeline_row_item:last-child {
  border-bottom: 2px solid var(--border-light);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.timeline_row_item:hover {
  background: var(--surface-secondary);
  border-left-color: var(--primary-500);
  border-left-width: 4px;
  padding-left: calc(2rem - 2px);
}

.timeline_row_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-500);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline_row_item:hover::before {
  opacity: 1;
}

/* Row Marker */
.timeline_row_marker {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.timeline_step_indicator {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  border: 2px solid var(--surface-primary);
  box-shadow: 0 0 0 2px var(--primary-300);
}

.timeline_row_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-secondary);
  border: 2px solid var(--border-light);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.timeline_row_item:hover .timeline_row_icon {
  background: var(--primary-500);
  border-color: var(--primary-500);
  transform: scale(1.05);
}

.timeline_row_icon i {
  font-size: 1.75rem;
  color: var(--primary-500);
  transition: color 0.3s ease;
}

.timeline_row_item:hover .timeline_row_icon i {
  color: var(--button-primary-text);
}

/* Row Content */
.timeline_row_content {
  flex: 1;
}

.timeline_row_heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.timeline_row_description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* Final Row Special Styling */
.timeline_row_final {
  background: linear-gradient(to right, var(--surface-primary), var(--surface-accent));
}

.timeline_row_final .timeline_row_icon {
  background: var(--primary-500);
  border-color: var(--primary-500);
}

.timeline_row_final .timeline_row_icon i {
  color: var(--button-primary-text);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .timeline_wrap_custom {
    padding: 80px 0;
  }
  
  .timeline_structured_title {
    font-size: 2.25rem;
  }
  
  .timeline_structured_subtitle {
    font-size: 1.25rem;
  }
  
  .timeline_header_zone {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .timeline_wrap_custom {
    padding: 60px 0;
  }
  
  .timeline_structured_title {
    font-size: 1.875rem;
  }
  
  .timeline_structured_subtitle {
    font-size: 1.125rem;
  }
  
  .timeline_structured_description {
    font-size: 1rem;
  }
  
  .timeline_row_item {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  
  .timeline_row_icon {
    width: 56px;
    height: 56px;
  }
  
  .timeline_row_icon i {
    font-size: 1.5rem;
  }
  
  .timeline_row_heading {
    font-size: 1.375rem;
  }
  
  .timeline_row_description {
    font-size: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .timeline_wrap_custom {
    padding: 50px 0;
  }
  
  .timeline_structured_title {
    font-size: 1.625rem;
  }
  
  .timeline_row_item {
    flex-direction: column;
    padding: 1.25rem;
    gap: 1rem;
  }
  
  .timeline_row_marker {
    flex-direction: row;
  }
  
  .timeline_row_icon {
    width: 48px;
    height: 48px;
  }
  
  .timeline_row_icon i {
    font-size: 1.25rem;
  }
  
  .timeline_row_heading {
    font-size: 1.25rem;
  }
}



/* FIXED: Ensure vertical text layout on all screens */
@media (max-width: 1199px) {
  .timeline_main_title,
  .timeline_tagline,
  .timeline_intro_text {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* Career section */
.career-section-modern {
  padding: 0;
  background: var(--neutral-0);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.career-section-modern .section-header-wrapper {
  padding: 100px 0 60px;
  background: linear-gradient(180deg, var(--primary-50), var(--neutral-0));
  position: relative;
}

.career-section-modern .decorative-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.career-section-modern .dot {
  width: 10px;
  height: 10px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: wave-dot-v035 1.5s ease-in-out infinite;
}

.career-section-modern .dot:nth-child(2) { animation-delay: 0.2s; }
.career-section-modern .dot:nth-child(3) { animation-delay: 0.4s; }
.career-section-modern .dot:nth-child(4) { animation-delay: 0.6s; }
.career-section-modern .dot:nth-child(5) { animation-delay: 0.8s; }

@keyframes wave-dot-v035 {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

.career-section-modern .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.career-section-modern .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-600);
  margin-bottom: 1.5rem;
}

.career-section-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.75;
  max-width: 750px;
  margin: 0 auto;
}

/* Career Panels Wrapper */
.career-section-modern .career-panels-wrapper {
  position: relative;
  z-index: 2;
}

/* Career Panel */
.career-section-modern .career-panel {
  display: flex;
  min-height: 450px;
  position: relative;
}

.career-section-modern .panel-left {
  flex-direction: row;
}

.career-section-modern .panel-right {
  flex-direction: row-reverse;
}

/* Panel Visual */
.career-section-modern .panel-visual {
  flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}

.career-section-modern .visual-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  transition: transform 0.6s ease;
}

.career-section-modern .career-panel:hover .visual-background {
  transform: scale(1.1);
}

.career-section-modern .visual-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}

.career-section-modern .visual-overlay i {
  font-size: 5rem;
  color: var(--neutral-0);
  opacity: 0.4;
  transition: all 0.4s ease;
}

.career-section-modern .career-panel:hover .visual-overlay i {
  opacity: 0.6;
  transform: scale(1.15) rotate(5deg);
}

/* Panel Content */
.career-section-modern .panel-content {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  padding: 4rem 5rem;
  background: var(--neutral-0);
  position: relative;
}

.career-section-modern .panel-left .panel-content {
  border-right: 5px solid var(--primary-300);
}

.career-section-modern .panel-right .panel-content {
  border-left: 5px solid var(--primary-300);
}

.career-section-modern .career-panel:hover .panel-content {
  border-color: var(--primary-500);
}

.career-section-modern .content-inner {
  width: 100%;
}

/* Content Icon */
.career-section-modern .content-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.career-section-modern .career-panel:hover .content-icon {
  transform: scale(1.1) rotate(-10deg);
}

.career-section-modern .content-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.career-section-modern .panel-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.career-section-modern .panel-description {
  font-size: 1.0625rem;
  color: var(--neutral-700);
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* Panel Meta */
.career-section-modern .panel-meta {
  display: inline-block;
  padding: 0.875rem 1.5rem;
  background: var(--primary-50);
  border-radius: 30px;
  border: 2px solid var(--primary-200);
}

.career-section-modern .meta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: var(--neutral-700);
  font-weight: 600;
}

.career-section-modern .meta-label i {
  font-size: 0.5rem;
  color: var(--primary-600);
}

/* Background Lines */
.career-section-modern .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.career-section-modern .line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--primary-200), transparent);
  opacity: 0.3;
}

.career-section-modern .line:nth-child(1) {
  left: 20%;
  animation: line-move-v035 8s ease-in-out infinite;
}

.career-section-modern .line:nth-child(2) {
  left: 50%;
  animation: line-move-v035 10s ease-in-out infinite;
  animation-delay: 2s;
}

.career-section-modern .line:nth-child(3) {
  left: 80%;
  animation: line-move-v035 12s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes line-move-v035 {
  0%, 100% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(10%);
  }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .career-section-modern .panel-content {
    padding: 3rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .career-section-modern .section-header-wrapper {
    padding: 80px 0 50px;
  }

  .career-section-modern .section-title {
    font-size: 2.5rem;
  }

  .career-section-modern .section-subtitle {
    font-size: 1.375rem;
  }

  .career-section-modern .career-panel {
    flex-direction: column !important;
    min-height: auto;
  }

  .career-section-modern .panel-visual {
    flex: 0 0 300px;
  }

  .career-section-modern .panel-content {
    flex: 1 1 auto;
    padding: 3rem 2rem;
    border: none !important;
    border-bottom: 5px solid var(--primary-300);
  }

  .career-section-modern .panel-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .career-section-modern .section-header-wrapper {
    padding: 60px 0 40px;
  }

  .career-section-modern .section-title {
    font-size: 2rem;
  }

  .career-section-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .career-section-modern .section-description {
    font-size: 1rem;
  }

  .career-section-modern .panel-visual {
    flex: 0 0 250px;
  }

  .career-section-modern .panel-content {
    padding: 2.5rem 1.5rem;
  }

  .career-section-modern .panel-title {
    font-size: 1.5rem;
  }

  .career-section-modern .content-icon {
    width: 60px;
    height: 60px;
  }

  .career-section-modern .content-icon i {
    font-size: 1.75rem;
  }

  .career-section-modern .visual-overlay i {
    font-size: 4rem;
  }
}

@media (max-width: 575.98px) {
  .career-section-modern .section-title {
    font-size: 1.75rem;
  }

  .career-section-modern .panel-visual {
    flex: 0 0 200px;
  }

  .career-section-modern .panel-content {
    padding: 2rem 1.25rem;
  }

  .career-section-modern .panel-meta {
    padding: 0.75rem 1.25rem;
  }
}







.coreinfo_alt_wrap {
  position: relative;
  padding: 80px 0;
  background: var(--bg-primary);
  overflow: hidden;
}

.coreinfo_alt_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 35px, var(--border-light) 35px, var(--border-light) 36px),
    repeating-linear-gradient(-45deg, transparent, transparent 35px, var(--border-light) 35px, var(--border-light) 36px);
  opacity: 0.3;
  z-index: 0;
}

.coreinfo_alt_wrap > .container {
  position: relative;
  z-index: 1;
}

.coreinfo_alt_header {
  margin-bottom: 60px;
}

.coreinfo_alt_icon_cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 32px;
  color: var(--primary-500);
}

.coreinfo_alt_icon_cluster i {
  animation: coreinfo_v032_float 3s ease-in-out infinite;
}

.coreinfo_alt_icon_cluster i:nth-child(2) {
  animation-delay: 0.5s;
}

.coreinfo_alt_icon_cluster i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes coreinfo_v032_float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.coreinfo_alt_title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_alt_subtitle {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  color: var(--primary-600);
  margin-bottom: 20px;
  font-style: italic;
}

.coreinfo_alt_desc {
  font-size: var(--font-size-lg);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  max-width: 700px;
  margin: 0 auto;
}

.coreinfo_alt_card {
  position: relative;
  height: 100%;
  background: var(--bg-surface);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.coreinfo_alt_card:hover {
  transform: scale(1.05);
  border-color: var(--primary-400);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.coreinfo_alt_card_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  border-radius: 50%;
  opacity: 0.2;
}

.coreinfo_alt_icon_box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  color: var(--text-inverse);
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.coreinfo_alt_card:hover .coreinfo_alt_icon_box {
  transform: rotate(360deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.coreinfo_alt_card_title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: var(--line-height-tight);
}

.coreinfo_alt_card_desc {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin: 0;
}

@media (max-width: 992px) {
  .coreinfo_alt_title {
    font-size: var(--font-size-2xl);
  }
  
  .coreinfo_alt_subtitle {
    font-size: var(--font-size-lg);
  }
  
  .coreinfo_alt_icon_cluster {
    font-size: 28px;
  }
  
  .coreinfo_alt_card {
    padding: 32px 24px;
  }
  
  .coreinfo_alt_icon_box {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .coreinfo_alt_wrap {
    padding: 60px 0;
  }
  
  .coreinfo_alt_header {
    margin-bottom: 40px;
  }
  
  .coreinfo_alt_icon_cluster {
    font-size: 24px;
    gap: 12px;
  }
  
  .coreinfo_alt_card {
    padding: 28px 20px;
  }
  
  .coreinfo_alt_card:hover {
    transform: scale(1.02);
  }
  
  .coreinfo_alt_icon_box {
    width: 64px;
    height: 64px;
    font-size: 28px;
    margin-bottom: 20px;
  }
}



/* ============================================
   Contact Section v-020 - Modern Green Theme
   Theme: modern-green-01
   ============================================ */

.contact-section-modern {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(160deg, 
    var(--neutral-0) 0%, 
    var(--primary-50) 30%, 
    var(--neutral-50) 60%, 
    var(--primary-100) 100%);
  overflow: hidden;
}

/* Header Styles */
.contact-header-modern {
  position: relative;
}

.modern-badge-wrapper {
  display: inline-flex;
  justify-content: center;
}

.modern-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, 
    var(--primary-400), 
    var(--primary-600));
  border-radius: 50%;
  color: var(--neutral-0);
  font-size: 2rem;
  box-shadow: 0 8px 25px rgba(var(--primary-500-rgb), 0.3);
  animation: pulse-scale 3s ease-in-out infinite;
}

@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(var(--primary-500-rgb), 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(var(--primary-500-rgb), 0.4);
  }
}

.title-modern {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--neutral-900);
  line-height: 1.2;
}

.subtitle-modern {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-700);
  line-height: 1.4;
}

.desc-modern {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--neutral-700);
  max-width: 700px;
}

/* Form Card */
.form-card-modern {
  position: relative;
  padding: 45px;
  background: var(--neutral-0);
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--neutral-200);
}

.contact-form-modern {
  position: relative;
  z-index: 2;
}

/* Form Fields */
.form-field-modern {
  margin-bottom: 0;
}

.form-label-modern {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--neutral-800);
  margin-bottom: 8px;
}

.input-wrapper-modern {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper-modern > i {
  position: absolute;
  left: 16px;
  color: var(--primary-500);
  font-size: 1.1rem;
  z-index: 1;
  pointer-events: none;
}

.form-control-modern {
  width: 100%;
  padding: 14px 18px 14px 48px;
  font-size: 1rem;
  color: var(--neutral-900);
  background: var(--neutral-50);
  border: 2px solid var(--neutral-300);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.form-control-modern:focus {
  outline: none;
  background: var(--neutral-0);
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px rgba(var(--primary-500-rgb), 0.12);
}

.form-textarea-modern {
  min-height: 140px;
  resize: vertical;
  padding-top: 14px;
}

.input-wrapper-modern:has(.form-textarea-modern) > i {
  top: 18px;
  bottom: auto;
}

/* Checkbox */
.checkbox-wrapper-modern {
  display: flex;
  align-items: flex-start;
}

.checkbox-input-modern {
  display: none;
}

.checkbox-label-modern {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  user-select: none;
}

.checkbox-custom-modern {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--neutral-100);
  border: 2px solid var(--neutral-400);
  border-radius: 7px;
  transition: all 0.3s ease;
}

.checkbox-custom-modern i {
  opacity: 0;
  color: var(--neutral-0);
  font-size: 1.1rem;
  transition: opacity 0.2s ease;
}

.checkbox-input-modern:checked + .checkbox-label-modern .checkbox-custom-modern {
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-600));
  border-color: var(--primary-500);
}

.checkbox-input-modern:checked + .checkbox-label-modern .checkbox-custom-modern i {
  opacity: 1;
}

.checkbox-text-modern {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Submit Button */
.submit-area-modern {
  margin-top: 30px;
}

.btn-modern-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--neutral-0);
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn-bg-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    var(--primary-500), 
    var(--primary-700));
  z-index: 0;
  transition: transform 0.4s ease;
}

.btn-modern-submit:hover .btn-bg-modern {
  transform: scale(1.05);
}

.btn-content-modern {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-text-modern {
  line-height: 1;
}

.btn-modern-submit i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.btn-modern-submit:hover i {
  transform: translateX(5px);
}

.btn-modern-submit:hover {
  box-shadow: 0 10px 30px rgba(var(--primary-500-rgb), 0.4);
  transform: translateY(-3px);
}

.btn-modern-submit:active {
  transform: translateY(-1px);
}

/* Card Corner Accents */
.card-corner-accent {
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 1;
}

.card-corner-accent.top-left {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--primary-500);
  border-left: 3px solid var(--primary-500);
  border-top-left-radius: 20px;
}

.card-corner-accent.bottom-right {
  bottom: -1px;
  right: -1px;
  border-bottom: 3px solid var(--primary-500);
  border-right: 3px solid var(--primary-500);
  border-bottom-right-radius: 20px;
}

/* Info Sidebar */
.info-sidebar-modern {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-items-stack-modern {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.info-item-modern {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: var(--neutral-0);
  border-radius: 14px;
  border: 2px solid var(--neutral-200);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-item-modern:hover {
  border-color: var(--primary-400);
  box-shadow: 0 6px 25px rgba(var(--primary-500-rgb), 0.15);
  transform: translateY(-3px);
}

.info-icon-modern {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, 
    var(--primary-400), 
    var(--primary-600));
  border-radius: 12px;
  color: var(--neutral-0);
  font-size: 1.6rem;
}

.info-details-modern {
  flex-grow: 1;
}

.info-value-modern {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-800);
  margin: 0;
  word-break: break-word;
}

/* Decorative Icons Grid */
.deco-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 25px;
  background: linear-gradient(135deg, 
    rgba(var(--primary-100-rgb), 0.3), 
    rgba(var(--primary-200-rgb), 0.2));
  border-radius: 14px;
  border: 1px solid var(--primary-200);
}

.deco-icons-grid i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-500);
  opacity: 0.4;
  animation: icon-float 4s ease-in-out infinite;
}

.deco-icons-grid i:nth-child(2) {
  animation-delay: 0.5s;
}

.deco-icons-grid i:nth-child(3) {
  animation-delay: 1s;
}

.deco-icons-grid i:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Background Elements */
.bg-modern-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(var(--primary-300-rgb), 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

.bg-modern-gradient-1,
.bg-modern-gradient-2 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.bg-modern-gradient-1 {
  top: 0;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, 
    rgba(var(--primary-300-rgb), 0.2), 
    transparent 70%);
  border-radius: 50%;
  filter: blur(70px);
}

.bg-modern-gradient-2 {
  bottom: -5%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, 
    rgba(var(--primary-400-rgb), 0.18), 
    transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
}

.floating-shape-1,
.floating-shape-2,
.floating-shape-3 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.floating-shape-1 {
  top: 10%;
  right: 8%;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, 
    rgba(var(--primary-300-rgb), 0.15), 
    rgba(var(--primary-500-rgb), 0.1));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: morph 10s ease-in-out infinite;
}

.floating-shape-2 {
  top: 50%;
  left: 5%;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, 
    rgba(var(--primary-400-rgb), 0.12), 
    rgba(var(--primary-600-rgb), 0.08));
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  animation: morph 12s ease-in-out infinite reverse;
}

.floating-shape-3 {
  bottom: 15%;
  right: 15%;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, 
    rgba(var(--primary-200-rgb), 0.18), 
    rgba(var(--primary-400-rgb), 0.12));
  border-radius: 50% 50% 30% 70% / 30% 70% 70% 30%;
  animation: morph 14s ease-in-out infinite;
}

@keyframes morph {
  0%, 100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    transform: translate(10px, -10px) rotate(10deg);
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translate(-10px, 10px) rotate(-10deg);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    transform: translate(5px, 5px) rotate(5deg);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section-modern {
    padding: 70px 0;
  }

  .title-modern {
    font-size: 2.25rem;
  }

  .subtitle-modern {
    font-size: 1.3rem;
  }

  .form-card-modern {
    padding: 35px;
    margin-bottom: 30px;
  }

  .info-sidebar-modern {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-section-modern {
    padding: 60px 0;
  }

  .modern-badge {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }

  .title-modern {
    font-size: 1.9rem;
  }

  .subtitle-modern {
    font-size: 1.2rem;
  }

  .desc-modern {
    font-size: 1rem;
  }

  .form-card-modern {
    padding: 25px 20px;
  }

  .btn-modern-submit {
    width: 100%;
  }

  .info-item-modern {
    padding: 16px;
  }

  .info-icon-modern {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }

  .deco-icons-grid {
    padding: 20px;
  }

  .deco-icons-grid i {
    font-size: 1.75rem;
  }
}



/* Blog section */

.blog-section {
  background: linear-gradient(to bottom, var(--neutral-0) 0%, var(--neutral-100) 100%);
  position: relative;
  overflow: hidden;
}

/* Header Badge */
.header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.header-badge i {
  font-size: 2rem;
  color: var(--neutral-0);
}

/* Section Typography */
.section-title {
  font-size: clamp(1.9rem, 4.5vw, 2.6rem);
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.section-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 500;
  color: var(--primary-600);
  line-height: 1.5;
}

.section-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--neutral-700);
}

/* Timeline Card */
.blog-timeline-card {
  background: var(--neutral-0);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  position: relative;
  border: 1px solid var(--neutral-200);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.blog-timeline-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-400);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* Timeline Indicator */
.timeline-indicator {
  position: absolute;
  left: -10px;
  top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-500);
  border: 3px solid var(--neutral-0);
  box-shadow: 0 0 0 3px var(--primary-200);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.blog-timeline-card:hover .timeline-dot {
  background: var(--primary-600);
  box-shadow: 0 0 0 5px var(--primary-300);
}

.timeline-line {
  width: 2px;
  height: calc(100% + 1.5rem);
  background: linear-gradient(180deg, var(--primary-300) 0%, transparent 100%);
  margin-top: -2px;
}

/* Card Header */
.card-header-area {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.icon-badge i {
  font-size: 1.8rem;
  color: var(--primary-600);
  transition: all 0.3s ease;
}

.blog-timeline-card:hover .icon-badge {
  background: linear-gradient(135deg, var(--primary-200) 0%, var(--primary-300) 100%);
  transform: scale(1.05);
}

.blog-timeline-card:hover .icon-badge i {
  color: var(--primary-700);
}

/* Card Body */
.card-body-content {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.post-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.blog-timeline-card:hover .post-title {
  color: var(--primary-700);
}

.post-excerpt {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--neutral-700);
}

/* Card Footer */
.card-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--neutral-200);
}

.read-more-link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-600);
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-link:hover {
  color: var(--primary-700);
  letter-spacing: 0.5px;
}

.card-footer-action i {
  font-size: 1.3rem;
  color: var(--primary-500);
  transition: transform 0.3s ease;
}

.blog-timeline-card:hover .card-footer-action i {
  transform: translate(4px, -4px);
}

/* Grid Pattern Overlay */
.grid-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(var(--neutral-300) 1px, transparent 1px),
    linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .header-badge {
    width: 60px;
    height: 60px;
  }
  
  .header-badge i {
    font-size: 1.7rem;
  }
  
  .timeline-indicator {
    left: -8px;
  }
  
  .icon-badge {
    width: 55px;
    height: 55px;
  }
  
  .icon-badge i {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .blog-timeline-card {
    padding: 1.75rem 1.5rem;
  }
  
  .timeline-indicator {
    display: none;
  }
  
  .icon-badge {
    width: 50px;
    height: 50px;
  }
  
  .icon-badge i {
    font-size: 1.5rem;
  }
}

/* Ensure all cards have equal height */
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
}

.blog-section [class*="col-"] {
  display: flex;
}







.faq-section-style {
  position: relative;
  background: radial-gradient(ellipse at top, var(--primary-100), var(--neutral-0));
  overflow: hidden;
  min-height: 100vh;
}

/* Floating Header Icons */
.faq-section-style .floating-header-icons {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
  height: 100px;
}

.faq-section-style .floating-header-icons i {
  font-size: 3rem;
  color: var(--primary-600);
  opacity: 0.6;
}

.faq-section-style .floating-icon-1 {
  animation: float-1 4s ease-in-out infinite;
}

.faq-section-style .floating-icon-2 {
  animation: float-2 3.5s ease-in-out infinite;
}

.faq-section-style .floating-icon-3 {
  animation: float-3 4.5s ease-in-out infinite;
}

@keyframes float-1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

@keyframes float-2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-8deg); }
}

@keyframes float-3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(12deg); }
}

.faq-section-style #faq-title {
  color: var(--neutral-900);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.faq-section-style #faq-subtitle {
  color: var(--primary-700);
  font-weight: 600;
}

.faq-section-style #faq-desc {
  color: var(--neutral-600);
  line-height: 1.8;
}

/* Floating Cards Container */
.faq-section-style .floating-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-section-style .floating-card {
  animation: gentle-float 6s ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}

@keyframes gentle-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.faq-section-style .floating-card .card {
  background: var(--neutral-0);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: visible;
}

.faq-section-style .floating-card:hover .card {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Float Number */
.faq-section-style .float-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--neutral-0);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.faq-section-style .floating-card:hover .float-number {
  transform: scale(1.15) rotate(10deg);
}

/* Float Icon */
.faq-section-style .float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
  border-radius: 15px;
  transition: all 0.3s ease;
}

.faq-section-style .float-icon i {
  font-size: 1.75rem;
  color: var(--primary-700);
}

.faq-section-style .floating-card:hover .float-icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, var(--primary-200), var(--primary-300));
}

.faq-section-style .floating-card h5 {
  color: var(--neutral-900);
  font-size: 1.05rem;
  line-height: 1.4;
}

.faq-section-style .floating-card p {
  color: var(--neutral-700);
  line-height: 1.6;
}

/* Wave Decoration */
.faq-section-style .wave-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, transparent, var(--primary-100));
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.faq-section-style .wave-decoration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    var(--primary-200) 0px,
    transparent 2px,
    transparent 50px
  );
  opacity: 0.3;
}

.faq-section-style .container {
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .faq-section-style #faq-title {
    font-size: 2.5rem;
  }

  .faq-section-style .floating-header-icons {
    gap: 2rem;
  }

  .faq-section-style .floating-header-icons i {
    font-size: 2.5rem;
  }

  .faq-section-style .floating-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .faq-section-style .float-number {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .faq-section-style .float-icon {
    width: 55px;
    height: 55px;
  }

  .faq-section-style .float-icon i {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .faq-section-style #faq-title {
    font-size: 2rem;
  }

  .faq-section-style .floating-header-icons {
    gap: 1.5rem;
    height: 80px;
  }

  .faq-section-style .floating-header-icons i {
    font-size: 2rem;
  }

  .faq-section-style .floating-cards-container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .faq-section-style .floating-card .card .card-body {
    padding: 1.25rem !important;
  }

  .faq-section-style .float-number {
    top: -12px;
    right: -12px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .faq-section-style .float-icon {
    width: 50px;
    height: 50px;
  }

  .faq-section-style .float-icon i {
    font-size: 1.35rem;
  }

  .faq-section-style .floating-card h5 {
    font-size: 0.95rem;
  }

  .faq-section-style .floating-card p {
    font-size: 0.85rem;
  }

  .faq-section-style .wave-decoration {
    height: 100px;
  }
}







/* Gallery section */

.gallery-section-alt {
  background: var(--background-primary);
  position: relative;
  overflow: hidden;
}

/* Camera Decorations */
.gallery-section-alt .camera-decoration {
  position: absolute;
  opacity: 0.08;
  z-index: 0;
}

.gallery-section-alt .camera-decoration i {
  font-size: 8rem;
  color: var(--primary-500);
}

.gallery-section-alt .cam-1 {
  top: 5%;
  left: 3%;
  animation: camera-rotate 20s linear infinite;
}

.gallery-section-alt .cam-2 {
  top: 40%;
  right: 5%;
  animation: camera-rotate 25s linear infinite reverse;
}

.gallery-section-alt .cam-3 {
  bottom: 10%;
  left: 10%;
  animation: camera-rotate 30s linear infinite;
}

@keyframes camera-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Polaroid Gallery */
.gallery-section-alt .polaroid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

/* Polaroid Card */
.gallery-section-alt .polaroid-card {
  position: relative;
  transition: transform 0.5s ease, z-index 0s 0.5s;
}

/* Random rotation angles for polaroid effect */
.gallery-section-alt .polaroid-card:nth-child(odd) {
  transform: rotate(-3deg);
}

.gallery-section-alt .polaroid-card:nth-child(even) {
  transform: rotate(2deg);
}

.gallery-section-alt .polaroid-card:nth-child(3n) {
  transform: rotate(4deg);
}

.gallery-section-alt .polaroid-card:hover {
  transform: rotate(0deg) translateY(-20px) scale(1.1);
  z-index: 20;
  transition: transform 0.5s ease, z-index 0s;
}

/* Polaroid Frame */
.gallery-section-alt .polaroid-frame {
  background: #ffffff;
  padding: 1rem;
  padding-bottom: 3rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: relative;
  transition: box-shadow 0.4s ease;
}

.gallery-section-alt .polaroid-card:hover .polaroid-frame {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* Polaroid Photo */
.gallery-section-alt .polaroid-photo {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f8f9fa;
}

/* Polaroid Image */
.gallery-section-alt .polaroid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: sepia(0.15) contrast(1.1);
}

.gallery-section-alt .polaroid-card:hover .polaroid-image {
  transform: scale(1.1);
  filter: sepia(0) contrast(1);
}

/* Photo Overlay */
.gallery-section-alt .photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-rgb), 0.85),
    rgba(var(--secondary-rgb), 0.75)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-section-alt .polaroid-card:hover .photo-overlay {
  opacity: 1;
}

.gallery-section-alt .photo-overlay i {
  font-size: 4rem;
  color: #ffffff;
  transform: scale(0) rotate(-90deg);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-section-alt .polaroid-card:hover .photo-overlay i {
  transform: scale(1) rotate(0deg);
}

/* Polaroid Tape */
.gallery-section-alt .polaroid-tape {
  position: absolute;
  top: -8px;
  width: 60px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gallery-section-alt .tape-left {
  left: 20px;
  transform: rotate(-15deg);
}

.gallery-section-alt .tape-right {
  right: 20px;
  transform: rotate(15deg);
}

/* Clip Decoration */
.gallery-section-alt .clip-decoration {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
  opacity: 0.15;
}

.gallery-section-alt .clip-decoration i {
  font-size: 2.5rem;
  color: var(--primary-500);
  animation: clip-wiggle 3s ease-in-out infinite;
}

.gallery-section-alt .clip-decoration i:nth-child(2) {
  animation-delay: 0.5s;
}

.gallery-section-alt .clip-decoration i:nth-child(3) {
  animation-delay: 1s;
}

@keyframes clip-wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .gallery-section-alt .polaroid-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2.5rem;
  }
  
  .gallery-section-alt .polaroid-photo {
    height: 280px;
  }
}

@media (max-width: 992px) {
  .gallery-section-alt .polaroid-gallery {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 2rem;
  }
  
  .gallery-section-alt .polaroid-photo {
    height: 260px;
  }
  
  .gallery-section-alt .camera-decoration i {
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
  .gallery-section-alt .polaroid-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .gallery-section-alt .polaroid-photo {
    height: 240px;
  }
  
  .gallery-section-alt .polaroid-card:hover {
    transform: rotate(0deg) translateY(-15px) scale(1.05);
  }
  
  .gallery-section-alt .photo-overlay i {
    font-size: 3rem;
  }
  
  .gallery-section-alt .clip-decoration {
    gap: 2rem;
    margin-top: 3rem;
  }
  
  .gallery-section-alt .clip-decoration i {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .gallery-section-alt .polaroid-gallery {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .gallery-section-alt .polaroid-photo {
    height: 280px;
  }
  
  .gallery-section-alt .polaroid-frame {
    padding-bottom: 2.5rem;
  }
  
  .gallery-section-alt .polaroid-card:nth-child(odd),
  .gallery-section-alt .polaroid-card:nth-child(even),
  .gallery-section-alt .polaroid-card:nth-child(3n) {
    transform: rotate(0deg);
  }
  
  .gallery-section-alt .polaroid-card:hover {
    transform: translateY(-10px) scale(1.03);
  }
  
  .gallery-section-alt .camera-decoration {
    display: none;
  }
}







/* Footer  - Modern Green Theme */

.footer-primary {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse, #ffffff);
  padding: 0;
  margin: 0;
}

/* Background layer with image and green gradient */
.footer-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('assets/images/footer_bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-green-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Modern Green: #047857 (--primary-700) and #059669 (--primary-500) */
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--primary-700) 93%, transparent) 0%,
    color-mix(in srgb, var(--primary-500) 88%, transparent) 40%,
    color-mix(in srgb, var(--neutral-900) 90%, transparent) 100%
  );
}

.footer-primary .container {
  position: relative;
  z-index: 1;
}

/* Brand Showcase */
.brand-showcase-area {
  max-width: 100%;
}

.brand-flex-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.brand-visual-element {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.brand-visual-element i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.95);
}

.brand-content-box {
  flex: 1;
}

.brand-headline {
  font-size: 1.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.brand-story {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.87);
  margin: 0;
}

/* Contact Zone */
.contact-zone {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 2rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.zone-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-icon-badge {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon-badge i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.zone-heading {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0;
}

.contact-tile {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.contact-tile:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.tile-icon-wrapper {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tile-icon-wrapper i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
}

.tile-details {
  flex: 1;
  display: flex;
  align-items: center;
}

.tile-value {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

/* Policies Zone */
.policies-zone {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 2rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.policies-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.policy-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.policy-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.2);
}

.policy-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.policy-icon i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.policy-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.policy-arrow {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease;
}

.policy-item:hover .policy-arrow {
  transform: translateX(4px);
  color: rgba(255, 255, 255, 0.9);
}

/* Legal Strip */
.footer-legal-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}

.wave-divider-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.3) 75%,
    transparent 100%
  );
}

.legal-container {
  max-width: 100%;
}

.disclaimer-text {
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.copyright-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

/* Organic Decorative Blobs */
.organic-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  opacity: 0.12;
  filter: blur(40px);
}

.blob-1 {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  top: 5%;
  right: 10%;
  animation: blob-morph 10s ease-in-out infinite;
}

.blob-2 {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  bottom: 20%;
  left: 5%;
  animation: blob-morph 12s ease-in-out infinite reverse;
}

.blob-3 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  top: 40%;
  left: 50%;
  animation: blob-float 8s ease-in-out infinite;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(0deg) scale(1);
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(180deg) scale(1.1);
  }
}

@keyframes blob-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-30px, 30px) scale(0.95);
  }
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .brand-headline {
    font-size: 1.6rem;
  }
  
  .zone-heading {
    font-size: 1.2rem;
  }
  
  .brand-flex-wrapper {
    padding: 1.5rem;
  }
  
  .contact-zone,
  .policies-zone {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-bg-layer {
    background-attachment: scroll;
  }
  
  .brand-flex-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem;
  }
  
  .brand-visual-element {
    width: 60px;
    height: 60px;
  }
  
  .brand-visual-element i {
    font-size: 28px;
  }
  
  .brand-headline {
    font-size: 1.4rem;
  }
  
  .contact-tile {
    padding: 1rem;
  }
  
  .tile-icon-wrapper {
    width: 38px;
    height: 38px;
  }
  
  .policy-item:hover {
    transform: translateX(4px);
  }
}



/* Universal section */

.additional-universal-modern {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-modern .section-title {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-modern .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-modern .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

/* Masonry Grid */
.additional-universal-modern .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-auto-rows: 250px;
  position: relative;
  z-index: 2;
}

/* Grid Items */
.additional-universal-modern .grid-item {
  position: relative;
  background: var(--neutral-0);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--neutral-100);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.additional-universal-modern .grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-300);
}

/* Grid Item Sizes */
.additional-universal-modern .item-large {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 3px solid var(--primary-200);
}

.additional-universal-modern .item-medium {
  grid-row: span 2;
}

.additional-universal-modern .item-standard {
  grid-row: span 2;
}

/* Item Overlay */
.additional-universal-modern .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.additional-universal-modern .item-large:hover .item-overlay {
  opacity: 0.2;
}

/* Item Icon */
.additional-universal-modern .item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.additional-universal-modern .item-icon i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-modern .grid-item:hover .item-icon {
  transform: scale(1.1) rotate(10deg);
}

/* Item Content */
.additional-universal-modern .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.additional-universal-modern .item-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-modern .item-large .item-title {
  font-size: 1.75rem;
}

.additional-universal-modern .item-description {
  font-size: 0.95rem;
  color: var(--neutral-700);
  line-height: 1.7;
  margin: 0;
}

.additional-universal-modern .item-large .item-description {
  font-size: 1rem;
}

/* Corner Accents */
.additional-universal-modern .corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  pointer-events: none;
}

.additional-universal-modern .corner-accent.top-left {
  top: 15px;
  left: 15px;
  border-top: 4px solid var(--primary-500);
  border-left: 4px solid var(--primary-500);
}

.additional-universal-modern .corner-accent.bottom-right {
  bottom: 15px;
  right: 15px;
  border-bottom: 4px solid var(--accent-500);
  border-right: 4px solid var(--accent-500);
}

/* Shine Effect */
.additional-universal-modern .shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.additional-universal-modern .grid-item:hover .shine-effect {
  left: 100%;
}

/* Background Gradients */
.additional-universal-modern .bg-gradient {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(80px);
}

.additional-universal-modern .grad-1 {
  width: 500px;
  height: 500px;
  background: var(--primary-400);
  top: 10%;
  left: -150px;
}

.additional-universal-modern .grad-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-400);
  bottom: 15%;
  right: -130px;
}

/* Floating Shapes */
.additional-universal-modern .floating-shape {
  position: absolute;
  opacity: 0.04;
  pointer-events: none;
}

.additional-universal-modern .shape-1 {
  width: 200px;
  height: 200px;
  background: var(--primary-300);
  border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  top: 25%;
  right: 10%;
  filter: blur(40px);
}

.additional-universal-modern .shape-2 {
  width: 180px;
  height: 180px;
  background: var(--accent-300);
  border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
  bottom: 20%;
  left: 12%;
  filter: blur(35px);
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
  .additional-universal-modern {
    padding: 4rem 0;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    grid-auto-rows: 280px;
  }

  .additional-universal-modern .item-large {
    grid-column: span 2;
  }

  .additional-universal-modern .item-medium {
    grid-column: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.75rem;
  }

  .additional-universal-modern .item-icon {
    width: 65px;
    height: 65px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.75rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.25rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.5rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
  .additional-universal-modern {
    padding: 3rem 0;
  }

  .additional-universal-modern .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-modern .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-modern .section-description {
    font-size: 1rem;
  }

  .additional-universal-modern .masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-auto-rows: auto;
  }

  .additional-universal-modern .item-large,
  .additional-universal-modern .item-medium,
  .additional-universal-modern .item-standard {
    grid-column: span 1;
    grid-row: span 1;
  }

  .additional-universal-modern .grid-item {
    padding: 1.5rem;
  }

  .additional-universal-modern .item-icon {
    width: 60px;
    height: 60px;
  }

  .additional-universal-modern .item-icon i {
    font-size: 1.5rem;
  }

  .additional-universal-modern .item-title {
    font-size: 1.2rem;
  }

  .additional-universal-modern .item-large .item-title {
    font-size: 1.35rem;
  }

  .additional-universal-modern .item-description {
    font-size: 0.9rem;
  }

  .additional-universal-modern .bg-gradient,
  .additional-universal-modern .floating-shape {
    display: none;
  }
}







.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-100);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_feature_item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
  padding: var(--space-6);
  background-color: var(--neutral-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--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(--primary-50), var(--neutral-50));
  border-color: var(--primary-200);
}

.add_wrap .add_feature_icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
}

.add_wrap .add_feature_highlight .add_feature_icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
}

.add_wrap .add_icon_check:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--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(--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(--text-primary);
  margin-bottom: var(--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(--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(--space-4);
    padding: var(--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;
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_content {
  text-align: center;
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_elements_list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.add_wrap .add_element {
  padding: var(--space-6);
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--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(--text-primary);
  margin-bottom: var(--space-3);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_elem_desc {
  color: var(--text-body);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .add_wrap .add_elements_list {
    gap: var(--space-6);
  }
  
  .add_wrap .add_element {
    padding: var(--space-4);
  }
}


.add_wrap {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.add_wrap .add_testimonial_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  position: relative;
  border: 1px solid var(--neutral-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_wrap .add_testimonial_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.add_wrap .add_testimonial_compact {
  text-align: center;
  padding: var(--space-6);
}

.add_wrap .add_quote_mark {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 40px;
  height: 40px;
  background-color: var(--primary-500);
  border-radius: 50%;
  opacity: 0.1;
}

.add_wrap .add_quote_mark:before {
  content: '"';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-500);
}

.add_wrap .add_testimonial_quote {
  margin-bottom: var(--space-6);
  border: none;
  padding: 0;
}

.add_wrap .add_quote_text {
  color: var(--text-body);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.add_wrap .add_testimonial_author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.add_wrap .add_testimonial_compact .add_testimonial_author {
  flex-direction: column;
  gap: var(--space-3);
}

.add_wrap .add_author_avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-400), var(--primary-500));
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.add_wrap .add_author_avatar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_author_info {
  display: flex;
  flex-direction: column;
}

.add_wrap .add_testimonial_compact .add_author_info {
  align-items: center;
}

.add_wrap .add_author_name {
  color: var(--text-primary);
  font-weight: 600;
  font-style: normal;
  margin-bottom: var(--space-1);
}

.add_wrap .add_author_role {
  color: var(--text-secondary);
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .add_wrap .add_testimonial_card {
    padding: var(--space-6);
  }
  
  .add_wrap .add_testimonial_compact {
    padding: var(--space-4);
  }
  
  .add_wrap .add_testimonial_author {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
  }
  
  .add_wrap .add_author_info {
    align-items: center;
  }
  
  .add_wrap .add_quote_mark {
    width: 30px;
    height: 30px;
  }
  
  .add_wrap .add_quote_mark:before {
    font-size: 18px;
  }
}


/* Universal section */
/* Card grid layout with icon emphasis */

.add_wrap_secondary {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
  overflow: hidden;
}

/* Decorative elements */
.add_wrap_secondary .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.add_wrap_secondary .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500, #2563eb);
  top: -100px;
  right: -100px;
  filter: blur(60px);
}

.add_wrap_secondary .blob-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-300, #93c5fd);
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.add_wrap_secondary .container {
  position: relative;
  z-index: 1;
}

/* Section header */
.add_wrap_secondary .add_header {
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_secondary .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_secondary .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--text-accent, #2563eb);
  margin-bottom: var(--space-3, 0.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_secondary .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature cards grid */
.add_wrap_secondary .add_features_grid {
  margin-top: var(--space-8, 2rem);
}

.add_wrap_secondary .add_feature_card {
  display: flex;
  gap: var(--space-4, 1rem);
  padding: var(--space-6, 1.5rem);
  background: #ffffff;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-light, #cbd5e1);
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}

.add_wrap_secondary .add_feature_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
  border-color: var(--primary-300, #93c5fd);
}

/* Highlight card (5th element) */
.add_wrap_secondary .add_feature_card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 2px solid var(--primary-300, #93c5fd);
}

.add_wrap_secondary .add_feature_card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
  border-color: var(--primary-500, #2563eb);
}

/* Icon wrapper */
.add_wrap_secondary .card_icon_wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #eff6ff);
  border-radius: var(--radius-md, 10px);
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  transition: all 0.3s ease;
}

.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
  width: 80px;
  height: 80px;
  font-size: 2rem;
  background: var(--primary-100, #dbeafe);
}

/* Card content */
.add_wrap_secondary .card_content {
  flex: 1;
}

.add_wrap_secondary .add_elem_title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_secondary .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .add_wrap_secondary {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
  
  .add_wrap_secondary .add_header {
    margin-bottom: var(--space-8, 2rem);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .add_wrap_secondary .add_feature_card {
    flex-direction: column;
    text-align: center;
  }
  
  .add_wrap_secondary .card_icon_wrapper {
    margin: 0 auto;
  }
}



/* Universal section */
/* Horizontal steps layout with connector line */

.add_wrap_clean {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: var(--surface-primary, #f8fafc);
}

/* Header with side panels */
.add_wrap_clean .add_header_panels {
  margin-bottom: var(--space-12, 3rem);
  padding-bottom: var(--space-8, 2rem);
  border-bottom: 2px solid var(--neutral-100, #f1f5f9);
}

.add_wrap_clean .panel_accent {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_wrap_clean .left_panel {
  border-right: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .right_panel {
  border-left: 4px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .panel_decoration {
  width: 40px;
  height: 40px;
  background: var(--primary-100, #dbeafe);
  transform: rotate(45deg);
  border: 2px solid var(--primary-500, #2563eb);
}

.add_wrap_clean .header_main_content {
  padding: var(--space-4, 1rem);
}

.add_wrap_clean .add_title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.add_wrap_clean .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  color: var(--primary-500, #2563eb);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_clean .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #334155);
  line-height: 1.7;
  text-align: center;
  margin-top: var(--space-6, 1.5rem);
}

/* Horizontal steps */
.add_wrap_clean .add_horizontal_steps {
  position: relative;
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .steps_connector {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, 
    var(--primary-500, #2563eb) 0%, 
    var(--primary-300, #93c5fd) 50%, 
    var(--primary-500, #2563eb) 100%);
  z-index: 0;
}

.add_wrap_clean .step_item {
  position: relative;
  margin-bottom: var(--space-8, 2rem);
  z-index: 1;
}

/* Step marker */
.add_wrap_clean .step_marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-4, 1rem);
}

.add_wrap_clean .marker_inner {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid var(--primary-500, #2563eb);
  border-radius: 50%;
  color: var(--primary-500, #2563eb);
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.add_wrap_clean .step_item:hover .marker_inner {
  background: var(--primary-500, #2563eb);
  color: #ffffff;
  transform: scale(1.1);
}

.add_wrap_clean .marker_label {
  margin-top: var(--space-2, 0.5rem);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--neutral-500, #64748b);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Step content */
.add_wrap_clean .step_content {
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--neutral-100, #f1f5f9);
  text-align: center;
  transition: all 0.3s ease;
}

.add_wrap_clean .step_item:hover .step_content {
  border-color: var(--primary-300, #93c5fd);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
  transform: translateY(-4px);
}

.add_wrap_clean .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #0f172a);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_clean .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #334155);
  line-height: 1.65;
  margin: 0;
}

/* Conclusion step */
.add_wrap_clean .step_conclusion {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_clean .step_conclusion .step_content {
  background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
  border: 3px solid var(--primary-500, #2563eb);
  padding: var(--space-8, 2rem);
  max-width: 900px;
  margin: 0 auto;
}

.add_wrap_clean .step_conclusion:hover .step_content {
  border-color: var(--primary-700, #1d4ed8);
  background: linear-gradient(135deg, var(--primary-100, #dbeafe) 0%, #ffffff 100%);
}

.add_wrap_clean .conclusion_badge {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500, #2563eb) 0%, var(--primary-700, #1d4ed8) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  margin: 0 auto var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.3);
}

.add_wrap_clean .step_conclusion .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  color: var(--primary-700, #1d4ed8);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_clean .panel_accent {
    display: none;
  }
  
  .add_wrap_clean .steps_connector {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_clean {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_clean .add_header_panels {
    margin-bottom: var(--space-8, 2rem);
    padding-bottom: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .marker_inner {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }
  
  .add_wrap_clean .step_content {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_clean .step_conclusion .step_content {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_clean .conclusion_badge {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}



/* Universal section */
/* Staggered card layout with organic shapes */

.add_wrap_modern {
  position: relative;
  padding: var(--space-section-y, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 50%, #ffffff 100%);
  overflow: hidden;
}

/* Organic header */
.add_wrap_modern .add_header_organic {
  position: relative;
  text-align: center;
  padding: var(--space-8, 2rem);
  margin-bottom: var(--space-12, 3rem);
}

.add_wrap_modern .organic_shape {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  opacity: 0.08;
  animation: morph 8s ease-in-out infinite;
}

.add_wrap_modern .shape_left {
  background: var(--primary-500, #059669);
  top: -50px;
  left: 10%;
  animation-delay: 0s;
}

.add_wrap_modern .shape_right {
  background: var(--primary-300, #6ee7b7);
  bottom: -50px;
  right: 10%;
  animation-delay: 4s;
}

@keyframes morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }
}

.add_wrap_modern .header_content {
  position: relative;
  z-index: 1;
}

.add_wrap_modern .eco_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  margin-bottom: var(--space-4, 1rem);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25);
}

.add_wrap_modern .add_title {
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 800;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-4, 1rem);
  line-height: 1.2;
}

.add_wrap_modern .add_subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--primary-500, #059669);
  margin-bottom: var(--space-6, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}

.add_wrap_modern .add_description {
  font-size: 1.0625rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.75;
  margin-top: var(--space-4, 1rem);
}

/* Staggered cards */
.add_wrap_modern .add_staggered_cards {
  margin-top: var(--space-10, 2.5rem);
}

.add_wrap_modern .stagger_card {
  position: relative;
  background: #ffffff;
  padding: var(--space-6, 1.5rem);
  border-radius: var(--radius-lg, 12px);
  border: 2px solid var(--primary-100, #d1fae5);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease;
}

.add_wrap_modern .stagger_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(5, 150, 105, 0.15);
  border-color: var(--primary-500, #059669);
}

/* Card leaf accent */
.add_wrap_modern .card_leaf_accent {
  position: absolute;
  top: var(--space-4, 1rem);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-50, #ecfdf5);
  color: var(--primary-500, #059669);
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.add_wrap_modern .card_right .card_leaf_accent {
  right: var(--space-4, 1rem);
}

.add_wrap_modern .card_left .card_leaf_accent {
  left: var(--space-4, 1rem);
}

.add_wrap_modern .stagger_card:hover .card_leaf_accent {
  background: var(--primary-500, #059669);
  color: #ffffff;
  transform: scale(1.1) rotate(15deg);
}

/* Card content */
.add_wrap_modern .card_content_wrapper {
  padding-top: var(--space-8, 2rem);
}

.add_wrap_modern .add_elem_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--text-primary, #1c1c1e);
  margin-bottom: var(--space-3, 0.75rem);
  line-height: 1.3;
}

.add_wrap_modern .add_elem_desc {
  font-size: 1rem;
  color: var(--text-secondary, #44403c);
  line-height: 1.65;
  margin: 0;
}

/* Highlight card (5th element) */
.add_wrap_modern .card_highlight {
  background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
  border: 3px solid var(--primary-300, #6ee7b7);
  padding: var(--space-8, 2rem);
  text-align: center;
}

.add_wrap_modern .card_highlight:hover {
  background: linear-gradient(135deg, var(--primary-100, #d1fae5) 0%, #ffffff 100%);
}

.add_wrap_modern .highlight_icon_cluster {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary-500, #059669) 0%, var(--primary-700, #047857) 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.25rem;
  margin-bottom: var(--space-6, 1.5rem);
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3);
}

.add_wrap_modern .icon_pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid var(--primary-300, #6ee7b7);
  border-radius: 50%;
  animation: pulse-expand 2s ease-out infinite;
}

@keyframes pulse-expand {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.add_wrap_modern .card_center {
  margin: 0 auto;
}

.add_wrap_modern .card_center .card_content_wrapper {
  padding-top: 0;
}

.add_wrap_modern .card_center .add_elem_title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .add_wrap_modern .organic_shape {
    display: none;
  }
  
  .add_wrap_modern .stagger_card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .add_wrap_modern .card_left .card_leaf_accent,
  .add_wrap_modern .card_right .card_leaf_accent {
    right: var(--space-4, 1rem);
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .add_wrap_modern {
    padding: var(--space-10, 2.5rem) 0;
  }
  
  .add_wrap_modern .add_header_organic {
    padding: var(--space-4, 1rem);
    margin-bottom: var(--space-8, 2rem);
  }
  
  .add_wrap_modern .eco_badge {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
  }
  
  .add_wrap_modern .stagger_card {
    padding: var(--space-4, 1rem);
  }
  
  .add_wrap_modern .card_highlight {
    padding: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .card_leaf_accent {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  
  .add_wrap_modern .card_content_wrapper {
    padding-top: var(--space-6, 1.5rem);
  }
  
  .add_wrap_modern .highlight_icon_cluster {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
  }
  
  .add_wrap_modern .icon_pulse {
    width: 90px;
    height: 90px;
  }
}



/* ===================================
   v-014: Modern Green Theme
   Layout: Timeline with Highlight Box
   =================================== */

.add_wrap.v014_modern_green {
  padding: var(--section-py) 0;
  background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Header Shape */
.add_wrap.v014_modern_green .add_decorative_header_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

/* Header Section */
.add_wrap.v014_modern_green .add_header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_badge {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.add_wrap.v014_modern_green .add_badge i {
  font-size: 28px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

.add_wrap.v014_modern_green .add_subtitle {
  color: var(--primary-500);
  margin-bottom: var(--space-6);
  font-weight: 600;
}

.add_wrap.v014_modern_green .add_description {
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Timeline */
.add_wrap.v014_modern_green .add_timeline {
  position: relative;
  padding: var(--space-8) 0;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Items */
.add_wrap.v014_modern_green .add_timeline_item {
  position: relative;
  margin-bottom: var(--space-12);
  display: flex;
  align-items: flex-start;
  gap: var(--space-6);
}

.add_wrap.v014_modern_green .add_timeline_item_left {
  justify-content: flex-end;
}

.add_wrap.v014_modern_green .add_timeline_item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/* Timeline Marker */
.add_wrap.v014_modern_green .add_timeline_marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.4);
  z-index: 3;
}

.add_wrap.v014_modern_green .add_timeline_marker i {
  font-size: 28px;
  color: #ffffff;
}

/* Timeline Content */
.add_wrap.v014_modern_green .add_timeline_content {
  width: calc(50% - 60px);
  padding: var(--space-6);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_timeline_content:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-300);
}

.add_wrap.v014_modern_green .add_timeline_title {
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-3);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_timeline_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
  line-height: 1.6;
}

/* Timeline Icon Group */
.add_wrap.v014_modern_green .add_timeline_icon_group {
  display: flex;
  gap: var(--space-3);
  justify-content: flex-start;
}

.add_wrap.v014_modern_green .add_timeline_icon_group i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary-500);
  background: var(--primary-50);
  border-radius: 8px;
}

/* Highlight Box (Element 5) */
.add_wrap.v014_modern_green .add_highlight_box {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-500);
  text-align: center;
  position: relative;
  z-index: 2;
}

.add_wrap.v014_modern_green .add_highlight_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

.add_wrap.v014_modern_green .add_highlight_icon i {
  font-size: 40px;
  color: #ffffff;
}

.add_wrap.v014_modern_green .add_highlight_title {
  color: var(--text-primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

.add_wrap.v014_modern_green .add_highlight_desc {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlight Badge Row */
.add_wrap.v014_modern_green .add_highlight_badge_row {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.add_wrap.v014_modern_green .add_highlight_badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-100);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add_wrap.v014_modern_green .add_highlight_badge i {
  font-size: 24px;
  color: var(--primary-500);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover {
  background: var(--primary-500);
  transform: scale(1.1);
}

.add_wrap.v014_modern_green .add_highlight_badge:hover i {
  color: #ffffff;
}

/* Decorative Wave */
.add_wrap.v014_modern_green .add_decorative_wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Background Decorative Elements */
.add_wrap.v014_modern_green .add_bg_circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
}

.add_wrap.v014_modern_green .add_bg_circle_1 {
  width: 400px;
  height: 400px;
  background: var(--primary-500);
  top: 10%;
  right: -200px;
}

.add_wrap.v014_modern_green .add_bg_circle_2 {
  width: 300px;
  height: 300px;
  background: var(--primary-300);
  bottom: 20%;
  left: -150px;
}

.add_wrap.v014_modern_green .add_bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    var(--primary-50) 35px,
    var(--primary-50) 37px
  );
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .add_wrap.v014_modern_green .add_timeline::before {
    left: 30px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    padding-left: 100px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    width: 100%;
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 70px;
    height: 70px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 36px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .add_wrap.v014_modern_green .add_badge {
    width: 50px;
    height: 50px;
  }

  .add_wrap.v014_modern_green .add_badge i {
    font-size: 24px;
  }

  .add_wrap.v014_modern_green .add_timeline {
    padding: var(--space-6) 0;
  }

  .add_wrap.v014_modern_green .add_timeline::before {
    left: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker {
    left: 20px;
    width: 40px;
    height: 40px;
  }

  .add_wrap.v014_modern_green .add_timeline_marker i {
    font-size: 20px;
  }

  .add_wrap.v014_modern_green .add_timeline_item {
    margin-bottom: var(--space-8);
    padding-left: 80px;
  }

  .add_wrap.v014_modern_green .add_timeline_content {
    padding: var(--space-4);
  }

  .add_wrap.v014_modern_green .add_timeline_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_timeline_icon_group i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .add_wrap.v014_modern_green .add_highlight_box {
    padding: var(--space-6);
  }

  .add_wrap.v014_modern_green .add_highlight_icon {
    width: 60px;
    height: 60px;
  }

  .add_wrap.v014_modern_green .add_highlight_icon i {
    font-size: 28px;
  }

  .add_wrap.v014_modern_green .add_highlight_title {
    font-size: 1.125rem;
  }

  .add_wrap.v014_modern_green .add_highlight_badge {
    width: 42px;
    height: 42px;
  }

  .add_wrap.v014_modern_green .add_highlight_badge i {
    font-size: 20px;
  }
}



.add_wrap {
  padding: var(--section-py) 0;
  background-color: var(--neutral-50);
}

.add_wrap .add_header {
  margin-bottom: var(--space-12);
}

.add_wrap .add_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.add_wrap .add_subtitle {
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.add_wrap .add_description {
  color: var(--text-body);
  max-width: 700px;
  margin: 0 auto;
}

.add_wrap .add_card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--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(--primary-500), var(--primary-400));
}

.add_wrap .add_card_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
  border-radius: var(--radius-lg);
  margin-bottom: var(--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(--neutral-100);
  border-radius: 50%;
}

.add_wrap .add_card_content {
  flex-grow: 1;
}

.add_wrap .add_card_title {
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  font-size: 1.25rem;
  font-weight: 600;
}

.add_wrap .add_card_desc {
  color: var(--text-body);
  margin-bottom: 0;
  line-height: 1.6;
}

.add_wrap .add_card_large {
  background: linear-gradient(135deg, var(--neutral-100), var(--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(--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;
  }
}


/* Universal section */

.additional-universal-featured {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
  overflow: hidden;
}

/* Section Header */
.additional-universal-featured .section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.additional-universal-featured .section-subtitle {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--primary-700);
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.additional-universal-featured .section-description {
  font-size: 1.125rem;
  color: var(--neutral-700);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Decorative Line Accent */
.additional-universal-featured .decorative-line-accent {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-500));
  margin: 3rem auto;
  border-radius: 2px;
}

/* Feature Cards */
.additional-universal-featured .feature-card {
  position: relative;
  background: var(--neutral-0);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid var(--neutral-200);
}

.additional-universal-featured .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--primary-300);
}

.additional-universal-featured .feature-card.featured {
  background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
  border: 2px solid var(--primary-200);
}

/* Card Icons */
.additional-universal-featured .card-icon-wrapper,
.additional-universal-featured .icon-holder {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.additional-universal-featured .card-icon-wrapper i,
.additional-universal-featured .icon-holder i {
  font-size: 2rem;
  color: var(--neutral-0);
}

.additional-universal-featured .feature-card.standard .icon-holder {
  width: 60px;
  height: 60px;
}

.additional-universal-featured .feature-card.standard .icon-holder i {
  font-size: 1.75rem;
}

/* Card Content */
.additional-universal-featured .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.additional-universal-featured .feature-card.standard .card-title {
  font-size: 1.35rem;
}

.additional-universal-featured .card-description {
  font-size: 1rem;
  color: var(--neutral-700);
  line-height: 1.6;
  margin: 0;
}

/* Card Decorative Shape */
.additional-universal-featured .card-decorative-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: var(--primary-100);
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.additional-universal-featured .feature-card:hover .card-decorative-shape {
  transform: scale(1.2);
  opacity: 0.5;
}

/* Decorative Blobs */
.additional-universal-featured .decorative-blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}

.additional-universal-featured .blob-1 {
  width: 400px;
  height: 400px;
  background: var(--primary-300);
  top: -100px;
  left: -100px;
  filter: blur(60px);
}

.additional-universal-featured .blob-2 {
  width: 350px;
  height: 350px;
  background: var(--accent-300);
  bottom: -80px;
  right: -80px;
  filter: blur(50px);
}

.additional-universal-featured .decorative-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed var(--primary-200);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}

.additional-universal-featured .circle-1 {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .additional-universal-featured {
    padding: 4rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 2rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.35rem;
  }

  .additional-universal-featured .feature-card {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .additional-universal-featured {
    padding: 3rem 0;
  }

  .additional-universal-featured .section-title {
    font-size: 1.75rem;
  }

  .additional-universal-featured .section-subtitle {
    font-size: 1.25rem;
  }

  .additional-universal-featured .section-description {
    font-size: 1rem;
  }

  .additional-universal-featured .feature-card {
    padding: 1.75rem;
  }

  .additional-universal-featured .card-title {
    font-size: 1.35rem;
  }

  .additional-universal-featured .decorative-blob {
    display: none;
  }
}







/* Team Social Links - Text Style */
.team-social-links {
    margin-top: 20px;
    padding: 15px 0;
}

.social-text-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-text-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.social-text-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    color: white;
    text-decoration: none;
}

.facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-text-link:hover {
    background: linear-gradient(135deg, #166fe5, #1877f2);
    border-color: rgba(255,255,255,0.3);
}

.linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.linkedin-text-link:hover {
    background: linear-gradient(135deg, #0959aa, #0a66c2);
    border-color: rgba(255,255,255,0.3);
}

.instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.instagram-text-link:hover {
    background: linear-gradient(135deg, #d62976, #e4405f, #f77737);
    border-color: rgba(255,255,255,0.3);
}

.x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.x-text-link:hover {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    border-color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .social-text-links {
        gap: 10px;
    }
    
    .social-text-link {
        font-size: 12px;
        padding: 6px 12px;
    }
}



/* Organization Social Links - Text Style */
.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-text-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.org-social-text-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 2px solid transparent;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.org-social-text-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255,255,255,0.4);
}

.org-social-text-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.org-social-text-link:hover::before {
    left: 100%;
}

/* Organization Text Social Networks Colors */
.org-facebook-text-link {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.org-instagram-text-link {
    background: linear-gradient(135deg, #e4405f, #f77737, #fcaf45);
}

.org-linkedin-text-link {
    background: linear-gradient(135deg, #0a66c2, #2196f3);
}

.org-x-text-link {
    background: linear-gradient(135deg, #000000, #333333);
}

.org-youtube-text-link {
    background: linear-gradient(135deg, #ff0000, #ff4444);
}

.org-medium-text-link {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

.org-tiktok-text-link {
    background: linear-gradient(135deg, #fe2c55, #25f4ee);
}

.org-pinterest-text-link {
    background: linear-gradient(135deg, #bd081c, #e60023);
}

.org-telegram-text-link {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.org-discord-text-link {
    background: linear-gradient(135deg, #5865f2, #7289da);
}

@media (max-width: 768px) {
    .org-social-text-grid {
        gap: 8px;
    }
    
    .org-social-text-link {
        font-size: 12px;
        padding: 8px 14px;
    }
    
    .org-social-title {
        font-size: 16px;
    }
}



/* Newsletter Form - Overlay Style */
.newsletter-section {
    margin: 30px 0;
    padding: 0;
    position: relative;
}

.newsletter-overlay-container {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.newsletter-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.newsletter-content {
    position: relative;
    z-index: 2;
    padding: 32px 28px;
    color: white;
}

.newsletter-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: white !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background: transparent !important;
}

.newsletter-subtitle {
    font-size: 14px !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 24px !important;
    text-align: center !important;
    line-height: 1.6 !important;
    background: transparent !important;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.newsletter-input {
    padding: 14px 18px !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.25) !important;
    border-color: rgba(255,255,255,0.5) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}

.newsletter-button {
    padding: 14px 24px !important;
    background: white !important;
    color: #667eea !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.newsletter-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
    background: #f8f9ff !important;
}

.newsletter-success {
    display: none !important;
    margin-top: 18px !important;
    padding: 16px !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 10px !important;
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
}

.newsletter-success.show {
    display: block;
}

@media (max-width: 768px) {
    .newsletter-content {
        padding: 26px 22px;
    }
    
    .newsletter-overlay-container {
        max-width: 350px;
    }
}




div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !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: 16px !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: 18px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 5px !important;
    border-radius: 3px !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !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;
    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: 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(255,255,255,0.1) !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: #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: rgba(255,255,255,0.8) !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: 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: rgba(255,255,255,0.9) !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: rgba(255,255,255,0.9) !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: #ffffff !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: #ffffff !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: 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;
    }
}




.website-cta-container {
    max-width: 750px !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: #333333 !important;
    font-family: inherit !important;
}

.website-cta-subtitle {
    font-size: 17px !important;
    margin-bottom: 32px !important;
    color: #555555 !important;
    font-family: inherit !important;
}

.website-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 30px !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.website-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
    color: white !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;
    }
}




.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;
    }
}




.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}



/* Live Chat FAQ Widget - Friendly Style - Enhanced Specificity */
div.website-livechat-widget,
.website-livechat-widget {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 290px !important;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(255,154,158,0.3) !important;
    z-index: 999999 !important;
    color: #333333 !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 rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

div.website-livechat-widget div.website-livechat-header,
.website-livechat-widget .website-livechat-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px 20px 0 0 !important;
    background: transparent !important;
    color: #333333 !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: #333333 !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: rgba(255,255,255,0.7) !important;
    border: none !important;
    color: #333333 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
    padding: 6px 8px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !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: 30px !important;
    min-height: 30px !important;
}

div.website-livechat-widget button.website-livechat-toggle:hover,
.website-livechat-widget .website-livechat-toggle:hover {
    background: rgba(255,255,255,1) !important;
    transform: scale(1.1) !important;
    color: #333333 !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: #333333 !important;
    font-size: 16px !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: 16px 20px 20px !important;
    max-height: 370px !important;
    overflow-y: auto !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 0 0 20px 20px !important;
    color: #333333 !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;
    padding: 10px !important;
    background: rgba(255,255,255,0.8) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #333333 !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: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    color: #333333 !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: #007bff !important;
    background: transparent !important;
}

div.website-livechat-widget div.website-faq-question span,
.website-livechat-widget .website-faq-question span {
    color: #333333 !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: 12px !important;
    line-height: 1.4 !important;
    color: #555555 !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: #555555 !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: #007bff !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: #007bff !important;
}

@media (max-width: 768px) {
    div.website-livechat-widget,
    .website-livechat-widget {
        display: none !important;
    }
}



/* Google Maps Section - Dark Style */
.website-google-maps-section {
    padding: 60px 0 !important;
    background: #1a1a1a !important;
    margin: 0 !important;
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !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: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-family: inherit !important;
}

.website-maps-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #cccccc !important;
    margin-bottom: 40px !important;
    font-family: inherit !important;
}

.website-google-map {
    width: 100% !important;
    height: 420px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5) !important;
    border: 2px solid #333333 !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;
    }
}



/* CTA Section - Minimal Style */
.website-cta-section {
    padding: 40px 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !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;
    }
}



/* 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 - Spin Animation */
.website-floating-icons {
    position: relative !important;
    overflow: hidden !important;
}

.website-floating-icon {
    position: absolute !important;
    font-size: 19px !important;
    color: rgba(0,0,0,0.04) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: websiteFloatAnimationSpin 10s linear infinite !important;
}

.website-floating-icon.variant-1 {
    top: 12% !important;
    right: 6% !important;
    animation-delay: 0s !important;
}

.website-floating-icon.variant-2 {
    top: 62% !important;
    right: 4% !important;
    animation-delay: 3s !important;
    font-size: 15px !important;
}

.website-floating-icon.variant-3 {
    top: 32% !important;
    left: 4% !important;
    animation-delay: 6s !important;
    font-size: 23px !important;
}

@keyframes websiteFloatAnimationSpin {
    0% {
        transform: rotate(0deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
    25% {
        transform: rotate(90deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    50% {
        transform: rotate(180deg) translateY(-10px) !important;
        opacity: 0.3 !important;
    }
    75% {
        transform: rotate(270deg) translateY(-5px) !important;
        opacity: 0.4 !important;
    }
    100% {
        transform: rotate(360deg) translateY(0px) !important;
        opacity: 0.2 !important;
    }
}

@media (max-width: 768px) {
    .website-floating-icon {
        display: none !important;
    }
}


/* Cookie Manager theme (auto-injected) */
/**
 * САЙТ-СПЕЦИФИЧНЫЕ СТИЛИ
 * Тема: glass-v003
 * Toggle: 1
 * Содержит только стили для выбранной темы
 * Сгенерировано автоматически - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
 */

/**
 * OptimizedCookieManager Styles
 * Уникальные классы с префиксом ocm- для избежания конфликтов
 * Все стили с !important для гарантированного применения
 */

/* ===== БАЗОВЫЕ СТИЛИ ===== */
.ocm-banner {
    position: fixed !important;
    z-index: 999999 !important;
    max-width: 400px !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    transform: translateY(100px) !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e5e5e5 !important;
    overflow: hidden !important;
}

.ocm-banner.ocm-show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ ===== */
.ocm-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-position-bottom-center {
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(100px) !important;
}

.ocm-position-bottom-center.ocm-show {
    transform: translateX(-50%) translateY(0) !important;
}

.ocm-position-top-right {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(-100px) !important;
}

.ocm-position-top-right.ocm-show {
    transform: translateY(0) !important;
}

/* ===== СОДЕРЖИМОЕ БАННЕРА ===== */
.ocm-banner-content,
.ocm-settings {
    padding: 24px !important;
}

.ocm-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 16px !important;
}

.ocm-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.ocm-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #666666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.ocm-close:hover {
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.ocm-description {
    margin: 0 0 20px 0 !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.ocm-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ocm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-family: inherit !important;
}

.ocm-btn-accept {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-accept:hover {
    background: #0056b3 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-reject {
    background: #6c757d !important;
    color: #ffffff !important;
}

.ocm-btn-reject:hover {
    background: #545b62 !important;
    transform: translateY(-1px) !important;
}

.ocm-btn-customize {
    background: transparent !important;
    color: #007bff !important;
    border: 2px solid #007bff !important;
}

.ocm-btn-customize:hover {
    background: #007bff !important;
    color: #ffffff !important;
}

.ocm-btn-save {
    background: #28a745 !important;
    color: #ffffff !important;
}

.ocm-btn-save:hover {
    background: #1e7e34 !important;
    transform: translateY(-1px) !important;
}

.ocm-back {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
}

.ocm-back:hover {
    background: #f8f9fa !important;
}

/* ===== НАСТРОЙКИ COOKIE ===== */
.ocm-category {
    margin-bottom: 20px !important;
    padding: 16px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.ocm-category-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
}

.ocm-category-title {
    font-weight: 500 !important;
    color: #1a1a1a !important;
    font-size: 15px !important;
}

.ocm-category-desc {
    margin: 0 !important;
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* ===== ПЕРЕКЛЮЧАТЕЛИ ===== */
.ocm-switch {
    position: relative !important;
    display: inline-block !important;
    width: 50px !important;
    height: 24px !important;
}

.ocm-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.ocm-slider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #ccc !important;
    border-radius: 24px !important;
    transition: all 0.3s ease !important;
}

.ocm-slider:before {
    position: absolute !important;
    content: "" !important;
    height: 18px !important;
    width: 18px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: white !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

input:checked + .ocm-slider {
    background-color: #007bff !important;
}

input:checked + .ocm-slider:before {
    transform: translateX(26px) !important;
}

input:disabled + .ocm-slider {
    background-color: #28a745 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

/* ===== КНОПКА ПЕРЕКЛЮЧЕНИЯ - БАЗОВЫЕ СТИЛИ ===== */
.ocm-toggle {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 999998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: inherit !important;
}

/* ===== ПОЗИЦИОНИРОВАНИЕ TOGGLE КНОПКИ ===== */
.ocm-toggle.ocm-toggle-position-bottom-right {
    bottom: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-right {
    top: 20px !important;
    right: 20px !important;
}

.ocm-toggle.ocm-toggle-position-top-left {
    top: 20px !important;
    left: 20px !important;
}

.ocm-toggle.ocm-toggle-position-center-left {
    top: 50% !important;
    left: 20px !important;
    transform: translateY(-50%) !important;
}

.ocm-toggle.ocm-toggle-position-center-right {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
}

/* ===== TOGGLE СТИЛЬ 1: КРУГЛАЯ КНОПКА ===== */
.ocm-toggle.ocm-toggle-style-1 {
    border-radius: 50% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-1:hover {
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ ===== */
.ocm-settings-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.ocm-policy-link {
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.2s ease !important;
}

.ocm-policy-link:hover {
    border-bottom-color: #007bff !important;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 480px) {
    .ocm-banner {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-buttons {
        flex-direction: column !important;
    }
    
    .ocm-settings-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .ocm-category-header {
        flex-wrap: wrap !important;
    }
}

/* ===== АНИМАЦИИ ===== */
@keyframes ocm-slideUp {
    from {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }
    to {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@keyframes ocm-fadeIn {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

/* ===== ТЕМНАЯ ТЕМА (медиазапрос) ===== */
@media (prefers-color-scheme: dark) {
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
    
    .ocm-banner:not(
}


/**
 * Cookie Manager - Additional Theme Variations
 * Extended themes compatible with existing site designs
 * NO conflicts with site styles - all classes prefixed with ocm-
 */

/* ===== ТЕМА: MINIMAL VARIATIONS ===== */

/* Minimal v-002: Corporate Clean */














/* Minimal v-003: Monochrome Elegant */














/* ===== ТЕМА: MODERN VARIATIONS ===== */

/* Modern v-002: Vivid Gradient */


















/* Modern v-003: Cool Blue Gradient */










/* ===== ТЕМА: ROUNDED VARIATIONS ===== */

/* Rounded v-002: Soft Pastel */














/* Rounded v-003: Bubble Style */










/* ===== ТЕМА: GLASS VARIATIONS ===== */

/* Glass v-002: Dark Glass */














/* Glass v-003: Frosted Glass */










/* ===== ТЕМА: GRADIENT VARIATIONS ===== */

/* Gradient v-002: Sunset Gradient */














/* Gradient v-003: Ocean Gradient */














/* ===== ADDITIONAL TOGGLE STYLES (9-16) ===== */

/* Toggle Style 9: Hexagon */
.ocm-toggle.ocm-toggle-style-9 {
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-9:hover {
    transform: scale(1.1) rotate(15deg) !important;
    box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4) !important;
}

/* Toggle Style 10: Diamond */
.ocm-toggle.ocm-toggle-style-10 {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    transform: rotate(45deg) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-10:hover {
    transform: rotate(45deg) scale(1.15) !important;
    box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4) !important;
}

.ocm-toggle.ocm-toggle-style-10::before {
    content: "🍪" !important;
    transform: rotate(-45deg) !important;
    display: block !important;
    font-size: 20px !important;
}

/* Toggle Style 11: Soft Shadow */
.ocm-toggle.ocm-toggle-style-11 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f0f0f0 !important;
}

.ocm-toggle.ocm-toggle-style-11:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Toggle Style 12: Neon Glow */
.ocm-toggle.ocm-toggle-style-12 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    color: #00ff88 !important;
    border: 2px solid #00ff88 !important;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5), inset 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-12:hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.7), inset 0 0 15px rgba(0, 255, 136, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Toggle Style 13: Outlined Circle */
.ocm-toggle.ocm-toggle-style-13 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #667eea !important;
    border: 3px solid #667eea !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2) !important;
}

.ocm-toggle.ocm-toggle-style-13:hover {
    background: #667eea !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 14: Gradient Border */
.ocm-toggle.ocm-toggle-style-14 {
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #667eea !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.ocm-toggle.ocm-toggle-style-14::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}

.ocm-toggle.ocm-toggle-style-14:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

/* Toggle Style 15: Material Design */
.ocm-toggle.ocm-toggle-style-15 {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #4285f4 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ocm-toggle.ocm-toggle-style-15:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

.ocm-toggle.ocm-toggle-style-15:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0) !important;
}

/* Toggle Style 16: Animated Gradient */
.ocm-toggle.ocm-toggle-style-16 {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) !important;
    background-size: 300% 300% !important;
    animation: ocm-gradient-shift 6s ease infinite !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
}

.ocm-toggle.ocm-toggle-style-16:hover {
    animation-duration: 3s !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
}

@keyframes ocm-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== COMPATIBILITY ADJUSTMENTS ===== */

/* Ensure all variations work with existing positioning */
[class*="ocm-theme-"][class*="-v00"] {
    max-width: 400px !important;
    min-width: 320px !important;
}

/* Ensure all new toggle styles support all positions */
.ocm-toggle[class*="-style-"]:not([class*="-position-"]) {
    bottom: 20px !important;
    right: 20px !important;
}

/* Responsive adjustments for new variations */
@media (max-width: 480px) {
    [class*="ocm-theme-"][class*="-v00"] {
        max-width: calc(100vw - 40px) !important;
        min-width: calc(100vw - 40px) !important;
    }
    
    .ocm-toggle[class*="-style-"] {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .ocm-toggle.ocm-toggle-style-14 {
        width: 48px !important;
        height: 48px !important;
    }
}


