:root {
--primary-50: #ecfeff;
--primary-50-rgb: 236, 254, 255;
--primary-50-rgb: 236, 254, 255;
--primary-100: #d6fffe;
--primary-100-rgb: 207, 250, 254;
--primary-100-rgb: 207, 250, 254;
--primary-300: #6cf5ff;
--primary-300-rgb: 103, 232, 249;
--primary-300-rgb: 103, 232, 249;
--primary-500: #04a7ec;
--primary-500-rgb: 6, 182, 212;
--primary-500-rgb: 6, 182, 212;
--primary-700: #179ac7;
--primary-700-rgb: 8, 145, 178;
--primary-700-rgb: 8, 145, 178;
--primary-200: #a8f8ff;
--primary-200-rgb: 155, 241, 252;
--primary-200-rgb: 155, 241, 252;
--primary-400: #34bfd4;
--primary-400-rgb: 55, 207, 231;
--primary-400-rgb: 55, 207, 231;
--primary-600: #029bd0;
--primary-600-rgb: 7, 164, 195;
--primary-600-rgb: 7, 164, 195;
--primary-800: #079399;
--primary-800-rgb: 6, 116, 142;
--primary-800-rgb: 6, 116, 142;
--primary-900: #0b4a67;
--primary-900-rgb: 5, 99, 121;
--primary-900-rgb: 5, 99, 121;
--primary-950: #0a575c;
--primary-950-rgb: 4, 69, 85;
--primary-950-rgb: 4, 69, 85;
--primary-rgb: 6, 182, 212;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f4f4f5;
--neutral-100-rgb: 244, 244, 245;
--neutral-100-rgb: 244, 244, 245;
--neutral-300: #eaeaea;
--neutral-300-rgb: 212, 212, 216;
--neutral-300-rgb: 212, 212, 216;
--neutral-500: #707072;
--neutral-500-rgb: 113, 113, 122;
--neutral-500-rgb: 113, 113, 122;
--neutral-700: #4b4b51;
--neutral-700-rgb: 63, 63, 70;
--neutral-700-rgb: 63, 63, 70;
--neutral-900: #3d3d42;
--neutral-900-rgb: 43, 43, 48;
--neutral-900-rgb: 43, 43, 48;
--neutral-200: #cbc8e0;
--neutral-200-rgb: 228, 228, 231;
--neutral-200-rgb: 228, 228, 231;
--neutral-400: #8e8d9e;
--neutral-400-rgb: 163, 163, 169;
--neutral-400-rgb: 163, 163, 169;
--neutral-600: #666666;
--neutral-600-rgb: 88, 88, 96;
--neutral-600-rgb: 88, 88, 96;
--neutral-800: #2c2e36;
--neutral-800-rgb: 50, 50, 56;
--neutral-800-rgb: 50, 50, 56;
--neutral-950: #252528;
--neutral-950-rgb: 30, 30, 34;
--neutral-950-rgb: 30, 30, 34;
--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-primary-text-rgb: 0, 0, 0;
--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 5px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 9px 7px -1px rgba(0, 0, 0, 0.1), 0 2px 9px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 19px 17px -17px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.05);
--accent-50: #fefffe;
--accent-50-rgb: 242, 254, 232;
--accent-50-rgb: 242, 254, 232;
--accent-100: #b2e2c9;
--accent-100-rgb: 221, 251, 231;
--accent-100-rgb: 221, 251, 231;
--accent-200: #badeda;
--accent-200-rgb: 185, 243, 229;
--accent-200-rgb: 185, 243, 229;
--accent-300: #99e7e6;
--accent-300-rgb: 149, 235, 227;
--accent-300-rgb: 149, 235, 227;
--accent-400: #73e4db;
--accent-400-rgb: 115, 214, 210;
--accent-400-rgb: 115, 214, 210;
--accent-500: #69ccc8;
--accent-500-rgb: 81, 193, 193;
--accent-500-rgb: 81, 193, 193;
--accent-600: #4cc0b6;
--accent-600-rgb: 81, 178, 177;
--accent-600-rgb: 81, 178, 177;
--accent-700: #558791;
--accent-700-rgb: 82, 162, 162;
--accent-700-rgb: 82, 162, 162;
--accent-800: #568479;
--accent-800-rgb: 81, 137, 129;
--accent-800-rgb: 81, 137, 129;
--accent-900: #496559;
--accent-900-rgb: 80, 122, 110;
--accent-900-rgb: 80, 122, 110;
--accent-950: #526051;
--accent-950-rgb: 79, 97, 77;
--accent-950-rgb: 79, 97, 77;
--accent-rgb: 81, 193, 193;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--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(2.5rem, 2.2rem + 1.5vw, 3rem);
--text-7xl: clamp(2.625rem, 2.3rem + 1.625vw, 3rem);
--text-8xl: clamp(2.75rem, 2.4rem + 1.75vw, 3rem);
--text-9xl: clamp(2.875rem, 2.5rem + 1.875vw, 3rem);
--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;
}
:root {
--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 5px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 6px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 11px 21px -3px rgba(0, 0, 0, 0.1), 0 7px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 27px 25px -5px rgba(0, 0, 0, 0.1), 0 17px 11px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -17px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 9px 0 rgba(0, 0, 0, 0.06);
--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;
--transition-fast: 0.96s ease;
--transition-normal: 0.96s ease;
--transition-slow: 1.30s ease;
--transition-all: all 1.29s ease;
--duration-fast: 0.91s;
--duration-normal: 0.98s;
--duration-slow: 0.87s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
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: 7610px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1025px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@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 6px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 16px -3px rgba(0, 0, 0, 0.3);
}
}
@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;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*: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;
}
.dark_font_primary {
font-family: var(--font-primary);
}
.premium_font_secondary {
font-family: var(--font-secondary);
}
.agency_font_mono {
font-family: var(--font-mono);
}
.site_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);
}
.container_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);
}
.top_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);
}
.digital_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);
}
.new_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);
}
.theme_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);
}
.bright_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);
}
.prime_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);
}
.company_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);
}
.fresh_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);
}
.section_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);
}
.custom_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);
}
.design_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);
}
.studio_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);
}
.content_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);
}
.main_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;
}
.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);
}
.web_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);
}
.business_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);
}
.elite_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);
}
.core_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;
}
.page_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);
}
.bold_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);
}
.layout_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);
}
.layout_nav_link:hover,
.layout_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.unique_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);
}
.pro_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);
}
@media (max-width: 7611px) {
.light_hero_title {
font-size: var(--text-4xl);
}
.business_section_title {
font-size: var(--text-3xl);
}
.site_display_1 {
font-size: var(--text-5xl);
}
.container_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.light_hero_title {
font-size: var(--text-3xl);
}
.business_section_title {
font-size: var(--text-2xl);
}
.site_display_1 {
font-size: var(--text-4xl);
}
}
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);
}
.minimal_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.brand_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.style_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.clean_text_balance {
text-wrap: balance;
}
.smart_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.layout_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.design_caption,
.studio_overline,
.pro_footer_text {
color: var(--text-secondary);
}
.web_hero_subtitle,
.elite_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.light_hero_title,
.business_section_title,
.digital_heading_1,
.new_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.minimal_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.00rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1.06rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.31rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.06rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.94rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.94rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 7616px) {
body {
font-size: 0.88rem;
}
.lead {
font-size: 1.06rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.app_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.creative_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.modern_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.base_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.ui_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.best_stack {
display: flex;
flex-direction: column;
}
.core87_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.design78_full_height {
min-height: auto;
}
.pro89_section_height {
min-height: auto;
}
.best16_hero_height {
min-height: auto;
}
.light39_m_0 { margin: 0; }
.company7_m_1 { margin: var(--space-1); }
.minimal91_m_2 { margin: var(--space-2); }
.creative41_m_3 { margin: var(--space-3); }
.unique88_m_4 { margin: var(--space-4); }
.base69_m_6 { margin: var(--space-6); }
.creative13_m_8 { margin: var(--space-8); }
.style95_m_12 { margin: var(--space-12); }
.pro8_m_16 { margin: var(--space-16); }
.agency41_mx_auto { margin-left: auto; margin-right: auto; }
.pro72_my_auto { margin-top: auto; margin-bottom: auto; }
.web0_mt_0 { margin-top: 0; }
.web70_mt_4 { margin-top: var(--space-4); }
.pro95_mt_8 { margin-top: var(--space-8); }
.brand20_mt_12 { margin-top: var(--space-12); }
.premium71_mb_0 { margin-bottom: 0; }
.smart47_mb_4 { margin-bottom: var(--space-4); }
.unique74_mb_8 { margin-bottom: var(--space-8); }
.agency92_mb_12 { margin-bottom: var(--space-12); }
.section18_p_0 { padding: 0; }
.creative43_p_1 { padding: var(--space-1); }
.premium25_p_2 { padding: var(--space-2); }
.dark94_p_3 { padding: var(--space-3); }
.container14_p_4 { padding: var(--space-4); }
.new12_p_6 { padding: var(--space-6); }
.agency17_p_8 { padding: var(--space-8); }
.business5_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.clean79_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.company3_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.prime12_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.smart8_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.brand14_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.bold77_gap_1 { gap: var(--space-1); }
.prime61_gap_2 { gap: var(--space-2); }
.web92_gap_3 { gap: var(--space-3); }
.layout26_gap_4 { gap: var(--space-4); }
.elite92_gap_6 { gap: var(--space-6); }
.page96_gap_8 { gap: var(--space-8); }
.main51_shadow_none { box-shadow: var(--shadow-none); }
.content73_shadow_xs { box-shadow: var(--shadow-xs); }
.prime57_shadow_sm { box-shadow: var(--shadow-sm); }
.style19_shadow_md { box-shadow: var(--shadow-md); }
.main85_shadow_lg { box-shadow: var(--shadow-lg); }
.site49_shadow_xl { box-shadow: var(--shadow-xl); }
.minimal84_shadow_2xl { box-shadow: var(--shadow-2xl); }
.top17_shadow_inner { box-shadow: var(--shadow-inner); }
.base96_shadow_colored { box-shadow: var(--shadow-colored); }
.top63_radius_none { border-radius: var(--radius-none); }
.layout33_radius_xs { border-radius: var(--radius-xs); }
.ui6_radius_sm { border-radius: var(--radius-sm); }
.modern17_radius_md { border-radius: var(--radius-md); }
.bold91_radius_lg { border-radius: var(--radius-lg); }
.smart38_radius_xl { border-radius: var(--radius-xl); }
.ui45_radius_2xl { border-radius: var(--radius-2xl); }
.company37_radius_3xl { border-radius: var(--radius-3xl); }
.bright11_radius_full { border-radius: var(--radius-full); }
.unique27_gradient_primary {
background: var(--gradient-primary);
}
.best57_gradient_secondary {
background: var(--gradient-secondary);
}
.core82_gradient_hero {
background: var(--gradient-hero);
}
.smart85_gradient_card {
background: var(--gradient-card);
}
.top69_gradient_overlay {
position: relative;
}
.top69_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;
}
.top69_gradient_overlay > * {
position: relative;
z-index: 2;
}
.container16_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.container16_hover_lift:hover {
transform: translateY(-9px);
box-shadow: var(--shadow-lg);
}
.site45_hover_scale {
transition: transform var(--transition-normal);
}
.site45_hover_scale:hover {
transform: scale(1.02);
}
.bold11_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.bold11_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.style55_hover_fade {
transition: opacity var(--transition-normal);
}
.style55_hover_fade:hover {
opacity: var(--opacity-loading);
}
.clean44_focus_ring {
transition: box-shadow var(--transition-fast);
}
.clean44_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.clean22_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bright66_hero_content {
position: relative;
z-index: 2;
}
.agency50_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.agency60_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.design20_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.ui20_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.minimal40_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(322px, 1fr));
gap: var(--space-6);
}
.new70_timeline {
position: relative;
}
.new70_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.creative74_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.creative74_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.creative74_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.unique55_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.section88_slide_up {
transform: translateY(25px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.prime83_slide_in_left {
transform: translateX(-21px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.ui6_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;
}
}
.new32_transition_all {
transition: var(--transition-all);
}
.smart93_transition_fast {
transition: all var(--transition-fast);
}
.container91_transition_normal {
transition: all var(--transition-normal);
}
.business2_transition_slow {
transition: all var(--transition-slow);
}
.core53_bg_primary { background-color: var(--bg-primary); }
.page66_bg_secondary { background-color: var(--bg-secondary); }
.modern52_bg_muted { background-color: var(--bg-muted); }
.elite38_bg_glass { background-color: var(--bg-glass); }
.bright84_text_primary { color: var(--text-primary); }
.design98_text_secondary { color: var(--text-secondary); }
.pro35_text_muted { color: var(--text-muted); }
.smart2_text_inverse { color: var(--text-inverse); }
.prime85_text_link { color: var(--text-link); }
.studio3_border_light { border-color: var(--border-light); }
.page15_border_medium { border-color: var(--border-medium); }
.custom11_border_strong { border-color: var(--border-strong); }
.company41_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7611px) {
.agency50_services_grid,
.design20_features_grid,
.agency60_team_grid,
.minimal40_pricing_grid {
grid-template-columns: 1fr;
}
.ui20_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.new70_timeline::before {
left: 30px;
}
.creative74_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.pro89_section_height {
min-height: auto;
}
.best16_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.ui20_gallery_grid {
grid-template-columns: 1fr;
}
.creative74_timeline_item {
padding-left: var(--space-12) !important;
}
}
.content61_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;
}
.design47_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.light32_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);
}
.light32_skip_link:focus {
top: 6px;
}
@media print {
.layout30_no_print {
display: none !important;
}
.modern31_print_only {
display: block !important;
}
.content73_shadow_xs,
.prime57_shadow_sm,
.style19_shadow_md,
.main85_shadow_lg,
.site49_shadow_xl,
.minimal84_shadow_2xl {
box-shadow: none !important;
}
}
.cta-action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 1.75rem;
margin-top: 1.59rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.12rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(5px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.unique55_fade_in,
.section88_slide_up,
.prime83_slide_in_left,
.ui6_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.container16_hover_lift,
.site45_hover_scale,
.bold11_hover_shadow,
.style55_hover_fade,
.new32_transition_all,
.smart93_transition_fast,
.container91_transition_normal,
.business2_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-professional-blue {
background: var(--neutral-100);
border-bottom: 1px solid var(--neutral-200);
box-shadow: var(--shadow-sm);
position: sticky;
top: 0;
z-index: 1000;
max-height: 80px;
}
.header-sitename {
font-size: 1.81rem;
font-weight: 700;
color: var(--primary-500);
letter-spacing: -0.5px;
transition: var(--transition-base);
}
.header-sitename:hover {
color: var(--primary-600);
}
.header-nav {
padding: 0;
margin: 0;
}
.header-nav-link {
font-size: 1.06rem;
font-weight: 500;
color: var(--neutral-700);
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: var(--radius-md);
transition: var(--transition-base);
white-space: nowrap;
display: inline-block;
}
.header-nav-link:hover {
color: var(--primary-500);
background: var(--primary-50);
}
.header-nav-link:focus {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
.header-nav-link-cta {
background: var(--primary-500);
color: var(--neutral-100);
padding: 0.625rem 1.5rem;
border-radius: var(--radius-xl);
font-weight: 600;
box-shadow: var(--shadow-sm);
}
.header-nav-link-cta:hover {
background: var(--primary-600);
color: var(--neutral-100);
box-shadow: var(--shadow-md);
transform: translateY(-1px);
}
@media (max-width: 991.99px) {
.header-professional-blue {
max-height: none;
}
.header-nav {
gap: 0.75rem !important;
}
.header-nav-link {
padding: 0.375rem 0.75rem;
font-size: 1.00rem;
}
.header-nav-link-cta {
padding: 0.5rem 1.25rem;
}
}
@media (max-width: 575.911px) {
.header-sitename {
font-size: 1.38rem;
}
.header-nav {
gap: 0.5rem !important;
}
.header-nav-link {
font-size: 0.88rem;
padding: 0.375rem 0.625rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 23, 47, 0.62) 0%,
rgba(9, 19, 40, 0.54) 45%,
rgba(6, 10, 19, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-professional-blue-01 {
position: relative;
min-height: 100vh;
overflow: hidden;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--bg-primary) 100%);
}
.hero-bg-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.4;
}
.hero-gradient-1 {
background: radial-gradient(
ellipse 800px 600px at 20% 30%,
var(--primary-100) 0%,
transparent 70%
);
z-index: 0;
}
.hero-gradient-2 {
background: radial-gradient(
ellipse 600px 500px at 80% 70%,
var(--primary-300) 0%,
transparent 70%
);
z-index: 0;
}
.hero-content {
max-width: 520px;
}
#hero-title-1 {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.02em;
}
#hero-subtitle-1 {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
}
#hero-desc-1 {
color: var(--text-secondary);
line-height: 1.6;
}
.hero-cta {
align-items: center;
}
.hero-cta .btn {
border-radius: var(--radius-medium);
padding: 0.875rem 1.75rem;
font-weight: 600;
transition: all var(--duration-default) var(--ease-smooth);
backdrop-filter: blur(9px);
border: 1px solid transparent;
}
.hero-cta .btn-primary {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
box-shadow: 0 16px 24px rgba(60, 115, 241, 0.30);
}
.hero-cta .btn-primary:hover {
background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
box-shadow: 0 18px 32px rgba(67, 133, 255, 0.40);
transform: translateY(-2px);
}
.hero-cta .btn-outline-primary {
background: rgba(255, 255, 255, 0.7);
color: var(--primary-700);
border-color: var(--border-light);
}
.hero-cta .btn-outline-primary:hover {
background: rgba(255, 255, 255, 0.95);
border-color: var(--primary-500);
}
.hero-visual-container {
perspective: 1000px;
}
.hero-image-primary {
position: relative;
z-index: 2;
filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
animation: float-primary 6s ease-in-out infinite;
}
.hero-image-secondary {
position: absolute;
bottom: -20px;
right: -40px;
width: 280px;
height: 280px;
z-index: 1;
filter: drop-shadow(0 17px 32px rgba(0, 0, 0, 0.08));
animation: float-secondary 7s ease-in-out infinite;
}
.hero-image-primary img,
.hero-image-secondary img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero-decoration-blob {
position: absolute;
border-radius: 50%;
opacity: 0.25;
filter: blur(40px);
pointer-events: none;
}
.hero-blob-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
background: var(--primary-300);
z-index: 0;
}
.hero-blob-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
background: var(--primary-100);
z-index: 0;
animation: float-blob 8s ease-in-out infinite;
}
.hero-mobile-visual {
box-shadow: 0 17px 40px rgba(0, 0, 0, 0.12);
}
.hero-mobile-visual img {
width: 100%;
height: auto;
display: block;
}
@keyframes float-primary {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-13px);
}
}
@keyframes float-secondary {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(13px);
}
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(-20px, -20px);
}
66% {
transform: translate(10px, 15px);
}
}
@media (max-width: 991.911px) {
.hero-professional-blue-01 {
min-height: auto;
max-height: none;
}
.hero-content {
max-width: 100%;
}
#hero-title-1 {
font-size: 2.00rem;
}
#hero-desc-1 {
font-size: 1.00rem;
}
.hero-cta {
flex-wrap: wrap;
}
.hero-cta .btn {
flex: 1;
min-width: 150px;
}
}
@media (max-width: 576px) {
.hero-professional-blue-01 {
padding: 2rem 0;
}
#hero-title-1 {
font-size: 1.62rem;
margin-bottom: 1rem;
}
#hero-subtitle-1 {
font-size: 0.94rem;
}
#hero-desc-1 {
font-size: 0.94rem;
margin-bottom: 1.74rem;
}
.hero-cta {
gap: 0.75rem;
}
.hero-cta .btn {
padding: 0.75rem 1.5rem;
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 11, 0.62) 0%,
rgba(15, 22, 44, 0.54) 45%,
rgba(3, 5, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.usp-section {
position: relative;
min-height: auto;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.usp-section .container {
position: relative;
z-index: 2;
}
.usp-card {
position: relative;
height: 100%;
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(13px);
border: 1px solid var(--border-light);
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.08);
transition: all var(--duration-default) var(--ease-smooth);
padding: var(--space-lg);
}
.usp-card:hover {
background: rgba(255, 255, 255, 0.8);
border-color: var(--border-medium);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.12);
transform: translateY(-2px);
}
.usp-card-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.usp-card-icon {
width: 44px;
height: 44px;
border-radius: var(--radius-md);
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
display: flex;
align-items: center;
justify-content: center;
margin-bottom: var(--space-md);
color: var(--primary-700);
flex-shrink: 0;
}
.usp-card-icon svg {
width: 20px;
height: 20px;
stroke: currentColor;
}
.usp-card-value {margin-top: auto;
color: var(--primary-600);
font-weight: 600;
letter-spacing: 0.5px;
}
.usp-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.usp-decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -150px;
filter: blur(60px);
}
.usp-decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -80px;
left: -100px;
filter: blur(50px);
}
@media (max-width: 7613px) {
.usp-section {
padding-top: 3rem;
padding-bottom: 3rem;
}
.usp-card {
padding: var(--space-md);
}
.usp-card-icon {
width: 40px;
height: 40px;
}
}
@media (max-width: 576px) {
.usp-section {
padding-top: 2.64rem;
padding-bottom: 2.57rem;
}
.usp-card {
padding: var(--space-md);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 17, 36, 0.62) 0%,
rgba(15, 25, 42, 0.54) 45%,
rgba(4, 10, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-alt {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--surface-primary);
position: relative;
padding: 0;
}
.about-section-alt .container-fluid {
padding-left: 4rem;
padding-right: 4rem;
}
.about-section-alt .content-column {
padding-right: 3rem;
}
.about-section-alt .content-wrapper {
max-width: 680px;
}
.about-section-alt .section-badge {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1.68rem;
}
.about-section-alt .badge-dot {
width: 11px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
}
.about-section-alt .badge-line {
width: 40px;
height: 2px;
background: color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.about-section-alt .about-title {
font-size: 2.56rem;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.02em;
}
.about-section-alt .about-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.62rem;
letter-spacing: -0.01em;
}
.about-section-alt .about-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 2.56rem;
}
.about-section-alt .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.about-section-alt .feature-item {
display: flex;
gap: 1rem;
}
.about-section-alt .feature-icon-wrapper {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.62rem;
transition: all 0.41s ease;
}
.about-section-alt .feature-item:hover .feature-icon-wrapper {
background: var(--primary-500);
color: var(--light);
transform: translateY(-2px);
}
.about-section-alt .feature-content {
flex: 1;
}
.about-section-alt .feature-name {
font-size: 1.12rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.68rem;
letter-spacing: -0.01em;
}
.about-section-alt .feature-desc {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.about-section-alt .image-column {
position: relative;
height: 100%;
display: flex;
align-items: center;
}
.about-section-alt .image-gallery {
position: relative;
width: 100%;
height: 500px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1rem;
}
.about-section-alt .gallery-item {
border-radius: 16px;
overflow: hidden;
background: var(--surface-secondary);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
transition: all 0.90s ease;
}
.about-section-alt .gallery-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.about-section-alt .gallery-item-1 {
grid-column: 1 / 2;
grid-row: 1 / 2;
}
.about-section-alt .gallery-item-2 {
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.about-section-alt .gallery-item-3 {
grid-column: 1 / 2;
grid-row: 2 / 3;
}
.about-section-alt .image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
color: var(--primary-500);
font-size: 2.81rem;
}
.about-section-alt .decorative-circle {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.about-section-alt .circle-1 {
width: 120px;
height: 120px;
background: color-mix(in srgb, var(--primary-300) 15%, transparent);
top: -40px;
right: -40px;
z-index: 1;
}
.about-section-alt .circle-2 {
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
bottom: -30px;
left: -30px;
z-index: 1;
}
@media (min-width: 1400px) {
.about-section-alt .about-title {
font-size: 3.00rem;
}
.about-section-alt .about-subtitle {
font-size: 1.38rem;
}
.about-section-alt .image-gallery {
height: 550px;
}
}
@media (max-width: 1199px) {
.about-section-alt .about-title {
font-size: 2.31rem;
}
.about-section-alt .about-subtitle {
font-size: 1.19rem;
}
.about-section-alt .features-grid {
gap: 1.5rem;
}
.about-section-alt .image-gallery {
height: 450px;
}
}
@media (max-width: 991px) {
.about-section-alt {
min-height: auto;
max-height: none;
padding: 4rem 0;
}
.about-section-alt .container-fluid {
padding-left: 2rem;
padding-right: 2rem;
}
.about-section-alt .content-column {
padding-right: 0;
margin-bottom: 3rem;
}
.about-section-alt .about-title {
font-size: 2.44rem;
}
.about-section-alt .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-section-alt .image-gallery {
height: 400px;
}
}
@media (max-width: 767px) {
.about-section-alt {
padding: 3rem 0;
}
.about-section-alt .container-fluid {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.about-section-alt .about-title {
font-size: 1.75rem;
}
.about-section-alt .about-subtitle {
font-size: 1.00rem;
}
.about-section-alt .about-description {
font-size: 0.94rem;
margin-bottom: 2rem;
}
.about-section-alt .features-grid {
gap: 1.25rem;
}
.about-section-alt .feature-icon-wrapper {
width: 40px;
height: 40px;
font-size: 1.31rem;
}
.about-section-alt .feature-name {
font-size: 0.94rem;
}
.about-section-alt .feature-desc {
font-size: 0.88rem;
}
.about-section-alt .image-gallery {
height: 350px;
gap: 0.75rem;
}
.about-section-alt .image-placeholder {
font-size: 2.19rem;
}
.about-section-alt .circle-1 {
width: 80px;
height: 80px;
top: -30px;
right: -30px;
}
.about-section-alt .circle-2 {
width: 60px;
height: 60px;
bottom: -20px;
left: -20px;
}
}
@media (max-width: 575px) {
.about-section-alt .about-title {
font-size: 1.50rem;
}
.about-section-alt .image-gallery {
height: 300px;
}
}
.about-section-alt .content-wrapper {
animation: fadeInUp 0.81s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
[data-sal="slide-up"] {
transition: opacity 1.18s ease, transform 0.94s ease;
}
@media (prefers-reduced-motion: reduce) {
.about-section-alt * {
animation: none !important;
transition: none !important;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 29, 52, 0.62) 0%,
rgba(10, 18, 35, 0.54) 45%,
rgba(4, 10, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-alt {
overflow-x: hidden !important;
}
.features-section-secondary {
position: relative;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--surface-primary) 95%, var(--primary-50) 5%) 100%
);
overflow: hidden;
}
.features-section-secondary .section-header {
position: relative;
z-index: 2;
}
.features-section-secondary #eee9actures-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-secondary #fff894tures-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.88rem;
}
.features-section-secondary #fbe4a6tures-desc {
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.features-section-secondary .feature-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem 1.5rem;
transition: all 1.01s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
overflow: hidden;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.features-section-secondary .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
opacity: 0;
transition: opacity 1.27s ease;
}
.features-section-secondary .feature-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px -8px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
0 0 0 1px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.features-section-secondary .feature-card:hover::before {
opacity: 1;
}
.features-section-secondary .feature-icon-wrapper {
position: relative;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.70rem;
}
.features-section-secondary .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
color-mix(in srgb, var(--primary-300) 10%, transparent 90%)
);
border-radius: 16px;
transition: all 0.72s ease;
}
.features-section-secondary .feature-card:hover .icon-background {
transform: rotate(8deg) scale(1.1);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
color-mix(in srgb, var(--primary-300) 20%, transparent 80%)
);
}
.features-section-secondary .feature-icon {
position: relative;
font-size: 2.12rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.98s ease;
}
.features-section-secondary .feature-card:hover .feature-icon {
transform: scale(1.1);
color: var(--primary-700);
}
.features-section-secondary .feature-content {
position: relative;
z-index: 1;
flex: 1;
}
.features-section-secondary #ffefb3tures-item-1-name,
.features-section-secondary #f3eb8atures-item-2-name,
.features-section-secondary #fffc99tures-item-3-name,
.features-section-secondary #ffedb6tures-item-4-name {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
transition: color 1.19s ease;
}
.features-section-secondary .feature-card:hover #fff5batures-item-1-name,
.features-section-secondary .feature-card:hover #fff8b8tures-item-2-name,
.features-section-secondary .feature-card:hover #fbdb9atures-item-3-name,
.features-section-secondary .feature-card:hover #fff3a0tures-item-4-name {
color: var(--primary-500);
}
.features-section-secondary #eee196tures-item-1-desc,
.features-section-secondary #ffe9b3tures-item-2-desc,
.features-section-secondary #ead9actures-item-3-desc,
.features-section-secondary #f2ecb6tures-item-4-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.88rem;
}
.features-section-secondary .feature-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
transparent 70%
);
border-radius: 50%;
opacity: 0;
transition: opacity 0.95s ease, transform 0.54s ease;
pointer-events: none;
}
.features-section-secondary .feature-card:hover .feature-decoration {
opacity: 1;
transform: translate(-10px, -10px) scale(1.2);
}
.features-section-secondary .decorative-blob {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
opacity: 0.4;
}
.features-section-secondary .decorative-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent 70%
);
top: -100px;
right: -100px;
animation: float-blob-1 20s ease-in-out infinite;
}
.features-section-secondary .decorative-blob-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
transparent 70%
);
bottom: -50px;
left: -50px;
animation: float-blob-2 15s ease-in-out infinite;
}
.features-section-secondary .decorative-dots {
position: absolute;
top: 20%;
left: 5%;
width: 80px;
height: 80px;
background-image: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 2px,
transparent 2px
);
background-size: 16px 16px;
opacity: 0.3;
z-index: 0;
}
@keyframes float-blob-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes float-blob-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-40px, -25px) scale(1.15);
}
}
@media (max-width: 991.98px) {
.features-section-secondary .feature-card {
padding: 1.75rem 1.25rem;
}
.features-section-secondary #fce7b4tures-title {
font-size: 1.81rem;
}
.features-section-secondary .decorative-blob-1,
.features-section-secondary .decorative-blob-2 {
opacity: 0.2;
}
}
@media (max-width: 767.98px) {
.features-section-secondary {
padding-top: 3rem;
padding-bottom: 3rem;
}
.features-section-secondary .section-header {
margin-bottom: 2.58rem !important;
}
.features-section-secondary #ffebbetures-title {
font-size: 1.81rem;
}
.features-section-secondary #ffebb6tures-subtitle {
font-size: 0.81rem;
}
.features-section-secondary #ffe4b0tures-desc {
font-size: 1.00rem;
}
.features-section-secondary .feature-icon-wrapper {
width: 56px;
height: 56px;
}
.features-section-secondary .feature-icon {
font-size: 1.62rem;
}
.features-section-secondary .decorative-dots {
width: 60px;
height: 60px;
background-size: 12px 12px;
}
}
@media (max-width: 575.98px) {
.features-section-secondary .feature-card {
padding: 1.5rem 1rem;
}
.features-section-secondary #fef79ctures-item-1-name,
.features-section-secondary #fbf6b2tures-item-2-name,
.features-section-secondary #ffe3b2tures-item-3-name,
.features-section-secondary #fff7bctures-item-4-name {
font-size: 1.12rem;
}
.features-section-secondary #fbf4a1tures-item-1-desc,
.features-section-secondary #ffefa6tures-item-2-desc,
.features-section-secondary #ebcc95tures-item-3-desc,
.features-section-secondary #fff59ftures-item-4-desc {
font-size: 0.81rem;
}
}
@media (prefers-reduced-motion: reduce) {
.features-section-secondary .feature-card,
.features-section-secondary .feature-icon,
.features-section-secondary .icon-background,
.features-section-secondary .feature-decoration {
transition: none;
}
.features-section-secondary .decorative-blob-1,
.features-section-secondary .decorative-blob-2 {
animation: none;
}
}
@media (prefers-contrast: high) {
.features-section-secondary .feature-card {
border: 2px solid var(--neutral-700);
}
.features-section-secondary .feature-card:hover {
border-color: var(--primary-500);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 34, 52, 0.62) 0%,
rgba(6, 14, 21, 0.54) 45%,
rgba(4, 8, 15, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section-featured {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.services-section-featured .section-header {
position: relative;
z-index: 2;
}
.services-section-featured .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.services-section-featured .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
}
.services-section-featured .decoration-icon {
font-size: 1.44rem;
color: var(--primary-500);
animation: iconPulse 2s ease-in-out infinite;
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
.services-section-featured .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.services-section-featured .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.56rem;
}
.services-section-featured .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.services-section-featured .service-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2.5rem;
height: 100%;
transition: all 1.36s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.services-section-featured .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
to right,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 1.16s ease;
}
.services-section-featured .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.services-section-featured .service-card:hover::before {
transform: scaleX(1);
}
.services-section-featured .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.56rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-featured .icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
border-radius: 20px;
transform: rotate(45deg);
transition: all 0.67s ease;
}
.services-section-featured .service-card:hover .icon-background {
transform: rotate(45deg) scale(1.1);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 30%, transparent),
color-mix(in srgb, var(--primary-700) 30%, transparent)
);
}
.services-section-featured .service-icon {
position: relative;
font-size: 2.38rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.92s ease;
}
.services-section-featured .service-card:hover .service-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.services-section-featured .service-content {
position: relative;
z-index: 1;
}
.services-section-featured .service-name {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 1.15s ease;
}
.services-section-featured .service-card:hover .service-name {
color: var(--primary-500);
}
.services-section-featured .service-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.71rem;
}
.services-section-featured .service-features {
margin-bottom: 1.56rem;
padding: 1rem;
background: var(--surface-secondary);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-section-featured .features-text {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
font-weight: 500;
}
.services-section-featured .service-pricing {
display: flex;
align-items: center;
gap: 0.75rem;
padding-top: 1.59rem;
border-top: 1px solid var(--neutral-100);
}
.services-section-featured .price-label {
font-size: 0.88rem;
color: var(--text-secondary);
font-weight: 500;
}
.services-section-featured .price-value {
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-500);
}
.services-section-featured .card-corner-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 10%, transparent) 50%
);
border-radius: 16px 0 16px 0;
opacity: 0;
transition: opacity 1.38s ease;
}
.services-section-featured .service-card:hover .card-corner-decoration {
opacity: 1;
}
.services-section-featured .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.services-section-featured .shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 8%, transparent),
color-mix(in srgb, var(--primary-500) 5%, transparent)
);
animation: floatShape 20s ease-in-out infinite;
}
.services-section-featured .shape-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
animation-delay: 0s;
}
.services-section-featured .shape-2 {
width: 200px;
height: 200px;
top: 60%;
right: -50px;
animation-delay: -7s;
}
.services-section-featured .shape-3 {
width: 150px;
height: 150px;
bottom: 10%;
left: 30%;
animation-delay: -14s;
}
@keyframes floatShape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.services-section-featured .section-title {
font-size: 1.94rem;
}
.services-section-featured .section-subtitle {
font-size: 1.31rem;
}
.services-section-featured .service-card {
padding: 2rem;
}
}
@media (max-width: 767.98px) {
.services-section-featured .section-title {
font-size: 1.81rem;
}
.services-section-featured .section-subtitle {
font-size: 1.06rem;
}
.services-section-featured .section-description {
font-size: 0.94rem;
}
.services-section-featured .service-card {
padding: 1.5rem;
}
.services-section-featured .service-icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-featured .service-icon {
font-size: 1.88rem;
}
.services-section-featured .service-name {
font-size: 1.31rem;
}
.services-section-featured .decoration-line {
width: 40px;
}
}
@media (max-width: 575.98px) {
.services-section-featured .service-card {
padding: 1.25rem;
}
.services-section-featured .price-value {
font-size: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 11, 20, 0.62) 0%,
rgba(8, 21, 41, 0.54) 45%,
rgba(10, 14, 30, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.priceplan-section {
position: relative;
overflow: hidden;
background: var(--bg-primary);
min-height: 100vh;
display: flex;
align-items: center;
}
.priceplan-decoration {
position: absolute;
opacity: 0.06;
pointer-events: none;
}
.priceplan-decoration-1 {
top: -100px;
right: -150px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
border-radius: 50%;
}
.priceplan-decoration-2 {
bottom: -200px;
left: -100px;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 50%;
}
.priceplan-card {
background: var(--bg-secondary);
border: 2px solid var(--border-medium);
border-radius: var(--radius-lg);
padding: 2rem;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
transition: all var(--duration-300) var(--ease-out);
box-shadow: var(--shadow-sm);
}
.priceplan-card:hover {
transform: translateY(-4px);
border-color: var(--primary-500);
box-shadow: 0 12px 32px rgba(var(--primary-500-rgb), 0.12);
}
.priceplan-card-featured {
border-color: var(--primary-500);
border-width: 3px;
background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--primary-50) 100%);
box-shadow: 0 8px 28px rgba(var(--primary-500-rgb), 0.15);
}
.priceplan-card-featured:hover {
border-color: var(--primary-700);
box-shadow: 0 16px 40px rgba(var(--primary-500-rgb), 0.2);
}
.priceplan-badge {
display: inline-block;
background: var(--primary-500);
color: var(--text-inverse);
padding: 0.5rem 1rem;
border-radius: var(--radius-md);
margin-bottom: 1.71rem;
width: fit-content;
font-weight: 700;
letter-spacing: 0.05em;
}
.priceplan-badge .studio_overline {
color: inherit;
font-size: 0.69rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.priceplan-card-header {
margin-bottom: 1rem;
}
.priceplan-card-price {
display: flex;
align-items: baseline;
gap: 0.5rem;
padding-bottom: 1.62rem;
border-bottom: 2px solid var(--border-light);
}
.priceplan-price-value {
font-size: 2.50rem;
font-weight: 900;
color: var(--primary-500);
line-height: 1;
}
.priceplan-features {
list-style: none;
padding: 0;
margin: 0;
flex-grow: 1;
}
.priceplan-features li {
color: var(--text-secondary);
padding-left: 1.5rem;
position: relative;
}
.priceplan-features li::before {
content: "â¸";
position: absolute;
left: 0;
color: var(--primary-500);
font-weight: bold;
}
.priceplan-btn {
display: inline-block;
padding: 0.875rem 1.5rem;
border-radius: var(--radius-md);
font-weight: 700;
text-align: center;
text-decoration: none;
transition: all var(--duration-300) var(--ease-out);
border: 2px solid;
cursor: pointer;
font-size: 0.94rem;
}
.priceplan-btn-primary {
background: var(--primary-500);
color: var(--text-inverse);
border-color: var(--primary-500);
}
.priceplan-btn-primary:hover {
background: var(--primary-700);
border-color: var(--primary-700);
transform: scale(1.02);
}
.priceplan-btn-secondary {
background: var(--primary-500);
color: var(--text-inverse);
border-color: var(--primary-500);
}
.priceplan-btn-secondary:hover {
background: var(--primary-700);
border-color: var(--primary-700);
transform: scale(1.02);
}
@media (max-width: 991px) {
.priceplan-card {
padding: 1.5rem;
}
.priceplan-price-value {
font-size: 1.88rem;
}
}
@media (max-width: 767px) {
.priceplan-section {
min-height: auto;
padding: 3rem 0;
}
.priceplan-card {
padding: 1.5rem;
}
.priceplan-price-value {
font-size: 1.69rem;
}
.priceplan-decoration-1,
.priceplan-decoration-2 {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 16, 31, 0.62) 0%,
rgba(14, 25, 40, 0.54) 45%,
rgba(12, 18, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section {
position: relative;
min-height: auto;
overflow: hidden;
background: var(--bg-primary);
}
.team-header {
position: relative;
z-index: 2;
padding-bottom: var(--space-3);
}
#team-title {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
margin-bottom: var(--space-2) !important;
}
#team-subtitle {
color: var(--primary-500);
font-weight: 700;
margin-bottom: var(--space-2) !important;
}
.team-desc-text {
color: var(--text-secondary);
max-width: 600px;
line-height: 1.6;
}
.team-member-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
border: 3px solid var(--primary-500);
background: var(--bg-secondary);
transition: all var(--duration-short) var(--ease-out);
}
.team-member-card:hover {
border-color: var(--primary-700);
transform: translate(-4px, -4px);
box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}
.team-member-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1 / 1.1;
overflow: hidden;
background: var(--neutral-100);
}
.team-member-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.team-member-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(39, 91, 228, 0.10) 0%, rgba(59, 130, 246, 0) 100%);
pointer-events: none;
}
.team-member-content {
padding: var(--space-3);
border-top: 3px solid var(--primary-500);
background: var(--bg-secondary);
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.team-member-name {
color: var(--text-primary);
font-weight: 800;
margin-bottom: var(--space-1);
line-height: 1.2;
}
.team-member-role {
color: var(--primary-500);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.team-bg-decoration {
position: absolute;
top: -10%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
z-index: 1;
}
@media (max-width: 1024px) {
.team-section {
padding-top: var(--space-4) !important;
padding-bottom: var(--space-4) !important;
}
#team-title {
font-size: 2.06rem;
}
.team-member-content {
padding: var(--space-2);
}
}
@media (max-width: 768px) {
.team-section {
padding-top: var(--space-3) !important;
padding-bottom: var(--space-3) !important;
}
#team-title {
font-size: 1.94rem;
}
#team-subtitle {
font-size: 1.06rem;
}
.team-header {
margin-bottom: var(--space-3) !important;
}
.team-member-image-wrapper {
aspect-ratio: 1 / 1;
}
.team-member-card:hover {
transform: translate(-2px, -2px);
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.team-bg-decoration {
width: 300px;
height: 300px;
top: 0;
right: -10%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 11, 0.62) 0%,
rgba(2, 3, 5, 0.54) 45%,
rgba(13, 17, 33, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section-featured {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--surface-primary);
position: relative;
padding: 0;
}
.grid-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.vertical-line {
position: absolute;
top: 0;
width: 1px;
height: 100%;
background: color-mix(in srgb, var(--neutral-300) 30%, transparent);
}
.vertical-line-1 {
left: 41.666%;
}
.vertical-line-2 {
right: 20%;
}
.horizontal-line {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: color-mix(in srgb, var(--neutral-300) 30%, transparent);
}
.horizontal-line-1 {
top: 50%;
}
.reviews-section-featured .container-fluid {
position: relative;
z-index: 2;
padding: 0;
height: 100%;
display: flex;
align-items: center;
}
.reviews-section-featured .row {
width: 100%;
margin: 0;
height: 100%;
}
.header-column {
display: flex;
align-items: center;
padding: 4rem 3rem 4rem 5rem;
background: var(--surface-primary);
border-right: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.header-content {
max-width: 480px;
}
.section-label {
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--primary-500);
margin-bottom: 1.65rem;
display: block;
}
.section-title {
font-size: 2.94rem;
font-weight: 700;
line-height: 1.1;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.02em;
}
.section-subtitle {
font-size: 1.31rem;
font-weight: 400;
line-height: 1.4;
color: var(--text-secondary);
margin-bottom: 1.65rem;
}
.section-description {
font-size: 0.88rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 2rem;
}
.divider-line {
width: 60px;
height: 3px;
background: var(--primary-500);
margin-top: 2rem;
}
.reviews-column {
display: flex;
align-items: center;
padding: 4rem 5rem 4rem 3rem;
background: var(--surface-secondary);
overflow-y: auto;
}
.reviews-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
width: 100%;
max-height: calc(100vh - 8rem);
overflow-y: auto;
padding-right: 1rem;
}
.reviews-grid::-webkit-scrollbar {
width: 2px;
}
.reviews-grid::-webkit-scrollbar-track {
background: transparent;
}
.reviews-grid::-webkit-scrollbar-thumb {
background: var(--primary-500);
}
.review-item {
background: var(--surface-primary);
padding: 2rem;
border: 0;
border-left: 3px solid var(--primary-500);
position: relative;
transition: transform 0.99s ease;
}
.review-item:hover {
transform: translateX(4px);
}
.quote-mark {
font-size: 3.00rem;
font-weight: 700;
line-height: 1;
color: var(--primary-500);
opacity: 0.2;
position: absolute;
top: 1rem;
left: 1rem;
font-family: Georgia, serif;
}
.review-text {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-primary);
margin-bottom: 1.59rem;
position: relative;
z-index: 1;
}
.author-info {
display: flex;
align-items: center;
gap: 1rem;
margin-top: 1.57rem;
padding-top: 1.56rem;
border-top: 1px solid var(--neutral-300);
}
.author-avatar {
flex-shrink: 0;
}
.avatar-placeholder {
width: 48px;
height: 48px;
background: var(--primary-500);
color: var(--light);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.31rem;
font-weight: 700;
border: 0;
}
.author-details {
flex: 1;
}
.author-name {
font-size: 0.88rem;
font-weight: 600;
line-height: 1.4;
color: var(--text-primary);
margin: 0;
}
@media (max-width: 1199px) {
.header-column {
padding: 3rem 2rem;
}
.reviews-column {
padding: 3rem 2rem;
}
.section-title {
font-size: 2.56rem;
}
.section-subtitle {
font-size: 1.00rem;
}
.vertical-line-2 {
display: none;
}
}
@media (max-width: 767px) {
.reviews-section-featured {
min-height: auto;
max-height: none;
}
.reviews-section-featured .row {
flex-direction: column;
height: auto;
}
.header-column {
padding: 3rem 1.5rem;
border-right: 0;
border-bottom: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
.reviews-column {
padding: 3rem 1.5rem;
}
.section-title {
font-size: 1.88rem;
}
.section-subtitle {
font-size: 0.94rem;
}
.section-description {
font-size: 0.94rem;
}
.reviews-grid {
gap: 1.5rem;
max-height: none;
overflow-y: visible;
}
.review-item {
padding: 1.5rem;
}
.review-text {
font-size: 0.94rem;
}
.author-name {
font-size: 0.75rem;
}
.grid-overlay {
display: none;
}
.vertical-line,
.horizontal-line {
display: none;
}
}
@media (max-width: 575px) {
.header-column {
padding: 2rem 1rem;
}
.reviews-column {
padding: 2rem 1rem;
}
.section-title {
font-size: 1.75rem;
}
.quote-mark {
font-size: 3.00rem;
}
.avatar-placeholder {
width: 40px;
height: 40px;
font-size: 1.06rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(12, 33, 52, 0.62) 0%,
rgba(6, 10, 28, 0.54) 45%,
rgba(12, 26, 50, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#casestudy {
position: relative;
overflow: hidden;
background: var(--bg-primary);
min-height: 100vh;
display: flex;
align-items: center;
}
#casestudy::before {
content: "";
position: absolute;
top: -30%;
right: -20%;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.15;
pointer-events: none;
z-index: 1;
}
#casestudy::after {
content: "";
position: absolute;
bottom: -40%;
left: -10%;
width: 800px;
height: 800px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 60%);
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
z-index: 1;
}
#casestudy .container {
position: relative;
z-index: 2;
}
.casestudy-decoration {
position: relative;
height: 300px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: var(--radius-lg);
opacity: 0.4;
overflow: hidden;
}
.casestudy-decoration::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, transparent 30%, var(--primary-300) 50%, transparent 70%);
opacity: 0.2;
transform: skewY(-5deg);
animation: shimmer 6s ease-in-out infinite;
}
@keyframes shimmer {
0%, 100% {
transform: skewY(-5deg) translateX(-100%);
}
50% {
transform: skewY(-5deg) translateX(100%);
}
}
.casestudy-card {
position: relative;
height: 100%;
background: linear-gradient(135deg, var(--bg-secondary) 0%, rgba(255, 255, 255, 0.03) 100%);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-lg);
display: flex;
flex-direction: column;
transition: all var(--duration-lg) var(--ease-out);
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.casestudy-card:hover {
transform: translateY(-4px);
border-color: var(--border-interactive);
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}
.casestudy-card-elevated {
transform: translateY(-8px);
box-shadow: 0 16px 64px rgba(0, 0, 0, 0.15);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.casestudy-card-header {
margin-bottom: var(--space-md);
}
.casestudy-accent-bar {
width: 4px;
height: 40px;
background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: var(--radius-sm);
box-shadow: 0 4px 16px rgba(var(--primary-500-rgb), 0.3);
}
.casestudy-accent-bar-alt {
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
box-shadow: 0 4px 16px rgba(var(--primary-300-rgb), 0.4);
}
.casestudy-card-body {
flex: 1;
margin-bottom: var(--space-md);
}
#casestudy-item-1-title,
#casestudy-item-2-title,
#casestudy-item-3-title {
color: var(--text-primary);
font-weight: 600;
}
.casestudy-card-body .section_body_base {
color: var(--text-secondary);
line-height: 1.6;
}
.casestudy-card-footer {
display: flex;
align-items: center;
padding-top: var(--space-md);
border-top: 1px solid var(--border-light);
}
.casestudy-metric {
display: inline-block;
padding: var(--space-xs) var(--space-sm);
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
color: var(--primary-700);
border-radius: var(--radius-sm);
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.5px;
}
@media (max-width: 991.98px) {
#casestudy {
min-height: auto;
padding: var(--space-xl) 0;
}
#casestudy::before {
width: 400px;
height: 400px;
top: -20%;
right: -10%;
}
#casestudy::after {
width: 500px;
height: 500px;
bottom: -30%;
left: -5%;
}
.casestudy-decoration {
height: 200px;
margin-top: var(--space-lg);
}
.casestudy-card-elevated {
transform: translateY(-4px);
}
#casestudy-item-3.col-lg-6.offset-lg-3 {
margin-left: 0 !important;
}
}
@media (max-width: 575.98px) {
#casestudy .container {
padding-left: var(--space-md);
padding-right: var(--space-md);
}
.casestudy-card {
padding: var(--space-md);
}
.casestudy-metric {
font-size: 0.81rem;
padding: var(--space-xs) var(--space-xs);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 13, 35, 0.62) 0%,
rgba(12, 23, 39, 0.54) 45%,
rgba(4, 7, 12, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section-classic {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.process-section-classic .section-header {
max-width: 800px;
margin: 0 auto 80px;
position: relative;
z-index: 2;
}
.process-section-classic .header-decorator {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 24px;
}
.process-section-classic .decorator-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
}
.process-section-classic .header-decorator i {
font-size: 31px;
color: var(--primary-500);
}
.process-section-classic .section-title {
font-size: 2.94rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-classic .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.process-section-classic .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.process-section-classic .process-timeline {
position: relative;
max-width: 1100px;
margin: 0 auto;
z-index: 2;
}
.process-section-classic .timeline-item {
position: relative;
display: grid;
grid-template-columns: 120px 1fr;
gap: 40px;
margin-bottom: 60px;
}
.process-section-classic .timeline-item:last-child {
margin-bottom: 0;
}
.process-section-classic .timeline-item:nth-child(even) {
direction: rtl;
}
.process-section-classic .timeline-item:nth-child(even) > * {
direction: ltr;
}
.process-section-classic .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.process-section-classic .marker-outer {
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
padding: 6px;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: pulse-v291 3s ease-in-out infinite;
}
@keyframes pulse-v291 {
0%, 100% {
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
50% {
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 50%, transparent);
}
}
.process-section-classic .marker-inner {
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--surface-primary);
display: flex;
align-items: center;
justify-content: center;
border: 3px solid var(--surface-primary);
}
.process-section-classic .step-number {
font-size: 1.81rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.process-section-classic .timeline-line {
flex: 1;
width: 3px;
background: linear-gradient(180deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-300) 50%, transparent) 100%);
margin-top: 20px;
min-height: 80px;
}
.process-section-classic .timeline-item:last-child .timeline-line {
display: none;
}
.process-section-classic .timeline-content {
display: flex;
align-items: center;
}
.process-section-classic .content-card {
background: var(--surface-primary);
border-radius: 20px;
padding: 40px;
box-shadow:
0 4px 20px color-mix(in srgb, var(--neutral-900) 8%, transparent),
0 0 0 1px color-mix(in srgb, var(--neutral-300) 30%, transparent);
position: relative;
transition: all 0.61s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.process-section-classic .content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transition: width 0.71s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-section-classic .content-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 40px color-mix(in srgb, var(--neutral-900) 12%, transparent),
0 0 0 1px var(--primary-300);
}
.process-section-classic .content-card:hover::before {
width: 100%;
opacity: 0.05;
}
.process-section-classic .card-icon {
width: 70px;
height: 70px;
border-radius: 16px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 80%, transparent),
color-mix(in srgb, var(--primary-300) 40%, transparent));
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 1.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-section-classic .card-icon i {
font-size: 32px;
color: var(--primary-500);
transition: all 1.37s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-section-classic .content-card:hover .card-icon {
transform: scale(1.1) rotate(5deg);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.process-section-classic .content-card:hover .card-icon i {
color: var(--surface-primary);
}
.process-section-classic .card-body {
position: relative;
z-index: 2;
}
.process-section-classic .item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-classic .item-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.process-section-classic .card-decorator {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
opacity: 0.3;
}
.process-section-classic .decorator-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
animation: dot-bounce-v291 2s ease-in-out infinite;
}
.process-section-classic .decorator-dot:nth-child(2) {
animation-delay: 1.02s;
}
.process-section-classic .decorator-dot:nth-child(3) {
animation-delay: 1.29s;
}
@keyframes dot-bounce-v291 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
.process-section-classic .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.process-section-classic .shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
}
.process-section-classic .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
right: -100px;
animation: float-v291-1 20s ease-in-out infinite;
}
.process-section-classic .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: 100px;
left: -50px;
animation: float-v291-2 15s ease-in-out infinite;
}
.process-section-classic .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 50%;
right: 10%;
animation: float-v291-3 18s ease-in-out infinite;
}
@keyframes float-v291-1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-50px, 50px) rotate(180deg);
}
}
@keyframes float-v291-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(40px, -40px) scale(1.1);
}
}
@keyframes float-v291-3 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, 30px) rotate(-180deg);
}
}
@media (max-width: 992px) {
.process-section-classic {
padding: 80px 0;
}
.process-section-classic .section-header {
margin-bottom: 60px;
}
.process-section-classic .section-title {
font-size: 2.06rem;
}
.process-section-classic .timeline-item {
grid-template-columns: 100px 1fr;
gap: 30px;
margin-bottom: 50px;
}
.process-section-classic .marker-outer {
width: 80px;
height: 80px;
}
.process-section-classic .step-number {
font-size: 1.38rem;
}
.process-section-classic .content-card {
padding: 32px;
}
.process-section-classic .item-title {
font-size: 1.38rem;
}
}
@media (max-width: 768px) {
.process-section-classic {
padding: 60px 0;
}
.process-section-classic .section-title {
font-size: 2.00rem;
}
.process-section-classic .section-subtitle {
font-size: 1.12rem;
}
.process-section-classic .section-description {
font-size: 1.00rem;
}
.process-section-classic .timeline-item {
grid-template-columns: 1fr;
gap: 24px;
margin-bottom: 40px;
}
.process-section-classic .timeline-item:nth-child(even) {
direction: ltr;
}
.process-section-classic .timeline-marker {
flex-direction: row;
gap: 20px;
}
.process-section-classic .marker-outer {
width: 70px;
height: 70px;
flex-shrink: 0;
}
.process-section-classic .timeline-line {
width: 100%;
height: 3px;
margin-top: 0;
min-height: auto;
background: linear-gradient(90deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-300) 50%, transparent) 100%);
}
.process-section-classic .content-card {
padding: 28px;
}
.process-section-classic .card-icon {
width: 60px;
height: 60px;
margin-bottom: 20px;
}
.process-section-classic .card-icon i {
font-size: 27px;
}
.process-section-classic .item-title {
font-size: 1.38rem;
}
.process-section-classic .item-description {
font-size: 1.00rem;
}
}
@media (max-width: 576px) {
.process-section-classic .header-decorator {
gap: 12px;
}
.process-section-classic .decorator-line {
width: 40px;
}
.process-section-classic .header-decorator i {
font-size: 26px;
}
.process-section-classic .marker-outer {
width: 60px;
height: 60px;
}
.process-section-classic .step-number {
font-size: 1.12rem;
}
.process-section-classic .content-card {
padding: 24px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 25, 40, 0.62) 0%,
rgba(5, 8, 17, 0.54) 45%,
rgba(2, 4, 7, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.timeline-section-clean {
position: relative;
padding: 100px 0;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.timeline-section-clean .section-header {
position: relative;
margin-bottom: 60px;
}
.timeline-section-clean .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 20px;
}
.timeline-section-clean .decoration-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot-v277 2s ease-in-out infinite;
}
.timeline-section-clean .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.timeline-section-clean .section-subtitle {
font-size: 0.94rem;
font-weight: 600;
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 16px;
}
.timeline-section-clean .section-title {
font-size: 3.00rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.timeline-section-clean .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-clean .timeline-track {
position: relative;
max-width: 1100px;
margin: 0 auto;
padding: 40px 0;
}
.timeline-section-clean .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-clean .timeline-line::before {
content: '';
position: absolute;
top: 0;
left: 50%;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
transform: translate(-50%, -6px);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.timeline-section-clean .timeline-item {
position: relative;
margin-bottom: 80px;
}
.timeline-section-clean .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-clean .timeline-content {
position: relative;
display: flex;
align-items: center;
}
.timeline-section-clean .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.timeline-section-clean .marker-outer {
position: relative;
width: 70px;
height: 70px;
background: var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.timeline-section-clean .marker-inner {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.62rem;
transition: transform 0.46s ease;
}
.timeline-section-clean .timeline-item:hover .marker-inner {
transform: scale(1.1) rotate(5deg);
}
.timeline-section-clean .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
background: var(--primary-500);
border-radius: 50%;
transform: translate(-50%, -50%);
opacity: 0;
animation: pulse-ring-v277 2s ease-out infinite;
}
.timeline-section-clean .timeline-card {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
border: 2px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.90s ease;
overflow: hidden;
}
.timeline-section-clean .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 1.16s ease;
}
.timeline-section-clean .timeline-item:hover .timeline-card::before {
transform: scaleX(1);
}
.timeline-section-clean .timeline-item:hover .timeline-card {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-500);
}
.timeline-section-clean .timeline-item-left .timeline-card {
margin-right: auto;
width: calc(50% - 60px);
margin-left: 0;
}
.timeline-section-clean .timeline-item-right .timeline-card {
margin-left: auto;
width: calc(50% - 60px);
margin-right: 0;
}
.timeline-section-clean .card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
border-radius: 14px;
color: var(--primary-500);
font-size: 1.62rem;
margin-bottom: 24px;
transition: all 0.51s ease;
}
.timeline-section-clean .timeline-item:hover .card-icon {
transform: scale(1.05) rotate(-5deg);
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 20%, transparent),
color-mix(in srgb, var(--primary-300) 15%, transparent)
);
}
.timeline-section-clean .card-title {
font-size: 1.50rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.timeline-section-clean .card-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-clean .card-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
overflow: hidden;
opacity: 0.4;
pointer-events: none;
}
.timeline-section-clean .decoration-element {
position: absolute;
bottom: -40px;
right: -40px;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
var(--primary-300) 0%,
transparent 70%
);
border-radius: 50%;
}
.timeline-section-clean .timeline-card-current {
border-color: var(--primary-500);
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
}
.timeline-section-clean .timeline-card-current::before {
transform: scaleX(1);
}
.timeline-section-clean .current-badge {
position: absolute;
top: 20px;
right: 20px;
width: 12px;
height: 12px;
color: var(--primary-500);
font-size: 0.81rem;
animation: blink-v277 2s ease-in-out infinite;
}
.timeline-section-clean .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.timeline-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.timeline-section-clean .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
left: 5%;
animation: float-v277 20s ease-in-out infinite;
}
.timeline-section-clean .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 60%;
right: 8%;
animation: float-v277 15s ease-in-out infinite reverse;
}
.timeline-section-clean .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-700);
bottom: 15%;
left: 15%;
animation: float-v277 18s ease-in-out infinite;
}
.timeline-section-clean .shape-4 {
width: 100px;
height: 100px;
background: var(--primary-500);
top: 30%;
right: 20%;
animation: float-v277 12s ease-in-out infinite reverse;
}
@keyframes pulse-dot-v277 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
@keyframes pulse-ring-v277 {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.3;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@keyframes blink-v277 {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.3;
}
}
@keyframes float-v277 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(5deg);
}
66% {
transform: translateY(15px) rotate(-5deg);
}
}
@media (max-width: 991px) {
.timeline-section-clean {
padding: 80px 0;
}
.timeline-section-clean .section-title {
font-size: 2.38rem;
}
.timeline-section-clean .timeline-line {
left: 30px;
}
.timeline-section-clean .timeline-marker {
left: 30px;
transform: translateX(-50%);
}
.timeline-section-clean .timeline-item-left .timeline-card,
.timeline-section-clean .timeline-item-right .timeline-card {
width: calc(100% - 80px);
margin-left: 80px;
margin-right: 0;
}
.timeline-section-clean .marker-outer {
width: 60px;
height: 60px;
}
.timeline-section-clean .marker-inner {
width: 44px;
height: 44px;
font-size: 1.31rem;
}
.timeline-section-clean .marker-pulse {
width: 60px;
height: 60px;
}
}
@media (max-width: 767px) {
.timeline-section-clean {
padding: 60px 0;
}
.timeline-section-clean .section-title {
font-size: 1.88rem;
}
.timeline-section-clean .section-description {
font-size: 1.06rem;
}
.timeline-section-clean .timeline-card {
padding: 30px;
}
.timeline-section-clean .card-icon {
width: 50px;
height: 50px;
font-size: 1.38rem;
margin-bottom: 20px;
}
.timeline-section-clean .card-title {
font-size: 1.31rem;
}
.timeline-section-clean .card-description {
font-size: 1.00rem;
}
.timeline-section-clean .timeline-item {
margin-bottom: 60px;
}
.timeline-section-clean .shape {
opacity: 0.03;
}
}
@media (max-width: 575px) {
.timeline-section-clean .timeline-line {
left: 20px;
}
.timeline-section-clean .timeline-marker {
left: 20px;
}
.timeline-section-clean .timeline-item-left .timeline-card,
.timeline-section-clean .timeline-item-right .timeline-card {
width: calc(100% - 70px);
margin-left: 70px;
}
.timeline-section-clean .marker-outer {
width: 50px;
height: 50px;
}
.timeline-section-clean .marker-inner {
width: 38px;
height: 38px;
font-size: 1.06rem;
}
.timeline-section-clean .marker-pulse {
width: 50px;
height: 50px;
}
.timeline-section-clean .timeline-card {
padding: 24px;
border-radius: 16px;
}
.timeline-section-clean .card-icon {
width: 45px;
height: 45px;
font-size: 1.25rem;
border-radius: 12px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 9, 19, 0.62) 0%,
rgba(7, 12, 36, 0.54) 45%,
rgba(7, 12, 20, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.career-section {
position: relative;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
padding-top: var(--space-8) !important;
padding-bottom: var(--space-8) !important;
}
.career-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.career-decoration-1 {
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -300px;
right: -200px;
filter: blur(80px);
}
.career-decoration-2 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -250px;
left: -150px;
filter: blur(100px);
}
.career-card {
position: relative;
height: 100%;
border-radius: var(--radius-xl);
background: rgba(255, 255, 255, 0.7);
border: 1px solid var(--border-light);
backdrop-filter: blur(20px);
padding: var(--space-6);
transition: all var(--duration-300) var(--ease-out);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
opacity: 0.5;
}
.career-card::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(600px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(86, 153, 255, 0.10), transparent 80%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.career-card:hover {
background: rgba(255, 255, 255, 0.85);
border-color: var(--primary-300);
box-shadow: 0 16px 48px rgba(50, 153, 255, 0.20);
transform: translateY(-4px);
}
.career-card:hover::after {
opacity: 1;
}
.career-card-inner {
position: relative;
z-index: 2;
}
.career-card-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-3);
margin-bottom: var(--space-4);
}
.career-card-header h3 {
margin: 0;
color: var(--text-primary);
flex: 1;
}
.career-role {
display: inline-block;
padding: var(--space-1) var(--space-3);
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
border-radius: var(--radius-md);
white-space: nowrap;
font-weight: 600;
letter-spacing: 0.5px;
}
.career-desc {
color: var(--text-secondary);
margin: 0;
line-height: 1.6;
}
@media (max-width: 992px) {
.career-section {
padding-top: var(--space-6) !important;
padding-bottom: var(--space-6) !important;
}
.career-card {
padding: var(--space-5);
}
.career-decoration-1 {
width: 400px;
height: 400px;
top: -200px;
right: -250px;
}
.career-decoration-2 {
width: 350px;
height: 350px;
bottom: -150px;
left: -200px;
}
}
@media (max-width: 768px) {
.career-section {
padding-top: var(--space-5) !important;
padding-bottom: var(--space-5) !important;
}
.career-card {
padding: var(--space-4);
}
.career-card-header {
flex-direction: column;
align-items: flex-start;
}
.career-role {
align-self: flex-start;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 22, 48, 0.62) 0%,
rgba(1, 1, 3, 0.54) 45%,
rgba(6, 12, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
}
.coreinfo-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.coreinfo-decoration-1 {
top: -120px;
right: -80px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
}
.coreinfo-decoration-2 {
bottom: -100px;
left: -60px;
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
}
.coreinfo-item {
position: relative;
background: var(--bg-primary);
border: 3px solid var(--border-medium);
border-radius: var(--radius-lg);
padding: var(--space-6);
transition: all var(--duration-300) var(--ease-out);
height: 100%;
display: flex;
flex-direction: column;
}
.coreinfo-item:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.coreinfo-item-header {
position: relative;
margin-bottom: var(--space-4);
padding-bottom: var(--space-4);
border-bottom: 3px solid var(--primary-500);
}
.coreinfo-item-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 24px;
background: var(--primary-700);
border-radius: 2px;
}
#coreinfo-item-1-title,
#coreinfo-item-2-title,
#coreinfo-item-3-title,
#coreinfo-item-4-title,
#coreinfo-item-5-title,
#coreinfo-item-6-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.coreinfo-item p {
color: var(--text-secondary);
line-height: 1.6;
flex-grow: 1;
}
@media (max-width: 991px) {
.coreinfo-item {
padding: var(--space-5);
}
}
@media (max-width: 576px) {
.coreinfo-section {
padding-top: var(--space-8) !important;
padding-bottom: var(--space-8) !important;
}
.coreinfo-item {
padding: var(--space-4);
}
.coreinfo-item-header {
margin-bottom: var(--space-3);
padding-bottom: var(--space-3);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(12, 19, 46, 0.62) 0%,
rgba(14, 22, 42, 0.54) 45%,
rgba(20, 27, 53, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 2.75s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.71s ease, box-shadow 1.13s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.66s ease;
font-size: 0.94rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.89s ease;
}
.leadgen-section-secondary .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .form-check-input:hover {
border-color: var(--primary-300);
}
.leadgen-section-secondary .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
.leadgen-section-secondary .btn-leadgen-submit {
background: linear-gradient(135deg, #3293ff, #0b48db) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.06rem;
letter-spacing: 0.4px;
transition: all 0.77s ease;
box-shadow: 0 6px 20px rgba(75, 131, 255, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 1.45s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(75, 117, 248, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(36, 95, 233, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 0.94rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 1.26s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.81s ease;
font-size: 1.06rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.82s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 7, 10, 0.62) 0%,
rgba(15, 30, 46, 0.54) 45%,
rgba(9, 19, 45, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-classic {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.contact-section-classic .decorative-circle-1 {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
opacity: 0.6;
z-index: 0;
}
.contact-section-classic .decorative-circle-2 {
position: absolute;
bottom: -80px;
left: -80px;
width: 250px;
height: 250px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
z-index: 0;
}
.contact-section-classic .decorative-blob {
position: absolute;
top: 50%;
right: 10%;
width: 200px;
height: 200px;
background: var(--primary-50);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.4;
animation: blobFloat 8s ease-in-out infinite;
z-index: 0;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
transform: translate(20px, -20px) rotate(90deg);
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
50% {
transform: translate(0, -40px) rotate(180deg);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
75% {
transform: translate(-20px, -20px) rotate(270deg);
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
}
.contact-section-classic .container {
position: relative;
z-index: 1;
}
.contact-section-classic .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: var(--light);
font-size: 24px;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}
.contact-section-classic .section-title {
font-size: 2.62rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.contact-section-classic .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.contact-section-classic .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.contact-section-classic .contact-form-wrapper {
background: var(--light);
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
border: 1px solid var(--neutral-100);
transition: all 0.50s ease;
}
.contact-section-classic .contact-form-wrapper:hover {
box-shadow: 0 15px 50px color-mix(in srgb, var(--neutral-900) 12%, transparent 88%);
transform: translateY(-5px);
}
.contact-section-classic .form-header {
display: flex;
align-items: center;
gap: 15px;
padding-bottom: 20px;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-classic .form-header i {
font-size: 30px;
color: var(--primary-500);
}
.contact-section-classic .form-header h3 {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin: 0;
}
.contact-section-classic .form-floating > .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 1rem 1rem 1rem 3rem;
font-size: 1.06rem;
color: var(--text-primary);
background: var(--surface-primary);
transition: all 1.04s ease;
}
.contact-section-classic .form-floating > .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
background: var(--light);
}
.contact-section-classic .form-floating > label {
padding-left: 3rem;
color: var(--text-secondary);
font-weight: 500;
}
.contact-section-classic .form-floating > label i {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
font-size: 19px;
color: var(--primary-500);
transition: all 0.93s ease;
}
.contact-section-classic .form-floating > .form-control:focus ~ label i {
color: var(--primary-700);
transform: translateY(-50%) scale(1.1);
}
.contact-section-classic .form-floating textarea.form-control {
min-height: 150px;
resize: vertical;
}
.contact-section-classic .custom-checkbox {
padding: 15px;
background: var(--surface-primary);
border-radius: 10px;
border: 1px solid var(--neutral-100);
}
.contact-section-classic .custom-checkbox .form-check-input {
width: 20px;
height: 20px;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
transition: all 0.97s ease;
}
.contact-section-classic .custom-checkbox .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-classic .custom-checkbox .form-check-label {
font-size: 0.94rem;
color: var(--text-secondary);
margin-left: 8px;
cursor: pointer;
}
.contact-section-classic .btn-submit {
padding: 16px 40px !important;
font-size: 1.12rem !important;
font-weight: 600 !important;
border: none !important;
border-radius: 12px !important;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700)) !important;
color: var(--light) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 12px !important;
transition: all 0.97s ease !important;
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%) !important;
}
.contact-section-classic .btn-submit:hover {
transform: translateY(-2px) !important;
box-shadow: 0 12px 30px color-mix(in srgb, var(--primary-500) 40%, transparent 60%) !important;
}
.contact-section-classic .btn-submit:active {
transform: translateY(0) !important;
}
.contact-section-classic .btn-submit i {
font-size: 21px;
transition: transform 1.04s ease;
}
.contact-section-classic .btn-submit:hover i {
transform: translateX(5px);
}
.contact-section-classic .contact-info-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
padding: 40px;
position: relative;
overflow: hidden;
box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-700) 30%, transparent 70%);
min-height: 100%;
}
.contact-section-classic .info-header {
display: flex;
align-items: center;
gap: 15px;
padding-bottom: 20px;
border-bottom: 2px solid color-mix(in srgb, var(--light) 20%, transparent 80%);
margin-bottom: 30px;
}
.contact-section-classic .info-header i {
font-size: 35px;
color: var(--light);
}
.contact-section-classic .info-header h3 {
font-size: 1.62rem;
font-weight: 700;
color: var(--light);
margin: 0;
}
.contact-section-classic .contact-info-list {
display: flex;
flex-direction: column;
gap: 25px;
margin-bottom: 30px;
}
.contact-section-classic .info-item {
display: flex;
gap: 20px;
align-items: flex-start;
background: color-mix(in srgb, var(--light) 10%, transparent 90%);
padding: 20px;
border-radius: 12px;
transition: all 0.57s ease;
backdrop-filter: blur(10px);
}
.contact-section-classic .info-item:hover {
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
transform: translateX(5px);
}
.contact-section-classic .info-icon {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
border-radius: 12px;
color: var(--primary-500);
font-size: 25px;
box-shadow: 0 4px 15px color-mix(in srgb, var(--dark) 20%, transparent 80%);
}
.contact-section-classic .info-content h4 {
font-size: 0.94rem;
font-weight: 600;
color: var(--light);
margin-bottom: 8px;
opacity: 0.9;
}
.contact-section-classic .info-content p {
font-size: 1.00rem;
font-weight: 500;
color: var(--light);
margin: 0;
line-height: 1.6;
}
.contact-section-classic .social-icons-wrapper {
margin-top: 30px;
padding-top: 25px;
border-top: 2px solid color-mix(in srgb, var(--light) 20%, transparent 80%);
}
.contact-section-classic .social-icons {
display: flex;
gap: 15px;
justify-content: center;
}
.contact-section-classic .social-icon {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
border-radius: 10px;
color: var(--light);
font-size: 18px;
transition: all 1.04s ease;
cursor: pointer;
backdrop-filter: blur(10px);
}
.contact-section-classic .social-icon:hover {
background: var(--light);
color: var(--primary-500);
transform: translateY(-5px);
box-shadow: 0 8px 20px color-mix(in srgb, var(--dark) 30%, transparent 70%);
}
.contact-section-classic .decorative-pattern {
position: absolute;
bottom: -50px;
right: -50px;
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 10%, transparent 90%) 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.5;
border-radius: 50%;
pointer-events: none;
}
.contact-section-classic .bottom-decoration {
margin-top: 60px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.contact-section-classic .decoration-line {
width: 100%;
max-width: 400px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}
.contact-section-classic .decoration-dots {
display: flex;
gap: 12px;
}
.contact-section-classic .decoration-dots span {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2.25s ease-in-out infinite;
}
.contact-section-classic .decoration-dots span:nth-child(2) {
animation-delay: 0.80s;
}
.contact-section-classic .decoration-dots span:nth-child(3) {
animation-delay: 0.58s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
@media (max-width: 991.98px) {
.contact-section-classic {
padding: 80px 0;
}
.contact-section-classic .section-title {
font-size: 2.19rem;
}
.contact-section-classic .section-subtitle {
font-size: 1.38rem;
}
.contact-section-classic .contact-form-wrapper,
.contact-section-classic .contact-info-wrapper {
padding: 30px;
}
.contact-section-classic .decorative-circle-1,
.contact-section-classic .decorative-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.contact-section-classic {
padding: 60px 0;
}
.contact-section-classic .section-title {
font-size: 1.94rem;
}
.contact-section-classic .section-subtitle {
font-size: 1.06rem;
}
.contact-section-classic .section-description {
font-size: 0.94rem;
}
.contact-section-classic .contact-form-wrapper,
.contact-section-classic .contact-info-wrapper {
padding: 25px;
}
.contact-section-classic .form-header h3,
.contact-section-classic .info-header h3 {
font-size: 1.19rem;
}
.contact-section-classic .btn-submit {
padding: 14px 30px !important;
font-size: 1.00rem !important;
}
.contact-section-classic .decorative-blob {
width: 150px;
height: 150px;
}
}
@media (max-width: 575.98px) {
.contact-section-classic .section-badge {
width: 50px;
height: 50px;
font-size: 22px;
}
.contact-section-classic .info-icon {
width: 40px;
height: 40px;
font-size: 19px;
}
.contact-section-classic .social-icon {
width: 40px;
height: 40px;
font-size: 18px;
}
.contact-section-classic .contact-form-wrapper,
.contact-section-classic .contact-info-wrapper {
padding: 20px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 17, 27, 0.62) 0%,
rgba(10, 16, 26, 0.54) 45%,
rgba(10, 25, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-classic {
overflow-x: hidden !important;
}
#blog {
background-color: var(--bg-primary);
position: relative;
}
.blog-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.blog-decoration-1 {
width: 280px;
height: 280px;
background: radial-gradient(circle at 30% 70%, var(--primary-500), var(--primary-300));
border-radius: 35% 65% 42% 58% / 68% 45% 55% 32%;
top: -80px;
right: -120px;
z-index: 0;
}
.blog-decoration-2 {
width: 320px;
height: 320px;
background: radial-gradient(circle at 40% 60%, var(--primary-700), var(--primary-500));
border-radius: 58% 42% 55% 45% / 45% 58% 42% 55%;
bottom: -100px;
left: -160px;
z-index: 0;
}
.blog-card {
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-lg);
position: relative;
overflow: hidden;
transition: all var(--duration-standard) var(--ease-out);
display: flex;
flex-direction: column;
}
.blog-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-md);
transform: translateY(-4px);
}
.blog-card-inner {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.blog-card-accent {
position: absolute;
top: 0;
right: 0;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 0 var(--radius-lg) 0 60%;
opacity: 0.6;
z-index: 1;
pointer-events: none;
}
.blog-card:hover .blog-card-accent {
opacity: 0.9;
}
.blog-card .fresh_body_large {
color: var(--text-primary);
line-height: 1.4;
}
.blog-card .section_body_base {
color: var(--text-secondary);
flex-grow: 1;
margin-bottom: var(--space-md);
}
.blog-card-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 500;
font-size: 0.88rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 0;
border-bottom: 2px solid transparent;
transition: all var(--duration-standard) var(--ease-out);
width: fit-content;
}
.blog-card-link::after {
content: "â";
transition: transform var(--duration-standard) var(--ease-out);
}
.blog-card:hover .blog-card-link {
color: var(--primary-700);
border-bottom-color: var(--primary-500);
}
.blog-card:hover .blog-card-link::after {
transform: translateX(4px);
}
@media (max-width: 768px) {
#blog {
padding-top: var(--space-xl);
padding-bottom: var(--space-xl);
}
.blog-card {
padding: var(--space-md);
}
.blog-card-accent {
width: 110px;
height: 110px;
}
.blog-decoration-1,
.blog-decoration-2 {
opacity: 0.04;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 19, 35, 0.62) 0%,
rgba(9, 21, 33, 0.54) 45%,
rgba(6, 11, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#faq {
position: relative;
overflow: hidden;
}
.faq-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.faq-decoration-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
top: -80px;
left: -100px;
filter: blur(40px);
}
.faq-decoration-2 {
width: 250px;
height: 250px;
background: linear-gradient(135deg, var(--primary-300), var(--neutral-300));
bottom: -60px;
right: -80px;
filter: blur(40px);
}
.faq-card {
position: relative;
height: 100%;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: var(--radius-2);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 1px rgba(255, 255, 255, 0.8);
padding: var(--space-6);
transition: all var(--duration-200) var(--ease-smooth);
overflow: hidden;
}
.faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.faq-card:hover {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(255, 255, 255, 0.6);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.9);
transform: translateY(-4px);
}
.faq-card-inner {
position: relative;
z-index: 1;
}
.faq-question {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-weight: 600;
line-height: 1.4;
}
.faq-answer {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
@media (max-width: 768px) {
.faq-card {
padding: var(--space-5);
}
.faq-question {
font-size: 1.12rem;
}
}
@media (min-width: 1200px) {
#faq {
min-height: auto;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 7, 0.62) 0%,
rgba(15, 25, 45, 0.54) 45%,
rgba(10, 16, 34, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#footer {
background-color: var(--bg-primary);
position: relative;
}
#footer a {
transition: color var(--duration-short) var(--ease-default);
position: relative;
}
#footer a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width var(--duration-short) var(--ease-default);
border-radius: var(--radius-full);
}
#footer a:hover {
color: var(--primary-600);
}
#footer a:hover::after {
width: 100%;
}
.footer-brand-block {
padding: 0;
}
.footer-divider {
display: block;
}
.footer-copyright-bar {display: flex;
justify-content: center;
align-items: center;
}
.footer-blob-1,
.footer-blob-2 {
animation: blob-drift 8s ease-in-out infinite;
}
.footer-blob-2 {
animation-delay: -4s;
}
@keyframes blob-drift {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -20px);
}
}
@media (max-width: 767.98px) {
#footer {
padding-top: 2.58rem !important;
padding-bottom: 2.71rem !important;
}
.footer-blob-1,
.footer-blob-2 {
opacity: 0.2 !important;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-blob-1,
.footer-blob-2 {
animation: none;
}
#footer a::after {
transition: none;
}
#footer a {
transition: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 25, 48, 0.62) 0%,
rgba(12, 30, 52, 0.54) 45%,
rgba(6, 11, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap.v015_creative_purple {
padding: var(--section-py) 0;
background: linear-gradient(225deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_decorative_banner {
display: flex;
justify-content: center;
gap: var(--space-3);
margin-bottom: var(--space-8);
}
.add_wrap.v015_creative_purple .add_banner_dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(2) {
animation-delay: 0.92s;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(3) {
animation-delay: 0.89s;
}
@keyframes pulse {
0%, 100% { opacity: 0.3; transform: scale(1); }
50% { opacity: 1; transform: scale(1.2); }
}
.add_wrap.v015_creative_purple .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_icon_cluster {
display: flex;
justify-content: center;
gap: var(--space-4);
margin-bottom: var(--space-6);
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 31px;
color: var(--primary-500);
transition: all 0.77s ease;
}
.add_wrap.v015_creative_purple .add_icon_cluster i:hover {
color: var(--primary-700);
transform: rotate(15deg) scale(1.2);
}
.add_wrap.v015_creative_purple .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 800;
line-height: 1.2;
}
.add_wrap.v015_creative_purple .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
font-style: italic;
}
.add_wrap.v015_creative_purple .add_description {
color: var(--text-secondary);
max-width: 850px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_masonry_grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: var(--space-6);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_masonry_large {
grid-column: span 7;
}
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 5;
}
.add_wrap.v015_creative_purple .add_masonry_full {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_masonry_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: 24px;
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.92s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_masonry_card::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 24px;
opacity: 0;
transition: opacity 0.73s ease;
z-index: -1;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover {
transform: translateY(-8px) rotate(-1deg);
box-shadow: var(--shadow-lg);
}
.add_wrap.v015_creative_purple .add_masonry_card:hover::before {
opacity: 1;
}
.add_wrap.v015_creative_purple .add_card_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-100) 50%);
border-radius: 0 24px 0 0;
}
.add_wrap.v015_creative_purple .add_card_icon_wrapper {
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 70px;
height: 70px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 20px;
transform: rotate(-5deg);
transition: all 0.42s ease;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 29px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover .add_card_icon {
transform: rotate(5deg) scale(1.1);
}
.add_wrap.v015_creative_purple .add_card_title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 700;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_card_desc {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.6;
}
.add_wrap.v015_creative_purple .add_card_decoration {
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_card_decoration i {
font-size: 25px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_card_icon_row {
display: flex;
gap: var(--space-3);
margin-top: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 21px;
color: var(--primary-500);
background: var(--primary-50);
border-radius: 10px;
transition: all 0.58s ease;
}
.add_wrap.v015_creative_purple .add_card_icon_row i:hover {
background: var(--primary-500);
color: #ffffff;
transform: translateY(-3px);
}
.add_wrap.v015_creative_purple .add_card_primary {
border-color: var(--primary-300);
}
.add_wrap.v015_creative_purple .add_card_secondary .add_card_icon {
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}
.add_wrap.v015_creative_purple .add_card_accent {
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}
.add_wrap.v015_creative_purple .add_card_highlight {
border: 2px solid var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 50%, var(--primary-100) 100%);
border-radius: 32px;
box-shadow: var(--shadow-lg);
border: 3px solid var(--primary-500);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_showcase_card::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 100%;
height: 100%;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.2;
pointer-events: none;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
position: relative;
width: 150px;
height: 150px;
margin: 0 auto;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
position: absolute;
width: 80px;
height: 80px;
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(139, 78, 239, 0.40);
transition: all 0.44s ease;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 37px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_showcase_icon_1 {
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.add_wrap.v015_creative_purple .add_showcase_icon_2 {
bottom: 0;
left: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon_3 {
bottom: 0;
right: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon:hover {
transform: scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_icon_1:hover {
transform: translateX(-50%) scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_title {
color: var(--text-primary);
font-size: 1.62rem;
font-weight: 800;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_showcase_desc {
color: var(--text-secondary);
margin-bottom: var(--space-6);
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_showcase_badge_grid {
display: flex;
gap: var(--space-3);
flex-wrap: wrap;
justify-content: flex-start;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100);
border-radius: 16px;
transition: all 0.99s ease;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 26px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover {
background: var(--primary-500);
transform: scale(1.15) rotate(5deg);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover i {
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_decorative_footer {
margin-top: var(--space-12);
display: flex;
justify-content: center;
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_footer_shape {
width: 60px;
height: 8px;
background: var(--primary-500);
border-radius: 4px;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_footer_shape_2 {
width: 40px;
opacity: 0.4;
}
.add_wrap.v015_creative_purple .add_footer_shape_3 {
width: 30px;
opacity: 0.3;
}
.add_wrap.v015_creative_purple .add_bg_gradient {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
filter: blur(80px);
}
.add_wrap.v015_creative_purple .add_bg_gradient_1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -250px;
right: -200px;
}
.add_wrap.v015_creative_purple .add_bg_gradient_2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -200px;
left: -150px;
}
.add_wrap.v015_creative_purple .add_bg_mesh {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(90deg, var(--primary-100) 1px, transparent 1px),
linear-gradient(180deg, var(--primary-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.03;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v015_creative_purple .add_masonry_large,
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 120px;
height: 120px;
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 70px;
height: 70px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 35px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.44rem;
}
}
@media (max-width: 768px) {
.add_wrap.v015_creative_purple .add_masonry_grid {
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_masonry_card {
padding: var(--space-6);
border-radius: 16px;
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 26px;
}
.add_wrap.v015_creative_purple .add_card_title {
font-size: 1.19rem;
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 35px;
height: 35px;
font-size: 19px;
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-6);
border-radius: 24px;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 100px;
height: 100px;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 29px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.19rem;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 48px;
height: 48px;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 22px;
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 22px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 7, 0.62) 0%,
rgba(3, 8, 17, 0.54) 45%,
rgba(3, 5, 11, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-062 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.v-062 .section-header {
max-width: 850px;
margin: 0 auto 80px;
}
.v-062 .icon-cluster {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.v-062 .icon-cluster i {
font-size: 29px;
color: var(--primary-500);
animation: iconBounce 2s ease-in-out infinite;
}
.v-062 .icon-cluster i:nth-child(1) {
animation-delay: 0s;
}
.v-062 .icon-cluster i:nth-child(2) {
animation-delay: 1.23s;
}
.v-062 .icon-cluster i:nth-child(3) {
animation-delay: 0.80s;
}
.v-062 .section-title {
font-size: 2.88rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-062 .section-subtitle {
font-size: 1.62rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-062 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 750px;
}
.v-062 .content-items {
position: relative;
z-index: 2;
}
.v-062 .content-item {
margin-bottom: 80px;
position: relative;
}
.v-062 .content-item:last-child {
margin-bottom: 0;
}
.v-062 .content-item::after {
content: '';
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}
.v-062 .content-item:last-child::after {
display: none;
}
.v-062 .content-text {
padding: 0 20px;
}
.v-062 .item-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: color-mix(in srgb, var(--primary-500) 12%, white);
border-radius: 14px;
position: relative;
}
.v-062 .item-badge::before {
content: '';
position: absolute;
inset: -4px;
border-radius: 16px;
border: 2px solid var(--primary-300);
opacity: 0;
transition: opacity 1.14s ease;
}
.v-062 .content-item:hover .item-badge::before {
opacity: 1;
}
.v-062 .item-badge i {
font-size: 27px;
color: var(--primary-500);
transition: transform 1.24s ease;
}
.v-062 .content-item:hover .item-badge i {
transform: scale(1.15);
}
.v-062 .item-title {
font-size: 1.69rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 16px;
}
.v-062 .item-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.75;
margin-bottom: 0;
}
.v-062 .content-visual {
padding: 0 20px;
}
.v-062 .visual-placeholder {
aspect-ratio: 16/11;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, white),
color-mix(in srgb, var(--primary-500) 10%, white));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
transition: all 0.71s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-062 .visual-placeholder::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(45deg,
transparent 30%,
color-mix(in srgb, var(--primary-500) 20%, transparent) 50%,
transparent 70%);
opacity: 0;
transition: opacity 0.94s ease;
}
.v-062 .content-item:hover .visual-placeholder {
transform: scale(1.02);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.v-062 .content-item:hover .visual-placeholder::before {
opacity: 1;
}
.v-062 .visual-placeholder i {
font-size: 48px;
color: var(--primary-500);
opacity: 0.3;
z-index: 1;
position: relative;
}
.v-062 .decorative-bg {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
opacity: 0.5;
}
.v-062 .bg-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
opacity: 0.12;
}
.v-062 .bg-circle-1 {
width: 500px;
height: 500px;
top: 10%;
left: -150px;
animation: floatSlow 25s ease-in-out infinite;
}
.v-062 .bg-circle-2 {
width: 400px;
height: 400px;
bottom: 10%;
right: -120px;
animation: floatSlow 30s ease-in-out infinite reverse;
}
@keyframes iconBounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
@keyframes floatSlow {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, 30px);
}
}
@media (max-width: 991px) {
.v-062 {
padding: 80px 0;
}
.v-062 .section-header {
margin-bottom: 60px;
}
.v-062 .section-title {
font-size: 2.44rem;
}
.v-062 .section-subtitle {
font-size: 1.19rem;
}
.v-062 .content-item {
margin-bottom: 60px;
}
.v-062 .item-title {
font-size: 1.38rem;
}
.v-062 .content-text {
text-align: center;
}
.v-062 .visual-placeholder i {
font-size: 48px;
}
}
@media (max-width: 767px) {
.v-062 {
padding: 60px 0;
}
.v-062 .section-title {
font-size: 2.06rem;
}
.v-062 .section-subtitle {
font-size: 1.25rem;
}
.v-062 .icon-cluster i {
font-size: 26px;
}
.v-062 .content-item {
margin-bottom: 50px;
}
.v-062 .item-title {
font-size: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 10, 17, 0.62) 0%,
rgba(12, 26, 50, 0.54) 45%,
rgba(6, 15, 25, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap_alt {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, var(--surface-primary, #fafafa) 0%, var(--primary-50, #ecfdf5) 100%);
overflow: hidden;
}
.add_wrap_alt .add_header_wrapper {
position: relative;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_alt .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500, #009064) 0%, var(--primary-300, #5bd3a6) 100%);
border-radius: 2px;
margin: 0 auto var(--space-4, 1rem);
}
.add_wrap_alt .add_header {
text-align: center;
margin-bottom: var(--space-6, 1.5rem);
}
.add_wrap_alt .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 800;
color: var(--text-primary, #0a0a0a);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_alt .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #02a75d);
margin-bottom: var(--space-4, 1rem);
font-weight: 600;
line-height: 1.4;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.add_wrap_alt .title_accent_bar {
width: 60px;
height: 3px;
background: var(--primary-500, #11a97d);
margin: 0 auto;
border-radius: 2px;
}
.add_wrap_alt .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #34322f);
line-height: 1.75;
text-align: center;
}
.add_wrap_alt .add_timeline_wrapper {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_alt .timeline_line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300, #6aeac7) 0%, var(--primary-500, #0ba76b) 50%, var(--primary-300, #61d0b3) 100%);
transform: translateX(-50%);
border-radius: 2px;
}
.add_wrap_alt .timeline_item {
position: relative;
display: flex;
align-items: flex-start;
gap: var(--space-6, 1.5rem);
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_left {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.add_wrap_alt .timeline_right {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
flex-direction: row-reverse;
}
.add_wrap_alt .timeline_highlight {
justify-content: center;
padding: 0 var(--space-6, 1.5rem);
margin-top: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border: 4px solid var(--primary-500, #008a70);
border-radius: 50%;
color: var(--primary-500, #0c8866);
font-size: 1.56rem;
z-index: 2;
box-shadow: 0 4px 12px rgba(0, 144, 89, 0.20);
transition: all 0.63s ease;
}
.add_wrap_alt .timeline_marker_large {
width: 72px;
height: 72px;
font-size: 2.06rem;
border-width: 5px;
}
.add_wrap_alt .timeline_item:hover .timeline_marker {
background: var(--primary-500, #128852);
color: #ffffff;
transform: translateX(-50%) scale(1.1);
}
.add_wrap_alt .timeline_content {
flex: 1;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-100, #ade7d0);
box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
transition: all 0.50s ease;
}
.add_wrap_alt .timeline_content:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(17, 149, 130, 0.15);
border-color: var(--primary-500, #059d7e);
}
.add_wrap_alt .timeline_content_centered {
text-align: center;
max-width: 700px;
}
.add_wrap_alt .timeline_highlight .timeline_content {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
border: 2px solid var(--primary-300, #5bdaa3);
padding: var(--space-8, 2rem);
}
.add_wrap_alt .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #141414);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_alt .add_elem_desc {
font-size: 1.06rem;
color: var(--text-secondary, #4c4641);
line-height: 1.65;
margin: 0;
}
@media (max-width: 991.98px) {
.add_wrap_alt .timeline_line {
left: 28px;
}
.add_wrap_alt .timeline_marker {
left: 28px;
}
.add_wrap_alt .timeline_left,
.add_wrap_alt .timeline_right {
padding-left: calc(28px + 2.5rem);
padding-right: 0;
flex-direction: row;
justify-content: flex-start;
}
.add_wrap_alt .timeline_highlight {
padding-left: calc(28px + 2.5rem);
justify-content: flex-start;
}
.add_wrap_alt .timeline_content_centered {
text-align: left;
}
}
@media (max-width: 767.98px) {
.add_wrap_alt {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_alt .add_header_wrapper {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_alt .timeline_marker {
width: 48px;
height: 48px;
font-size: 1.25rem;
}
.add_wrap_alt .timeline_marker_large {
width: 60px;
height: 60px;
font-size: 1.69rem;
}
.add_wrap_alt .timeline_content {
padding: var(--space-4, 1rem);
}
.add_wrap_alt .timeline_highlight .timeline_content {
padding: var(--space-6, 1.5rem);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 1, 3, 0.62) 0%,
rgba(14, 21, 45, 0.54) 45%,
rgba(14, 28, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .content-items {
position: relative;
z-index: 2;
}
.additional-universal-section .image-container {
position: relative;
width: 100%;
aspect-ratio: 4/3;
border-radius: 16px;
overflow: hidden;
}
.additional-universal-section .image-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
);
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.additional-universal-section .image-placeholder::before {
content: '';
position: absolute;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.additional-universal-section .image-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decoration-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
opacity: 0.6;
top: -20px;
right: -20px;
}
.additional-universal-section .decoration-2 {
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%);
opacity: 0.5;
bottom: -15px;
left: -15px;
}
.additional-universal-section .decoration-3 {
width: 70px;
height: 70px;
background: var(--primary-300);
opacity: 0.6;
top: -25px;
right: -25px;
}
.additional-universal-section .decoration-4 {
width: 90px;
height: 90px;
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
opacity: 0.5;
bottom: -30px;
left: -30px;
}
.additional-universal-section .decoration-5 {
width: 75px;
height: 75px;
background: var(--primary-500);
opacity: 0.6;
top: -20px;
right: -20px;
}
.additional-universal-section .content-block {
padding: 1rem;
}
.additional-universal-section .icon-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-500);
border-radius: 12px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .icon-badge i {
font-size: 1.50rem;
color: var(--light);
}
.additional-universal-section .content-title {
font-size: 1.44rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-section .content-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .background-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .floating-circle {
position: absolute;
border-radius: 50%;
opacity: 0.3;
}
.additional-universal-section .circle-1 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
top: 100px;
right: -50px;
animation: float 8s ease-in-out infinite;
}
.additional-universal-section .circle-2 {
width: 180px;
height: 180px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent
);
bottom: 200px;
left: -40px;
animation: float 10s ease-in-out infinite 2s;
}
.additional-universal-section .circle-3 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 18%, transparent 82%),
transparent
);
top: 50%;
left: 50%;
animation: float 12s ease-in-out infinite 4s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -20px);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-block {
padding: 0;
}
.additional-universal-section .content-title {
font-size: 1.38rem;
}
.additional-universal-section .image-container {
margin-bottom: 1.61rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2.72rem !important;
}
.additional-universal-section .content-items .row {
margin-bottom: 3rem !important;
}
.additional-universal-section .content-items .row:last-child {
margin-bottom: 0 !important;
}
.additional-universal-section .icon-badge {
width: 48px;
height: 48px;
}
.additional-universal-section .icon-badge i {
font-size: 1.19rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 23, 44, 0.62) 0%,
rgba(10, 16, 34, 0.54) 45%,
rgba(7, 15, 23, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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: 600px;
margin: 0 auto;
}
.add_wrap .add_process_container {
max-width: 800px;
margin: 0 auto;
}
.add_wrap .add_process_step {
display: flex;
align-items: flex-start;
gap: var(--space-6);
margin-bottom: var(--space-10);
position: relative;
}
.add_wrap .add_process_step:last-child {
margin-bottom: 0;
}
.add_wrap .add_step_number {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--neutral-100);
font-size: 1.56rem;
font-weight: bold;
flex-shrink: 0;
position: relative;
z-index: 2;
}
.add_wrap .add_step_content {
flex-grow: 1;
background-color: var(--neutral-50);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
position: relative;
top: var(--space-2);
}
.add_wrap .add_step_content:before {
content: '';
position: absolute;
left: -12px;
top: var(--space-6);
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid var(--neutral-200);
}
.add_wrap .add_step_content:after {
content: '';
position: absolute;
left: -11px;
top: calc(var(--space-6) + 1px);
width: 0;
height: 0;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 11px solid var(--neutral-50);
}
.add_wrap .add_step_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.19rem;
font-weight: 600;
}
.add_wrap .add_step_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap .add_step_connector {
position: absolute;
left: 39px;
top: 80px;
bottom: -40px;
width: 2px;
background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
z-index: 1;
}
.add_wrap .add_process_step:last-child .add_step_connector {
display: none;
}
.add_wrap .add_process_step:nth-child(even) .add_step_number {
background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}
.add_wrap .add_process_step:nth-child(even) .add_step_content {
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
@media (max-width: 768px) {
.add_wrap .add_process_step {
gap: var(--space-4);
margin-bottom: var(--space-8);
}
.add_wrap .add_step_number {
width: 60px;
height: 60px;
font-size: 1.38rem;
}
.add_wrap .add_step_content {
padding: var(--space-4);
}
.add_wrap .add_step_content:before {
left: -8px;
border-right-width: 8px;
border-top-width: 8px;
border-bottom-width: 8px;
}
.add_wrap .add_step_content:after {
left: -7px;
border-right-width: 7px;
border-top-width: 7px;
border-bottom-width: 7px;
}
.add_wrap .add_step_connector {
left: 29px;
top: 60px;
bottom: -32px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(19, 31, 51, 0.62) 0%,
rgba(3, 5, 9, 0.54) 45%,
rgba(15, 27, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-classic {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-classic #a9ced3_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-classic #addbde_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-classic #a7d1d3_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-classic .timeline-container {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-classic .timeline-item {
position: relative;
display: flex;
gap: 2rem;
margin-bottom: 3rem;
align-items: flex-start;
}
.additional-universal-classic .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.additional-universal-classic .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-classic .timeline-item:last-child .timeline-connector {
display: none;
}
.additional-universal-classic .timeline-marker {
position: relative;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.additional-universal-classic .marker-icon {
width: 80px;
height: 80px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
border: 3px solid var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.88rem;
color: var(--primary-500);
transition: all 1.12s ease;
z-index: 2;
}
.additional-universal-classic .timeline-item:hover .marker-icon {
transform: scale(1.15) rotate(10deg);
background: var(--primary-500);
color: white;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.additional-universal-classic .marker-number {
font-size: 1.56rem;
font-weight: 700;
color: var(--primary-500);
opacity: 0.6;
}
.additional-universal-classic .timeline-connector {
position: absolute;
left: 50%;
top: 80px;
transform: translateX(-50%);
width: 3px;
height: calc(100% + 3rem);
background: linear-gradient(
to bottom,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 30%, transparent)
);
z-index: 1;
}
.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
left: 50%;
}
.additional-universal-classic .timeline-content {
position: relative;
flex: 1;
padding: 2rem;
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.83s ease;
overflow: hidden;
}
.additional-universal-classic .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.additional-universal-classic .timeline-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.additional-universal-classic .timeline-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.06rem;
margin-bottom: 0;
}
.additional-universal-classic .content-decoration {
position: absolute;
bottom: 1rem;
right: 1rem;
font-size: 3.00rem;
color: var(--primary-500);
opacity: 0.05;
pointer-events: none;
}
.additional-universal-classic .bg-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
}
.additional-universal-classic .blob-1 {
top: 10%;
left: -10%;
width: 500px;
height: 500px;
background: var(--primary-300);
animation: blob-float-v081 15s ease-in-out infinite;
}
.additional-universal-classic .blob-2 {
top: 50%;
right: -10%;
width: 400px;
height: 400px;
background: var(--primary-500);
animation: blob-float-v081 20s ease-in-out infinite reverse;
}
.additional-universal-classic .blob-3 {
bottom: 10%;
left: 20%;
width: 350px;
height: 350px;
background: var(--primary-300);
animation: blob-float-v081 18s ease-in-out infinite;
}
@keyframes blob-float-v081 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.additional-universal-classic .timeline-item,
.additional-universal-classic .timeline-item:nth-child(even) {
flex-direction: column;
align-items: center;
text-align: center;
}
.additional-universal-classic .timeline-connector {
left: 50%;
transform: translateX(-50%);
}
.additional-universal-classic .marker-icon {
width: 70px;
height: 70px;
font-size: 1.69rem;
}
.additional-universal-classic .timeline-content {
padding: 1.5rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-classic #92ced8_page_1_sec_1_title {
font-size: 2.06rem;
}
.additional-universal-classic .marker-icon {
width: 60px;
height: 60px;
font-size: 1.50rem;
}
.additional-universal-classic .marker-number {
font-size: 1.19rem;
}
.additional-universal-classic .timeline-content {
padding: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(15, 31, 53, 0.62) 0%,
rgba(8, 17, 38, 0.54) 45%,
rgba(5, 10, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--light);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 850px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 1.68rem;
}
.additional-universal-section .deco-line {
width: 40px;
height: 2px;
background: var(--primary-500);
}
.additional-universal-section .deco-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
.additional-universal-section .section-title {
font-size: 2.62rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.56rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
}
.additional-universal-section .content-grid {
position: relative;
z-index: 1;
}
.additional-universal-section .content-block {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
height: 100%;
border: 1px solid var(--neutral-100);
transition: all 1.15s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.additional-universal-section .content-block:hover {
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .content-block-primary {
background: linear-gradient(135deg, var(--light) 0%, var(--surface-secondary) 100%);
}
.additional-universal-section .content-block-secondary {
background: var(--light);
border-width: 2px;
}
.additional-universal-section .content-block-featured {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
border: 2px solid var(--primary-300);
padding: 3rem;
}
.additional-universal-section .content-block-accent {
background: var(--surface-primary);
}
.additional-universal-section .block-badge {
width: 65px;
height: 65px;
background: var(--primary-500);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.72rem;
transition: all 1.21s ease;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .content-block:hover .block-badge {
transform: scale(1.1) rotate(-5deg);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.additional-universal-section .block-badge i {
font-size: 2.06rem;
color: var(--light);
}
.additional-universal-section .content-title {
font-size: 1.69rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1.20rem;
line-height: 1.3;
}
.additional-universal-section .content-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .block-visual {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid var(--neutral-100);
}
.additional-universal-section .visual-bars {
display: flex;
align-items: flex-end;
gap: 0.75rem;
height: 60px;
}
.additional-universal-section .visual-bars .bar {
flex: 1;
background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 4px 4px 0 0;
opacity: 0.7;
transition: all 1.15s ease;
}
.additional-universal-section .visual-bars .bar:nth-child(1) { height: 40%; }
.additional-universal-section .visual-bars .bar:nth-child(2) { height: 70%; }
.additional-universal-section .visual-bars .bar:nth-child(3) { height: 55%; }
.additional-universal-section .visual-bars .bar:nth-child(4) { height: 85%; }
.additional-universal-section .content-block:hover .visual-bars .bar {
opacity: 1;
height: 100% !important;
}
.additional-universal-section .visual-circles {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
padding: 1rem 0;
}
.additional-universal-section .visual-circles .circle {
width: 50px;
height: 50px;
border: 3px solid var(--primary-500);
border-radius: 50%;
transition: all 0.94s ease;
}
.additional-universal-section .visual-circles .circle:nth-child(2) {
width: 60px;
height: 60px;
border-width: 4px;
}
.additional-universal-section .content-block:hover .visual-circles .circle {
transform: scale(1.15);
border-color: var(--primary-700);
}
.additional-universal-section .featured-visual {
width: 150px;
height: 150px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
transition: all 1.15s ease;
}
.additional-universal-section .content-block:hover .featured-visual {
transform: rotate(10deg) scale(1.1);
}
.additional-universal-section .featured-visual i {
font-size: 3.00rem;
color: var(--light);
}
.additional-universal-section .block-pattern {
position: absolute;
bottom: 0;
right: 0;
width: 100px;
height: 100px;
background:
linear-gradient(45deg, var(--primary-100) 25%, transparent 25%),
linear-gradient(-45deg, var(--primary-100) 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, var(--primary-100) 75%),
linear-gradient(-45deg, transparent 75%, var(--primary-100) 75%);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
opacity: 0.3;
border-radius: 0 0 20px 0;
}
.additional-universal-section .floating-shape {
position: absolute;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-square {
width: 100px;
height: 100px;
background: var(--primary-500);
top: 15%;
left: 8%;
transform: rotate(15deg);
animation: float-square 15s ease-in-out infinite;
}
.additional-universal-section .shape-circle {
width: 120px;
height: 120px;
background: var(--primary-700);
border-radius: 50%;
bottom: 20%;
right: 10%;
animation: float-circle 20s ease-in-out infinite;
}
.additional-universal-section .shape-triangle {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 90px solid var(--primary-500);
top: 50%;
right: 5%;
animation: float-triangle 18s ease-in-out infinite;
}
@keyframes float-square {
0%, 100% { transform: rotate(15deg) translate(0, 0); }
50% { transform: rotate(45deg) translate(20px, -20px); }
}
@keyframes float-circle {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(-30px, 30px); }
}
@keyframes float-triangle {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(15px, -15px) rotate(180deg); }
}
.additional-universal-section .ambient-glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 800px;
height: 800px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.12rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
.additional-universal-section .content-block {
padding: 2rem;
}
.additional-universal-section .content-block-featured {
padding: 2.25rem;
}
.additional-universal-section .content-title {
font-size: 1.62rem;
}
.additional-universal-section .featured-visual {
width: 120px;
height: 120px;
}
.additional-universal-section .featured-visual i {
font-size: 2.81rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 2.00rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.00rem;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
}
.additional-universal-section .content-block {
padding: 1.75rem;
}
.additional-universal-section .content-block-featured {
padding: 2rem;
}
.additional-universal-section .content-title {
font-size: 1.31rem;
}
.additional-universal-section .content-description {
font-size: 0.94rem;
}
.additional-universal-section .block-badge {
width: 55px;
height: 55px;
}
.additional-universal-section .block-badge i {
font-size: 1.62rem;
}
.additional-universal-section .floating-shape {
display: none;
}
.additional-universal-section .featured-visual {
margin-top: 1.65rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .content-block {
padding: 1.5rem;
}
.additional-universal-section .content-block-featured {
padding: 1.75rem;
}
.additional-universal-section .block-visual {
margin-top: 1.69rem;
padding-top: 1.55rem;
}
.additional-universal-section .visual-bars {
height: 50px;
}
.additional-universal-section .visual-circles .circle {
width: 40px;
height: 40px;
}
.additional-universal-section .visual-circles .circle:nth-child(2) {
width: 50px;
height: 50px;
}
.additional-universal-section .featured-visual {
width: 100px;
height: 100px;
border-radius: 20px;
}
.additional-universal-section .featured-visual i {
font-size: 2.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 8, 17, 0.62) 0%,
rgba(16, 24, 45, 0.54) 45%,
rgba(7, 22, 36, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}