:root {
--primary-50: #fef2f2;
--primary-50-rgb: 254, 242, 242;
--primary-50-rgb: 254, 242, 242;
--primary-100: #f3e9ea;
--primary-100-rgb: 254, 226, 226;
--primary-100-rgb: 254, 226, 226;
--primary-300: #ffb8c2;
--primary-300-rgb: 252, 165, 165;
--primary-300-rgb: 252, 165, 165;
--primary-500: #f3302c;
--primary-500-rgb: 220, 38, 38;
--primary-500-rgb: 220, 38, 38;
--primary-700: #c61b25;
--primary-700-rgb: 185, 28, 28;
--primary-700-rgb: 185, 28, 28;
--primary-200: #efd0d5;
--primary-200-rgb: 253, 196, 196;
--primary-200-rgb: 253, 196, 196;
--primary-400: #fe6e85;
--primary-400-rgb: 236, 102, 102;
--primary-400-rgb: 236, 102, 102;
--primary-600: #c01615;
--primary-600-rgb: 203, 33, 33;
--primary-600-rgb: 203, 33, 33;
--primary-800: #7f1619;
--primary-800-rgb: 148, 22, 22;
--primary-800-rgb: 148, 22, 22;
--primary-900: #811f22;
--primary-900-rgb: 126, 19, 19;
--primary-900-rgb: 126, 19, 19;
--primary-950: #600615;
--primary-950-rgb: 88, 13, 13;
--primary-950-rgb: 88, 13, 13;
--primary-rgb: 220, 38, 38;
--neutral-50: #fafafa;
--neutral-50-rgb: 250, 250, 250;
--neutral-50-rgb: 250, 250, 250;
--neutral-100: #f5f5f5;
--neutral-100-rgb: 245, 245, 245;
--neutral-100-rgb: 245, 245, 245;
--neutral-300: #cccccc;
--neutral-300-rgb: 212, 212, 212;
--neutral-300-rgb: 212, 212, 212;
--neutral-500: #727272;
--neutral-500-rgb: 115, 115, 115;
--neutral-500-rgb: 115, 115, 115;
--neutral-700: #464646;
--neutral-700-rgb: 64, 64, 64;
--neutral-700-rgb: 64, 64, 64;
--neutral-900: #1d1d1d;
--neutral-900-rgb: 43, 43, 43;
--neutral-900-rgb: 43, 43, 43;
--neutral-200: #fdfdfd;
--neutral-200-rgb: 229, 229, 229;
--neutral-200-rgb: 229, 229, 229;
--neutral-400: #afa09f;
--neutral-400-rgb: 164, 164, 164;
--neutral-400-rgb: 164, 164, 164;
--neutral-600: #575757;
--neutral-600-rgb: 90, 90, 90;
--neutral-600-rgb: 90, 90, 90;
--neutral-800: #373737;
--neutral-800-rgb: 51, 51, 51;
--neutral-800-rgb: 51, 51, 51;
--neutral-950: #151515;
--neutral-950-rgb: 30, 30, 30;
--neutral-950-rgb: 30, 30, 30;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-500);
--button-primary-bg: var(--primary-500);
--button-primary-text: #000000;
--button-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 5px 7px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 9px 9px -1px rgba(0, 0, 0, 0.1), 0 2px 8px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 13px 22px -6px rgba(0, 0, 0, 0.1), 0 5px 6px -2px rgba(0, 0, 0, 0.05);
--accent-50: #e9dac3;
--accent-50-rgb: 254, 244, 220;
--accent-50-rgb: 254, 244, 220;
--accent-100: #ffebde;
--accent-100-rgb: 254, 230, 206;
--accent-100-rgb: 254, 230, 206;
--accent-200: #f4b6a4;
--accent-200-rgb: 254, 205, 178;
--accent-200-rgb: 254, 205, 178;
--accent-300: #ffc09f;
--accent-300-rgb: 253, 179, 150;
--accent-300-rgb: 253, 179, 150;
--accent-400: #ef9272;
--accent-400-rgb: 242, 125, 93;
--accent-400-rgb: 242, 125, 93;
--accent-500: #df3812;
--accent-500-rgb: 231, 71, 35;
--accent-500-rgb: 231, 71, 35;
--accent-600: #cd4128;
--accent-600-rgb: 219, 66, 30;
--accent-600-rgb: 219, 66, 30;
--accent-700: #e75f26;
--accent-700-rgb: 206, 62, 25;
--accent-700-rgb: 206, 62, 25;
--accent-800: #b73326;
--accent-800-rgb: 180, 57, 20;
--accent-800-rgb: 180, 57, 20;
--accent-900: #ba421e;
--accent-900-rgb: 165, 54, 17;
--accent-900-rgb: 165, 54, 17;
--accent-950: #91430b;
--accent-950-rgb: 138, 49, 12;
--accent-950-rgb: 138, 49, 12;
--accent-rgb: 231, 71, 35;
--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 11px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 6px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 9px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 113px 17px -3px rgba(0, 0, 0, 0.1), 0 7px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 23px 27px -5px rgba(0, 0, 0, 0.1), 0 11px 117px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 29px 50px -13px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 5px 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.31s ease;
--transition-normal: 0.79s ease;
--transition-slow: 1.46s ease;
--transition-all: all 0.94s ease;
--duration-fast: 0.47s;
--duration-normal: 1.02s;
--duration-slow: 0.79s;
--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: 11px;
}
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: 7613px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1028px) {
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 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 13px 15px -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;
}
.layout_font_primary {
font-family: var(--font-primary);
}
.style_font_secondary {
font-family: var(--font-secondary);
}
.unique_font_mono {
font-family: var(--font-mono);
}
.agency_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);
}
.web_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);
}
.theme_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);
}
.company_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);
}
.page_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);
}
.best_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);
}
.studio_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);
}
.content_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);
}
.fresh_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);
}
.base_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);
}
.light_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);
}
.brand_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);
}
.dark_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);
}
.bold_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);
}
.container_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);
}
.site_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;
}
.bright_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);
}
.clean_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);
}
.modern_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);
}
.new_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);
}
.pro_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;
}
.design_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);
}
.main_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);
}
.minimal_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);
}
.minimal_nav_link:hover,
.minimal_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.top_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);
}
.creative_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: 7617px) {
.bright_hero_title {
font-size: var(--text-4xl);
}
.modern_section_title {
font-size: var(--text-3xl);
}
.agency_display_1 {
font-size: var(--text-5xl);
}
.web_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.bright_hero_title {
font-size: var(--text-3xl);
}
.modern_section_title {
font-size: var(--text-2xl);
}
.agency_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);
}
.custom_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.smart_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.premium_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.core_text_balance {
text-wrap: balance;
}
.section_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.minimal_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.dark_caption,
.bold_overline,
.creative_footer_text {
color: var(--text-secondary);
}
.clean_hero_subtitle,
.new_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.bright_hero_title,
.modern_section_title,
.company_heading_1,
.page_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.custom_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: 0.94rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.25rem;
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: 7613px) {
body {
font-size: 1.00rem;
}
.lead {
font-size: 1.19rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.business_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.digital_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.elite_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.app_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.prime_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.ui_stack {
display: flex;
flex-direction: column;
}
.top72_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.studio94_full_height {
min-height: auto;
}
.premium29_section_height {
min-height: auto;
}
.core49_hero_height {
min-height: auto;
}
.theme74_m_0 { margin: 0; }
.web18_m_1 { margin: var(--space-1); }
.new1_m_2 { margin: var(--space-2); }
.prime80_m_3 { margin: var(--space-3); }
.core17_m_4 { margin: var(--space-4); }
.best61_m_6 { margin: var(--space-6); }
.ui69_m_8 { margin: var(--space-8); }
.clean20_m_12 { margin: var(--space-12); }
.bold92_m_16 { margin: var(--space-16); }
.app16_mx_auto { margin-left: auto; margin-right: auto; }
.custom77_my_auto { margin-top: auto; margin-bottom: auto; }
.minimal9_mt_0 { margin-top: 0; }
.design4_mt_4 { margin-top: var(--space-4); }
.agency18_mt_8 { margin-top: var(--space-8); }
.bold83_mt_12 { margin-top: var(--space-12); }
.business40_mb_0 { margin-bottom: 0; }
.prime63_mb_4 { margin-bottom: var(--space-4); }
.section53_mb_8 { margin-bottom: var(--space-8); }
.best5_mb_12 { margin-bottom: var(--space-12); }
.style39_p_0 { padding: 0; }
.custom91_p_1 { padding: var(--space-1); }
.modern30_p_2 { padding: var(--space-2); }
.container86_p_3 { padding: var(--space-3); }
.modern35_p_4 { padding: var(--space-4); }
.app73_p_6 { padding: var(--space-6); }
.premium97_p_8 { padding: var(--space-8); }
.light22_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.light61_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.premium38_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.prime25_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.best89_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.light99_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.digital66_gap_1 { gap: var(--space-1); }
.studio20_gap_2 { gap: var(--space-2); }
.new88_gap_3 { gap: var(--space-3); }
.section33_gap_4 { gap: var(--space-4); }
.unique44_gap_6 { gap: var(--space-6); }
.custom43_gap_8 { gap: var(--space-8); }
.container29_shadow_none { box-shadow: var(--shadow-none); }
.fresh52_shadow_xs { box-shadow: var(--shadow-xs); }
.style92_shadow_sm { box-shadow: var(--shadow-sm); }
.bold31_shadow_md { box-shadow: var(--shadow-md); }
.ui92_shadow_lg { box-shadow: var(--shadow-lg); }
.agency60_shadow_xl { box-shadow: var(--shadow-xl); }
.ui75_shadow_2xl { box-shadow: var(--shadow-2xl); }
.elite69_shadow_inner { box-shadow: var(--shadow-inner); }
.core59_shadow_colored { box-shadow: var(--shadow-colored); }
.light58_radius_none { border-radius: var(--radius-none); }
.style75_radius_xs { border-radius: var(--radius-xs); }
.top6_radius_sm { border-radius: var(--radius-sm); }
.section81_radius_md { border-radius: var(--radius-md); }
.unique49_radius_lg { border-radius: var(--radius-lg); }
.unique37_radius_xl { border-radius: var(--radius-xl); }
.bold15_radius_2xl { border-radius: var(--radius-2xl); }
.style60_radius_3xl { border-radius: var(--radius-3xl); }
.brand23_radius_full { border-radius: var(--radius-full); }
.dark53_gradient_primary {
background: var(--gradient-primary);
}
.elite81_gradient_secondary {
background: var(--gradient-secondary);
}
.ui95_gradient_hero {
background: var(--gradient-hero);
}
.main3_gradient_card {
background: var(--gradient-card);
}
.business2_gradient_overlay {
position: relative;
}
.business2_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;
}
.business2_gradient_overlay > * {
position: relative;
z-index: 2;
}
.digital14_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.digital14_hover_lift:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.dark75_hover_scale {
transition: transform var(--transition-normal);
}
.dark75_hover_scale:hover {
transform: scale(1.02);
}
.business15_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.business15_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.unique31_hover_fade {
transition: opacity var(--transition-normal);
}
.unique31_hover_fade:hover {
opacity: var(--opacity-loading);
}
.studio51_focus_ring {
transition: box-shadow var(--transition-fast);
}
.studio51_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.container25_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.page76_hero_content {
position: relative;
z-index: 2;
}
.light29_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.best48_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.best21_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.layout35_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.light58_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
gap: var(--space-6);
}
.elite74_timeline {
position: relative;
}
.elite74_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.content70_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.content70_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.content70_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.app3_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.elite60_slide_up {
transform: translateY(24px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.web14_slide_in_left {
transform: translateX(-22px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.business47_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;
}
}
.web94_transition_all {
transition: var(--transition-all);
}
.layout68_transition_fast {
transition: all var(--transition-fast);
}
.studio97_transition_normal {
transition: all var(--transition-normal);
}
.style71_transition_slow {
transition: all var(--transition-slow);
}
.bold24_bg_primary { background-color: var(--bg-primary); }
.light19_bg_secondary { background-color: var(--bg-secondary); }
.ui16_bg_muted { background-color: var(--bg-muted); }
.smart47_bg_glass { background-color: var(--bg-glass); }
.main62_text_primary { color: var(--text-primary); }
.bright73_text_secondary { color: var(--text-secondary); }
.top40_text_muted { color: var(--text-muted); }
.light90_text_inverse { color: var(--text-inverse); }
.dark75_text_link { color: var(--text-link); }
.elite11_border_light { border-color: var(--border-light); }
.studio59_border_medium { border-color: var(--border-medium); }
.main80_border_strong { border-color: var(--border-strong); }
.prime74_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7615px) {
.light29_services_grid,
.best21_features_grid,
.best48_team_grid,
.light58_pricing_grid {
grid-template-columns: 1fr;
}
.layout35_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.elite74_timeline::before {
left: 30px;
}
.content70_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.premium29_section_height {
min-height: auto;
}
.core49_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.layout35_gallery_grid {
grid-template-columns: 1fr;
}
.content70_timeline_item {
padding-left: var(--space-12) !important;
}
}
.company74_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;
}
.premium96_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.brand39_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);
}
.brand39_skip_link:focus {
top: 6px;
}
@media print {
.prime16_no_print {
display: none !important;
}
.base93_print_only {
display: block !important;
}
.fresh52_shadow_xs,
.style92_shadow_sm,
.bold31_shadow_md,
.ui92_shadow_lg,
.agency60_shadow_xl,
.ui75_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.71rem;
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.25rem;
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(4px);
}
.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) {
.app3_fade_in,
.elite60_slide_up,
.web14_slide_in_left,
.business47_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.digital14_hover_lift,
.dark75_hover_scale,
.business15_hover_shadow,
.unique31_hover_fade,
.web94_transition_all,
.layout68_transition_fast,
.studio97_transition_normal,
.style71_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-featured {
position: sticky;
top: 0;
z-index: 1000;
background: var(--surface-primary);
border-bottom: 1px solid var(--neutral-100);
transition: all 1.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-featured.scrolled {
background: color-mix(in srgb, var(--surface-primary) 95%, transparent);
backdrop-filter: blur(14px);
box-shadow: 0 4px 24px color-mix(in srgb, var(--neutral-900) 8%, transparent);
}
.header-featured .navbar {
padding: 1.5rem 0;
position: relative;
transition: padding 1.25s ease;
}
.header-featured.scrolled .navbar {
padding: 1rem 0;
}
.header-featured .navbar-brand {
font-size: 1.94rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
position: relative;
padding: 0.5rem 1.5rem;
transition: all 0.54s ease;
}
.header-featured .navbar-brand::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 17px;
opacity: 0;
transition: opacity 0.68s ease;
z-index: -1;
}
.header-featured .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-featured .navbar-brand:hover::before {
opacity: 1;
}
.header-featured .navbar-nav-left,
.header-featured .navbar-nav-right {
gap: 2.5rem;
align-items: center;
}
.header-featured .nav-link {
font-size: var(--nav-font-size);
font-weight: 500;
color: var(--text-primary);
padding: 0.5rem 0;
position: relative;
transition: color 0.52s ease;
letter-spacing: 0.01em;
}
.header-featured .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transition: width 1.31s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-featured .nav-link:hover {
color: var(--primary-500);
}
.header-featured .nav-link:hover::after {
width: 100%;
}
.header-featured .navbar-toggler {
padding: 0.5rem;
color: var(--text-primary);
position: relative;
z-index: 10;
}
.header-featured .navbar-toggler:focus {
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.header-featured .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--surface-primary);
border-top: 1px solid var(--neutral-100);
box-shadow: 0 14px 24px color-mix(in srgb, var(--neutral-900) 10%, transparent);
}
.header-featured .navbar-nav-mobile {
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.header-featured .nav-link-mobile {
font-size: 1.00rem;
font-weight: 500;
color: var(--text-primary);
padding: 1rem 1.5rem;
border-radius: 8px;
transition: all 0.98s ease;
text-decoration: none;
display: block;
}
.header-featured .nav-link-mobile:hover,
.header-featured .nav-link-mobile:focus {
background: var(--primary-50);
color: var(--primary-700);
transform: translateX(8px);
}
.header-featured .header-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
.header-featured .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-100), transparent);
opacity: 0.3;
animation: float 8s ease-in-out infinite;
}
.header-featured .deco-circle-1 {
width: 120px;
height: 120px;
top: -60px;
left: 10%;
animation-delay: 0s;
}
.header-featured .deco-circle-2 {
width: 80px;
height: 80px;
top: -40px;
right: 15%;
animation-delay: 2s;
}
.header-featured .deco-line {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
var(--primary-500),
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.93s ease;
}
.header-featured:hover .deco-line {
opacity: 0.5;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(20px, -15px) scale(1.1);
}
66% {
transform: translate(-15px, 13px) scale(0.9);
}
}
@media (max-width: 1299.98px) {
.header-featured .navbar-brand {
font-size: 1.50rem;
padding: 0.5rem 1rem;
}
.header-featured .deco-circle {
display: none;
}
}
@media (max-width: 575.98px) {
.header-featured .navbar {
padding: 1rem 0;
}
.header-featured .navbar-brand {
font-size: 1.31rem;
}
.header-featured .navbar-nav-mobile {
padding: 1rem;
}
.header-featured .nav-link-mobile {
padding: 0.875rem 1rem;
font-size: 1.00rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-featured,
.header-featured .navbar,
.header-featured .navbar-brand,
.header-featured .nav-link,
.header-featured .nav-link::after,
.header-featured .nav-link-mobile {
transition: none;
animation: none;
}
}
.header-featured .nav-link:focus-visible,
.header-featured .nav-link-mobile:focus-visible,
.header-featured .navbar-brand:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 4px;
border-radius: 4px;
}
@media (prefers-contrast: high) {
.header-featured {
border-bottom-width: 2px;
}
.header-featured .nav-link::after {
height: 3px;
}
.header-featured .navbar-brand::before {
opacity: 0.2;
}
}
[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(6, 9, 17, 0.62) 0%,
rgba(7, 15, 29, 0.54) 45%,
rgba(12, 25, 39, 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;
}
.header-featured {
overflow-x: hidden !important;
}
.hero-style {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
padding: 0;
overflow: hidden;
}
.hero-style .decorative-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(var(--primary-100) 1px, transparent 1px),
linear-gradient(90deg, var(--primary-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
z-index: 1;
}
.hero-style .decorative-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.15;
z-index: 1;
animation: float 20s infinite ease-in-out;
}
.hero-style .decorative-circle-1 {
width: 600px;
height: 600px;
top: -200px;
right: -200px;
animation-delay: 0s;
}
.hero-style .decorative-circle-2 {
width: 400px;
height: 400px;
bottom: -100px;
left: -100px;
animation-delay: 5s;
}
.hero-style .floating-shape {
position: absolute;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
opacity: 0.1;
z-index: 1;
animation: float 15s infinite ease-in-out;
}
.hero-style .floating-shape-1 {
top: 20%;
left: 10%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation-delay: 2s;
}
.hero-style .floating-shape-2 {
bottom: 30%;
right: 15%;
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
animation-delay: 7s;
width: 100px;
height: 100px;
}
.hero-style .hero-content {
position: relative;
z-index: 10;
}
.hero-style .hero-badge {
position: relative;
padding: 0;
}
.hero-style .badge-dot {
width: 17px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
position: relative;
z-index: 2;
}
.hero-style .badge-pulse {
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s infinite;
left: 0;
}
.hero-style .hero-title {
color: var(--text-primary);
font-weight: 800;
line-height: 1.2;
letter-spacing: -0.02em;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-style .hero-subtitle {
color: var(--text-secondary);
font-weight: 500;
line-height: 1.5;
}
.hero-style .hero-description {
color: var(--text-secondary);
line-height: 1.8;
max-width: 600px;
}
.hero-style .icon-row {
display: flex;
flex-wrap: wrap;
}
.hero-style .icon-item {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--surface-primary), var(--neutral-50));
border: 2px solid var(--primary-300);
border-radius: 20px;
transition: all 0.76s ease;
position: relative;
overflow: hidden;
}
.hero-style .icon-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, var(--primary-100), transparent);
transition: left 0.99s ease;
}
.hero-style .icon-item:hover::before {
left: 100%;
}
.hero-style .icon-item:hover {
transform: translateY(-5px);
border-color: var(--primary-500);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.hero-style .icon-item i {
font-size: 28px;
color: var(--primary-500);
position: relative;
z-index: 2;
}
.hero-style .trust-indicators {
display: flex;
}
.hero-style .trust-badge {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 50%;
transition: all 0.58s ease;
}
.hero-style .trust-badge:hover {
transform: scale(1.1);
border-color: var(--primary-500);
}
.hero-style .trust-badge i {
font-size: 21px;
color: var(--primary-500);
}
.hero-style .hero-images-grid {
position: relative;
width: 100%;
height: 600px;
z-index: 10;
}
.hero-style .image-wrapper {
position: absolute;
overflow: hidden;
border-radius: 20px;
transition: all 0.84s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-style .image-wrapper:hover {
transform: translateY(-10px);
z-index: 5;
}
.hero-style .image-frame {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.hero-style .image-frame img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.90s ease;
}
.hero-style .image-wrapper:hover .image-frame img {
transform: scale(1.05);
}
.hero-style .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-500) 0%, transparent 100%);
opacity: 0.1;
transition: opacity 0.48s ease;
}
.hero-style .image-wrapper:hover .image-overlay {
opacity: 0.2;
}
.hero-style .image-main {
width: 70%;
height: 450px;
top: 50%;
left: 0;
transform: translateY(-50%);
z-index: 3;
}
.hero-style .image-secondary {
width: 45%;
height: 250px;
top: 0;
right: 0;
z-index: 2;
}
.hero-style .image-tertiary {
width: 40%;
height: 220px;
bottom: 0;
left: 50%;
transform: translateX(-20%);
z-index: 4;
}
.hero-style .decorative-corner {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid var(--primary-500);
z-index: 5;
}
.hero-style .corner-tl {
top: -10px;
left: -10px;
border-right: none;
border-bottom: none;
}
.hero-style .corner-br {
bottom: -10px;
right: -10px;
border-left: none;
border-top: none;
}
.hero-style .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: var(--surface-primary);
border: 3px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
animation: float 6s infinite ease-in-out;
z-index: 6;
}
.hero-style .floating-icon-1 {
top: -20px;
right: -20px;
animation-delay: 0s;
}
.hero-style .floating-icon-2 {
bottom: -20px;
left: -20px;
animation-delay: 3s;
}
.hero-style .floating-icon i {
font-size: 26px;
color: var(--primary-500);
}
.hero-style .image-decorative-circle {
position: absolute;
border-radius: 50%;
border: 2px dashed var(--primary-300);
opacity: 0.5;
animation: rotate 30s linear infinite;
}
.hero-style .deco-1 {
width: 150px;
height: 150px;
top: 10%;
right: 10%;
z-index: 1;
}
.hero-style .deco-2 {
width: 120px;
height: 120px;
bottom: 15%;
left: 5%;
z-index: 1;
animation-direction: reverse;
}
.hero-style .image-decorative-line {
position: absolute;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
z-index: 1;
}
.hero-style .line-1 {
width: 100px;
top: 25%;
left: -30px;
transform: rotate(-45deg);
}
.hero-style .line-2 {
width: 80px;
bottom: 25%;
right: -20px;
transform: rotate(45deg);
}
.hero-style .wave-divider {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
z-index: 5;
}
.hero-style .wave-divider svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 60px;
}
.hero-style .wave-divider path {
fill: var(--neutral-50);
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(2);
opacity: 0;
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.hero-style .hero-images-grid {
height: 500px;
margin-top: 40px;
}
.hero-style .image-main {
width: 75%;
height: 380px;
}
.hero-style .image-secondary {
width: 50%;
height: 220px;
}
.hero-style .image-tertiary {
width: 45%;
height: 200px;
}
.hero-style .hero-title {
font-size: 2.69rem;
}
}
@media (max-width: 767.98px) {
.hero-style .hero-images-grid {
height: 450px;
}
.hero-style .image-main {
width: 80%;
height: 320px;
}
.hero-style .image-secondary {
width: 55%;
height: 200px;
}
.hero-style .image-tertiary {
width: 50%;
height: 180px;
left: 45%;
}
.hero-style .hero-title {
font-size: 2.19rem;
}
.hero-style .icon-row {
gap: 12px !important;
}
.hero-style .icon-item {
width: 50px;
height: 50px;
}
.hero-style .icon-item i {
font-size: 26px;
}
.hero-style .decorative-circle-1,
.hero-style .decorative-circle-2 {
opacity: 0.08;
}
}
@media (max-width: 575.98px) {
.hero-style .hero-images-grid {
height: 400px;
}
.hero-style .image-main {
width: 85%;
height: 280px;
}
.hero-style .image-secondary {
width: 60%;
height: 180px;
}
.hero-style .image-tertiary {
width: 55%;
height: 160px;
}
.hero-style .hero-title {
font-size: 1.56rem;
}
.hero-style .floating-icon {
width: 50px;
height: 50px;
}
.hero-style .floating-icon i {
font-size: 23px;
}
.hero-style .wave-divider svg {
height: 40px;
}
}
[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, 5, 11, 0.62) 0%,
rgba(10, 15, 28, 0.54) 45%,
rgba(12, 18, 35, 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-style {
overflow-x: hidden !important;
}
.usp-section {
position: relative;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, rgba(var(--neutral-50-rgb), 0.5) 100%);
min-height: auto;
display: flex;
align-items: center;
}
.usp-card {
position: relative;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(20px);
border: 1px solid rgba(var(--primary-100-rgb), 0.3);
border-radius: var(--radius-2xl);
padding: var(--space-6);
transition: all var(--duration-normal) var(--ease-smooth);
overflow: hidden;
}
.usp-card:hover {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(var(--primary-300-rgb), 0.5);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.usp-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.usp-item-header h3 {
color: var(--text-primary);
font-weight: 600;
}
.usp-item-header p {
color: var(--text-secondary);
}
.usp-item-value {
display: flex;
align-items: baseline;
gap: var(--space-2);
}
.usp-item-value span {
color: var(--primary-600);
font-weight: 700;
}
.usp-card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
}
.usp-accent-1 {
background: var(--primary-500);
}
.usp-accent-2 {
background: var(--primary-300);
}
.usp-accent-3 {
background: var(--primary-500);
}
.usp-accent-4 {
background: var(--primary-300);
}
.usp-bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.usp-blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -150px;
filter: blur(60px);
}
.usp-blob-2 {
width: 350px;
height: 350px;
background: var(--primary-300);
bottom: -80px;
right: -120px;
filter: blur(60px);
}
@media (max-width: 768px) {
.usp-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.usp-card {
padding: var(--space-5);
}
.usp-card-accent {
width: 90px;
height: 90px;
}
.usp-blob-1,
.usp-blob-2 {
width: 250px;
height: 250px;
}
}
[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, 6, 11, 0.62) 0%,
rgba(1, 3, 6, 0.54) 45%,
rgba(2, 4, 8, 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 {
position: relative;
padding: var(--space-6) 0;
min-height: auto;
overflow: hidden;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--bg-primary) 95%, var(--primary-50)),
var(--bg-primary)
);
}
.about-section .container {
position: relative;
z-index: 2;
}
.about-content {
padding: var(--space-2) var(--space-3) 0 0;
}
.about-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
letter-spacing: -0.5px;
font-weight: 700;
}
.about-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-3);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.8px;
font-size: 0.81rem;
}
.about-description {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.7;
max-width: 480px;
}
.about-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--space-3) var(--space-4);
margin-top: var(--space-4);
}
.about-feature {
padding: var(--space-3);
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(12px);
border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent);
transition: all var(--duration-300) var(--ease-out);
position: relative;
overflow: hidden;
}
.about-feature::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent
);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.about-feature:hover {
border-color: var(--primary-300);
background: rgba(255, 255, 255, 0.65);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}
.about-feature:hover::before {
opacity: 1;
}
.feature-name {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 600;
font-size: 1.00rem;
}
.feature-description {
color: var(--text-secondary);
font-size: 0.88rem;
line-height: 1.6;
margin: 0;
}
.about-media {
position: relative;
height: 100%;
min-height: 480px;
}
.about-media-grid {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-template-rows: auto auto;
gap: var(--space-3);
height: 100%;
perspective: 1000px;
}
.media-item {
position: relative;
border-radius: var(--radius-xl);
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-200) 60%, transparent);
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
box-shadow:
0 8px 32px rgba(0, 0, 0, 0.06),
inset 0 1px 1px rgba(255, 255, 255, 0.8);
transition: all var(--duration-400) var(--ease-out);
}
.media-item:hover {
border-color: var(--primary-300);
box-shadow:
0 12px 48px rgba(0, 0, 0, 0.12),
inset 0 1px 1px rgba(255, 255, 255, 0.8);
transform: translateY(-4px);
}
.media-item-large {
grid-column: 1;
grid-row: 1 / 3;
min-height: 400px;
}
.media-item-small {
min-height: 180px;
}
.media-item-small:first-of-type {
grid-column: 2;
grid-row: 1;
}
.media-item-accent {
grid-column: 2;
grid-row: 2;
background: linear-gradient(
135deg,
rgba(255, 255, 255, 0.5),
rgba(255, 255, 255, 0.3)
);
border-color: color-mix(in srgb, var(--primary-300) 50%, transparent);
}
.about-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.about-media-decoration {
position: absolute;
top: -40%;
right: -20%;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent),
transparent 70%
);
border-radius: 50%;
filter: blur(80px);
pointer-events: none;
z-index: -1;
}
.about-bg-glow {
position: absolute;
border-radius: 50%;
filter: blur(100px);
opacity: 0.08;
pointer-events: none;
z-index: 1;
}
.about-bg-glow-1 {
width: 500px;
height: 500px;
top: -200px;
left: -100px;
background: var(--primary-500);
}
.about-bg-glow-2 {
width: 400px;
height: 400px;
bottom: -150px;
right: -50px;
background: var(--primary-700);
}
@media (max-width: 991.98px) {
.about-section {
padding: var(--space-5) 0;
}
.about-content {
padding: 0;
}
.about-description {
max-width: 100%;
}
.about-features {
grid-template-columns: 1fr;
gap: var(--space-2) var(--space-3);
margin-top: var(--space-3);
}
.about-media {
min-height: 320px;
}
.about-media-grid {
grid-template-columns: 1fr 1fr;
gap: var(--space-2);
min-height: 320px;
}
.media-item-large {
grid-column: 1 / 3;
grid-row: 1;
min-height: 200px;
}
.media-item-small {
min-height: 140px;
}
.media-item-small:first-of-type {
grid-column: 1;
grid-row: 2;
}
.media-item-accent {
grid-column: 2;
grid-row: 2;
}
.about-title {
font-size: 1.94rem;
}
}
@media (max-width: 575.98px) {
.about-section {
padding: var(--space-4) 0;
}
.about-title {
font-size: 1.56rem;
margin-bottom: var(--space-2);
}
.about-subtitle {
font-size: 0.75rem;
margin-bottom: var(--space-2);
}
.about-description {
font-size: 0.94rem;
margin-bottom: var(--space-3);
}
.about-features {
gap: var(--space-2);
margin-top: var(--space-3);
}
.about-feature {
padding: var(--space-2);
}
.feature-name {
font-size: 0.88rem;
margin-bottom: var(--space-1);
}
.feature-description {
font-size: 0.88rem;
}
.about-media-grid {
gap: var(--space-2);
min-height: 280px;
}
.media-item-large {
min-height: 150px;
}
.media-item-small {
min-height: 120px;
}
.about-media-decoration {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
}
.about-bg-glow-1 {
width: 300px;
height: 300px;
}
.about-bg-glow-2 {
width: 250px;
height: 250px;
}
}
[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, 16, 25, 0.62) 0%,
rgba(3, 5, 10, 0.54) 45%,
rgba(11, 22, 41, 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;
}
.features-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, color-mix(in srgb, var(--bg-primary) 95%, var(--primary-50)) 100%);
min-height: auto;
}
.features-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.features-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -150px;
left: -100px;
filter: blur(60px);
}
.features-decoration-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -120px;
right: -80px;
filter: blur(80px);
}
.features-card {
position: relative;
height: 100%;
border-radius: var(--radius-lg);
border: 1px solid color-mix(in srgb, var(--border-light) 50%, transparent);
background: color-mix(in srgb, var(--bg-secondary) 60%, transparent);
backdrop-filter: blur(20px);
padding: 2rem;
transition: all var(--duration-md) var(--ease-smooth);
overflow: hidden;
}
.features-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 0%, transparent) 0%,
color-mix(in srgb, var(--primary-100) 0%, transparent) 100%
);
opacity: 0;
transition: opacity var(--duration-md) var(--ease-smooth);
pointer-events: none;
}
.features-card:hover {
border-color: color-mix(in srgb, var(--primary-300) 60%, var(--border-light));
background: color-mix(in srgb, var(--bg-secondary) 80%, var(--primary-50));
box-shadow:
0 0 20px color-mix(in srgb, var(--primary-500) 15%, transparent),
var(--shadow-lg);
transform: translateY(-4px);
}
.features-card:hover::before {
opacity: 1;
}
.features-card-inner {
position: relative;
z-index: 2;
}
.features-card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: var(--radius-md);
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
margin-bottom: 1.73rem;
color: var(--primary-600);
transition: all var(--duration-md) var(--ease-smooth);
}
.features-card:hover .features-card-icon {
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
color: white;
box-shadow: 0 0 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
transform: scale(1.1);
}
.icon-glyph {
width: 24px;
height: 24px;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
#edebb2tures-item-1-name,
#ffe79atures-item-2-name,
#eae4a8tures-item-3-name,
#ffdda0tures-item-4-name {
color: var(--text-primary);
transition: color var(--duration-md) var(--ease-smooth);
}
.features-card:hover #f7e9batures-item-1-name,
.features-card:hover #f6f0b6tures-item-2-name,
.features-card:hover #f0e88ctures-item-3-name,
.features-card:hover #fadea4tures-item-4-name {
color: var(--primary-600);
}
#f3d89etures-item-1-desc,
#ebdf9atures-item-2-desc,
#eed591tures-item-3-desc,
#fee89etures-item-4-desc {
color: var(--text-secondary);
line-height: 1.6;
}
@media (max-width: 768px) {
.features-card {
padding: 1.5rem;
}
.features-decoration-1,
.features-decoration-2 {
width: 250px;
height: 250px;
}
.features-decoration-1 {
top: -100px;
left: -50px;
}
.features-decoration-2 {
bottom: -80px;
right: -50px;
}
}
[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, 23, 34, 0.62) 0%,
rgba(19, 32, 50, 0.54) 45%,
rgba(11, 24, 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;
}
.services-section {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
var(--bg-primary) 0%,
var(--primary-50) 100%
);
}
.services-header {
position: relative;
z-index: 2;
margin-bottom: 3.57rem;
}
.services-header .modern_section_title {
color: var(--text-primary);
margin-bottom: 0.81rem;
}
.services-header .new_section_subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 0.5px;
}
.services-header .light_body_base {
color: var(--text-secondary);
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
row-gap: 2rem;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.services-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.services-item {
position: relative;
height: 100%;
}
.services-item-inner {
position: relative;
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: 2rem 1.75rem;
height: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
transition: all var(--duration-base) var(--ease-smooth);
overflow: hidden;
}
.services-item-inner::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
rgba(var(--primary-500-rgb, 59, 130, 246), 0.03) 0%,
rgba(var(--primary-500-rgb, 59, 130, 246), 0) 100%
);
pointer-events: none;
opacity: 0;
transition: opacity var(--duration-base) var(--ease-smooth);
}
.services-item:hover .services-item-inner {
border-color: var(--border-interactive);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.services-item:hover .services-item-inner::before {
opacity: 1;
}
.services-item-accent {
position: absolute;
top: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(
circle,
var(--primary-100) 0%,
transparent 70%
);
border-radius: 50%;
opacity: 0.6;
}
.services-item:nth-child(2n) .services-item-accent {
background: radial-gradient(
circle,
var(--primary-50) 0%,
transparent 70%
);
top: auto;
bottom: -30px;
right: auto;
left: -30px;
width: 120px;
height: 120px;
}
.services-item:nth-child(3n) .services-item-accent {
background: radial-gradient(
circle,
var(--neutral-100) 0%,
transparent 70%
);
top: 50%;
right: -40px;
bottom: auto;
transform: translateY(-50%);
}
.services-item-inner .base_body_large {
position: relative;
z-index: 1;
color: var(--text-primary);
margin-bottom: 0.56rem;
}
.services-item-inner .light_body_base {
position: relative;
z-index: 1;
color: var(--text-secondary);
flex-grow: 1;
line-height: 1.6;
}
.services-item-inner .dark_caption {
position: relative;
z-index: 1;
color: var(--primary-700);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.services-item-footer {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 1.64rem;
padding-top: 1.69rem;
border-top: 1px solid var(--border-light);
}
.services-item-footer .base_body_large {
color: var(--primary-700);
font-weight: 700;
}
.services-item-cta {
position: relative;
display: inline-block;
padding: 0.625rem 1.25rem;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
color: white;
text-decoration: none;
border-radius: var(--radius-full);
font-size: 0.81rem;
font-weight: 600;
transition: all var(--duration-base) var(--ease-smooth);
border: 1px solid transparent;
overflow: hidden;
}
.services-item-cta::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width var(--duration-base) var(--ease-smooth),
height var(--duration-base) var(--ease-smooth);
}
.services-item-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(78, 149, 249, 0.30);
}
.services-item-cta:hover::before {
width: 300px;
height: 300px;
}
.services-decoration {
position: absolute;
opacity: 0.15;
pointer-events: none;
}
.services-decoration-1 {
top: -100px;
left: -100px;
width: 300px;
height: 300px;
background: radial-gradient(
circle,
var(--primary-500) 0%,
transparent 70%
);
border-radius: 50%;
filter: blur(40px);
}
.services-decoration-2 {
bottom: -50px;
right: -150px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300) 0%,
transparent 70%
);
border-radius: 50%;
filter: blur(50px);
}
.services-decoration-3 {
top: 50%;
right: 5%;
width: 200px;
height: 200px;
background: conic-gradient(
from 0deg,
var(--neutral-300),
var(--primary-200),
var(--neutral-300)
);
border-radius: 50%;
filter: blur(35px);
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@media (max-width: 767px) {
.services-item-inner {
padding: 1.5rem 1.25rem;
}
.services-decoration {
opacity: 0.08;
}
.services-decoration-1,
.services-decoration-2 {
width: 250px;
height: 250px;
}
.services-decoration-3 {
width: 150px;
height: 150px;
}
}
[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, 9, 0.62) 0%,
rgba(12, 23, 43, 0.54) 45%,
rgba(4, 6, 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;
}
.priceplan-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(59, 130, 246, 0.03) 100%);
min-height: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.priceplan-bg-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
z-index: 0;
}
.priceplan-bg-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 40% 60% 50% 50%;
top: -100px;
right: -100px;
filter: blur(80px);
}
.priceplan-bg-blob-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50% 40% 60% 50%;
bottom: -80px;
left: -80px;
filter: blur(100px);
}
.priceplan-bg-glow {
position: fixed;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
border-radius: 50%;
top: 20%;
left: 50%;
transform: translateX(-50%);
filter: blur(120px);
opacity: 0.05;
z-index: -1;
}
.priceplan-section .container {
position: relative;
z-index: 1;
}
.price-card {
height: 100%;
position: relative;
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
overflow: hidden;
transition: all var(--duration-normal) var(--ease-out);
}
.price-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
pointer-events: none;
opacity: 0.5;
}
.price-card:hover {
border-color: var(--border-medium);
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(51, 158, 251, 0.15);
}
.price-card-inner {
padding: 2rem;
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.price-card-header {
margin-bottom: 1rem;
}
.price-card-price {
display: flex;
align-items: baseline;
gap: 0.5rem;
}
.price-card-price .bright_hero_title {
color: var(--primary-500);
font-weight: 700;
}
.price-card-features {
list-style: none;
padding: 0;
margin: 0;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.price-card-features li {
padding: 0.75rem 0;
color: var(--text-secondary);
line-height: 1.6;
}
.price-card-featured {
position: relative;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.02) 100%);
border: 2px solid var(--primary-300);
transform: scale(1.02);
}
.price-card-featured::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 50% 0%, rgba(39, 112, 223, 0.10), transparent);
pointer-events: none;
opacity: 0.8;
}
.price-card-featured:hover {
border-color: var(--primary-500);
box-shadow: 0 25px 50px rgba(67, 134, 255, 0.20);
transform: scale(1.02) translateY(-10px);
}
.price-card-badge {
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
padding: 0.4rem 1.2rem;
border-radius: var(--radius-full);
z-index: 10;
}
.price-card-badge .bold_overline {
color: var(--text-inverse);
font-weight: 600;
text-transform: uppercase;
font-size: 0.69rem;
letter-spacing: 0.08em;
}
.btn-primary {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
color: var(--text-inverse);
font-weight: 600;
padding: 0.75rem 1.5rem;
transition: all var(--duration-normal) var(--ease-out);
}
.btn-primary:hover {
background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(48, 132, 229, 0.30);
color: var(--text-inverse);
}
.btn-outline-primary {
border: 2px solid var(--primary-500);
color: var(--primary-500);
font-weight: 600;
padding: 0.6rem 1.5rem;
transition: all var(--duration-normal) var(--ease-out);
background: transparent;
}
.btn-outline-primary:hover {
background: var(--primary-500);
color: var(--text-inverse);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(46, 121, 222, 0.20);
border-color: var(--primary-500);
}
@media (max-width: 768px) {
.priceplan-section {
padding-top: 3rem;
padding-bottom: 3rem;
}
.price-card-featured {
transform: scale(1);
}
.price-card-featured:hover {
transform: translateY(-8px);
}
.price-card-inner {
padding: 1.5rem;
}
.priceplan-bg-blob-1,
.priceplan-bg-blob-2 {
width: 250px;
height: 250px;
}
.priceplan-bg-glow {
width: 400px;
height: 400px;
}
}
[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, 12, 0.62) 0%,
rgba(8, 19, 30, 0.54) 45%,
rgba(5, 9, 14, 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-special {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
}
.decorative-bg-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.decorative-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
color-mix(in srgb, var(--primary-300) 5%, transparent 95%)
);
animation: float 20s ease-in-out infinite;
}
.decorative-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation-delay: 0s;
}
.decorative-circle-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
animation-delay: 5s;
}
.decorative-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
background: linear-gradient(to top,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 0%,
transparent 100%
);
clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0% 100%);
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.section-header {
position: relative;
z-index: 1;
}
.decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
border-radius: 2px;
position: relative;
}
.decorative-line-top::before,
.decorative-line-top::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
top: 50%;
transform: translateY(-50%);
}
.decorative-line-top::before {
left: -12px;
}
.decorative-line-top::after {
right: -12px;
}
.section-title {
font-size: 3.00rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.section-subtitle {
font-size: 1.50rem;
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1.68rem;
}
.section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.team-card {
height: 100%;
transition: transform 1.29s ease;
}
.team-card:hover {
transform: translateY(-8px);
}
.team-card-inner {
background: var(--surface-primary);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 1.23s ease;
height: 100%;
display: flex;
flex-direction: column;
}
.team-card:hover .team-card-inner {
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.team-image-wrapper {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
}
.team-member-photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.25s ease;
}
.team-card:hover .team-member-photo {
transform: scale(1.08);
}
.image-border-effect {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 3px solid var(--primary-500);
border-radius: 0;
opacity: 0;
transition: all 0.97s ease;
z-index: 2;
pointer-events: none;
}
.team-card:hover .image-border-effect {
opacity: 1;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
}
.image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top,
color-mix(in srgb, var(--primary-700) 60%, transparent 40%) 0%,
transparent 50%
);
opacity: 0;
transition: opacity 0.72s ease;
z-index: 1;
}
.team-card:hover .image-overlay {
opacity: 1;
}
.team-info {
padding: 2rem 1.5rem;
text-align: center;
position: relative;
background: var(--surface-primary);
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.decorative-accent {
width: 50px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
margin: 0 auto 1rem;
border-radius: 2px;
transition: width 0.73s ease;
}
.team-card:hover .decorative-accent {
width: 80px;
}
.member-name {
font-size: 1.50rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.64rem;
line-height: 1.3;
transition: color 0.83s ease;
}
.team-card:hover .member-name {
color: var(--primary-700);
}
.member-role {
font-size: 1.00rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.5;
}
.bottom-decorative-icons {
position: relative;
z-index: 1;
}
.decorative-icon-item {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-500) 10%, var(--surface-primary) 90%) 100%
);
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
transition: all 1.34s ease;
}
.decorative-icon-item:hover {
transform: translateY(-5px) scale(1.1);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
}
.decorative-icon-item i {
font-size: 1.62rem;
color: var(--primary-700);
transition: color 1.15s ease;
}
.decorative-icon-item:hover i {
color: var(--light);
}
@media (max-width: 991px) {
.team-section-special {
padding: 80px 0;
}
.section-title {
font-size: 2.19rem;
}
.section-subtitle {
font-size: 1.31rem;
}
.section-description {
font-size: 0.94rem;
}
.decorative-circle-1 {
width: 300px;
height: 300px;
}
.decorative-circle-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767px) {
.team-section-special {
padding: 60px 0;
}
.section-title {
font-size: 1.94rem;
}
.section-subtitle {
font-size: 1.19rem;
}
.section-description {
font-size: 0.94rem;
}
.member-name {
font-size: 1.25rem;
}
.member-role {
font-size: 0.88rem;
}
.team-info {
padding: 1.5rem 1rem;
}
.decorative-icon-item {
width: 50px;
height: 50px;
}
.decorative-icon-item i {
font-size: 1.31rem;
}
.decorative-circle-1,
.decorative-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.section-title {
font-size: 1.50rem;
}
.section-subtitle {
font-size: 1.06rem;
}
.team-card-inner {
border-radius: 16px;
}
.bottom-decorative-icons .d-flex {
gap: 0.75rem !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(3, 6, 17, 0.62) 0%,
rgba(4, 8, 16, 0.54) 45%,
rgba(9, 16, 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;
}
.reviews-section-featured {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.reviews-section-featured .section-header {
position: relative;
z-index: 2;
}
.reviews-section-featured .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 24px;
border-radius: 2px;
}
.reviews-section-featured .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-featured .section-subtitle {
font-size: 1.31rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
letter-spacing: 0.5px;
}
.reviews-section-featured .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.reviews-section-featured .review-card {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 40px 32px;
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.71s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent);
overflow: hidden;
}
.reviews-section-featured .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.reviews-section-featured .review-card.featured {
background: linear-gradient(135deg, var(--light) 0%, color-mix(in srgb, var(--primary-50) 50%, var(--light)) 100%);
border: 2px solid var(--primary-300);
}
.reviews-section-featured .quote-icon {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: transform 0.56s ease;
}
.reviews-section-featured .review-card:hover .quote-icon {
transform: rotate(-5deg) scale(1.05);
}
.reviews-section-featured .quote-icon i {
font-size: 30px;
color: var(--light);
}
.reviews-section-featured .review-content {
flex-grow: 1;
margin-bottom: 28px;
}
.reviews-section-featured .review-text {
font-size: 1.12rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
font-style: italic;
}
.reviews-section-featured .review-footer {
display: flex;
align-items: center;
gap: 16px;
padding-top: 24px;
border-top: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.reviews-section-featured .author-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transition: transform 0.84s ease;
}
.reviews-section-featured .review-card:hover .author-avatar {
transform: scale(1.1);
}
.reviews-section-featured .author-avatar .initials {
font-size: 1.31rem;
font-weight: 700;
color: var(--light);
letter-spacing: 1px;
}
.reviews-section-featured .author-info {
flex-grow: 1;
}
.reviews-section-featured .author-name {
font-size: 1.06rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 6px;
line-height: 1.3;
}
.reviews-section-featured .author-meta {
display: flex;
align-items: center;
gap: 8px;
}
.reviews-section-featured .author-meta i {
font-size: 16px;
color: var(--primary-500);
}
.reviews-section-featured .card-decoration {
position: absolute;
top: -40px;
right: -40px;
width: 120px;
height: 120px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-featured .floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.reviews-section-featured .shape {
position: absolute;
border-radius: 50%;
opacity: 0.5;
animation: float 20s infinite ease-in-out;
}
.reviews-section-featured .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
top: 10%;
left: -100px;
animation-delay: 0s;
}
.reviews-section-featured .shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
bottom: 15%;
right: -50px;
animation-delay: 5s;
}
.reviews-section-featured .shape-3 {
width: 150px;
height: 150px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-700) 10%, transparent), transparent);
top: 50%;
left: 50%;
animation-delay: 10s;
}
@keyframes float {
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: 991px) {
.reviews-section-featured {
padding: 80px 0;
}
.reviews-section-featured .section-title {
font-size: 2.06rem;
}
.reviews-section-featured .section-subtitle {
font-size: 1.19rem;
}
.reviews-section-featured .section-description {
font-size: 1.06rem;
}
.reviews-section-featured .review-card {
padding: 32px 24px;
}
}
@media (max-width: 767px) {
.reviews-section-featured {
padding: 60px 0;
}
.reviews-section-featured .section-title {
font-size: 1.81rem;
}
.reviews-section-featured .section-subtitle {
font-size: 1.00rem;
}
.reviews-section-featured .quote-icon {
width: 48px;
height: 48px;
}
.reviews-section-featured .quote-icon i {
font-size: 26px;
}
.reviews-section-featured .review-text {
font-size: 1.06rem;
}
.reviews-section-featured .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-featured .author-avatar .initials {
font-size: 1.06rem;
}
.reviews-section-featured .author-name {
font-size: 0.94rem;
}
}
@media (max-width: 575px) {
.reviews-section-featured .section-title {
font-size: 1.38rem;
}
.reviews-section-featured .review-card {
padding: 28px 20px;
}
.reviews-section-featured .shape-1,
.reviews-section-featured .shape-2,
.reviews-section-featured .shape-3 {
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(5, 9, 25, 0.62) 0%,
rgba(17, 33, 52, 0.54) 45%,
rgba(2, 4, 8, 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;
padding: var(--space-20) 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.casestudy__header {
position: relative;
z-index: 2;
}
#casestudy-title {
color: var(--text-primary);
margin-bottom: var(--space-3);
}
#casestudy-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
}
.casestudy__desc {
color: var(--text-secondary);
margin: 0;
}
.casestudy__grid {
display: grid;
gap: var(--space-5);
position: relative;
z-index: 2;
}
.casestudy__card {
position: relative;
}
.casestudy__card-inner {
position: relative;
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-8);
transition: transform var(--duration-normal) var(--ease-smooth),
box-shadow var(--duration-normal) var(--ease-smooth),
border-color var(--duration-normal) var(--ease-smooth);
overflow: hidden;
}
.casestudy__card-glow {
position: absolute;
top: -50%;
right: -30%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0;
transition: opacity var(--duration-normal) var(--ease-smooth);
pointer-events: none;
filter: blur(40px);
}
.casestudy__card:hover .casestudy__card-inner {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--border-interactive);
}
.casestudy__card:hover .casestudy__card-glow {
opacity: 0.15;
}
.casestudy__card-title {
color: var(--text-primary);
font-weight: 600;
margin-bottom: var(--space-4);
position: relative;
z-index: 1;
}
.casestudy__card-desc {
color: var(--text-secondary);
margin: 0;
line-height: 1.6;
position: relative;
z-index: 1;
}
.casestudy__decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 1;
opacity: 0.06;
}
.casestudy__decoration--1 {
top: 10%;
left: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
filter: blur(80px);
}
.casestudy__decoration--2 {
bottom: 15%;
right: -8%;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
filter: blur(100px);
}
@media (max-width: 991px) {
#casestudy {
padding: var(--space-16) 0;
}
.casestudy__header {
margin-bottom: var(--space-8);
}
.casestudy__card-inner {
padding: var(--space-6);
}
}
@media (max-width: 575px) {
#casestudy {
padding: var(--space-12) 0;
}
.casestudy__grid {
gap: var(--space-4);
}
.casestudy__decoration--1,
.casestudy__decoration--2 {
width: 250px;
height: 250px;
}
}
[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, 11, 21, 0.62) 0%,
rgba(9, 24, 45, 0.54) 45%,
rgba(9, 18, 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;
}
#process {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
#process .modern_section_title {
font-size: clamp(2.5rem, 6vw, 3.5rem);
line-height: 1.15;
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
#process .new_section_subtitle {
font-size: 1.31rem;
color: var(--text-secondary);
font-weight: 500;
line-height: 1.4;
}
#process .base_body_large {
font-size: 1.06rem;
color: var(--text-primary);
font-weight: 600;
line-height: 1.5;
}
#process .light_body_base {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
}
#process .brand25_text-secondary {
color: var(--text-secondary);
}
.process-card {
position: relative;
padding: 2rem;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-300) var(--ease-out);
}
.process-card:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-md);
transform: translateY(-4px);
}
.process-step-number {
font-size: 3.00rem;
font-weight: 700;
color: var(--primary-100);
line-height: 1;
margin-bottom: 1.70rem;
letter-spacing: -0.02em;
}
.process-decoration {
position: absolute;
top: -200px;
right: -150px;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
var(--primary-50) 0%,
transparent 70%
);
opacity: 0.4;
pointer-events: none;
z-index: 0;
border-radius: 50%;
}
#process .row {
position: relative;
z-index: 1;
}
@media (max-width: 1199px) {
#process .modern_section_title {
font-size: 2.44rem;
}
.process-card {
padding: 1.75rem;
}
.process-step-number {
font-size: 2.38rem;
}
}
@media (max-width: 767px) {
#process .modern_section_title {
font-size: 1.88rem;
}
#process .new_section_subtitle {
font-size: 1.06rem;
}
.process-card {
padding: 1.5rem;
}
.process-step-number {
font-size: 1.88rem;
}
.process-decoration {
width: 400px;
height: 400px;
top: -150px;
right: -100px;
}
}
[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, 27, 42, 0.62) 0%,
rgba(13, 25, 53, 0.54) 45%,
rgba(10, 21, 39, 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 {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: auto;
}
.timeline-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.timeline-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle at 30% 30%, var(--primary-500), var(--primary-700));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -150px;
animation: float 6s ease-in-out infinite;
}
.timeline-blob-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle at 70% 70%, var(--primary-300), var(--primary-500));
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -80px;
left: -100px;
animation: float 8s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(20px); }
}
.timeline-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
align-items: start;
}
.timeline-item {
display: flex;
flex-direction: column;
}
.timeline-card {
background: rgba(255, 255, 255, 0.95);
border: 1px solid var(--border-light);
border-radius: var(--radius-xl);
padding: var(--space-5);
position: relative;
transition: all var(--duration-300) var(--ease-out);
box-shadow: var(--shadow-sm);
backdrop-filter: blur(10px);
}
.timeline-card:hover {
transform: translateY(-8px);
border-color: var(--border-medium);
box-shadow: var(--shadow-md);
}
.timeline-marker {
position: absolute;
top: -20px;
left: var(--space-5);
z-index: 2;
}
.marker-dot {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
border: 4px solid var(--bg-primary);
box-shadow: 0 0 0 4px rgba(var(--primary-500-rgb), 0.15);
}
.timeline-content {
padding-top: var(--space-3);
}
@media (max-width: 768px) {
.timeline-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
.timeline-section {
py: var(--space-4);
}
.timeline-blob-1,
.timeline-blob-2 {
width: 250px;
height: 250px;
}
}
:root {
--primary-500-rgb: 59, 130, 246;
}
[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, 32, 0.62) 0%,
rgba(4, 12, 23, 0.54) 45%,
rgba(15, 27, 51, 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;
background-color: var(--bg-primary);
min-height: auto;
overflow: hidden;
}
.career-section::before {
content: '';
position: absolute;
top: -15%;
right: -10%;
width: 500px;
height: 500px;
background: var(--primary-50);
border-radius: 0;
opacity: 0.4;
z-index: 0;
clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 90%);
}
.career-section > .container {
position: relative;
z-index: 1;
}
.career-card {
background: var(--bg-secondary);
border: 3px solid var(--border-strong);
border-radius: 0;
padding: var(--space-6);
position: relative;
transition: all var(--duration-300) var(--ease-out);
display: flex;
flex-direction: column;
height: 100%;
background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--primary-50) 100%);
}
.career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.career-card-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.career-badge {
display: inline-block;
background-color: var(--primary-500);
color: var(--text-inverse);
padding: var(--space-2) var(--space-3);
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.1em;
text-transform: uppercase;
width: fit-content;
margin-bottom: var(--space-4);
border: 2px solid var(--primary-700);
}
.career-card h3 {
color: var(--text-primary);
line-height: 1.2;
}
.career-card p {
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
.career-card .dark_caption {
color: var(--text-muted);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.career-card .light_body_base {
flex-grow: 1;
line-height: 1.6;
}
.career-decoration-blob {
position: absolute;
bottom: -200px;
left: 5%;
width: 400px;
height: 400px;
background: var(--primary-100);
opacity: 0.25;
z-index: 0;
clip-path: polygon(30% 0%, 100% 10%, 95% 90%, 10% 100%, 0% 50%);
}
@media (max-width: 991.98px) {
.career-section::before {
width: 300px;
height: 300px;
top: -10%;
right: -5%;
}
.career-decoration-blob {
bottom: -150px;
left: -5%;
width: 300px;
height: 300px;
}
.career-card {
padding: var(--space-5);
}
}
@media (max-width: 575.98px) {
.career-section::before {
display: none;
}
.career-decoration-blob {
display: none;
}
.career-card {
padding: var(--space-4);
}
.career-card h3 {
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(17, 27, 47, 0.62) 0%,
rgba(18, 29, 47, 0.54) 45%,
rgba(12, 20, 52, 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-special {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
}
.decorative-shape {
position: absolute;
z-index: 1;
opacity: 0.05;
pointer-events: none;
}
.shape-top-right {
top: -50px;
right: -50px;
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
filter: blur(80px);
}
.shape-bottom-left {
bottom: -100px;
left: -100px;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 50%;
}
.geometric-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background-image:
linear-gradient(color-mix(in srgb, var(--neutral-300) 10%, transparent) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--neutral-300) 10%, transparent) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
z-index: 1;
}
.title-accent-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
border-radius: 10px;
}
.section-title {
font-size: 2.25rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.5px;
}
.section-subtitle {
font-size: 1.19rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 0.5px;
text-transform: uppercase;
}
.section-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 100%;
}
.decorative-icons-group {
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
}
.decorative-icons-group i {
font-size: 2.12rem;
color: var(--primary-300);
opacity: 0.4;
transition: all 1.22s ease;
}
.coreinfo-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 40px 30px;
position: relative;
overflow: hidden;
transition: all 0.80s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.coreinfo-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 1.29s ease;
}
.coreinfo-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
border-color: color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.coreinfo-card:hover::before {
transform: scaleX(1);
}
.card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-50), color-mix(in srgb, var(--primary-100) 80%, white));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
position: relative;
transition: all 1.01s ease;
}
.card-icon-wrapper i {
font-size: 2.12rem;
color: var(--primary-500);
transition: all 0.91s ease;
}
.coreinfo-card:hover .card-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: rotate(5deg) scale(1.05);
}
.coreinfo-card:hover .card-icon-wrapper i {
color: white;
transform: scale(1.1);
}
.card-content {
position: relative;
z-index: 2;
}
.card-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
transition: color 1.23s ease;
}
.coreinfo-card:hover .card-title {
color: var(--primary-700);
}
.card-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.card-decorative-element {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
border-radius: 50%;
pointer-events: none;
transition: all 1.31s ease;
}
.coreinfo-card:hover .card-decorative-element {
transform: scale(1.5);
opacity: 0.8;
}
.bottom-decorative-grid {
display: flex;
gap: 12px;
justify-content: center;
margin-top: 60px;
opacity: 0.3;
}
.grid-item {
width: 40px;
height: 6px;
background: var(--primary-300);
border-radius: 10px;
animation: pulseGrid 2s ease-in-out infinite;
}
.grid-item:nth-child(2) {
animation-delay: 0.36s;
}
.grid-item:nth-child(3) {
animation-delay: 1.02s;
}
.grid-item:nth-child(4) {
animation-delay: 1.08s;
}
@keyframes pulseGrid {
0%, 100% {
opacity: 0.3;
transform: scaleX(1);
}
50% {
opacity: 1;
transform: scaleX(1.2);
}
}
@media (max-width: 991px) {
.coreinfo-section-special {
padding: 80px 0;
}
.section-title {
font-size: 1.88rem;
}
.section-subtitle {
font-size: 1.19rem;
}
.section-description {
font-size: 0.94rem;
}
.card-title {
font-size: 1.25rem;
}
.shape-top-right,
.shape-bottom-left {
display: none;
}
}
@media (max-width: 767px) {
.coreinfo-section-special {
padding: 60px 0;
}
.section-title {
font-size: 1.81rem;
}
.section-subtitle {
font-size: 1.00rem;
}
.decorative-icons-group i {
font-size: 1.62rem;
}
.coreinfo-card {
padding: 30px 24px;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.62rem;
}
.bottom-decorative-grid {
margin-top: 40px;
}
.grid-item {
width: 30px;
height: 5px;
}
}
@media (max-width: 575px) {
.section-title {
font-size: 1.44rem;
}
.coreinfo-card {
padding: 24px 20px;
}
.card-title {
font-size: 1.12rem;
}
.card-description {
font-size: 0.94rem;
}
}
[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, 14, 35, 0.62) 0%,
rgba(6, 10, 17, 0.54) 45%,
rgba(13, 23, 47, 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.64s 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.66s ease, box-shadow 0.64s 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 1.15s ease;
font-size: 1.12rem;
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.88s 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, #3788dd, #114dc4) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.12rem;
letter-spacing: 0.4px;
transition: all 0.53s ease;
box-shadow: 0 6px 20px rgba(43, 112, 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.28s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(45, 128, 246, 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(66, 119, 255, 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: 1.12rem;
}
.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.03s 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.43s 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.53s 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(15, 25, 49, 0.62) 0%,
rgba(1, 3, 4, 0.54) 45%,
rgba(13, 28, 48, 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-variant {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white) 100%);
overflow: hidden;
}
.contact-section-variant .decorative-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.1;
z-index: 0;
}
.contact-section-variant .decorative-circle-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
}
.contact-section-variant .decorative-circle-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -100px;
}
.contact-section-variant .decorative-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
z-index: 0;
animation: blobPulse 8s ease-in-out infinite;
}
@keyframes blobPulse {
0%, 100% { transform: translate(-50%, -50%) scale(1); }
50% { transform: translate(-50%, -50%) scale(1.1); }
}
.contact-section-variant .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: 16px;
color: white;
font-size: 1.69rem;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.contact-section-variant .section-title {
font-size: 2.44rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
position: relative;
z-index: 1;
}
.contact-section-variant .section-subtitle {
font-size: 1.44rem;
font-weight: 600;
color: var(--primary-700);
position: relative;
z-index: 1;
}
.contact-section-variant .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
position: relative;
z-index: 1;
}
.contact-section-variant .contact-form-wrapper {
background: white;
border-radius: 24px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 1;
height: 100%;
}
.contact-section-variant .form-header {
display: flex;
align-items: center;
gap: 1rem;
padding-bottom: 1.69rem;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-variant .form-header i {
font-size: 1.88rem;
color: var(--primary-500);
}
.contact-section-variant .form-header h4 {
font-size: 1.62rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
}
.contact-section-variant .form-floating {
position: relative;
}
.contact-section-variant .form-floating .form-icon {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--neutral-500);
font-size: 1.25rem;
pointer-events: none;
z-index: 5;
transition: color 0.85s ease;
}
.contact-section-variant .form-floating textarea + .form-icon {
top: 2rem;
transform: none;
}
.contact-section-variant .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 1rem 3rem 1rem 1rem;
font-size: 0.88rem;
transition: all 0.67s ease;
background: var(--surface-primary);
}
.contact-section-variant .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
background: white;
}
.contact-section-variant .form-control:focus ~ .form-icon {
color: var(--primary-500);
}
.contact-section-variant .form-floating > label {
color: var(--neutral-500);
}
.contact-section-variant .form-check {
padding: 1rem;
background: var(--surface-secondary);
border-radius: 12px;
}
.contact-section-variant .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
cursor: pointer;
}
.contact-section-variant .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-variant .form-check-label {
color: var(--text-secondary);
font-size: 0.81rem;
margin-left: 0.5rem;
cursor: pointer;
}
.contact-section-variant .btn-submit {
width: 100% !important;
padding: 1rem 2rem !important;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700)) !important;
color: white !important;
border: none !important;
border-radius: 12px !important;
font-size: 1.19rem !important;
font-weight: 600 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0.75rem !important;
transition: all 0.46s ease !important;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent) !important;
}
.contact-section-variant .btn-submit:hover {
transform: translateY(-2px) !important;
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent) !important;
}
.contact-section-variant .btn-submit i {
font-size: 1.62rem;
transition: transform 0.88s ease;
}
.contact-section-variant .btn-submit:hover i {
transform: translateX(4px);
}
.contact-section-variant .contact-info-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 24px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
position: relative;
overflow: hidden;
z-index: 1;
}
.contact-section-variant .info-header {
display: flex;
align-items: center;
gap: 1rem;
padding-bottom: 1.66rem;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.contact-section-variant .info-header i {
font-size: 2.06rem;
color: white;
}
.contact-section-variant .info-header h4 {
font-size: 1.44rem;
font-weight: 600;
color: white;
margin: 0;
}
.contact-section-variant .contact-info-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-section-variant .info-item {
display: flex;
align-items: flex-start;
gap: 1rem;
padding: 1.25rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
backdrop-filter: blur(10px);
transition: all 1.05s ease;
}
.contact-section-variant .info-item:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateX(8px);
}
.contact-section-variant .info-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 12px;
flex-shrink: 0;
}
.contact-section-variant .info-icon i {
font-size: 1.56rem;
color: var(--primary-500);
}
.contact-section-variant .info-content h5 {
font-size: 0.88rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 0.39rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.contact-section-variant .info-content p {
font-size: 1.12rem;
font-weight: 500;
color: white;
margin: 0;
}
.contact-section-variant .social-links {
display: flex;
gap: 1rem;
padding-top: 1.70rem;
border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.contact-section-variant .social-link {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
border-radius: 12px;
color: white;
font-size: 1.25rem;
transition: all 0.76s ease;
cursor: pointer;
}
.contact-section-variant .social-link:hover {
background: white;
color: var(--primary-500);
transform: translateY(-4px);
}
.contact-section-variant .decorative-pattern {
position: absolute;
bottom: 1rem;
right: 1rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
opacity: 0.2;
}
.contact-section-variant .pattern-dot {
width: 12px;
height: 12px;
background: white;
border-radius: 50%;
}
@media (max-width: 991px) {
.contact-section-variant .section-title {
font-size: 1.94rem;
}
.contact-section-variant .section-subtitle {
font-size: 1.19rem;
}
.contact-section-variant .contact-form-wrapper,
.contact-section-variant .contact-info-wrapper {
padding: 2rem;
}
}
@media (max-width: 767px) {
.contact-section-variant .section-title {
font-size: 1.62rem;
}
.contact-section-variant .section-subtitle {
font-size: 1.25rem;
}
.contact-section-variant .section-description {
font-size: 1.00rem;
}
.contact-section-variant .contact-form-wrapper,
.contact-section-variant .contact-info-wrapper {
padding: 1.5rem;
}
.contact-section-variant .decorative-circle-1,
.contact-section-variant .decorative-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.contact-section-variant .form-header,
.contact-section-variant .info-header {
flex-direction: column;
text-align: center;
}
.contact-section-variant .btn-submit {
font-size: 0.94rem !important;
padding: 0.875rem 1.5rem !important;
}
.contact-section-variant .social-links {
justify-content: center;
}
}
[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, 19, 33, 0.62) 0%,
rgba(1, 1, 3, 0.54) 45%,
rgba(8, 16, 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;
}
.contact-section-variant {
overflow-x: hidden !important;
}
#blog {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.blog-decoration {
position: absolute;
top: -200px;
right: -100px;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}
.blog-card {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
padding: 2rem;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-medium);
transition: all var(--duration-base) var(--ease-smooth);
}
.blog-card:hover {
border-color: var(--border-medium);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}
.blog-card-content {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.blog-card-meta {
display: inline-flex;
}
.blog-card-link {
display: inline-flex;
align-items: center;
color: var(--primary-500);
text-decoration: none;
font-weight: 500;
transition: color var(--duration-base) var(--ease-smooth);
margin-top: auto;
}
.blog-card-link:hover {
color: var(--primary-700);
}
@media (max-width: 768px) {
#blog {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.blog-card {
padding: 1.5rem;
}
.blog-decoration {
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(1, 1, 3, 0.62) 0%,
rgba(10, 20, 38, 0.54) 45%,
rgba(9, 22, 38, 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-section-pro {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.faq-section-pro .section-header {
position: relative;
z-index: 2;
}
.faq-section-pro .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}
.faq-section-pro .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}
.faq-section-pro .decoration-icon {
font-size: 1.81rem;
color: var(--primary-500);
animation: pulse-icon 2s ease-in-out infinite;
}
@keyframes pulse-icon {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}
.faq-section-pro .section-title {
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 800;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.faq-section-pro .section-subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.faq-section-pro .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-pro .faq-card {
background: var(--surface-primary);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 16px;
padding: 2rem;
transition: all 0.78s ease;
position: relative;
overflow: hidden;
}
.faq-section-pro .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.55s ease;
}
.faq-section-pro .faq-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.faq-section-pro .faq-card:hover::before {
transform: scaleX(1);
}
.faq-section-pro .faq-card-header {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1rem;
}
.faq-section-pro .category-badge {
flex-shrink: 0;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.62rem;
transition: transform 1.11s ease;
}
.faq-section-pro .faq-card:hover .category-badge {
transform: rotate(10deg) scale(1.1);
}
.faq-section-pro .faq-question {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin: 0;
flex: 1;
}
.faq-section-pro .faq-card-body {
padding-left: 64px;
}
.faq-section-pro .faq-answer {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.faq-section-pro .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.faq-section-pro .floating-icon {
position: absolute;
font-size: 3.00rem;
color: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
animation: float-gentle 6s ease-in-out infinite;
}
.faq-section-pro .floating-icon-1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.faq-section-pro .floating-icon-2 {
bottom: 15%;
right: 8%;
animation-delay: 3s;
}
@keyframes float-gentle {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-20px) rotate(5deg); }
}
.faq-section-pro .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.3;
animation: blob-float 8s ease-in-out infinite;
}
.faq-section-pro .blob-1 {
width: 300px;
height: 300px;
background: var(--primary-300);
top: -100px;
right: -100px;
}
.faq-section-pro .blob-2 {
width: 250px;
height: 250px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
animation-delay: 4s;
}
@keyframes blob-float {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(30px, -30px) scale(1.1); }
}
@media (max-width: 991.98px) {
.faq-section-pro .faq-card-body {
padding-left: 0;
padding-top: 1rem;
}
.faq-section-pro .faq-card-header {
flex-direction: column;
gap: 0.75rem;
}
.faq-section-pro .category-badge {
width: 40px;
height: 40px;
font-size: 1.31rem;
}
.faq-section-pro .floating-icon {
font-size: 2.69rem;
}
}
@media (max-width: 767.98px) {
.faq-section-pro .section-header {
text-align: center;
}
.faq-section-pro .faq-card {
padding: 1.5rem;
}
.faq-section-pro .faq-question {
font-size: 1.19rem;
}
.faq-section-pro .faq-answer {
font-size: 1.00rem;
}
.faq-section-pro .floating-icon {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-pro .decoration-line {
width: 40px;
}
.faq-section-pro .decoration-icon {
font-size: 1.38rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-pro .faq-card,
.faq-section-pro .category-badge,
.faq-section-pro .floating-icon,
.faq-section-pro .decorative-blob {
animation: none;
transition: none;
}
.faq-section-pro .faq-card:hover {
transform: none;
}
}
@media print {
.faq-section-pro {
background: white;
}
.faq-section-pro .decorative-elements {
display: none;
}
.faq-section-pro .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #f6e7e7;
}
}
[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, 22, 37, 0.62) 0%,
rgba(1, 2, 4, 0.54) 45%,
rgba(3, 6, 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;
}
.faq-section-pro {
overflow-x: hidden !important;
}
.footer-clean {
position: relative;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
padding: 80px 0 40px;
overflow: hidden;
}
.footer-top-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 50%,
var(--primary-500) 100%);
opacity: 0.1;
pointer-events: none;}
.footer-main {
margin-bottom: 60px;
}
.footer-brand-section {
padding-right: 30px;
}
.footer-brand-title {
font-size: 28px;
font-weight: 700;
color: var(--primary-700);
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-brand-desc {
font-size: 16px;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 20px;
}
.brand-accent-line {
width: 60px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
position: relative;
overflow: hidden;
}
.brand-accent-line::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -100%; }
100% { left: 200%; }
}
.footer-links-section {padding: 0 15px;
}
.footer-section-title {
font-size: 18px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 24px;
position: relative;
padding-bottom: 12px;
}
.footer-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 2px;
background: var(--primary-500);
}
.footer-links-list {list-style: none;
padding: 0;
margin: 0;
}
.footer-links-list li {margin-bottom: 12px;
}
.footer-link {display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: var(--text-secondary);
text-decoration: none;
transition: all 0.61s ease;
position: relative;
}
.footer-link i {font-size: 13px;
color: var(--primary-500);
transition: transform 0.43s ease;
}
.footer-link:hover {color: var(--primary-700);
padding-left: 5px;
}
.footer-link:hover i {transform: translateX(3px);
}
.footer-contact-section {
padding: 0 15px;
}
.footer-contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 20px;
padding: 12px;
background: var(--surface-primary);
border-radius: 8px;
transition: all 1.28s ease;
}
.contact-item:hover {
background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary) 20%);
transform: translateX(5px);
}
.contact-item i {
font-size: 20px;
color: var(--primary-500);
margin-top: 2px;
flex-shrink: 0;
}
.contact-link,
.contact-text {font-size: 15px;
color: var(--text-secondary);
text-decoration: none;
line-height: 1.6;
transition: color 0.61s ease;
}
.contact-link:hover {
color: var(--primary-700);
}
.footer-disclaimer-section {padding: 0 15px;
}
.disclaimer-card {
background: color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary) 92%);
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 12px;
padding: 24px;
position: relative;
}
.disclaimer-icon {
font-size: 23px;
color: var(--primary-500);
margin-bottom: 12px;
display: block;
}
.disclaimer-text {
font-size: 14px;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.footer-separator {
position: relative;
margin: 0 0 40px 0;
height: 1px;
display: flex;
align-items: center;
justify-content: center;
}
.separator-line {
position: absolute;
width: 100%;
height: 1px;
background: linear-gradient(90deg,
transparent 0%,
var(--neutral-300) 50%,
transparent 100%);
}
.separator-dot {
position: relative;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
z-index: 1;
box-shadow: 0 0 0 4px var(--surface-primary);
}
.footer-copyright {text-align: center;
padding: 20px 0;
}
.copyright-text {
font-size: 15px;
color: var(--text-secondary);
margin: 0;
}
.footer-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.footer-bg-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;}
.footer-bg-shapes .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.footer-bg-shapes .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: 10%;
}
.footer-bg-shapes .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: 50%;
left: -100px;
transform: translateY(-50%);
}
.footer-clean .container {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.footer-clean {
padding: 60px 0 30px;
}
.footer-brand-section {
padding-right: 0;
margin-bottom: 40px;
}
.footer-links-section,
.footer-contact-section,
.footer-disclaimer-section {padding: 0;
margin-bottom: 40px;
}
.footer-main {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.footer-clean {
padding: 50px 0 30px;
}
.footer-brand-title {
font-size: 24px;
}
.footer-section-title {
font-size: 15px;
}
.contact-item {
flex-direction: column;
gap: 8px;
}
.contact-item i {
margin-top: 0;
}
.disclaimer-card {
padding: 20px;
}
.footer-bg-shapes .shape-1 {
width: 300px;
height: 300px;
}
.footer-bg-shapes .shape-2 {
width: 200px;
height: 200px;
}
.footer-bg-shapes .shape-3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.footer-brand-section,
.footer-links-section,
.footer-contact-section,
.footer-disclaimer-section {margin-bottom: 30px;
}
.footer-main {
margin-bottom: 30px;
}
.footer-separator {
margin-bottom: 30px;
}
}
[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, 6, 11, 0.62) 0%,
rgba(2, 5, 11, 0.54) 45%,
rgba(11, 24, 42, 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-clean {
overflow-x: hidden !important;
}
.additional-universal-section {
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
overflow: hidden;
}
.additional-universal-section .section-header {
max-width: 900px;
margin: 0 auto;
}
.additional-universal-section .section-main-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--primary-700);
line-height: 1.2;
margin-bottom: 1rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-600);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.25rem;
color: var(--neutral-700);
line-height: 1.8;
max-width: 800px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.card-item {
background: #ffffff;
border-radius: 16px;
padding: 2.5rem;
position: relative;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
transition: all 0.85s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid rgba(0, 0, 0, 0.06);
overflow: hidden;
}
.card-item:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.08);
border-color: var(--primary-300);
}
.card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.66rem;
transition: transform 1.17s ease;
}
.card-item:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 2.00rem;
color: #ffffff;
}
.card-content {
position: relative;
z-index: 2;
}
.card-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-800);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
border-radius: 50% 0 0 0;
opacity: 0.3;
transition: opacity 1.15s ease;
}
.card-item:hover .card-accent {
opacity: 0.5;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.additional-universal-section .shape-top-left {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-400) 0%, transparent 70%);
top: -100px;
left: -100px;
}
.additional-universal-section .shape-bottom-right {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--secondary-400) 0%, transparent 70%);
bottom: -150px;
right: -150px;
}
@media (max-width: 1200px) {
.cards-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.additional-universal-section .section-main-title {
font-size: 2.12rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
}
.cards-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.card-item {
padding: 2rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.69rem;
}
.card-title {
font-size: 1.12rem;
}
}
@media (max-width: 576px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-main-title {
font-size: 1.56rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
.card-item {
padding: 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(13, 20, 46, 0.62) 0%,
rgba(6, 10, 17, 0.54) 45%,
rgba(6, 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;
}
.add_wrap_bold {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: linear-gradient(180deg, #ffffff 0%, var(--primary-50, #ecfdf5) 30%, var(--primary-50, #ecfdf5) 70%, #ffffff 100%);
}
.add_wrap_bold .add_header_growth {
position: relative;
padding: var(--space-8, 2rem) 0;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_bold .growth_visual {
position: relative;
width: 120px;
height: 80px;
margin: 0 auto var(--space-6, 1.5rem);
}
.add_wrap_bold .growth_stem {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500, #038d4c) 0%, var(--primary-300, #6ed09d) 100%);
border-radius: 2px;
}
.add_wrap_bold .growth_leaf {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: var(--primary-100, #e0ffef);
border: 2px solid var(--primary-500, #018a70);
border-radius: 50%;
color: var(--primary-500, #099071);
font-size: 0.62rem;
animation: grow-leaf 2s ease-out forwards;
opacity: 0;
}
.add_wrap_bold .leaf_1 {
bottom: 60%;
left: 0;
animation-delay: 0.51s;
}
.add_wrap_bold .leaf_2 {
bottom: 40%;
right: 0;
animation-delay: 1.14s;
}
.add_wrap_bold .leaf_3 {
bottom: 20%;
left: -10px;
animation-delay: 1.69s;
}
@keyframes grow-leaf {
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.add_wrap_bold .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 800;
color: var(--text-primary, #171719);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_bold .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #007e5b);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_bold .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #363433);
line-height: 1.75;
}
.add_wrap_bold .add_nested_boxes {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_bold .nested_box {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--primary-200, #94edbe);
transition: all 0.83s ease;
height: 100%;
}
.add_wrap_bold .nested_box:hover {
border-color: var(--primary-500, #008f5c);
box-shadow: 0 12px 32px rgba(0, 126, 98, 0.15);
transform: translateY(-4px);
}
.add_wrap_bold .box_level_1 {
background: linear-gradient(135deg, var(--primary-50, #ecfdf5) 0%, #ffffff 100%);
padding: var(--space-8, 2rem);
text-align: center;
}
.add_wrap_bold .box_level_2 {
min-height: 300px;
}
.add_wrap_bold .box_level_3 {
background: #ffffff;
border-width: 3px;
border-color: var(--primary-400, #25d783);
text-align: center;
padding: var(--space-8, 2rem);
}
.add_wrap_bold .box_icon_leaf {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100, #c5ffea);
border-radius: 50% 0 50% 50%;
color: var(--primary-500, #00936e);
font-size: 1.69rem;
margin: 0 auto var(--space-4, 1rem);
transition: all 0.56s ease;
}
.add_wrap_bold .nested_box:hover .box_icon_leaf {
background: var(--primary-500, #08a273);
color: #ffffff;
transform: rotate(90deg) scale(1.1);
}
.add_wrap_bold .box_level_2 .box_icon_leaf {
margin: 0 0 var(--space-4, 1rem) 0;
}
.add_wrap_bold .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #111112);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_bold .add_elem_desc {
font-size: 1.06rem;
color: var(--text-secondary, #53524f);
line-height: 1.65;
margin: 0;
}
.add_wrap_bold .box_conclusion {
background: linear-gradient(135deg, var(--primary-100, #beffd8) 0%, #ffffff 50%, var(--primary-100, #e2ffee) 100%);
border: 3px solid var(--primary-500, #09955e);
padding: var(--space-10, 2.5rem);
text-align: center;
}
.add_wrap_bold .box_conclusion:hover {
background: linear-gradient(135deg, var(--primary-200, #a7e7cd) 0%, #ffffff 50%, var(--primary-200, #8be7c5) 100%);
border-color: var(--primary-700, #006d3e);
}
.add_wrap_bold .conclusion_garden {
width: 88px;
height: 88px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #00af74) 0%, var(--primary-700, #06604e) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.31rem;
margin: 0 auto var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(2, 131, 111, 0.30);
position: relative;
}
.add_wrap_bold .conclusion_garden::before {
content: '';
position: absolute;
width: 110px;
height: 110px;
border: 3px solid var(--primary-300, #6df3b6);
border-radius: 50%;
animation: pulse-ring-green 2s ease-out infinite;
}
@keyframes pulse-ring-green {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.3);
opacity: 0;
}
}
.add_wrap_bold .box_content_wide {
max-width: 900px;
margin: 0 auto;
}
.add_wrap_bold .box_conclusion .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
color: var(--primary-700, #0b7053);
}
@media (max-width: 767.98px) {
.add_wrap_bold {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_bold .add_header_growth {
padding: var(--space-4, 1rem) 0;
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_bold .growth_visual {
width: 80px;
height: 60px;
}
.add_wrap_bold .growth_leaf {
width: 24px;
height: 24px;
}
.add_wrap_bold .nested_box {
padding: var(--space-4, 1rem);
}
.add_wrap_bold .box_level_1,
.add_wrap_bold .box_level_3 {
padding: var(--space-6, 1.5rem);
}
.add_wrap_bold .box_conclusion {
padding: var(--space-6, 1.5rem);
}
.add_wrap_bold .box_level_2 {
min-height: auto;
}
.add_wrap_bold .box_icon_leaf {
width: 56px;
height: 56px;
font-size: 1.44rem;
}
.add_wrap_bold .conclusion_garden {
width: 72px;
height: 72px;
font-size: 1.69rem;
}
.add_wrap_bold .conclusion_garden::before {
width: 90px;
height: 90px;
}
}
[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(6, 13, 29, 0.62) 0%,
rgba(13, 27, 42, 0.54) 45%,
rgba(14, 27, 41, 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 .technical-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
}
.badge-line {
width: 30px;
height: 2px;
background: var(--primary-500);
}
.badge-square {
width: 10px;
height: 10px;
background: var(--primary-500);
transform: rotate(45deg);
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
}
.additional-universal-section .steps-container {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 2;
}
.additional-universal-section .step-item {
display: flex;
gap: 2rem;
margin-bottom: 2rem;
position: relative;
}
.additional-universal-section .step-item:last-child {
margin-bottom: 0;
}
.additional-universal-section .step-number-wrapper {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.additional-universal-section .step-number {
width: 80px;
height: 80px;
background: var(--surface-secondary);
border: 3px solid var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.56rem;
font-weight: 800;
color: var(--primary-500);
position: relative;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
transition: all 0.75s ease;
}
.additional-universal-section .step-number::before {
content: '';
position: absolute;
inset: 6px;
background: var(--surface-secondary);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
z-index: -1;
}
.additional-universal-section .step-item:hover .step-number {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1);
}
.additional-universal-section .step-number-final {
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
color: var(--light);
}
.additional-universal-section .step-connector {
width: 3px;
height: 60px;
background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
margin: 0.5rem 0;
}
.additional-universal-section .step-final .step-connector {
display: none;
}
.additional-universal-section .step-content {
flex: 1;
background: var(--surface-secondary);
padding: 2rem;
border-radius: 12px;
border-left: 4px solid var(--primary-500);
transition: all 0.94s ease;
position: relative;
}
.additional-universal-section .step-item:hover .step-content {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
border-left-color: var(--primary-700);
}
.additional-universal-section .step-icon-group {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-50);
border-radius: 8px;
margin-bottom: 1.37rem;
transition: all 1.03s ease;
}
.additional-universal-section .step-item:hover .step-icon-group {
background: var(--primary-300);
transform: rotate(5deg);
}
.additional-universal-section .step-icon-group i {
font-size: 1.56rem;
color: var(--primary-700);
}
.additional-universal-section .step-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .step-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .grid-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
background-size: 80px 80px;
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
.additional-universal-section .corner-decoration {
position: absolute;
width: 120px;
height: 120px;
pointer-events: none;
z-index: 1;
}
.additional-universal-section .corner-top-left {
top: 0;
left: 0;
border-top: 4px solid var(--primary-300);
border-left: 4px solid var(--primary-300);
}
.additional-universal-section .corner-bottom-right {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-300);
border-right: 4px solid var(--primary-300);
}
.additional-universal-section .corner-decoration::before {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
}
.additional-universal-section .corner-top-left::before {
top: -2px;
left: -2px;
clip-path: polygon(0 0, 100% 0, 0 100%);
}
.additional-universal-section .corner-bottom-right::before {
bottom: -2px;
right: -2px;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 1.88rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-section .step-number {
width: 70px;
height: 70px;
font-size: 1.44rem;
}
.additional-universal-section .step-content {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .step-item {
gap: 1.25rem;
}
.additional-universal-section .step-number {
width: 60px;
height: 60px;
font-size: 1.38rem;
}
.additional-universal-section .step-connector {
height: 40px;
}
.additional-universal-section .step-content {
padding: 1.25rem;
}
.additional-universal-section .step-title {
font-size: 1.38rem;
}
.additional-universal-section .step-icon-group {
width: 48px;
height: 48px;
}
.additional-universal-section .step-icon-group i {
font-size: 1.38rem;
}
}
[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(6, 11, 29, 0.62) 0%,
rgba(5, 12, 27, 0.54) 45%,
rgba(16, 28, 44, 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_secondary {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_secondary .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.add_wrap_secondary .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500, #2e80f6);
top: -100px;
right: -100px;
filter: blur(60px);
}
.add_wrap_secondary .blob-2 {
width: 500px;
height: 500px;
background: var(--primary-300, #98d8ff);
bottom: -150px;
left: -150px;
filter: blur(80px);
}
.add_wrap_secondary .container {
position: relative;
z-index: 1;
}
.add_wrap_secondary .add_header {
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_secondary .add_title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary, #182643);
margin-bottom: var(--space-4, 1rem);
line-height: 1.2;
}
.add_wrap_secondary .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: var(--text-accent, #1d6ad8);
margin-bottom: var(--space-3, 0.75rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_secondary .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #45556e);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.add_wrap_secondary .add_features_grid {
margin-top: var(--space-8, 2rem);
}
.add_wrap_secondary .add_feature_card {
display: flex;
gap: var(--space-4, 1rem);
padding: var(--space-6, 1.5rem);
background: #ffffff;
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--border-light, #a1adc8);
transition: all 0.95s ease;
height: 100%;
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}
.add_wrap_secondary .add_feature_card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
border-color: var(--primary-300, #93b8f1);
}
.add_wrap_secondary .add_feature_card_highlight {
background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
border: 2px solid var(--primary-300, #80bfe4);
}
.add_wrap_secondary .add_feature_card_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #e6ecf2) 0%, #ffffff 100%);
border-color: var(--primary-500, #3277f4);
}
.add_wrap_secondary .card_icon_wrapper {
flex-shrink: 0;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50, #eff6ff);
border-radius: var(--radius-md, 10px);
color: var(--primary-500, #3667e7);
font-size: 1.62rem;
transition: all 1.08s ease;
}
.add_wrap_secondary .add_feature_card:hover .card_icon_wrapper {
background: var(--primary-500, #1641e4);
color: #ffffff;
transform: scale(1.1);
}
.add_wrap_secondary .add_feature_card_highlight .card_icon_wrapper {
width: 80px;
height: 80px;
font-size: 2.12rem;
background: var(--primary-100, #dae5ff);
}
.add_wrap_secondary .card_content {
flex: 1;
}
.add_wrap_secondary .add_elem_title {
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 700;
color: var(--text-primary, #122339);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_secondary .add_elem_desc {
font-size: 0.94rem;
color: var(--text-secondary, #2e4457);
line-height: 1.6;
margin: 0;
}
@media (max-width: 767.98px) {
.add_wrap_secondary {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_secondary .add_feature_card {
flex-direction: column;
text-align: center;
}
.add_wrap_secondary .card_icon_wrapper {
margin: 0 auto;
}
.add_wrap_secondary .add_header {
margin-bottom: var(--space-8, 2rem);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.add_wrap_secondary .add_feature_card {
flex-direction: column;
text-align: center;
}
.add_wrap_secondary .card_icon_wrapper {
margin: 0 auto;
}
}
[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, 14, 0.62) 0%,
rgba(6, 11, 23, 0.54) 45%,
rgba(11, 19, 29, 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-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-modern #b9e2de_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-modern #abdbd9_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-modern #8ac4c2_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-modern .feature-card {
position: relative;
padding: 2.5rem 2rem;
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 1.26s ease;
overflow: hidden;
}
.additional-universal-modern .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.additional-universal-modern .feature-card.featured {
background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
border-width: 2px;
}
.additional-universal-modern .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 2.06rem;
margin-bottom: 1.63rem;
transition: all 0.71s ease;
}
.additional-universal-modern .feature-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: var(--primary-500);
color: white;
}
.additional-universal-modern .card-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.additional-universal-modern .card-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.88rem;
margin-bottom: 0;
}
.additional-universal-modern .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
filter: blur(30px);
pointer-events: none;
}
.additional-universal-modern .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.06rem;
animation: pulse-v080 2s ease-in-out infinite;
}
.additional-universal-modern .floating-shape {
position: absolute;
opacity: 0.06;
pointer-events: none;
color: var(--primary-500);
}
.additional-universal-modern .shape-1 {
top: 15%;
left: 5%;
font-size: 3.00rem;
animation: float-v080 8s ease-in-out infinite;
}
.additional-universal-modern .shape-2 {
top: 50%;
right: 8%;
font-size: 3.00rem;
animation: float-v080 10s ease-in-out infinite reverse;
}
.additional-universal-modern .shape-3 {
bottom: 20%;
left: 10%;
font-size: 3.00rem;
animation: float-v080 12s ease-in-out infinite;
}
@keyframes float-v080 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(10deg);
}
}
@keyframes pulse-v080 {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
@media (max-width: 991.98px) {
.additional-universal-modern .feature-card {
padding: 2rem 1.5rem;
}
.additional-universal-modern .card-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-modern #a9e1e8_page_1_sec_1_title {
font-size: 1.94rem;
}
.additional-universal-modern .feature-card {
padding: 1.5rem 1.25rem;
}
.additional-universal-modern .floating-shape {
opacity: 0.03;
}
}
[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, 16, 34, 0.62) 0%,
rgba(7, 13, 23, 0.54) 45%,
rgba(9, 19, 38, 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-058 {
position: relative;
padding: 100px 0;
background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.v-058 .section-header {
position: relative;
z-index: 2;
}
.v-058 .header-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
}
.v-058 .header-decoration {
width: 60px;
height: 3px;
background: linear-gradient(to right, transparent, var(--primary-500));
}
.v-058 .header-decoration.left {
background: linear-gradient(to left, var(--primary-500), transparent);
}
.v-058 .header-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.v-058 .header-icon i {
font-size: 33px;
color: var(--light);
}
.v-058 .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-058 .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-058 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-058 .masonry-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-rows: 200px;
gap: 24px;
position: relative;
z-index: 2;
}
.v-058 .masonry-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 32px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.64s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-058 .masonry-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}
.v-058 .masonry-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transition: transform 0.54s ease;
}
.v-058 .masonry-card:hover::before {
transform: scaleX(1);
}
.v-058 .masonry-card.card-standard {
grid-row: span 2;
}
.v-058 .masonry-card.card-wide {
grid-column: span 2;
grid-row: span 2;
}
.v-058 .masonry-card.card-tall {
grid-row: span 3;
}
.v-058 .card-icon-box {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
z-index: 2;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.v-058 .card-icon-box i {
font-size: 29px;
color: var(--light);
}
.v-058 .card-icon-box.large {
width: 76px;
height: 76px;
margin-bottom: 24px;
}
.v-058 .card-icon-box.large i {
font-size: 33px;
}
.v-058 .card-content {
position: relative;
z-index: 2;
}
.v-058 .card-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
}
.v-058 .card-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-058 .masonry-card.featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
padding: 40px;
}
.v-058 .masonry-card.featured .card-title {
color: var(--light);
font-size: 1.88rem;
}
.v-058 .masonry-card.featured .card-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.06rem;
}
.v-058 .masonry-card.featured .card-icon-box {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
}
.v-058 .masonry-card.featured::before {
background: color-mix(in srgb, var(--light) 30%, transparent 70%);
transform: scaleX(1);
}
.v-058 .featured-glow {
position: absolute;
bottom: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
pointer-events: none;
}
.v-058 .card-pattern {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 50%;
pointer-events: none;
}
.v-058 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-058 .deco-organic {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.v-058 .deco-organic.organic-1 {
width: 400px;
height: 400px;
top: 5%;
left: -150px;
animation: organic-float 25s ease-in-out infinite;
}
.v-058 .deco-organic.organic-2 {
width: 350px;
height: 350px;
bottom: 10%;
right: -120px;
animation: organic-float 30s ease-in-out infinite reverse;
}
@keyframes organic-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
33% {
transform: translate(30px, -20px) rotate(120deg);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
}
66% {
transform: translate(-20px, 30px) rotate(240deg);
border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
}
}
.v-058 .deco-texture {
position: absolute;
top: 20%;
right: 10%;
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
);
}
@media (max-width: 991px) {
.v-058 {
padding: 80px 0;
}
.v-058 .section-title {
font-size: 2.38rem;
}
.v-058 .section-subtitle {
font-size: 1.31rem;
}
.v-058 .masonry-grid {
grid-template-columns: 1fr;
grid-auto-rows: auto;
}
.v-058 .masonry-card {
grid-column: span 1 !important;
grid-row: span 1 !important;
padding: 28px;
}
.v-058 .masonry-card.featured {
padding: 36px;
}
}
@media (max-width: 767px) {
.v-058 {
padding: 60px 0;
}
.v-058 .section-title {
font-size: 1.69rem;
}
.v-058 .section-subtitle {
font-size: 1.06rem;
}
.v-058 .section-description {
font-size: 1.06rem;
}
.v-058 .header-wrapper {
gap: 15px;
}
.v-058 .header-decoration {
width: 40px;
}
.v-058 .header-icon {
width: 56px;
height: 56px;
}
.v-058 .header-icon i {
font-size: 26px;
}
.v-058 .masonry-card {
padding: 24px;
}
.v-058 .masonry-card.featured {
padding: 28px;
}
.v-058 .card-icon-box {
width: 52px;
height: 52px;
}
.v-058 .card-icon-box i {
font-size: 22px;
}
.v-058 .card-icon-box.large {
width: 64px;
height: 64px;
}
.v-058 .card-icon-box.large i {
font-size: 25px;
}
.v-058 .card-title {
font-size: 1.25rem;
}
.v-058 .masonry-card.featured .card-title {
font-size: 1.56rem;
}
}
[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, 5, 11, 0.62) 0%,
rgba(8, 18, 44, 0.54) 45%,
rgba(10, 15, 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;
}