:root {
--primary-50: #fffefa;
--primary-50-rgb: 254, 252, 232;
--primary-100: #fffcbb;
--primary-100-rgb: 254, 249, 195;
--primary-300: #f8dd33;
--primary-300-rgb: 253, 224, 71;
--primary-500: #f8b000;
--primary-500-rgb: 234, 179, 8;
--primary-700: #a4500e;
--primary-700-rgb: 161, 98, 7;
--primary-200: #ffdd73;
--primary-200-rgb: 254, 237, 133;
--primary-400: #dfa51a;
--primary-400-rgb: 244, 202, 40;
--primary-600: #b3870f;
--primary-600-rgb: 198, 139, 8;
--primary-800: #7f5001;
--primary-800-rgb: 137, 83, 6;
--primary-900: #633a00;
--primary-900-rgb: 113, 69, 5;
--primary-950: #321d04;
--primary-950-rgb: 73, 45, 3;
--primary-rgb: 234, 179, 8;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d7d2cd;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #766f6d;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #56524e;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #040403;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #e8e8e8;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #9e968f;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #64625e;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #26231f;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #2e2a26;
--neutral-950-rgb: 31, 29, 27;
--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-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 9px rgba(0, 0, 0, 0.05);
--shadow-md: 0 9px 13px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 11px 17px rgba(0, 0, 0, 0.1);
--shadow-card: 0 9px 7px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 13px 27px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 7px 13px rgba(212, 165, 19, 0.30);
--radius-sm: 10px;
--radius-md: 13px;
--radius-lg: 17px;
--radius-xl: 17px;
--transition-fast: 0.80s ease;
--transition-base: 0.60s ease;
--transition-slow: 0.40s ease;
--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;
--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 7px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 9px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 5px 9px -1px rgba(0, 0, 0, 0.1), 0 2px 7px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 13px 17px -3px rgba(0, 0, 0, 0.1), 0 9px 9px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 21px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -111px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 9px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.51s ease;
--transition-normal: 0.89s ease;
--transition-slow: 0.80s ease;
--transition-all: all 1.29s ease;
--duration-fast: 0.29s;
--duration-normal: 0.50s;
--duration-slow: 0.84s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 769px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1026px) {
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 7px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 25px -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;
}
.page_font_primary {
font-family: var(--font-primary);
}
.best_font_secondary {
font-family: var(--font-secondary);
}
.app_font_mono {
font-family: var(--font-mono);
}
.elite_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);
}
.unique_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);
}
.main_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);
}
.creative_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);
}
.light_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);
}
.dark_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);
}
.site_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.prime_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.pro_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);
}
.agency_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.container_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.bold_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);
}
.web_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.bright_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);
}
.smart_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);
}
.new_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;
}
.top_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);
}
.section_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.business_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.base_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);
}
.content_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;
}
.modern_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);
}
.clean_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);
}
.theme_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);
}
.theme_nav_link:hover,
.theme_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.minimal_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);
}
.custom_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: 7615px) {
.top_hero_title {
font-size: var(--text-4xl);
}
.business_section_title {
font-size: var(--text-3xl);
}
.elite_display_1 {
font-size: var(--text-5xl);
}
.unique_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.top_hero_title {
font-size: var(--text-3xl);
}
.business_section_title {
font-size: var(--text-2xl);
}
.elite_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);
}
.brand_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.digital_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.fresh_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.company_text_balance {
text-wrap: balance;
}
.style_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.theme_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.web_caption,
.bright_overline,
.custom_footer_text {
color: var(--text-secondary);
}
.section_hero_subtitle,
.base_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.top_hero_title,
.business_section_title,
.creative_heading_1,
.light_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.brand_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.12rem;
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.81rem;
}
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: 769px) {
body {
font-size: 0.88rem;
}
.lead {
font-size: 1.06rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.ui_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.design_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.studio_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.premium_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.layout_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.core_stack {
display: flex;
flex-direction: column;
}
.core17_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.ui94_full_height {
min-height: auto;
}
.new66_section_height {
min-height: auto;
}
.base5_hero_height {
min-height: auto;
}
.minimal36_m_0 { margin: 0; }
.style64_m_1 { margin: var(--space-1); }
.page8_m_2 { margin: var(--space-2); }
.prime66_m_3 { margin: var(--space-3); }
.web24_m_4 { margin: var(--space-4); }
.ui54_m_6 { margin: var(--space-6); }
.studio71_m_8 { margin: var(--space-8); }
.bright3_m_12 { margin: var(--space-12); }
.app57_m_16 { margin: var(--space-16); }
.bold17_mx_auto { margin-left: auto; margin-right: auto; }
.light15_my_auto { margin-top: auto; margin-bottom: auto; }
.bright47_mt_0 { margin-top: 0; }
.fresh9_mt_4 { margin-top: var(--space-4); }
.smart7_mt_8 { margin-top: var(--space-8); }
.site5_mt_12 { margin-top: var(--space-12); }
.site24_mb_0 { margin-bottom: 0; }
.ui69_mb_4 { margin-bottom: var(--space-4); }
.content0_mb_8 { margin-bottom: var(--space-8); }
.layout29_mb_12 { margin-bottom: var(--space-12); }
.dark14_p_0 { padding: 0; }
.bold30_p_1 { padding: var(--space-1); }
.company21_p_2 { padding: var(--space-2); }
.brand14_p_3 { padding: var(--space-3); }
.page50_p_4 { padding: var(--space-4); }
.dark7_p_6 { padding: var(--space-6); }
.base85_p_8 { padding: var(--space-8); }
.smart5_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.site35_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.agency19_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.core89_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.brand28_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.fresh98_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.bright24_gap_1 { gap: var(--space-1); }
.light34_gap_2 { gap: var(--space-2); }
.custom71_gap_3 { gap: var(--space-3); }
.container78_gap_4 { gap: var(--space-4); }
.elite19_gap_6 { gap: var(--space-6); }
.premium82_gap_8 { gap: var(--space-8); }
.company63_shadow_none { box-shadow: var(--shadow-none); }
.custom61_shadow_xs { box-shadow: var(--shadow-xs); }
.pro34_shadow_sm { box-shadow: var(--shadow-sm); }
.premium63_shadow_md { box-shadow: var(--shadow-md); }
.prime73_shadow_lg { box-shadow: var(--shadow-lg); }
.ui34_shadow_xl { box-shadow: var(--shadow-xl); }
.top52_shadow_2xl { box-shadow: var(--shadow-2xl); }
.new81_shadow_inner { box-shadow: var(--shadow-inner); }
.web73_shadow_colored { box-shadow: var(--shadow-colored); }
.content94_radius_none { border-radius: var(--radius-none); }
.page38_radius_xs { border-radius: var(--radius-xs); }
.elite26_radius_sm { border-radius: var(--radius-sm); }
.design43_radius_md { border-radius: var(--radius-md); }
.smart10_radius_lg { border-radius: var(--radius-lg); }
.business68_radius_xl { border-radius: var(--radius-xl); }
.unique42_radius_2xl { border-radius: var(--radius-2xl); }
.minimal55_radius_3xl { border-radius: var(--radius-3xl); }
.minimal86_radius_full { border-radius: var(--radius-full); }
.company26_gradient_primary {
background: var(--gradient-primary);
}
.bold16_gradient_secondary {
background: var(--gradient-secondary);
}
.clean79_gradient_hero {
background: var(--gradient-hero);
}
.elite35_gradient_card {
background: var(--gradient-card);
}
.main98_gradient_overlay {
position: relative;
}
.main98_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;
}
.main98_gradient_overlay > * {
position: relative;
z-index: 2;
}
.style35_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.style35_hover_lift:hover {
transform: translateY(-7px);
box-shadow: var(--shadow-lg);
}
.bright77_hover_scale {
transition: transform var(--transition-normal);
}
.bright77_hover_scale:hover {
transform: scale(1.02);
}
.brand93_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.brand93_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.bold21_hover_fade {
transition: opacity var(--transition-normal);
}
.bold21_hover_fade:hover {
opacity: var(--opacity-loading);
}
.section71_focus_ring {
transition: box-shadow var(--transition-fast);
}
.section71_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.fresh58_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.creative20_hero_content {
position: relative;
z-index: 2;
}
.container52_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.business34_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.custom20_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.company24_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.agency15_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
gap: var(--space-6);
}
.pro47_timeline {
position: relative;
}
.pro47_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.brand7_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.brand7_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.brand7_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.best90_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.theme66_slide_up {
transform: translateY(20px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.app77_slide_in_left {
transform: translateX(-20px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.container66_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;
}
}
.content84_transition_all {
transition: var(--transition-all);
}
.agency99_transition_fast {
transition: all var(--transition-fast);
}
.bold79_transition_normal {
transition: all var(--transition-normal);
}
.dark95_transition_slow {
transition: all var(--transition-slow);
}
.dark4_bg_primary { background-color: var(--bg-primary); }
.digital19_bg_secondary { background-color: var(--bg-secondary); }
.container31_bg_muted { background-color: var(--bg-muted); }
.site36_bg_glass { background-color: var(--bg-glass); }
.theme2_text_primary { color: var(--text-primary); }
.company60_text_secondary { color: var(--text-secondary); }
.creative38_text_muted { color: var(--text-muted); }
.site70_text_inverse { color: var(--text-inverse); }
.ui7_text_link { color: var(--text-link); }
.fresh31_border_light { border-color: var(--border-light); }
.minimal3_border_medium { border-color: var(--border-medium); }
.section31_border_strong { border-color: var(--border-strong); }
.container53_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7613px) {
.container52_services_grid,
.custom20_features_grid,
.business34_team_grid,
.agency15_pricing_grid {
grid-template-columns: 1fr;
}
.company24_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.pro47_timeline::before {
left: 30px;
}
.brand7_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.new66_section_height {
min-height: auto;
}
.base5_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.company24_gallery_grid {
grid-template-columns: 1fr;
}
.brand7_timeline_item {
padding-left: var(--space-12) !important;
}
}
.agency23_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;
}
.light51_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.custom43_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);
}
.custom43_skip_link:focus {
top: 6px;
}
@media print {
.style29_no_print {
display: none !important;
}
.clean13_print_only {
display: block !important;
}
.custom61_shadow_xs,
.pro34_shadow_sm,
.premium63_shadow_md,
.prime73_shadow_lg,
.ui34_shadow_xl,
.top52_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.63rem;
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.06rem;
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(7px);
}
.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) {
.best90_fade_in,
.theme66_slide_up,
.app77_slide_in_left,
.container66_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.style35_hover_lift,
.bright77_hover_scale,
.brand93_hover_shadow,
.bold21_hover_fade,
.content84_transition_all,
.agency99_transition_fast,
.bold79_transition_normal,
.dark95_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-modern {
position: sticky;
top: 0;
width: 100%;
height: 70px;
background: var(--light);
border-bottom: 1px solid var(--neutral-300);
z-index: 1000;
transition: box-shadow 0.44s ease;
}
.header-modern.scrolled {
box-shadow: 0 2px 17px rgba(0, 0, 0, 0.05);
}
.header-modern__grid {
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
height: 70px;
gap: 0;
padding: 0 29px;
}
.header-modern__logo-wrapper {
display: flex;
align-items: center;
}
.header-modern__logo {
font-size: 1.12rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--text-primary);
text-decoration: none;
transition: color 0.92s ease;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.header-modern__logo:hover {
color: var(--primary-500);
}
.header-modern__nav-desktop {
display: none;
gap: 0;
align-items: center;
}
.header-modern__nav-link {
padding: 0 20px;
font-size: 0.94rem;
font-weight: 500;
color: var(--text-primary);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.03em;
transition: color 0.38s ease;
position: relative;
height: 70px;
display: flex;
align-items: center;
border-radius: 0;
}
.header-modern__nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
height: 2px;
background: var(--primary-500);
transform: scaleX(0);
transition: transform 0.56s ease;
}
.header-modern__nav-link:hover {
color: var(--primary-500);
}
.header-modern__nav-link:hover::after {
transform: scaleX(1);
}
.header-modern__toggle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
width: 32px;
height: 32px;
background: transparent;
border: none;
padding: 0;
cursor: pointer;
gap: 6px;
z-index: 1001;
border-radius: 0;
}
.header-modern__toggle-line {
width: 210px;
height: 2px;
background: var(--neutral-700);
transition: all 1.20s ease;
transform-origin: center;
}
.header-modern__toggle-line:nth-child(2) {
width: 22px;
}
.header-modern__toggle-line:nth-child(3) {
width: 16px;
}
.header-modern__toggle.active .header-modern__toggle-line:nth-child(1) {
transform: translateY(9px) rotate(45deg);
width: 211px;
}
.header-modern__toggle.active .header-modern__toggle-line:nth-child(2) {
opacity: 0;
width: 211px;
}
.header-modern__toggle.active .header-modern__toggle-line:nth-child(3) {
transform: translateY(-17px) rotate(-45deg);
width: 210px;
}
.header-modern__mobile-overlay {
position: fixed;
top: 70px;
left: 0;
width: 100%;
height: calc(100vh - 70px);
background: var(--light);
transform: translateX(-100%);
transition: transform 0.80s ease;
z-index: 999;
overflow-y: auto;
}
.header-modern__mobile-overlay.active {
transform: translateX(0);
}
.header-modern__nav-mobile {
display: flex;
flex-direction: column;
padding: 40px 27px;
gap: 0;
}
.header-modern__nav-link-mobile {
padding: 20px 0;
font-size: 1.19rem;
font-weight: 600;
color: var(--text-primary);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.05em;
border-bottom: 1px solid var(--neutral-300);
transition: all 0.37s ease;
border-radius: 0;
}
.header-modern__nav-link-mobile:hover {
color: var(--primary-500);
padding-left: 13px;
}
.header-modern__grid-line {
position: absolute;
background: var(--neutral-300);
opacity: 0.3;
pointer-events: none;
}
.header-modern__grid-line--vertical {
top: 0;
right: 33.333%;
width: 1px;
height: 100%;
display: none;
}
.header-modern__grid-line--horizontal {
display: none;
}
@media (min-width: 7610px) {
.header-modern__grid {
padding: 0 40px;
}
.header-modern__logo {
font-size: 1.31rem;
}
.header-modern__grid-line--vertical {
display: block;
}
}
@media (min-width: 992px) {
.header-modern__grid {
grid-template-columns: 1fr auto;
padding: 0 60px;
}
.header-modern__nav-desktop {
display: flex;
}
.header-modern__toggle {
display: none;
}
.header-modern__mobile-overlay {
display: none;
}
.header-modern__grid-line--vertical {
right: 40%;
}
}
@media (min-width: 1200px) {
.header-modern__grid {
padding: 0 80px;
max-width: 1400px;
margin: 0 auto;
}
.header-modern__nav-link {
padding: 0 27px;
}
.header-modern__grid-line--vertical {
right: 42%;
}
}
.header-modern__toggle:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
.header-modern__nav-link:focus-visible,
.header-modern__nav-link-mobile:focus-visible,
.header-modern__logo:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: no-preference) {
.header-modern,
.header-modern__nav-link,
.header-modern__toggle-line,
.header-modern__mobile-overlay {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
}
@media (prefers-contrast: high) {
.header-modern {
border-bottom-width: 2px;
}
.header-modern__nav-link::after {
height: 3px;
}
.header-modern__toggle-line {
height: 3px;
}
}
[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(16, 29, 50, 0.62) 0%,
rgba(11, 20, 41, 0.54) 45%,
rgba(16, 27, 45, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.header-modern,
.header-modern__grid,
.header-modern__logo-wrapper,
.header-modern__logo,
.header-modern__nav-desktop,
.header-modern__nav-link,
.header-modern__toggle,
.header-modern__toggle-line,
.header-modern__mobile-overlay,
.header-modern__nav-mobile,
.header-modern__nav-link-mobile,
.header-modern__grid-line,
.header-modern__grid-line--vertical,
.header-modern__grid-line--horizontal {
overflow-x: hidden !important;
}
.hero-standard {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.hero-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.shape-circle-1 {
position: absolute;
top: -10%;
right: -5%;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%
);
border-radius: 50%;
animation: float-slow 20s ease-in-out infinite;
}
.shape-circle-2 {
position: absolute;
bottom: -15%;
left: -10%;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
animation: float-slow 25s ease-in-out infinite reverse;
}
.shape-blob-1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 800px;
height: 800px;
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%),
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph 30s ease-in-out infinite;
opacity: 0.5;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, 30px) rotate(5deg);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
.hero-standard .container {
position: relative;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 50%;
box-shadow: 0 12px 28px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
animation: badge-pulse 2s ease-in-out infinite;
}
.hero-badge i {
font-size: 26px;
color: var(--light);
}
@keyframes badge-pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 29px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
50% {
transform: scale(1.05);
box-shadow: 0 16px 32px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
}
.hero-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
margin-bottom: 1.67rem;
}
.hero-subtitle {
color: var(--primary-700);
font-weight: 500;
line-height: 1.4;
}
.hero-description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 540px;
}
.hero-features-icons {
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
margin-top: 2rem;
}
.feature-icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 16px;
transition: all 0.79s ease;
}
.feature-icon-item i {
font-size: 22px;
color: var(--primary-700);
transition: all 0.99s ease;
}
.feature-icon-item:hover {
background: var(--primary-500);
border-color: var(--primary-700);
transform: translateY(-5px);
box-shadow: 0 13px 29px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.feature-icon-item:hover i {
color: var(--light);
}
.hero-images-grid {
position: relative;
height: 600px;
}
.hero-image-main {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 65%;
z-index: 3;
}
.hero-image-main img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 1.00s ease;
}
.hero-image-main:hover img {
transform: scale(1.02);
}
.image-decoration-1 {
position: absolute;
bottom: -15px;
right: -15px;
width: 100px;
height: 100px;
background: var(--primary-500);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: -1;
animation: rotate-slow 20s linear infinite;
}
@keyframes rotate-slow {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.hero-image-secondary {
position: absolute;
top: 0;
right: 0;
width: 45%;
z-index: 4;
animation: float-gentle 6s ease-in-out infinite;
}
.hero-image-secondary img {
width: 100%;
height: auto;
object-fit: cover;
}
.image-decoration-2 {
position: absolute;
top: -10px;
left: -10px;
width: 80px;
height: 80px;
border: 3px solid var(--primary-300);
border-radius: 50%;
z-index: -1;
}
@keyframes float-gentle {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
.hero-image-tertiary {
position: absolute;
bottom: 60px;
left: 15%;
width: 35%;
z-index: 5;
animation: float-gentle 8s ease-in-out infinite 1s;
}
.hero-image-tertiary img {
width: 100%;
height: auto;
object-fit: cover;
}
.hero-image-accent {
position: absolute;
bottom: 20px;
right: 10%;
width: 100px;
height: 100px;
z-index: 6;
animation: bounce-subtle 3s ease-in-out infinite;
}
.hero-image-accent img {
width: 100%;
height: 100%;
object-fit: cover;
}
.accent-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120%;
height: 120%;
border: 2px solid var(--primary-500);
border-radius: 50%;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@keyframes bounce-subtle {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.hero-decoration-dots {
position: absolute;
top: 20%;
right: -5%;
width: 120px;
height: 120px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 20px 20px;
opacity: 0.4;
animation: dots-fade 4s ease-in-out infinite;
}
@keyframes dots-fade {
0%, 100% {
opacity: 0.4;
}
50% {
opacity: 0.7;
}
}
.hero-decoration-line {
position: absolute;
bottom: 10%;
left: -10%;
width: 200px;
height: 3px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
transform: rotate(-45deg);
animation: line-slide 8s ease-in-out infinite;
}
@keyframes line-slide {
0%, 100% {
transform: rotate(-45deg) translateX(0);
}
50% {
transform: rotate(-45deg) translateX(50px);
}
}
.hero-wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
z-index: 1;
}
.hero-wave-bottom svg {
width: 100%;
height: 100%;
display: block;
}
.hero-wave-bottom path {
fill: var(--surface-primary);
opacity: 0.3;
}
@media (max-width: 1199.98px) {
.hero-images-grid {
height: 500px;
}
.shape-circle-1,
.shape-circle-2 {
width: 400px;
height: 400px;
}
}
@media (max-width: 991.98px) {
.hero-standard .row {
min-height: auto;
}
.hero-content {
text-align: center;
margin-bottom: 3rem;
}
.hero-badge {
margin: 0 auto 1.5rem;
}
.hero-description {
max-width: 100%;
}
.hero-features-icons {
justify-content: center;
}
.hero-images-grid {
height: 450px;
margin: 0 auto;
max-width: 500px;
}
.hero-image-main {
width: 70%;
}
.hero-image-secondary {
width: 50%;
}
.hero-image-tertiary {
width: 40%;
}
}
@media (max-width: 767.98px) {
.hero-title {
font-size: 2.62rem;
}
.hero-subtitle {
font-size: 1.25rem;
}
.hero-description {
font-size: 1.00rem;
}
.hero-images-grid {
height: 380px;
}
.hero-image-accent {
width: 80px;
height: 80px;
}
.shape-circle-1,
.shape-circle-2 {
width: 300px;
height: 300px;
}
.shape-blob-1 {
width: 500px;
height: 500px;
}
}
@media (max-width: 575.98px) {
.hero-title {
font-size: 2.00rem;
}
.hero-images-grid {
height: 320px;
}
.hero-image-main {
width: 75%;
}
.hero-image-secondary {
width: 55%;
}
.hero-image-tertiary {
width: 45%;
bottom: 40px;
}
.hero-image-accent {
width: 70px;
height: 70px;
bottom: 10px;
}
.feature-icon-item {
width: 48px;
height: 48px;
}
.feature-icon-item i {
font-size: 20px;
}
.hero-badge {
width: 50px;
height: 50px;
}
.hero-badge i {
font-size: 25px;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.hero-title,
.hero-subtitle,
.hero-description {
color: var(--neutral-900);
}
.hero-badge,
.feature-icon-item {
border-width: 3px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 13, 26, 0.62) 0%,
rgba(10, 20, 33, 0.54) 45%,
rgba(6, 11, 22, 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-standard {
overflow-x: hidden !important;
}
.usp-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--primary-50) 100%);
min-height: auto;
}
.usp-bg-blob {
position: absolute;
opacity: 0.08;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.usp-blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -50px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
.usp-blob-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 50px;
left: -80px;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.usp-section .container {
position: relative;
z-index: 1;
}
.usp-card {
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-6);
height: 100%;
position: relative;
overflow: hidden;
transition: all var(--duration-fast) var(--ease-smooth);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.usp-card:hover {
border-color: var(--border-medium);
box-shadow: 0 16px 29px rgba(0, 0, 0, 0.08);
transform: translateY(-9px);
}
.usp-card-offset {
margin-top: var(--space-4);
}
.usp-card-header {
position: relative;
margin-bottom: var(--space-4);
}
.usp-accent {
position: absolute;
opacity: 0.15;
pointer-events: none;
}
.usp-accent-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -20px;
right: -20px;
}
.usp-accent-2 {
width: 100px;
height: 60px;
background: var(--primary-300);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
top: -30px;
left: -30px;
}
.usp-accent-3 {
width: 70px;
height: 90px;
background: var(--primary-500);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -20px;
right: -15px;
}
.usp-accent-4 {
width: 90px;
height: 70px;
background: var(--primary-300);
border-radius: 70% 30% 40% 60% / 30% 70% 60% 40%;
top: -25px;
left: -25px;
}
.usp-card-header h3 {
position: relative;
z-index: 2;
color: var(--text-primary);
}
.usp-value {display: inline-block;
padding: var(--space-2) var(--space-3);
background: var(--primary-50);
border-radius: var(--radius-md);
margin-top: var(--space-3);
}
.usp-value span {color: var(--primary-700);
font-weight: 600;
}
@media (max-width: 991.98px) {
.usp-card {
padding: var(--space-5);
}
.usp-card-offset {
margin-top: 0;
}
.usp-blob-1 {
width: 250px;
height: 250px;
top: -80px;
right: -80px;
}
.usp-blob-2 {
width: 200px;
height: 200px;
bottom: 20px;
left: -60px;
}
}
@media (max-width: 575.98px) {
.usp-section {
padding-top: var(--space-5);
padding-bottom: var(--space-5);
}
.usp-card {
padding: var(--space-4);
}
.usp-accent {
opacity: 0.1;
}
.usp-blob-1,
.usp-blob-2 {
opacity: 0.05;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 29, 50, 0.62) 0%,
rgba(15, 25, 46, 0.54) 45%,
rgba(8, 21, 37, 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-featured {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.about-section-featured .decorative-line-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 8px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
}
.about-section-featured .decorative-line-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-300) 50%,
transparent 100%);
opacity: 0.5;
}
.about-section-featured .content-wrapper {
position: relative;
z-index: 2;
}
.about-section-featured .badge-decorator {
display: flex;
align-items: center;
gap: 0.75rem;
}
.about-section-featured .badge-dot {
display: inline-block;
width: 13px;
height: 15px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
animation: pulse-v370 2s ease-in-out infinite;
}
.about-section-featured .badge-line {
display: inline-block;
width: 60px;
height: 2px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
transparent 100%);
}
@keyframes pulse-v370 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
.about-section-featured .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.about-section-featured .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.72rem;
}
.about-section-featured .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
}
.about-section-featured .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.about-section-featured .feature-card {
display: flex;
gap: 1rem;
padding: 1.5rem;
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
border-radius: 14px;
transition: all 1.03s ease;
}
.about-section-featured .feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-color: var(--primary-500);
}
.about-section-featured .feature-icon-wrapper {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%) 100%);
border-radius: 10px;
color: var(--light);
font-size: 1.56rem;
transition: transform 0.64s ease;
}
.about-section-featured .feature-card:hover .feature-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.about-section-featured .feature-content {
flex: 1;
}
.about-section-featured .feature-name {
font-size: 1.06rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.66rem;
}
.about-section-featured .feature-desc {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.about-section-featured .image-gallery-wrapper {
position: relative;
height: 100%;
min-height: 500px;
}
.about-section-featured .decorative-circle-1 {
position: absolute;
top: -30px;
right: -30px;
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, transparent) 0%,
transparent 70%);
border-radius: 50%;
z-index: 0;
animation: float-v370-1 6s ease-in-out infinite;
}
.about-section-featured .decorative-circle-2 {
position: absolute;
bottom: -40px;
left: -40px;
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 30%, transparent) 0%,
transparent 70%);
border-radius: 50%;
z-index: 0;
animation: float-v370-2 8s ease-in-out infinite;
}
.about-section-featured .decorative-shape-1 {
position: absolute;
top: 50%;
left: -20px;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
border-radius: 20px;
transform: translateY(-50%) rotate(45deg);
z-index: 0;
}
@keyframes float-v370-1 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(-20px, 20px);
}
}
@keyframes float-v370-2 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -20px);
}
}
.about-section-featured .images-grid {
position: relative;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(8, 60px);
gap: 1rem;
z-index: 1;
}
.about-section-featured .image-item {
position: relative;
overflow: hidden;
border-radius: 16px;
transition: transform 1.02s ease;
}
.about-section-featured .image-item:hover {
transform: scale(1.05);
z-index: 2;
}
.about-section-featured .image-large {
grid-column: 1 / 9;
grid-row: 1 / 6;
}
.about-section-featured .image-medium {
grid-column: 9 / 13;
grid-row: 1 / 5;
}
.about-section-featured .image-small {
grid-column: 6 / 13;
grid-row: 5 / 9;
}
.about-section-featured .image-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.98s ease;
}
.about-section-featured .image-item:hover img {
transform: scale(1.1);
}
.about-section-featured .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-700) 40%, transparent) 0%,
transparent 60%);
opacity: 0;
transition: opacity 0.44s ease;
}
.about-section-featured .image-item:hover .image-overlay {
opacity: 1;
}
.about-section-featured .floating-icon {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-500);
border-radius: 50%;
color: var(--primary-500);
font-size: 1.44rem;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
z-index: 3;
animation: bounce-v370.84s ease-in-out infinite;
}
.about-section-featured .floating-icon-1 {
top: 20%;
right: 5%;
animation-delay: 0s;
}
.about-section-featured .floating-icon-2 {
bottom: 15%;
left: 10%;
animation-delay: 2.32s;
}
@keyframes bounce-v370 {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
@media (max-width: 991px) {
.about-section-featured .section-title {
font-size: 1.88rem;
}
.about-section-featured .features-grid {
grid-template-columns: 1fr;
}
.about-section-featured .image-gallery-wrapper {
margin-top: 3rem;
min-height: 400px;
}
.about-section-featured .images-grid {
grid-template-rows: repeat(6, 70px);
}
.about-section-featured .image-large {
grid-column: 1 / 8;
grid-row: 1 / 5;
}
.about-section-featured .image-medium {
grid-column: 8 / 13;
grid-row: 1 / 4;
}
.about-section-featured .image-small {
grid-column: 5 / 13;
grid-row: 4 / 7;
}
}
@media (max-width: 767px) {
.about-section-featured .section-title {
font-size: 1.81rem;
}
.about-section-featured .section-subtitle {
font-size: 1.12rem;
}
.about-section-featured .feature-card {
flex-direction: column;
text-align: center;
}
.about-section-featured .feature-icon-wrapper {
margin: 0 auto;
}
.about-section-featured .images-grid {
display: flex;
flex-direction: column;
gap: 1rem;
}
.about-section-featured .image-item {
width: 100%;
height: 250px;
}
.about-section-featured .floating-icon {
width: 50px;
height: 50px;
font-size: 1.19rem;
}
.about-section-featured .decorative-circle-1,
.about-section-featured .decorative-circle-2 {
display: none;
}
}
@media (max-width: 575px) {
.about-section-featured .section-title {
font-size: 1.44rem;
}
.about-section-featured .features-grid {
gap: 1rem;
}
.about-section-featured .feature-card {
padding: 1rem;
}
.about-section-featured .image-item {
height: 200px;
}
}
[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, 3, 6, 0.62) 0%,
rgba(1, 2, 3, 0.54) 45%,
rgba(3, 5, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-featured {
overflow-x: hidden !important;
}
.features-section {
position: relative;
padding: var(--space-12) 0;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.4) 0%, rgba(var(--neutral-50-rgb), 0.2) 100%);
}
.features-header {
text-align: center;
margin-bottom: var(--space-10);
position: relative;
z-index: 2;
}
#ffe0a8tures-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
}
#fff4b6tures-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-4);
}
.features-desc-text {
color: var(--text-secondary);
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: var(--space-6);
position: relative;
z-index: 2;
}
.features-card {
position: relative;
height: 100%;
min-height: 280px;
}
.features-card-inner {
height: 100%;
padding: var(--space-6);
border-radius: var(--radius-2);
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(var(--primary-500-rgb), 0.15);
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(var(--primary-500-rgb), 0.08),
inset 0 1px 2px rgba(255, 255, 255, 0.5);
display: flex;
flex-direction: column;
transition: all var(--duration-300) var(--ease-out);
position: relative;
overflow: hidden;
}
.features-card-inner::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(var(--primary-500-rgb), 0.08) 0%, transparent 70%);
border-radius: 50%;
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.features-card:hover .features-card-inner {
background: rgba(255, 255, 255, 0.85);
border-color: rgba(var(--primary-500-rgb), 0.3);
box-shadow: 0 16px 48px rgba(var(--primary-500-rgb), 0.15),
inset 0 1px 2px rgba(255, 255, 255, 0.7);
transform: translateY(-4px);
}
.features-card:hover .features-card-inner::before {
opacity: 1;
}
.features-card-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-1);
background: linear-gradient(135deg, rgba(var(--primary-500-rgb), 0.15) 0%, rgba(var(--primary-300-rgb), 0.1) 100%);
margin-bottom: var(--space-4);
color: var(--primary-500);
transition: all var(--duration-300) var(--ease-out);
position: relative;
z-index: 1;
}
.features-card:hover .features-card-icon {
background: linear-gradient(135deg, rgba(var(--primary-500-rgb), 0.25) 0%, rgba(var(--primary-300-rgb), 0.2) 100%);
transform: scale(1.08) rotate(2deg);
}
.icon-svg {
width: 24px;
height: 24px;
}
.features-card-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
position: relative;
z-index: 1;
}
.features-card-desc {
color: var(--text-secondary);
flex-grow: 1;
position: relative;
z-index: 1;
}
.features-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.08;
}
.features-decoration-1 {
width: 400px;
height: 400px;
top: -100px;
left: -150px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
filter: blur(60px);
}
.features-decoration-2 {
width: 300px;
height: 300px;
bottom: -80px;
right: -100px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
filter: blur(50px);
}
@media (max-width: 768px) {
.features-section {
padding: var(--space-8) 0;
}
.features-header {
margin-bottom: var(--space-8);
}
.features-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
.features-card-inner {
min-height: 240px;
padding: var(--space-5);
}
}
[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, 23, 0.62) 0%,
rgba(11, 16, 30, 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;
}
.services-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, transparent 100%);
}
.services-section .container {
position: relative;
z-index: 2;
}
.service-card {
height: 100%;
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
background: var(--bg-primary);
transition: all var(--duration-base) var(--ease-smooth);
position: relative;
overflow: hidden;
}
.service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 120% -20%, rgba(var(--primary-500-rgb), 0.04) 0%, transparent 50%);
opacity: 0;
transition: opacity var(--duration-base) var(--ease-smooth);
pointer-events: none;
}
.service-card:hover::before {
opacity: 1;
}
.service-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-medium);
transform: translateY(-4px);
}
.service-card-inner {
padding: 2rem;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
height: 100%;
}
.service-card-featured {
border: 2px solid var(--primary-300);
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50-rgb), 0.5) 100%);
box-shadow: 0 8px 24px rgba(var(--primary-500-rgb), 0.12);
}
.service-card-featured:hover {
box-shadow: 0 12px 32px rgba(var(--primary-500-rgb), 0.18);
}
.service-icon-accent {
width: 64px;
height: 64px;
border-radius: var(--radius-md);
background: linear-gradient(135deg, rgba(var(--neutral-300-rgb), 0.4) 0%, rgba(var(--neutral-100-rgb), 0.2) 100%);
margin-bottom: 1.72rem;
position: relative;
}
.service-icon-accent::after {
content: '';
position: absolute;
inset: 8px;
border-radius: 6px;
border: 2px solid var(--border-light);
opacity: 0.6;
}
.service-icon-accent.accent-primary {
background: linear-gradient(135deg, rgba(var(--primary-500-rgb), 0.15) 0%, rgba(var(--primary-300-rgb), 0.08) 100%);
}
.service-icon-accent.accent-primary::after {
border-color: var(--primary-300);
opacity: 1;
}
.service-cta {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 0.88rem;
transition: all var(--duration-base) var(--ease-smooth);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.service-cta:hover {
color: var(--primary-700);
gap: 0.75rem;
}
.services-bg-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -150px;
animation: float 8s ease-in-out infinite;
}
.blob-2 {
width: 300px;
height: 300px;
background: var(--neutral-500);
bottom: -80px;
left: -100px;
animation: float 10s ease-in-out infinite reverse;
}
.services-bg-line {
position: absolute;
width: 2px;
height: 150px;
background: linear-gradient(to bottom, transparent, var(--border-light), transparent);
left: 50%;
top: 20%;
transform: translateX(-50%);
opacity: 0.5;
z-index: 1;
pointer-events: none;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -30px);
}
}
@media (max-width: 991px) {
.service-card-inner {
padding: 1.75rem;
}
.service-icon-accent {
width: 56px;
height: 56px;
}
}
@media (max-width: 576px) {
.service-card-inner {
padding: 1.5rem;
}
.services-bg-blob {
display: none;
}
.services-bg-line {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 17, 28, 0.62) 0%,
rgba(3, 5, 9, 0.54) 45%,
rgba(14, 26, 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;
}
#priceplan {
position: relative;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: auto;
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.decoration-blob-1 {
width: 320px;
height: 320px;
top: -80px;
right: -100px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: float 8s ease-in-out infinite;
}
.decoration-blob-2 {
width: 280px;
height: 280px;
bottom: 10%;
left: -60px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: float 10s ease-in-out infinite 1s;
}
.decoration-line-1 {
width: 200px;
height: 2px;
top: 30%;
right: 15%;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
opacity: 0.15;
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(2deg);
}
}
.price-card {
position: relative;
height: 100%;
z-index: 1;
}
.price-card .card-inner {
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
padding: var(--space-5);
height: 100%;
display: flex;
flex-direction: column;
transition: all var(--duration-md) var(--ease-smooth);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.price-card:not(.featured-card) .card-inner {
background: var(--bg-primary);
}
.price-card .card-inner::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
opacity: 0;
transition: opacity var(--duration-md);
}
.price-card:hover .card-inner {
border-color: var(--border-medium);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.price-card:hover .card-inner::before {
opacity: 1;
}
.featured-card .card-inner {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border: 2px solid var(--primary-300);
position: relative;
}
.featured-card .card-inner::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.featured-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: var(--primary-500);
color: var(--text-inverse);
padding: var(--space-1) var(--space-3);
border-radius: var(--radius-1);
font-weight: 600;
z-index: 2;
letter-spacing: 0.05em;
}
.card-header {
margin-bottom: var(--space-3);
}
.card-price {
display: flex;
align-items: baseline;
gap: var(--space-2);
margin-bottom: var(--space-4);
}
.price-value {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1;
letter-spacing: -0.02em;
}
.price-period {
font-weight: 500;
}
.card-features {
flex-grow: 1;
margin-bottom: var(--space-4);
line-height: 1.6;
}
.btn-primary {
background-color: var(--primary-500);
border-color: var(--primary-500);
color: var(--text-inverse);
font-weight: 600;
padding: var(--space-3) var(--space-4);
border-radius: var(--radius-1);
transition: all var(--duration-md) var(--ease-smooth);
text-decoration: none;
}
.btn-primary:hover {
background-color: var(--primary-700);
border-color: var(--primary-700);
color: var(--text-inverse);
transform: translateY(-2px);
}
.btn-outline-primary {
border: 2px solid var(--primary-500);
color: var(--primary-500);
font-weight: 600;
padding: var(--space-3) var(--space-4);
border-radius: var(--radius-1);
transition: all var(--duration-md) var(--ease-smooth);
text-decoration: none;
}
.btn-outline-primary:hover {
background-color: var(--primary-500);
border-color: var(--primary-500);
color: var(--text-inverse);
transform: translateY(-2px);
}
@media (max-width: 991.98px) {
#priceplan {
padding-top: var(--space-5);
padding-bottom: var(--space-5);
}
.price-card .card-inner {
padding: var(--space-4);
}
.price-value {
font-size: 2.12rem;
}
.decoration-blob-1,
.decoration-blob-2 {
opacity: 0.04;
}
}
@media (max-width: 767.98px) {
.price-card .card-inner {
padding: var(--space-4);
}
.featured-badge {
top: -10px;
font-size: 0.75rem;
}
.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(15, 24, 46, 0.62) 0%,
rgba(7, 14, 23, 0.54) 45%,
rgba(5, 9, 19, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#team {
position: relative;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50-rgb), 0.3) 100%);
}
.team-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.team-decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
filter: blur(60px);
}
.team-decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -80px;
left: 5%;
filter: blur(50px);
}
.team-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(20px);
border: 1px solid rgba(var(--primary-100-rgb), 0.4);
border-radius: var(--radius-lg);
overflow: hidden;
transition: all var(--duration-base) var(--ease-out);
height: 100%;
display: flex;
flex-direction: column;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.team-card:hover {
background: rgba(255, 255, 255, 0.85);
border-color: rgba(var(--primary-300-rgb), 0.6);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.team-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1;
overflow: hidden;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
}
.team-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform var(--duration-base) var(--ease-out);
}
.team-card:hover .team-image {
transform: scale(1.05);
}
.team-content {
padding: var(--space-md) var(--space-md) var(--space-lg);
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
#team-member-1-name,
#team-member-2-name,
#team-member-3-name,
#team-member-4-name,
#team-member-5-name {
color: var(--text-primary);
margin-bottom: var(--space-xs);
font-weight: 600;
}
#team-member-1-role,
#team-member-2-role,
#team-member-3-role,
#team-member-4-role,
#team-member-5-role {
color: var(--text-secondary);
font-weight: 500;
}
#team-title {
color: var(--text-primary);
}
#team-subtitle {
color: var(--text-secondary);
}
#team-desc {
color: var(--text-muted);
line-height: 1.6;
}
@media (max-width: 992px) {
.team-decoration-1 {
width: 300px;
height: 300px;
top: -50px;
right: -50px;
}
.team-decoration-2 {
width: 250px;
height: 250px;
bottom: -60px;
}
}
@media (max-width: 768px) {
#team {
padding: var(--space-xl) 0;
}
.team-decoration {
opacity: 0.04;
}
.team-decoration-1 {
width: 250px;
height: 250px;
}
.team-decoration-2 {
width: 200px;
height: 200px;
}
}
[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(16, 29, 44, 0.62) 0%,
rgba(10, 22, 35, 0.54) 45%,
rgba(5, 12, 21, 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 {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.reviews-header {
text-align: left;
position: relative;
z-index: 2;
}
#reviews-title {
color: var(--text-primary);
font-weight: 800;
letter-spacing: -0.02em;
}
#reviews-subtitle {
color: var(--primary-500);
font-weight: 700;
margin-bottom: 0.89rem !important;
}
#reviews-desc {
color: var(--text-secondary);
max-width: 520px;
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 1.5rem;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
}
@media (min-width: 1200px) {
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.reviews-item {
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
padding: 2rem;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 240px;
transition: transform var(--duration-default) var(--ease-default),
box-shadow var(--duration-default) var(--ease-default),
border-color var(--duration-default) var(--ease-default);
}
.reviews-item:hover {
transform: translateY(-4px);
border-color: var(--primary-500);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.reviews-item-content {
display: flex;
flex-direction: column;
gap: 1rem;
}
.reviews-text {
color: var(--text-primary);
line-height: 1.6;
font-weight: 500;
}
.reviews-author {
color: var(--primary-500);
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.reviews-decoration {
position: absolute;
background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
opacity: 0.5;
pointer-events: none;
z-index: 1;
}
.reviews-decoration-1 {
width: 280px;
height: 280px;
border-radius: 40px;
top: -60px;
right: -80px;
transform: rotate(45deg);
}
.reviews-decoration-2 {
width: 320px;
height: 320px;
border-radius: 60px;
bottom: -100px;
left: -120px;
transform: rotate(-30deg);
background: linear-gradient(225deg, var(--primary-100), var(--neutral-100));
}
.reviews-section {
}
[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, 20, 33, 0.62) 0%,
rgba(13, 24, 38, 0.54) 45%,
rgba(8, 13, 22, 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-section {
position: relative;
padding: var(--space-8) 0;
min-height: auto;
overflow: hidden;
background-color: var(--bg-primary);
}
.casestudy-header {
text-align: center;
margin-bottom: var(--space-8);
position: relative;
z-index: 2;
}
#casestudy-title {
color: var(--text-primary);
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: var(--space-2);
}
#casestudy-subtitle {
color: var(--primary-500);
font-weight: 700;
margin-bottom: var(--space-3);
font-size: 1.00rem;
}
.casestudy-desc-text {
color: var(--text-secondary);
max-width: 42rem;
margin: 0 auto;
line-height: 1.6;
}
.casestudy-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--space-4);
position: relative;
z-index: 2;
}
.casestudy-card {
position: relative;
border: 3px solid var(--neutral-900);
background-color: var(--bg-secondary);
padding: var(--space-6);
min-height: 280px;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
transition: all var(--duration-fast) var(--ease-out);
}
.casestudy-card-1 {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--bg-secondary) 100%);
border-color: var(--primary-700);
}
.casestudy-card-2 {
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--bg-secondary) 100%);
border-color: var(--neutral-900);
transform: translateY(-var(--space-3));
}
.casestudy-card-3 {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--bg-secondary) 100%);
border-color: var(--primary-700);
}
.casestudy-card:hover {
transform: translateY(calc(-1 * var(--space-2)));
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.casestudy-card-2:hover {
transform: translateY(calc(-1 * var(--space-3) - var(--space-2)));
}
.casestudy-card-inner {
position: relative;
z-index: 2;
}
.casestudy-card-title {
color: var(--text-primary);
font-weight: 800;
margin-bottom: var(--space-3);
font-size: 1.31rem;
letter-spacing: -0.01em;
}
.casestudy-card-desc {
color: var(--text-secondary);
line-height: 1.6;
font-size: 1.00rem;
}
.casestudy-card-accent {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.casestudy-card-accent-1 {
top: -40px;
right: -40px;
width: 200px;
height: 200px;
background-color: var(--primary-500);
border-radius: 50%;
}
.casestudy-card-accent-2 {
bottom: -30px;
left: -30px;
width: 150px;
height: 150px;
background: linear-gradient(45deg, var(--primary-500), var(--neutral-500));
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.casestudy-card-accent-3 {
top: 50%;
right: -60px;
width: 180px;
height: 180px;
background-color: var(--primary-500);
transform: rotate(45deg);
}
.casestudy-background-decoration {
position: absolute;
opacity: 0.06;
pointer-events: none;
}
.casestudy-bg-1 {
top: -100px;
left: -100px;
width: 400px;
height: 400px;
background-color: var(--primary-500);
border-radius: 50%;
z-index: 1;
}
.casestudy-bg-2 {
bottom: -150px;
right: -150px;
width: 500px;
height: 500px;
background: linear-gradient(135deg, var(--primary-500), var(--neutral-500));
clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
z-index: 1;
}
@media (max-width: 1024px) {
.casestudy-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-3);
}
.casestudy-card {
padding: var(--space-5);
min-height: 260px;
}
.casestudy-card-title {
font-size: 1.19rem;
}
.casestudy-card-desc {
font-size: 0.94rem;
}
}
@media (max-width: 768px) {
.casestudy-section {
padding: var(--space-6) 0;
}
.casestudy-header {
margin-bottom: var(--space-6);
}
#casestudy-title {
font-size: 1.88rem;
}
#casestudy-subtitle {
font-size: 0.94rem;
}
.casestudy-grid {
grid-template-columns: 1fr;
gap: var(--space-3);
}
.casestudy-card {
padding: var(--space-4);
min-height: 240px;
}
.casestudy-card-2 {
transform: translateY(0);
}
.casestudy-card:hover {
transform: translateY(calc(-1 * var(--space-2)));
}
.casestudy-card-2:hover {
transform: translateY(calc(-1 * var(--space-2)));
}
.casestudy-card-title {
font-size: 1.00rem;
}
.casestudy-background-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(11, 20, 34, 0.62) 0%,
rgba(4, 8, 12, 0.54) 45%,
rgba(13, 25, 49, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section-pro {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.process-section-pro .section-header {
margin-bottom: 60px;
}
.process-section-pro .section-title {
font-size: 2.81rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
letter-spacing: -0.02em;
}
.process-section-pro .section-subtitle {
font-size: 1.12rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.process-section-pro .section-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.process-timeline {
position: relative;
padding: 40px 0;
}
.timeline-progress-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-700) 100%);
transform: translateX(-50%);
border-radius: 4px;
z-index: 1;
}
.process-item {
position: relative;
display: flex;
align-items: flex-start;
margin-bottom: 80px;
z-index: 2;
}
.process-item:last-child {
margin-bottom: 0;
}
.process-item:nth-child(odd) {
justify-content: flex-end;
padding-right: calc(50% + 60px);
}
.process-item:nth-child(even) {
justify-content: flex-start;
padding-left: calc(50% + 60px);
flex-direction: row-reverse;
}
.process-number-wrapper {
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index: 3;
}
.process-number {
width: 90px;
height: 90px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.94rem;
font-weight: 800;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
0 0 0 10px var(--surface-primary);
position: relative;
transition: all 1.39s ease;
}
.process-item:hover .process-number {
transform: scale(1.1);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2),
0 0 0 10px var(--surface-primary);
}
.number-connector {
width: 2px;
height: 80px;
background: var(--primary-300);
margin-top: -10px;
}
.process-item:last-child .number-connector {
display: none;
}
.process-content {
background: var(--light);
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
max-width: 480px;
position: relative;
border: 2px solid var(--neutral-100);
transition: all 1.08s ease;
}
.process-item:hover .process-content {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.process-icon-badge {
width: 60px;
height: 60px;
border-radius: 16px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 20%, var(--light) 80%),
color-mix(in srgb, var(--primary-500) 30%, var(--light) 70%));
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
transition: all 1.27s ease;
}
.process-icon-badge i {
font-size: 1.56rem;
color: var(--primary-700);
}
.process-item:hover .process-icon-badge {
transform: rotate(10deg) scale(1.1);
}
.process-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-decorative-dot {
position: absolute;
top: 20px;
right: 20px;
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary-500);
opacity: 0.4;
}
.process-item:nth-child(odd) .process-decorative-dot {
right: auto;
left: 20px;
}
.timeline-decorative-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent 70%);
pointer-events: none;
z-index: 0;
}
.circle-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
}
.circle-2 {
width: 400px;
height: 400px;
bottom: 20%;
right: -150px;
}
.circle-3 {
width: 250px;
height: 250px;
top: 50%;
left: 10%;
opacity: 0.5;
}
.decorative-shapes {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.shape-blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.4;
}
.blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -200px;
left: 10%;
animation: float 8s ease-in-out infinite;
}
.blob-2 {
width: 350px;
height: 350px;
background: color-mix(in srgb, var(--primary-500) 60%, var(--primary-300) 40%);
bottom: -180px;
right: 15%;
animation: float 10s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-30px) scale(1.05);
}
}
@media (max-width: 991px) {
.process-section-pro {
padding: 80px 0;
}
.process-section-pro .section-title {
font-size: 2.19rem;
}
.timeline-progress-line {
left: 45px;
}
.process-item {
padding: 0 0 0 100px !important;
flex-direction: row !important;
margin-bottom: 60px;
}
.process-number-wrapper {
left: 45px;
}
.process-number {
width: 80px;
height: 80px;
font-size: 1.75rem;
}
.process-content {
max-width: 100%;
}
}
@media (max-width: 767px) {
.process-section-pro {
padding: 60px 0;
}
.process-section-pro .section-title {
font-size: 2.06rem;
}
.process-section-pro .section-subtitle {
font-size: 1.00rem;
}
.process-section-pro .section-description {
font-size: 1.00rem;
}
.timeline-progress-line {
left: 35px;
}
.process-item {
padding: 0 0 0 80px !important;
margin-bottom: 50px;
}
.process-number-wrapper {
left: 35px;
}
.process-number {
width: 70px;
height: 70px;
font-size: 1.62rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12),
0 0 0 8px var(--surface-primary);
}
.number-connector {
height: 60px;
}
.process-content {
padding: 30px;
}
.process-icon-badge {
width: 50px;
height: 50px;
margin-bottom: 20px;
}
.process-icon-badge i {
font-size: 1.56rem;
}
.process-title {
font-size: 1.25rem;
}
.process-description {
font-size: 0.88rem;
}
.circle-1,
.circle-2,
.circle-3 {
opacity: 0.3;
}
}
@media (max-width: 575px) {
.process-section-pro {
padding: 50px 0;
}
.process-section-pro .section-title {
font-size: 1.69rem;
}
.process-content {
padding: 24px;
border-radius: 16px;
}
.process-icon-badge {
border-radius: 12px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 1, 3, 0.62) 0%,
rgba(7, 17, 28, 0.54) 45%,
rgba(1, 2, 5, 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-standard {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.timeline-section-standard .section-header {
position: relative;
z-index: 2;
}
.timeline-section-standard .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.60rem;
}
.timeline-section-standard .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
}
.timeline-section-standard .header-icon {
font-size: 1.94rem;
color: var(--primary-500);
animation: iconPulse 3s ease-in-out infinite;
}
@keyframes iconPulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}
.timeline-section-standard .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.timeline-section-standard .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.73rem;
line-height: 1.4;
}
.timeline-section-standard .section-description {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.timeline-section-standard .timeline-container {
position: relative;
padding: 2rem 0;
}
.timeline-section-standard .timeline-progress-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-700) 100%);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-standard .timeline-progress-line::before,
.timeline-section-standard .timeline-progress-line::after {
content: '';
position: absolute;
left: 50%;
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
transform: translateX(-50%);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.timeline-section-standard .timeline-progress-line::before {
top: 0;
}
.timeline-section-standard .timeline-progress-line::after {
bottom: 0;
}
.timeline-section-standard .timeline-item {
position: relative;
display: grid;
grid-template-columns: 1fr auto 1fr;
gap: 2rem;
margin-bottom: 4rem;
z-index: 2;
}
.timeline-section-standard .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-standard .timeline-marker {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding-top: 1rem;
}
.timeline-section-standard .marker-number {
display: block;
font-size: 0.81rem;
font-weight: 700;
color: var(--primary-500);
margin-bottom: 1rem;
letter-spacing: 0.5px;
}
.timeline-section-standard .marker-dot {
width: 20px;
height: 20px;
background: white;
border: 4px solid var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
0 4px 12px rgba(0, 0, 0, 0.1);
transition: all 1.10s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-standard .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-500);
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
0 6px 20px rgba(0, 0, 0, 0.15);
}
.timeline-section-standard .timeline-content {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
transition: all 1.16s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.timeline-section-standard .timeline-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.89s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-section-standard .timeline-item:hover .timeline-content::before {
transform: scaleX(1);
}
.timeline-section-standard .timeline-item:hover .timeline-content {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.timeline-section-standard .timeline-item .timeline-content {
grid-column: 1 / 2;
text-align: right;
}
.timeline-section-standard .timeline-item-alternate .timeline-content {
grid-column: 3 / 4;
text-align: left;
}
.timeline-section-standard .timeline-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%) 100%);
color: white;
border-radius: 12px;
margin-bottom: 1.41rem;
font-size: 1.50rem;
transition: all 0.99s ease;
}
.timeline-section-standard .timeline-item:hover .timeline-icon-wrapper {
transform: rotate(5deg) scale(1.1);
}
.timeline-section-standard .timeline-item-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-standard .timeline-item-desc {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.57rem;
}
.timeline-section-standard .timeline-badges {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.timeline-section-standard .timeline-item .timeline-badges {
justify-content: flex-end;
}
.timeline-section-standard .timeline-item-alternate .timeline-badges {
justify-content: flex-start;
}
.timeline-section-standard .timeline-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: color-mix(in srgb, var(--primary-50) 80%, white 20%);
color: var(--primary-500);
border-radius: 8px;
font-size: 1.06rem;
transition: all 1.02s ease;
}
.timeline-section-standard .timeline-badge:hover {
background: var(--primary-500);
color: white;
transform: translateY(-3px) rotate(5deg);
}
.timeline-section-standard .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.timeline-section-standard .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.timeline-section-standard .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.timeline-section-standard .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 15%;
right: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.timeline-section-standard .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-30px) rotate(5deg); }
}
@keyframes pulse {
0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.03; }
50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.05; }
}
@media (max-width: 991px) {
.timeline-section-standard {
padding: 80px 0;
}
.timeline-section-standard .timeline-progress-line {
left: 30px;
}
.timeline-section-standard .timeline-item {
grid-template-columns: auto 1fr;
gap: 1.5rem;
}
.timeline-section-standard .timeline-content {
grid-column: 2 / 3 !important;
text-align: left !important;
}
.timeline-section-standard .timeline-marker {
grid-column: 1 / 2;
}
.timeline-section-standard .timeline-badges {
justify-content: flex-start !important;
}
.timeline-section-standard .marker-number {
font-size: 0.69rem;
}
.timeline-section-standard .marker-dot {
width: 16px;
height: 16px;
border-width: 3px;
}
}
@media (max-width: 767px) {
.timeline-section-standard {
padding: 60px 0;
}
.timeline-section-standard .section-title {
font-size: 1.88rem;
}
.timeline-section-standard .section-subtitle {
font-size: 1.00rem;
}
.timeline-section-standard .timeline-item {
margin-bottom: 3rem;
gap: 1rem;
}
.timeline-section-standard .timeline-content {
padding: 1.5rem;
}
.timeline-section-standard .timeline-item-title {
font-size: 1.19rem;
}
.timeline-section-standard .timeline-icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.12rem;
}
.timeline-section-standard .timeline-progress-line {
left: 24px;
}
}
@media (max-width: 575px) {
.timeline-section-standard .header-decoration {
gap: 0.5rem;
}
.timeline-section-standard .decoration-line {
width: 40px;
}
.timeline-section-standard .timeline-content {
padding: 1.25rem;
}
.timeline-section-standard .timeline-item-desc {
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 13, 24, 0.62) 0%,
rgba(5, 13, 22, 0.54) 45%,
rgba(12, 25, 43, 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.69rem;
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 .web_caption {
color: var(--text-muted);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.career-card .container_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.19rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 16, 28, 0.62) 0%,
rgba(8, 26, 42, 0.54) 45%,
rgba(14, 25, 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 {
position: relative;
padding: var(--space-8) 0;
min-height: auto;
overflow: hidden;
background: var(--bg-primary);
}
.coreinfo-section .container {
position: relative;
z-index: 2;
}
.coreinfo-header {
text-align: center;
margin-bottom: var(--space-8);
}
.coreinfo-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 700;
letter-spacing: -0.02em;
}
.coreinfo-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-4);
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 0.94rem;
}
.coreinfo-description {
color: var(--text-secondary);
max-width: 32rem;
margin: 0 auto;
line-height: 1.6;
}
.coreinfo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
gap: var(--space-6);
margin-bottom: var(--space-8);
}
@media (min-width: 992px) {
.coreinfo-grid {
grid-template-columns: repeat(3, 1fr);
gap: var(--space-6);
}
}
.coreinfo-card {
position: relative;
padding: var(--space-6);
border-radius: var(--radius-2xl);
background: var(--bg-secondary);
border: 1px solid var(--border-light);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 12rem;
}
.coreinfo-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.coreinfo-card-inner {
position: relative;
z-index: 2;
}
.coreinfo-card-title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-weight: 700;
line-height: 1.3;
letter-spacing: -0.01em;
}
.coreinfo-card-desc {
color: var(--text-secondary);
line-height: 1.5;
font-size: 0.88rem;
}
.coreinfo-card-accent {
position: absolute;
bottom: -8px;
right: -12px;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.coreinfo-accent-1 {
background: var(--primary-500);
width: 100px;
height: 100px;
}
.coreinfo-accent-2 {
background: var(--primary-700);
width: 110px;
height: 110px;
bottom: -16px;
right: -18px;
}
.coreinfo-accent-3 {
background: var(--primary-300);
width: 95px;
height: 95px;
bottom: -10px;
right: -8px;
}
.coreinfo-accent-4 {
background: var(--primary-500);
width: 105px;
height: 105px;
bottom: -14px;
right: -15px;
}
.coreinfo-accent-5 {
background: var(--primary-700);
width: 115px;
height: 115px;
bottom: -18px;
right: -20px;
}
.coreinfo-accent-6 {
background: var(--primary-300);
width: 100px;
height: 100px;
bottom: -12px;
right: -10px;
}
.coreinfo-backdrop {
position: absolute;
opacity: 0.04;
pointer-events: none;
z-index: 1;
}
.coreinfo-blob-1 {
top: -10%;
left: -5%;
width: 320px;
height: 320px;
background: var(--primary-500);
border-radius: 35% 65% 42% 58% / 68% 32% 68% 32%;
animation: coreinfo-float 8s ease-in-out infinite;
}
.coreinfo-blob-2 {
bottom: -15%;
right: -8%;
width: 380px;
height: 380px;
background: var(--primary-700);
border-radius: 58% 42% 65% 35% / 32% 68% 32% 68%;
animation: coreinfo-float 10s ease-in-out infinite reverse;
}
@keyframes coreinfo-float {
0%, 100% {
transform: translateY(0px) translateX(0px);
}
33% {
transform: translateY(-12px) translateX(8px);
}
66% {
transform: translateY(12px) translateX(-8px);
}
}
@media (max-width: 576px) {
.coreinfo-section {
padding: var(--space-6) 0;
}
.coreinfo-header {
margin-bottom: var(--space-6);
}
.coreinfo-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
.coreinfo-card {
padding: var(--space-5);
min-height: 11rem;
}
.coreinfo-title {
font-size: 1.69rem;
}
.coreinfo-card-title {
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(16, 22, 42, 0.62) 0%,
rgba(7, 13, 19, 0.54) 45%,
rgba(6, 17, 33, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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 3.38s 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.97s ease, box-shadow 0.93s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.93s 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.74s 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, #4591f3, #0b50e7) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.19rem;
letter-spacing: 0.4px;
transition: all 0.93s ease;
box-shadow: 0 6px 20px rgba(35, 94, 246, 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.13s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(45, 102, 245, 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(57, 141, 239, 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.21s 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 1.03s ease;
font-size: 1.00rem;
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.89s 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(3, 4, 8, 0.62) 0%,
rgba(13, 26, 39, 0.54) 45%,
rgba(2, 5, 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;
}
.contact-section-356 {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.contact-form-card {
position: relative;
background: white;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: transform 0.60s ease, box-shadow 0.75s ease;
}
.contact-form-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}
.contact-form-356 .form-control,
.contact-form-356 .form-select {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 14px 20px;
font-size: 0.88rem;
transition: all 0.97s ease;
background: var(--surface-primary);
}
.contact-form-356 .form-floating > label {
color: var(--text-secondary);
padding-left: 20px;
}
.contact-form-356 .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-form-356 .form-floating > .form-control:focus ~ label,
.contact-form-356 .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-500);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.contact-form-356 .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
transition: all 0.89s ease;
}
.contact-form-356 .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-form-356 .form-check-label {
margin-left: 0.5rem;
cursor: pointer;
user-select: none;
}
.submit-btn-356 {
background: var(--primary-500) !important;
border: none !important;
border-radius: 12px !important;
padding: 16px 32px !important;
font-weight: 600 !important;
font-size: 1.06rem !important;
letter-spacing: 0.3px !important;
transition: all 0.55s ease !important;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent) !important;
color: white !important;
}
.submit-btn-356:hover {
background: var(--primary-700) !important;
transform: translateY(-2px) !important;
box-shadow: 0 8px 25px color-mix(in srgb, var(--primary-500) 40%, transparent) !important;
}
.submit-btn-356:active {
transform: translateY(0) !important;
}
.form-decoration-circle {
position: absolute;
top: -50px;
right: -50px;
width: 200px;
height: 200px;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent));
filter: blur(40px);
z-index: 0;
pointer-events: none;
}
.form-decoration-dots {
position: absolute;
bottom: 30px;
left: 30px;
width: 80px;
height: 80px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 15px 15px;
opacity: 0.3;
z-index: 0;
pointer-events: none;
}
.contact-form-356 {
position: relative;
z-index: 1;
}
.contact-info-wrapper {
position: relative;
height: 100%;
}
.contact-info-card {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 28px;
background: white;
border-radius: 16px;
border: 1px solid var(--neutral-100);
transition: all 0.64s ease;
position: relative;
overflow: hidden;
}
.contact-info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--primary-500);
transform: scaleY(0);
transition: transform 1.19s ease;
}
.contact-info-card:hover {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.contact-info-card:hover::before {
transform: scaleY(1);
}
.contact-icon-wrapper {
flex-shrink: 0;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 14px;
color: white;
font-size: 1.56rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: transform 1.06s ease;
}
.contact-info-card:hover .contact-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.contact-info-content h4 {
color: var(--text-primary);
margin-bottom: 8px;
}
.contact-info-content p {
line-height: 1.6;
font-size: 1.00rem;
}
.info-decoration-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent));
filter: blur(30px);
animation: float-shape 6s ease-in-out infinite;
z-index: -1;
}
.info-decoration-gradient {
position: absolute;
top: 50%;
left: -50px;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 15%, transparent),
transparent);
filter: blur(40px);
z-index: -1;
}
.social-icons-wrapper {
display: flex;
gap: 12px;
justify-content: flex-start;
padding: 20px 28px;
background: white;
border-radius: 16px;
border: 1px solid var(--neutral-100);
}
.social-icon-item {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.12rem;
transition: all 1.01s ease;
cursor: pointer;
border: 1px solid var(--neutral-100);
}
.social-icon-item:hover {
background: var(--primary-500);
color: white;
transform: translateY(-4px);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.bg-decoration-blob-1 {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 8%, transparent),
color-mix(in srgb, var(--primary-500) 5%, transparent));
filter: blur(60px);
animation: float-blob 10s ease-in-out infinite;
z-index: -1;
}
.bg-decoration-blob-2 {
position: absolute;
bottom: 10%;
right: 8%;
width: 250px;
height: 250px;
border-radius: 60% 40% 40% 60% / 40% 70% 30% 60%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 6%, transparent),
color-mix(in srgb, var(--primary-700) 4%, transparent));
filter: blur(50px);
animation: float-blob 12s ease-in-out infinite reverse;
z-index: -1;
}
.bg-decoration-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
z-index: -1;
}
@keyframes float-blob {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(10px, -10px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.contact-info-wrapper {
margin-top: 2rem;
}
.social-icons-wrapper {
justify-content: center;
}
}
@media (max-width: 767.98px) {
.contact-form-card {
padding: 2rem !important;
}
.contact-info-card {
padding: 20px;
}
.contact-icon-wrapper {
width: 48px;
height: 48px;
font-size: 1.38rem;
}
.submit-btn-356 {
padding: 14px 24px !important;
font-size: 0.94rem !important;
}
.bg-decoration-blob-1,
.bg-decoration-blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.contact-section-356 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.contact-form-356 .form-control,
.contact-form-356 .form-select {
padding: 12px 16px;
}
.social-icons-wrapper {
flex-wrap: wrap;
justify-content: center;
}
}
@media (prefers-reduced-motion: reduce) {
.contact-form-card,
.contact-info-card,
.contact-icon-wrapper,
.social-icon-item,
.submit-btn-356 {
transition: none;
}
.bg-decoration-blob-1,
.bg-decoration-blob-2,
.info-decoration-shape {
animation: none;
}
}
.contact-form-356 .form-control:focus,
.contact-form-356 .form-check-input:focus {
outline: 3px solid color-mix(in srgb, var(--primary-500) 30%, transparent);
outline-offset: 2px;
}
.submit-btn-356:focus-visible {
outline: 3px solid color-mix(in srgb, var(--primary-500) 50%, transparent);
outline-offset: 3px;
}
[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, 18, 46, 0.62) 0%,
rgba(2, 3, 6, 0.54) 45%,
rgba(8, 14, 23, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.blog-section {
position: relative;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.blog-grid {
position: relative;
z-index: 2;
}
.blog-card {
display: flex;
flex-direction: column;
height: 100%;
background: var(--bg-secondary);
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
overflow: hidden;
transition: transform var(--duration-md) var(--ease-smooth),
box-shadow var(--duration-md) var(--ease-smooth),
border-color var(--duration-md) var(--ease-smooth);
position: relative;
}
.blog-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-300);
}
.blog-card-header {
height: 8px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
position: relative;
}
.blog-card-featured .blog-card-header {
height: 12px;
background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
}
.blog-card-body {
padding: var(--space-lg);
flex: 1;
display: flex;
flex-direction: column;
}
.blog-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
display: inline-flex;
align-items: center;
transition: color var(--duration-sm) var(--ease-smooth),
transform var(--duration-sm) var(--ease-smooth);
width: fit-content;
}
.blog-link:hover {
color: var(--primary-700);
transform: translateX(4px);
}
.blog-decoration {
position: absolute;
opacity: 0.06;
z-index: 1;
}
.blog-blob-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle at 30% 40%, var(--primary-500), transparent 70%);
border-radius: 40% 60% 65% 35% / 35% 45% 55% 65%;
top: -80px;
right: -100px;
animation: float 8s ease-in-out infinite;
}
.blog-blob-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle at 50% 50%, var(--primary-300), transparent 70%);
border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
bottom: -60px;
left: -80px;
animation: float 10s ease-in-out infinite reverse;
}
.blog-line-accent {
width: 1px;
height: 200px;
background: linear-gradient(180deg, var(--primary-500), transparent);
top: 50%;
right: 15%;
transform: translateY(-50%);
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(5deg);
}
}
@media (max-width: 768px) {
.blog-card-body {
padding: var(--space-md);
}
.blog-blob-1 {
width: 200px;
height: 200px;
top: -60px;
right: -60px;
}
.blog-blob-2 {
width: 180px;
height: 180px;
bottom: -40px;
left: -50px;
}
.blog-line-accent {
height: 150px;
right: 10%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 9, 20, 0.62) 0%,
rgba(5, 10, 15, 0.54) 45%,
rgba(1, 2, 3, 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 {
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
min-height: 100vh;
display: flex;
align-items: center;
}
.faq-header {
padding-bottom: 2rem;
border-bottom: 2px solid var(--primary-200);
}
.faq-main-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.5px;
}
.faq-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-600);
}
.faq-description {
font-size: 1.19rem;
color: var(--neutral-600);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-accordion {
margin-top: 3rem;
}
.faq-item {
background: var(--neutral-0);
border: 1px solid var(--neutral-200);
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-sm);
transition: var(--transition-base);
}
.faq-item:hover {
box-shadow: var(--shadow-md);
border-color: var(--primary-300);
}
.faq-question-wrapper {
padding: 1.5rem;
cursor: pointer;
background: var(--neutral-0);
transition: var(--transition-base);
user-select: none;
}
.faq-question-wrapper:hover {
background: var(--primary-50);
}
.faq-question-wrapper[aria-expanded="true"] {
background: var(--primary-100);
border-bottom: 1px solid var(--primary-200);
}
.faq-question {
font-size: 1.12rem;
font-weight: 600;
color: var(--neutral-800);
line-height: 1.5;
}
.faq-icon {
font-size: 1.31rem;
color: var(--primary-500);
transition: transform 1.29s ease;
flex-shrink: 0;
margin-left: 1rem;
}
.faq-question-wrapper[aria-expanded="true"] .faq-icon {
transform: rotate(180deg);
color: var(--primary-600);
}
.faq-question-wrapper.collapsed .faq-icon {
transform: rotate(0deg);
}
.faq-answer {
padding: 1.5rem;
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
background: var(--neutral-0);
}
.collapse {
transition: height 0.93s ease;
}
@media (max-width: 768px) {
.faq-main-title {
font-size: 1.88rem;
}
.faq-subtitle {
font-size: 1.12rem;
}
.faq-description {
font-size: 0.94rem;
}
.faq-question {
font-size: 0.94rem;
}
.faq-question-wrapper {
padding: 1.25rem;
}
.faq-answer {
padding: 1.25rem;
}
.faq-icon {
font-size: 1.06rem;
margin-left: 0.75rem;
}
}
@media (max-width: 576px) {
.faq-main-title {
font-size: 1.62rem;
}
.faq-subtitle {
font-size: 1.06rem;
}
.faq-question-wrapper {
padding: 1rem;
}
.faq-answer {
padding: 1rem;
}
}
.faq-question-wrapper:focus {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media print {
.faq-section {
background: white;
}
.collapse:not(.show) {
display: block !important;
height: auto !important;
}
.faq-icon {
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(4, 7, 12, 0.62) 0%,
rgba(2, 4, 8, 0.54) 45%,
rgba(9, 18, 34, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#footer {
background: var(--bg-primary);
color: var(--text-primary);
border-top: 1px solid var(--border-light);
position: relative;
}
#footer::before {
content: '';
position: absolute;
top: -40%;
right: -10%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
z-index: 0;
}
#footer .container {
position: relative;
z-index: 1;
}
#footer .py-5 {
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
#footer h2 {
font-size: 2.06rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--text-primary);
}
#footer h3 {
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--text-primary);
}
#footer a {
transition: color var(--duration-200) var(--ease-ease-out);
position: relative;
}
#footer a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: var(--primary-500);
transition: width var(--duration-200) var(--ease-ease-out);
}
#footer a:hover::after {
width: 100%;
}
#footer a:hover {
color: var(--primary-500);
}
#footer .container_body_base {
line-height: 1.6;
}
#footer .web_caption {
font-size: 0.69rem;
letter-spacing: 0.03em;
line-height: 1.5;
}
#footer .bright_overline {
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.08em;
color: var(--text-muted);
}
@media (max-width: 991.98px) {
#footer::before {
display: none;
}
#footer h2 {
font-size: 1.69rem;
}
#footer .row.gy-5 {
--bs-gutter-y: var(--space-4);
}
}
@media (max-width: 767.98px) {
#footer {
padding-top: var(--space-4);
padding-bottom: var(--space-4);
}
#footer .mt-5 {
margin-top: var(--space-4) !important;
}
#footer .pt-4 {
padding-top: var(--space-3) !important;
}
#footer h2 {
font-size: 1.44rem;
}
#footer .row.gy-4 {
--bs-gutter-y: var(--space-3);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 25, 50, 0.62) 0%,
rgba(5, 10, 15, 0.54) 45%,
rgba(16, 28, 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;
}
.additional-universal-standard {
position: relative;
padding: 6rem 0;
background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
overflow: hidden;
}
.additional-universal-standard .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-standard .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.61rem;
line-height: 1.4;
}
.additional-universal-standard .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-standard .timeline-central-axis {
position: absolute;
left: 50%;
top: 200px;
bottom: 100px;
width: 3px;
background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-standard .timeline-wrapper {
position: relative;
max-width: 1100px;
margin: 4rem auto 0;
z-index: 2;
}
.additional-universal-standard .timeline-item {
position: relative;
width: 50%;
padding: 2rem;
margin-bottom: 4rem;
}
.additional-universal-standard .timeline-item.left {
padding-right: 4rem;
text-align: right;
}
.additional-universal-standard .timeline-item.right {
margin-left: 50%;
padding-left: 4rem;
text-align: left;
}
.additional-universal-standard .timeline-marker {
position: absolute;
top: 2rem;
width: 70px;
height: 70px;
z-index: 3;
}
.additional-universal-standard .timeline-item.left .timeline-marker {
right: -35px;
}
.additional-universal-standard .timeline-item.right .timeline-marker {
left: -35px;
}
.additional-universal-standard .marker-inner {
position: relative;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
z-index: 2;
}
.additional-universal-standard .marker-inner i {
font-size: 1.94rem;
color: var(--neutral-0);
}
.additional-universal-standard .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-400);
opacity: 0;
animation: pulse-animation 2s ease-out infinite;
}
@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
.additional-universal-standard .timeline-content {
position: relative;
background: var(--neutral-0);
border-radius: 12px;
padding: 2.5rem;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
border: 2px solid var(--primary-100);
transition: all 0.79s ease;
}
.additional-universal-standard .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.additional-universal-standard .step-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
color: var(--neutral-0);
font-weight: 700;
font-size: 0.88rem;
border-radius: 20px;
margin-bottom: 1rem;
letter-spacing: 1px;
}
.additional-universal-standard .step-title {
font-size: 1.62rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-standard .step-description {
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-standard .decorative-corner {
position: absolute;
width: 20px;
height: 20px;
border-style: solid;
border-color: var(--primary-300);
opacity: 0.4;
}
.additional-universal-standard .corner-tl {
top: 10px;
left: 10px;
border-width: 2px 0 0 2px;
}
.additional-universal-standard .corner-br {
bottom: 10px;
right: 10px;
border-width: 0 2px 2px 0;
}
.additional-universal-standard .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.additional-universal-standard .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-400);
top: 15%;
left: 5%;
filter: blur(50px);
}
.additional-universal-standard .shape-2 {
width: 250px;
height: 250px;
background: var(--accent-400);
top: 45%;
right: 8%;
filter: blur(45px);
}
.additional-universal-standard .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
bottom: 10%;
left: 10%;
filter: blur(40px);
}
@media (max-width: 991px) {
.additional-universal-standard {
padding: 4rem 0;
}
.additional-universal-standard .timeline-item {
width: 100%;
padding: 2rem 0 2rem 5rem !important;
margin-left: 0 !important;
text-align: left !important;
}
.additional-universal-standard .timeline-central-axis {
left: 35px;
}
.additional-universal-standard .timeline-marker {
left: 0 !important;
right: auto !important;
}
.additional-universal-standard .step-badge {
font-size: 0.88rem;
padding: 0.4rem 0.8rem;
}
}
@media (max-width: 767px) {
.additional-universal-standard {
padding: 3rem 0;
}
.additional-universal-standard .section-title {
font-size: 1.75rem;
}
.additional-universal-standard .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-standard .section-description {
font-size: 1.00rem;
}
.additional-universal-standard .timeline-item {
padding: 1.5rem 0 1.5rem 4rem !important;
margin-bottom: 2.66rem;
}
.additional-universal-standard .timeline-marker {
width: 50px;
height: 50px;
}
.additional-universal-standard .marker-inner i {
font-size: 1.38rem;
}
.additional-universal-standard .timeline-content {
padding: 1.75rem;
}
.additional-universal-standard .step-title {
font-size: 1.25rem;
}
.additional-universal-standard .step-description {
font-size: 1.00rem;
}
.additional-universal-standard .floating-shape {
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(11, 20, 48, 0.62) 0%,
rgba(10, 22, 45, 0.54) 45%,
rgba(10, 17, 27, 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 .creative-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.badge-circle {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.badge-circle:nth-child(2) {
animation-delay: 0.56s;
}
.badge-circle:nth-child(3) {
animation-delay: 1.21s;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.625rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.25rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
margin: 0 auto;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 3rem;
z-index: 2;
}
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.additional-universal-section .timeline-marker {
flex-shrink: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
}
.additional-universal-section .marker-number {
font-size: 0.94rem;
font-weight: 700;
color: var(--primary-500);
background: var(--surface-secondary);
padding: 0.25rem 0.75rem;
border-radius: 20px;
border: 2px solid var(--primary-300);
}
.additional-universal-section .marker-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: all 1.02s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .timeline-item:hover .marker-icon {
transform: scale(1.15) rotate(10deg);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.additional-universal-section .marker-icon i {
font-size: 1.88rem;
color: var(--light);
}
.additional-universal-section .timeline-content {
flex: 1;
background: var(--surface-secondary);
padding: 2rem;
border-radius: 16px;
border: 2px solid var(--neutral-100);
transition: all 1.35s ease;
position: relative;
}
.additional-universal-section .timeline-item:hover .timeline-content {
border-color: var(--primary-300);
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .timeline-title {
font-size: 1.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .timeline-decoration {
position: absolute;
font-size: 3.00rem;
color: color-mix(in srgb, var(--primary-300) 15%, transparent);
pointer-events: none;
transition: all 0.49s ease;
}
.additional-universal-section .timeline-item:nth-child(odd) .timeline-decoration {
right: -1.5rem;
top: 50%;
transform: translateY(-50%);
}
.additional-universal-section .timeline-item:nth-child(even) .timeline-decoration {
left: -1.5rem;
top: 50%;
transform: translateY(-50%);
}
.additional-universal-section .timeline-item:hover .timeline-decoration {
color: color-mix(in srgb, var(--primary-500) 25%, transparent);
transform: translateY(-50%) scale(1.2);
}
.additional-universal-section .timeline-item-final .marker-icon {
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section .floating-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
opacity: 0.5;
}
.additional-universal-section .shape-1 {
width: 350px;
height: 350px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
top: 15%;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
bottom: 20%;
left: -80px;
animation: float 15s ease-in-out infinite reverse;
}
.additional-universal-section .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .timeline-line {
left: 35px;
}
.timeline-item,
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: row;
padding-left: 80px;
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 0;
}
.additional-universal-section .timeline-decoration {
display: none;
}
.additional-universal-section .section-title {
font-size: 2.06rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.44rem;
}
.additional-universal-section .marker-icon {
width: 60px;
height: 60px;
}
.additional-universal-section .marker-icon 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(9, 14, 26, 0.62) 0%,
rgba(5, 9, 16, 0.54) 45%,
rgba(2, 7, 11, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .organic-badge {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.additional-universal-section .leaf-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50% 0 50% 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
}
.additional-universal-section .leaf-icon i {
font-size: 1.38rem;
color: var(--light);
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.19rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
}
.additional-universal-section .features-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-item {
grid-column: span 4;
background: var(--surface-secondary);
border-radius: 20px;
padding: 2rem;
border: 2px solid var(--neutral-100);
transition: all 1.09s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section .feature-large {
grid-column: span 6;
padding: 2.5rem;
}
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .feature-item:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.additional-universal-section .feature-item::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 150px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
border-radius: 50%;
transition: all 0.74s ease;
}
.additional-universal-section .feature-item:hover::before {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
}
.additional-universal-section .feature-visual {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.57rem;
}
.additional-universal-section .feature-large .feature-visual {
width: 100px;
height: 100px;
}
.additional-universal-section .visual-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-50);
}
.additional-universal-section .circle-1 {
width: 100%;
height: 100%;
border: 3px solid var(--primary-300);
}
.additional-universal-section .circle-2 {
width: 60%;
height: 60%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
}
.additional-universal-section .feature-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2.31rem;
color: var(--primary-500);
z-index: 2;
transition: all 1.19s ease;
}
.additional-universal-section .feature-large .feature-icon {
font-size: 2.69rem;
}
.additional-universal-section .feature-item:hover .feature-icon {
transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
}
.additional-universal-section .feature-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.50rem;
}
.additional-universal-section .feature-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
position: relative;
z-index: 2;
}
.feature-large .feature-description,
.additional-universal-section .feature-wide .feature-description {
font-size: 1.00rem;
}
.additional-universal-section .organic-shape {
position: absolute;
pointer-events: none;
opacity: 0.4;
z-index: 1;
}
.additional-universal-section .shape-1 {
width: 350px;
height: 350px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
top: 10%;
left: -100px;
animation: organic-float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
bottom: 15%;
right: -80px;
animation: organic-float 18s ease-in-out infinite reverse;
}
.additional-universal-section .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: organic-float 15s ease-in-out infinite;
}
@keyframes organic-float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-40px) rotate(5deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .features-grid {
grid-template-columns: repeat(6, 1fr);
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .section-title {
font-size: 1.94rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .features-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 1;
padding: 1.5rem;
}
.additional-universal-section .feature-visual {
width: 70px;
height: 70px;
}
.additional-universal-section .feature-icon {
font-size: 1.88rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 16, 44, 0.62) 0%,
rgba(8, 17, 35, 0.54) 45%,
rgba(6, 10, 16, 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;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.additional-universal-modern .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-modern .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.74rem;
line-height: 1.4;
}
.additional-universal-modern .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-modern .masonry-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
grid-auto-rows: 250px;
position: relative;
z-index: 2;
}
.additional-universal-modern .grid-item {
position: relative;
background: var(--neutral-0);
border-radius: 20px;
padding: 2rem;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 1.17s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
display: flex;
flex-direction: column;
}
.additional-universal-modern .grid-item:hover {
transform: translateY(-8px);
box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-modern .item-large {
grid-column: span 2;
grid-row: span 2;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
border: 3px solid var(--primary-200);
}
.additional-universal-modern .item-medium {
grid-row: span 2;
}
.additional-universal-modern .item-standard {
grid-row: span 2;
}
.additional-universal-modern .item-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.81s ease;
pointer-events: none;
}
.additional-universal-modern .item-large:hover .item-overlay {
opacity: 0.2;
}
.additional-universal-modern .item-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.70rem;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
transition: all 0.57s ease;
flex-shrink: 0;
}
.additional-universal-modern .item-icon i {
font-size: 2.12rem;
color: var(--neutral-0);
}
.additional-universal-modern .grid-item:hover .item-icon {
transform: scale(1.1) rotate(10deg);
}
.additional-universal-modern .item-content {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
}
.additional-universal-modern .item-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.75rem;
}
.additional-universal-modern .item-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-modern .item-large .item-description {
font-size: 0.94rem;
}
.additional-universal-modern .corner-accent {
position: absolute;
width: 40px;
height: 40px;
opacity: 0.15;
pointer-events: none;
}
.additional-universal-modern .corner-accent.top-left {
top: 15px;
left: 15px;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
}
.additional-universal-modern .corner-accent.bottom-right {
bottom: 15px;
right: 15px;
border-bottom: 4px solid var(--accent-500);
border-right: 4px solid var(--accent-500);
}
.additional-universal-modern .shine-effect {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 1.44s ease;
pointer-events: none;
}
.additional-universal-modern .grid-item:hover .shine-effect {
left: 100%;
}
.additional-universal-modern .bg-gradient {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-modern .grad-1 {
width: 500px;
height: 500px;
background: var(--primary-400);
top: 10%;
left: -150px;
}
.additional-universal-modern .grad-2 {
width: 450px;
height: 450px;
background: var(--accent-400);
bottom: 15%;
right: -130px;
}
.additional-universal-modern .floating-shape {
position: absolute;
opacity: 0.04;
pointer-events: none;
}
.additional-universal-modern .shape-1 {
width: 200px;
height: 200px;
background: var(--primary-300);
border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
top: 25%;
right: 10%;
filter: blur(40px);
}
.additional-universal-modern .shape-2 {
width: 180px;
height: 180px;
background: var(--accent-300);
border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
bottom: 20%;
left: 12%;
filter: blur(35px);
}
@media (max-width: 991px) {
.additional-universal-modern {
padding: 4rem 0;
}
.additional-universal-modern .masonry-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.75rem;
grid-auto-rows: 280px;
}
.additional-universal-modern .item-large {
grid-column: span 2;
}
.additional-universal-modern .item-medium {
grid-column: span 1;
}
.additional-universal-modern .grid-item {
padding: 1.75rem;
}
.additional-universal-modern .item-icon {
width: 65px;
height: 65px;
}
.additional-universal-modern .item-icon i {
font-size: 1.69rem;
}
.additional-universal-modern .item-title {
font-size: 1.19rem;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.56rem;
}
}
@media (max-width: 767px) {
.additional-universal-modern {
padding: 3rem 0;
}
.additional-universal-modern .section-title {
font-size: 1.75rem;
}
.additional-universal-modern .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-modern .section-description {
font-size: 1.06rem;
}
.additional-universal-modern .masonry-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
grid-auto-rows: auto;
}
.additional-universal-modern .item-large,
.additional-universal-modern .item-medium,
.additional-universal-modern .item-standard {
grid-column: span 1;
grid-row: span 1;
}
.additional-universal-modern .grid-item {
padding: 1.5rem;
}
.additional-universal-modern .item-icon {
width: 60px;
height: 60px;
}
.additional-universal-modern .item-icon i {
font-size: 1.44rem;
}
.additional-universal-modern .item-title {
font-size: 1.19rem;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.31rem;
}
.additional-universal-modern .item-description {
font-size: 0.94rem;
}
.additional-universal-modern .bg-gradient,
.additional-universal-modern .floating-shape {
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(11, 18, 29, 0.62) 0%,
rgba(2, 5, 8, 0.54) 45%,
rgba(5, 8, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-pro {
position: relative;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
overflow: hidden;
}
.additional-universal-pro .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-pro .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.70rem;
line-height: 1.4;
}
.additional-universal-pro .section-description {
font-size: 1.12rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-pro .section-divider {
display: flex;
align-items: center;
justify-content: center;
margin: 3rem 0 4rem;
position: relative;
}
.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
content: '';
flex: 1;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
max-width: 200px;
}
.additional-universal-pro .divider-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 1.5rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-pro .divider-icon i {
font-size: 1.38rem;
}
.additional-universal-pro .faq-accordion {
position: relative;
z-index: 2;
}
.additional-universal-pro .accordion-item-wrapper {
margin-bottom: 1.69rem;
}
.additional-universal-pro .accordion-item-wrapper:last-child {
margin-bottom: 0;
}
.additional-universal-pro .accordion-card {
background: var(--neutral-0);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 0.64s ease;
}
.additional-universal-pro .accordion-card:hover {
border-color: var(--primary-300);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
transform: translateY(-3px);
}
.additional-universal-pro .accordion-header {
display: flex;
align-items: center;
gap: 1.5rem;
padding: 2rem;
cursor: pointer;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
transition: all 0.68s ease;
}
.additional-universal-pro .accordion-card:hover .accordion-header {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--neutral-0) 100%);
}
.additional-universal-pro .question-marker {
width: 50px;
height: 50px;
min-width: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.additional-universal-pro .question-marker i {
font-size: 1.56rem;
}
.additional-universal-pro .accordion-title {
flex: 1;
font-size: 1.25rem;
font-weight: 700;
color: var(--primary-900);
margin: 0;
line-height: 1.4;
}
.additional-universal-pro .expand-indicator {
width: 40px;
height: 40px;
min-width: 40px;
background: var(--neutral-100);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.68s ease;
}
.additional-universal-pro .expand-indicator i {
font-size: 1.12rem;
color: var(--primary-600);
transition: transform 0.81s ease;
}
.additional-universal-pro .accordion-card:hover .expand-indicator {
background: var(--primary-200);
transform: scale(1.1);
}
.additional-universal-pro .accordion-card:hover .expand-indicator i {
transform: translateY(3px);
}
.additional-universal-pro .accordion-content {
padding: 0 2rem 2rem 2rem;
margin-left: 65px;
}
.additional-universal-pro .accordion-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
padding-left: 1.5rem;
border-left: 3px solid var(--primary-300);
}
.additional-universal-pro .bg-gradient {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-pro .gradient-1 {
width: 500px;
height: 500px;
background: var(--primary-400);
top: 5%;
left: -100px;
}
.additional-universal-pro .gradient-2 {
width: 450px;
height: 450px;
background: var(--accent-400);
bottom: 10%;
right: -100px;
}
.additional-universal-pro .floating-dots {
position: absolute;
width: 100px;
height: 100px;
opacity: 0.1;
pointer-events: none;
}
.additional-universal-pro .dots-1 {
top: 20%;
right: 8%;
background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 15px 15px;
}
.additional-universal-pro .dots-2 {
bottom: 25%;
left: 5%;
background: radial-gradient(circle, var(--accent-500) 2px, transparent 2px);
background-size: 15px 15px;
}
@media (max-width: 991px) {
.additional-universal-pro {
padding: 4rem 0;
}
.additional-universal-pro .accordion-header {
padding: 1.75rem;
gap: 1.25rem;
}
.additional-universal-pro .accordion-content {
padding: 0 1.75rem 1.75rem 1.75rem;
margin-left: 60px;
}
.additional-universal-pro .accordion-title {
font-size: 1.19rem;
}
.additional-universal-pro .question-marker {
width: 45px;
height: 45px;
min-width: 45px;
}
.additional-universal-pro .question-marker i {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.additional-universal-pro {
padding: 3rem 0;
}
.additional-universal-pro .section-title {
font-size: 1.62rem;
}
.additional-universal-pro .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-pro .section-description {
font-size: 0.94rem;
}
.additional-universal-pro .section-divider::before,
.additional-universal-pro .section-divider::after {
max-width: 80px;
}
.additional-universal-pro .divider-icon {
width: 45px;
height: 45px;
margin: 0 1rem;
}
.additional-universal-pro .divider-icon i {
font-size: 1.38rem;
}
.additional-universal-pro .accordion-header {
padding: 1.5rem;
gap: 1rem;
flex-wrap: wrap;
}
.additional-universal-pro .question-marker {
width: 40px;
height: 40px;
min-width: 40px;
}
.additional-universal-pro .question-marker i {
font-size: 1.31rem;
}
.additional-universal-pro .accordion-title {
font-size: 1.12rem;
flex-basis: calc(100% - 100px);
}
.additional-universal-pro .expand-indicator {
width: 36px;
height: 36px;
min-width: 36px;
}
.additional-universal-pro .expand-indicator i {
font-size: 1.06rem;
}
.additional-universal-pro .accordion-content {
padding: 0 1.5rem 1.5rem 1.5rem;
margin-left: 0;
}
.additional-universal-pro .accordion-description {
font-size: 0.88rem;
padding-left: 1rem;
}
.additional-universal-pro .bg-gradient,
.additional-universal-pro .floating-dots {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 24, 42, 0.62) 0%,
rgba(8, 15, 33, 0.54) 45%,
rgba(2, 3, 7, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-primary {
position: relative;
padding: 6rem 0;
background: radial-gradient(ellipse at top, var(--primary-50) 0%, var(--neutral-0) 40%, var(--accent-50) 100%);
overflow: hidden;
}
.additional-universal-primary .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-primary .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.73rem;
line-height: 1.4;
}
.additional-universal-primary .section-description {
font-size: 1.06rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-primary .creative-line-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
margin: 3.5rem 0 4rem;
}
.additional-universal-primary .line-segment {
flex: 1;
max-width: 150px;
height: 3px;
background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}
.additional-universal-primary .center-diamond {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
transform: rotate(45deg);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-primary .center-diamond i {
font-size: 1.19rem;
color: var(--neutral-0);
transform: rotate(-45deg);
}
.additional-universal-primary .mixed-content-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
position: relative;
z-index: 2;
}
.additional-universal-primary .content-box.box-featured {
grid-column: 1 / -1;
grid-row: 1;
}
.additional-universal-primary .content-box.box-wide {
grid-column: 1 / -1;
}
.additional-universal-primary .content-box {
position: relative;
background: var(--neutral-0);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 0.54s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
}
.additional-universal-primary .content-box:hover {
transform: translateY(-8px);
box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-primary .box-featured {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
border: 3px solid var(--primary-200);
padding: 3rem;
text-align: center;
}
.additional-universal-primary .highlight-badge {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
color: var(--neutral-0);
padding: 0.5rem 1.25rem;
border-radius: 20px;
font-size: 0.94rem;
font-weight: 700;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.additional-universal-primary .box-decoration {
position: absolute;
width: 80px;
height: 80px;
opacity: 0.1;
}
.additional-universal-primary .deco-top-left {
top: 15px;
left: 15px;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
}
.additional-universal-primary .deco-bottom-right {
bottom: 15px;
right: 15px;
border-bottom: 4px solid var(--accent-500);
border-right: 4px solid var(--accent-500);
}
.additional-universal-primary .box-featured-alt {
background: linear-gradient(135deg, var(--accent-50) 0%, var(--neutral-0) 100%);
border: 2px solid var(--accent-200);
grid-column: 1 / -1;
}
.additional-universal-primary .split-highlight {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--accent-500) 100%);
}
.additional-universal-primary .wide-layout {
display: flex;
align-items: flex-start;
gap: 2rem;
}
.additional-universal-primary .wide-icon {
flex-shrink: 0;
}
.additional-universal-primary .wide-content {
flex: 1;
}
.additional-universal-primary .wave-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-400), var(--accent-400), var(--primary-400));
opacity: 0.3;
}
.additional-universal-primary .icon-circle {
width: 80px;
height: 80px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.additional-universal-primary .icon-circle i {
font-size: 2.31rem;
color: var(--neutral-0);
}
.additional-universal-primary .circle-primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.additional-universal-primary .circle-accent {
background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}
.additional-universal-primary .circle-secondary {
background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}
.additional-universal-primary .circle-gradient {
background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}
.additional-universal-primary .box-standard .icon-circle {
margin: 0 0 1.5rem 0;
}
.additional-universal-primary .box-wide .icon-circle {
margin: 0;
}
.additional-universal-primary .corner-accent {
position: absolute;
width: 30px;
height: 30px;
opacity: 0.15;
}
.additional-universal-primary .accent-tl {
top: 12px;
left: 12px;
border-top: 3px solid var(--primary-500);
border-left: 3px solid var(--primary-500);
}
.additional-universal-primary .accent-br {
bottom: 12px;
right: 12px;
border-bottom: 3px solid var(--accent-500);
border-right: 3px solid var(--accent-500);
}
.additional-universal-primary .content-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-primary .box-standard .content-title {
font-size: 1.38rem;
}
.additional-universal-primary .content-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-primary .glow-effect {
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
opacity: 0;
transition: opacity 1.35s ease;
pointer-events: none;
}
.additional-universal-primary .box-featured:hover .glow-effect {
opacity: 0.3;
}
.additional-universal-primary .pulse-ring {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border: 3px solid var(--accent-300);
border-radius: 50%;
opacity: 0;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: translate(-50%, -50%) scale(0.8);
opacity: 0.5;
}
100% {
transform: translate(-50%, -50%) scale(2);
opacity: 0;
}
}
.additional-universal-primary .abstract-shape {
position: absolute;
opacity: 0.05;
pointer-events: none;
}
.additional-universal-primary .shape-1 {
width: 250px;
height: 250px;
background: var(--primary-400);
border-radius: 35% 65% 70% 30% / 60% 40% 60% 40%;
top: 10%;
left: 5%;
filter: blur(40px);
}
.additional-universal-primary .shape-2 {
width: 300px;
height: 300px;
background: var(--accent-400);
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
top: 50%;
right: 8%;
filter: blur(50px);
}
.additional-universal-primary .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
border-radius: 45% 55% 55% 45% / 55% 45% 55% 45%;
bottom: 15%;
left: 50%;
transform: translateX(-50%);
filter: blur(35px);
}
.additional-universal-primary .dot-pattern {
position: absolute;
width: 120px;
height: 120px;
opacity: 0.08;
pointer-events: none;
background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 18px 18px;
}
.additional-universal-primary .pattern-1 {
top: 25%;
right: 10%;
}
.additional-universal-primary .pattern-2 {
bottom: 20%;
left: 8%;
}
@media (max-width: 991px) {
.additional-universal-primary {
padding: 4rem 0;
}
.additional-universal-primary .mixed-content-grid {
gap: 1.5rem;
}
.additional-universal-primary .content-box {
padding: 2rem;
}
.additional-universal-primary .box-featured {
padding: 2.5rem;
}
.additional-universal-primary .wide-layout {
flex-direction: column;
align-items: center;
text-align: center;
}
.additional-universal-primary .box-wide .icon-circle {
margin: 0 auto 1.5rem;
}
}
@media (max-width: 767px) {
.additional-universal-primary {
padding: 3rem 0;
}
.additional-universal-primary .section-title {
font-size: 1.88rem;
}
.additional-universal-primary .section-subtitle {
font-size: 1.38rem;
}
.additional-universal-primary .section-description {
font-size: 1.00rem;
}
.additional-universal-primary .creative-line-wrapper {
gap: 1rem;
}
.additional-universal-primary .line-segment {
max-width: 60px;
}
.additional-universal-primary .center-diamond {
width: 45px;
height: 45px;
}
.additional-universal-primary .center-diamond i {
font-size: 1.06rem;
}
.additional-universal-primary .mixed-content-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-primary .content-box.box-featured,
.additional-universal-primary .content-box.box-wide,
.additional-universal-primary .content-box.box-featured-alt {
grid-column: 1;
}
.additional-universal-primary .content-box {
padding: 1.75rem;
}
.additional-universal-primary .box-featured {
padding: 2rem;
}
.additional-universal-primary .icon-circle {
width: 70px;
height: 70px;
}
.additional-universal-primary .icon-circle i {
font-size: 1.94rem;
}
.additional-universal-primary .content-title {
font-size: 1.25rem;
}
.additional-universal-primary .box-standard .content-title {
font-size: 1.31rem;
}
.additional-universal-primary .content-description {
font-size: 0.88rem;
}
.additional-universal-primary .abstract-shape,
.additional-universal-primary .dot-pattern {
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(15, 28, 51, 0.62) 0%,
rgba(10, 21, 37, 0.54) 45%,
rgba(9, 19, 30, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-secondary {
position: relative;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
overflow: hidden;
}
.additional-universal-secondary .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-secondary .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.74rem;
line-height: 1.4;
}
.additional-universal-secondary .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-secondary .section-separator {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
margin: 3.5rem 0 4rem;
}
.additional-universal-secondary .sep-line {
flex: 1;
max-width: 180px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}
.additional-universal-secondary .sep-icon {
width: 55px;
height: 55px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-secondary .sep-icon i {
font-size: 1.62rem;
}
.additional-universal-secondary .services-list {
position: relative;
z-index: 2;
}
.additional-universal-secondary .list-item {
position: relative;
display: flex;
gap: 2rem;
margin-bottom: 2.62rem;
padding-bottom: 2.67rem;
border-bottom: 2px solid var(--neutral-100);
}
.additional-universal-secondary .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.additional-universal-secondary .item-marker {
flex-shrink: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.additional-universal-secondary .marker-number {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
color: var(--primary-900);
font-size: 1.25rem;
font-weight: 700;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.additional-universal-secondary .marker-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
transition: all 1.07s ease;
}
.additional-universal-secondary .marker-icon i {
font-size: 2.19rem;
}
.additional-universal-secondary .list-item:hover .marker-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.additional-universal-secondary .item-content {
flex: 1;
position: relative;
background: var(--neutral-0);
padding: 2rem;
border-radius: 16px;
border-left: 4px solid var(--primary-500);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.91s ease;
}
.additional-universal-secondary .list-item:hover .item-content {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
border-left-color: var(--accent-500);
}
.additional-universal-secondary .item-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-secondary .item-description {
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
margin-bottom: 1rem;
}
.additional-universal-secondary .item-badge {
display: inline-block;
padding: 0.4rem 1rem;
background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
color: var(--accent-900);
font-size: 0.81rem;
font-weight: 600;
border-radius: 20px;
letter-spacing: 0.5px;
}
.additional-universal-secondary .bg-circle {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
filter: blur(60px);
}
.additional-universal-secondary .circle-1 {
width: 450px;
height: 450px;
background: var(--primary-400);
top: 10%;
left: -150px;
}
.additional-universal-secondary .circle-2 {
width: 400px;
height: 400px;
background: var(--accent-400);
bottom: 15%;
right: -120px;
}
.additional-universal-secondary .bg-lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
pointer-events: none;
background: repeating-linear-gradient(
45deg,
var(--primary-300),
var(--primary-300) 2px,
transparent 2px,
transparent 40px
);
}
@media (max-width: 991px) {
.additional-universal-secondary {
padding: 4rem 0;
}
.additional-universal-secondary .list-item {
gap: 1.5rem;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.additional-universal-secondary .item-content {
padding: 1.75rem;
}
.additional-universal-secondary .marker-icon {
width: 65px;
height: 65px;
}
.additional-universal-secondary .marker-icon i {
font-size: 1.75rem;
}
.additional-universal-secondary .item-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.additional-universal-secondary {
padding: 3rem 0;
}
.additional-universal-secondary .section-title {
font-size: 1.81rem;
}
.additional-universal-secondary .section-subtitle {
font-size: 1.38rem;
}
.additional-universal-secondary .section-description {
font-size: 1.00rem;
}
.additional-universal-secondary .section-separator {
gap: 1rem;
}
.additional-universal-secondary .sep-line {
max-width: 80px;
}
.additional-universal-secondary .sep-icon {
width: 50px;
height: 50px;
}
.additional-universal-secondary .sep-icon i {
font-size: 1.50rem;
}
.additional-universal-secondary .list-item {
flex-direction: column;
gap: 1.25rem;
margin-bottom: 1.85rem;
padding-bottom: 1.84rem;
}
.additional-universal-secondary .item-marker {
flex-direction: row;
align-self: flex-start;
}
.additional-universal-secondary .marker-number {
width: 45px;
height: 45px;
font-size: 1.06rem;
}
.additional-universal-secondary .marker-icon {
width: 60px;
height: 60px;
}
.additional-universal-secondary .marker-icon i {
font-size: 1.38rem;
}
.additional-universal-secondary .item-content {
padding: 1.5rem;
}
.additional-universal-secondary .list-item:hover .item-content {
transform: translateY(-5px) translateX(0);
}
.additional-universal-secondary .item-title {
font-size: 1.38rem;
}
.additional-universal-secondary .item-description {
font-size: 0.94rem;
}
.additional-universal-secondary .item-badge {
font-size: 0.75rem;
padding: 0.35rem 0.85rem;
}
.additional-universal-secondary .bg-circle,
.additional-universal-secondary .bg-lines {
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(7, 11, 25, 0.62) 0%,
rgba(13, 24, 49, 0.54) 45%,
rgba(19, 34, 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;
}
.additional-universal-section.v-043 {
padding: 80px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-043 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-043 .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 24px;
border-radius: 2px;
}
.additional-universal-section.v-043 .section-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.additional-universal-section.v-043 .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
}
.additional-universal-section.v-043 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-043 .content-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
height: 100%;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.88s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.additional-universal-section.v-043 .content-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.additional-universal-section.v-043 .card-icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: transform 1.17s ease;
}
.additional-universal-section.v-043 .content-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.additional-universal-section.v-043 .card-icon-wrapper i {
font-size: 34px;
color: var(--light);
}
.additional-universal-section.v-043 .card-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.additional-universal-section.v-043 .card-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-043 .card-accent {
position: absolute;
bottom: 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 1.13s ease;
}
.additional-universal-section.v-043 .content-card:hover .card-accent {
transform: scaleX(1);
}
.additional-universal-section.v-043 .content-card.featured {
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border: 2px solid var(--primary-300);
}
.additional-universal-section.v-043 .featured-icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.additional-universal-section.v-043 .featured-icon-wrapper i {
font-size: 38px;
color: var(--light);
}
.additional-universal-section.v-043 .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-043 .shape-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 15%, transparent 85%), transparent);
}
.additional-universal-section.v-043 .shape-circle.shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -50px;
}
.additional-universal-section.v-043 .shape-circle.shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
}
.additional-universal-section.v-043 .blob-shape {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
@media (max-width: 991.98px) {
.additional-universal-section.v-043 {
padding: 60px 0;
}
.additional-universal-section.v-043 .section-title {
font-size: 1.94rem;
}
.additional-universal-section.v-043 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-043 .featured-icon-wrapper {
width: 64px;
height: 64px;
}
.additional-universal-section.v-043 .featured-icon-wrapper i {
font-size: 30px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-043 {
padding: 40px 0;
}
.additional-universal-section.v-043 .section-title {
font-size: 1.62rem;
}
.additional-universal-section.v-043 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-043 .content-card {
padding: 24px;
}
.additional-universal-section.v-043 .card-icon-wrapper {
width: 56px;
height: 56px;
}
.additional-universal-section.v-043 .card-icon-wrapper i {
font-size: 26px;
}
}
[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, 18, 38, 0.62) 0%,
rgba(7, 16, 31, 0.54) 45%,
rgba(14, 19, 37, 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_classic {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_classic .gradient_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
pointer-events: none;
z-index: 0;
}
.add_wrap_classic .container {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_header_creative {
position: relative;
padding: var(--space-8, 2rem) 0;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_classic .floating_icon {
position: absolute;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100, #ffffff) 0%, var(--primary-50, #f5f3ff) 100%);
border: 2px solid var(--primary-300, #decfff);
border-radius: 12px;
color: var(--primary-500, #6d2ed5);
font-size: 1.38rem;
animation: float 6s ease-in-out infinite;
}
.add_wrap_classic .icon_1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.add_wrap_classic .icon_2 {
top: 5%;
right: 10%;
animation-delay: 2s;
}
.add_wrap_classic .icon_3 {
bottom: 20%;
left: 8%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
.add_wrap_classic .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #222226);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--text-primary, #090909) 0%, var(--primary-700, #6f40f2) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_classic .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #8454ff);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_classic .description_box {
position: relative;
padding: var(--space-6, 1.5rem);
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-200, #e1dcff);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}
.add_wrap_classic .add_description {
font-size: 1.19rem;
color: var(--text-secondary, #3c5165);
line-height: 1.75;
margin: 0;
}
.add_wrap_classic .add_diagonal_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_classic .diagonal_item {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
height: 100%;
min-height: 320px;
overflow: hidden;
transition: all 0.54s cubic-bezier(0.4, 0, 0.2, 1);
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-8px) rotate(-1deg);
border-color: var(--primary-500, #6836da);
box-shadow: 0 20px 40px rgba(133, 43, 233, 0.20);
}
.add_wrap_classic .item_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
opacity: 0.5;
transition: all 0.91s ease;
}
.add_wrap_classic .diagonal_item:hover .item_corner_accent {
opacity: 1;
background: linear-gradient(135deg, transparent 50%, var(--primary-100, #f9f8ff) 50%);
}
.add_wrap_classic .item_style_a {
transform: rotate(0.5deg);
}
.add_wrap_classic .item_style_b {
transform: rotate(-0.5deg);
}
.add_wrap_classic .item_style_a:hover {
transform: translateY(-8px) rotate(-0.5deg);
}
.add_wrap_classic .item_style_b:hover {
transform: translateY(-8px) rotate(0.5deg);
}
.add_wrap_classic .item_icon_frame {
position: relative;
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #e3e0f0) 100%);
border-radius: 16px;
color: var(--primary-500, #a04fea);
font-size: 2.06rem;
margin-bottom: var(--space-4, 1rem);
transition: all 0.82s ease;
z-index: 1;
}
.add_wrap_classic .diagonal_item:hover .item_icon_frame {
background: linear-gradient(135deg, var(--primary-500, #714ee2) 0%, var(--primary-700, #732eee) 100%);
color: #ffffff;
transform: scale(1.1) rotate(10deg);
}
.add_wrap_classic .item_content {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #29292e);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_classic .add_elem_desc {
font-size: 0.94rem;
color: var(--text-secondary, #4e5e77);
line-height: 1.65;
margin: 0;
}
.add_wrap_classic .item_highlight {
position: relative;
min-height: auto;
padding: var(--space-8, 2rem);
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 3px solid var(--primary-300, #cebeff);
transform: rotate(0deg);
text-align: center;
}
.add_wrap_classic .item_highlight:hover {
transform: translateY(-8px) scale(1.02);
border-color: var(--primary-500, #7a44fe);
}
.add_wrap_classic .highlight_glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(144, 53, 230, 0.10) 0%, transparent 70%);
pointer-events: none;
animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.5;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.8;
}
}
.add_wrap_classic .icon_frame_large {
width: 96px;
height: 96px;
font-size: 2.62rem;
margin: 0 auto var(--space-6, 1.5rem);
border-radius: 50%;
}
.add_wrap_classic .icon_ripple {
position: absolute;
width: 120px;
height: 120px;
border: 3px solid var(--primary-300, #c5bfed);
border-radius: 50%;
animation: ripple-out 2s ease-out infinite;
}
@keyframes ripple-out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
.add_wrap_classic .item_content_centered {
max-width: 900px;
margin: 0 auto;
}
.add_wrap_classic .item_highlight .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
@media (max-width: 991.98px) {
.add_wrap_classic .floating_icon {
display: none;
}
}
@media (max-width: 767.98px) {
.add_wrap_classic {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_classic .add_header_creative {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_classic .diagonal_item {
min-height: auto;
padding: var(--space-4, 1rem);
transform: rotate(0deg) !important;
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-4px) rotate(0deg) !important;
}
.add_wrap_classic .item_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_classic .item_icon_frame {
width: 64px;
height: 64px;
font-size: 1.81rem;
}
.add_wrap_classic .icon_frame_large {
width: 80px;
height: 80px;
font-size: 1.94rem;
}
.add_wrap_classic .icon_ripple {
width: 100px;
height: 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(15, 23, 43, 0.62) 0%,
rgba(10, 27, 48, 0.54) 45%,
rgba(1, 2, 3, 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 {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%)
);
border-radius: 50%;
margin: 0 auto 2rem;
border: 3px solid var(--primary-300);
}
.additional-universal-section .header-badge i {
font-size: 2.12rem;
color: var(--primary-500);
}
.additional-universal-section .section-main-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 4rem auto 0;
padding: 2rem 0;
counter-reset: timeline-counter;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-100),
var(--primary-300),
var(--primary-100)
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-line::before,
.additional-universal-section .timeline-line::after {
content: '';
position: absolute;
left: 50%;
width: 12px;
height: 12px;
background: var(--primary-300);
border-radius: 50%;
transform: translateX(-50%);
}
.additional-universal-section .timeline-line::before {
top: 0;
}
.additional-universal-section .timeline-line::after {
bottom: 0;
}
.additional-universal-section .timeline-item {
position: relative;
margin-bottom: 4rem;
display: flex;
align-items: flex-start;
gap: 2rem;
}
.additional-universal-section .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.additional-universal-section .timeline-marker {
position: relative;
flex-shrink: 0;
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
gap: 1rem;
z-index: 2;
}
.additional-universal-section .timeline-item:nth-child(even) .timeline-marker {
justify-content: flex-start;
flex-direction: row-reverse;
}
.additional-universal-section .marker-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
);
color: var(--light);
font-size: 1.44rem;
font-weight: 700;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
counter-increment: timeline-counter;
}
.additional-universal-section .marker-number::before {
content: counter(timeline-counter);
}
.additional-universal-section .marker-icon {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--light);
border: 3px solid var(--primary-300);
border-radius: 50%;
transition: all 0.53s ease;
}
.additional-universal-section .marker-icon i {
font-size: 1.81rem;
color: var(--primary-500);
transition: all 0.45s ease;
}
.additional-universal-section .timeline-item:hover .marker-icon {
background: var(--primary-500);
border-color: var(--primary-500);
transform: scale(1.1) rotate(10deg);
}
.additional-universal-section .timeline-item:hover .marker-icon i {
color: var(--light);
}
.additional-universal-section .timeline-content {
flex: 1;
width: 50%;
}
.additional-universal-section .timeline-card {
background: var(--light);
border: 2px solid var(--primary-100);
border-radius: 16px;
padding: 2rem;
position: relative;
transition: all 1.03s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.additional-universal-section .timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-300) 60%, transparent 40%)
);
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 0.47s ease;
}
.additional-universal-section .timeline-item:hover .timeline-card {
border-color: var(--primary-500);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.additional-universal-section .timeline-item:hover .timeline-card::before {
opacity: 1;
}
.additional-universal-section .timeline-arrow {
position: absolute;
top: 30px;
right: -12px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid var(--primary-100);
transition: border-color 0.67s ease;
}
.additional-universal-section .timeline-item:nth-child(even) .timeline-arrow {
left: -12px;
right: auto;
border-right: none;
border-left: 12px solid var(--primary-100);
}
.additional-universal-section .timeline-item:hover .timeline-arrow {
border-right-color: var(--primary-500);
}
.additional-universal-section .timeline-item:nth-child(even):hover .timeline-arrow {
border-left-color: var(--primary-500);
border-right-color: transparent;
}
.additional-universal-section .timeline-title {
font-size: 1.62rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.3s ease;
}
.additional-universal-section .timeline-item:hover .timeline-title {
color: var(--primary-500);
}
.additional-universal-section .timeline-description {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.additional-universal-section .floating-shape {
position: absolute;
opacity: 0.1;
z-index: 0;
}
.additional-universal-section .floating-shape i {
font-size: 2.94rem;
color: var(--primary-500);
}
.additional-universal-section .shape-1 {
top: 10%;
left: 8%;
animation: float-diagonal 12s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
top: 50%;
right: 5%;
animation: float-diagonal 15s ease-in-out infinite 3s;
}
.additional-universal-section .shape-3 {
bottom: 15%;
left: 10%;
animation: float-diagonal 18s ease-in-out infinite 6s;
}
@keyframes float-diagonal {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -20px) rotate(90deg);
}
50% {
transform: translate(0, -40px) rotate(180deg);
}
75% {
transform: translate(-20px, -20px) rotate(270deg);
}
}
@media (max-width: 767.98px) {
.additional-universal-section .timeline-line {
left: 30px;
}
.additional-universal-section .timeline-item {
flex-direction: column !important;
padding-left: 80px;
}
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: column !important;
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 0;
width: auto;
justify-content: flex-start !important;
flex-direction: row !important;
}
.additional-universal-section .timeline-content {
width: 100%;
}
.additional-universal-section .timeline-arrow {
display: none;
}
.additional-universal-section .marker-number {
width: 40px;
height: 40px;
font-size: 1.31rem;
}
.additional-universal-section .marker-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .marker-icon i {
font-size: 1.50rem;
}
.additional-universal-section .timeline-card {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.25rem;
}
.additional-universal-section .floating-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-header {
margin-bottom: 3rem;
}
.additional-universal-section .header-badge {
width: 60px;
height: 60px;
}
.additional-universal-section .header-badge i {
font-size: 1.69rem;
}
.additional-universal-section .timeline-wrapper {
margin-top: 2rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 2.61rem;
padding-left: 70px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 3, 5, 0.62) 0%,
rgba(12, 24, 38, 0.54) 45%,
rgba(13, 21, 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;
}