:root {
--primary-50: #fffce6;
--primary-50-rgb: 254, 252, 232;
--primary-100: #e7dbac;
--primary-100-rgb: 254, 249, 195;
--primary-300: #f4e738;
--primary-300-rgb: 253, 224, 71;
--primary-500: #ffd91b;
--primary-500-rgb: 234, 179, 8;
--primary-700: #a16111;
--primary-700-rgb: 161, 98, 7;
--primary-200: #fffe93;
--primary-200-rgb: 254, 237, 133;
--primary-400: #ffe232;
--primary-400-rgb: 244, 202, 40;
--primary-600: #c49b08;
--primary-600-rgb: 198, 139, 8;
--primary-800: #794508;
--primary-800-rgb: 137, 83, 6;
--primary-900: #5c3f08;
--primary-900-rgb: 113, 69, 5;
--primary-950: #3c2a06;
--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: #bdb9b7;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #8e8d8c;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #3d3a37;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #282523;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #cfc2bd;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #bcb1ae;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #645d5a;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #514c47;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #0f0e0e;
--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 3px rgba(0, 0, 0, 0.05);
--shadow-md: 0 9px 9px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 19px 19px rgba(0, 0, 0, 0.1);
--shadow-card: 0 7px 9px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 13px 213px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 15px rgba(254, 218, 0, 0.30);
--radius-sm: 7px;
--radius-md: 13px;
--radius-lg: 15px;
--radius-xl: 16px;
--transition-fast: 1.14s ease;
--transition-base: 0.99s ease;
--transition-slow: 1.29s 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 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 9px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 11px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 14px 15px -9px rgba(0, 0, 0, 0.1), 0 5px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 21px 25px -5px rgba(0, 0, 0, 0.1), 0 14px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -15px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 6px 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.40s ease;
--transition-normal: 0.46s ease;
--transition-slow: 1.13s ease;
--transition-all: all 0.75s ease;
--duration-fast: 0.52s;
--duration-normal: 0.60s;
--duration-slow: 0.90s;
--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: 7613px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 10211px) {
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 15px -3px rgba(0, 0, 0, 0.3);
}
}
@media print {
:root {
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
break-inside: avoid;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6rem;
}
body {
overflow-x: hidden;
}
*:focus {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
border-radius: var(--radius-sm);
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus-visible {
outline: 2px solid var(--border-interactive);
outline-offset: 2px;
}
.custom_font_primary {
font-family: var(--font-primary);
}
.minimal_font_secondary {
font-family: var(--font-secondary);
}
.elite_font_mono {
font-family: var(--font-mono);
}
.fresh_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);
}
.prime_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);
}
.modern_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);
}
.ui_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);
}
.premium_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);
}
.business_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);
}
.smart_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);
}
.main_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);
}
.design_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);
}
.theme_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);
}
.layout_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);
}
.container_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);
}
.top_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);
}
.site_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);
}
.creative_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;
}
.bold_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);
}
.base_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);
}
.dark_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);
}
.section_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);
}
.bright_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;
}
.brand_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);
}
.digital_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);
}
.new_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);
}
.new_nav_link:hover,
.new_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.page_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);
}
.app_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: 7613px) {
.bold_hero_title {
font-size: var(--text-4xl);
}
.dark_section_title {
font-size: var(--text-3xl);
}
.fresh_display_1 {
font-size: var(--text-5xl);
}
.prime_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.bold_hero_title {
font-size: var(--text-3xl);
}
.dark_section_title {
font-size: var(--text-2xl);
}
.fresh_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);
}
.clean_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.light_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.web_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.style_text_balance {
text-wrap: balance;
}
.studio_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.new_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.container_caption,
.top_overline,
.app_footer_text {
color: var(--text-secondary);
}
.base_hero_subtitle,
.section_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.bold_hero_title,
.dark_section_title,
.ui_heading_1,
.premium_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.clean_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 0.94rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1.00rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.19rem;
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.19rem;
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.88rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.88rem;
}
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: 768px) {
body {
font-size: 0.94rem;
}
.lead {
font-size: 1.19rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.best_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.content_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.company_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.unique_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.core_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.agency_stack {
display: flex;
flex-direction: column;
}
.base13_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.digital19_full_height {
min-height: auto;
}
.modern9_section_height {
min-height: auto;
}
.content73_hero_height {
min-height: auto;
}
.clean29_m_0 { margin: 0; }
.elite51_m_1 { margin: var(--space-1); }
.business81_m_2 { margin: var(--space-2); }
.light68_m_3 { margin: var(--space-3); }
.custom49_m_4 { margin: var(--space-4); }
.layout38_m_6 { margin: var(--space-6); }
.minimal77_m_8 { margin: var(--space-8); }
.dark8_m_12 { margin: var(--space-12); }
.style97_m_16 { margin: var(--space-16); }
.container29_mx_auto { margin-left: auto; margin-right: auto; }
.clean8_my_auto { margin-top: auto; margin-bottom: auto; }
.web34_mt_0 { margin-top: 0; }
.digital28_mt_4 { margin-top: var(--space-4); }
.main55_mt_8 { margin-top: var(--space-8); }
.theme65_mt_12 { margin-top: var(--space-12); }
.prime81_mb_0 { margin-bottom: 0; }
.design94_mb_4 { margin-bottom: var(--space-4); }
.elite49_mb_8 { margin-bottom: var(--space-8); }
.ui24_mb_12 { margin-bottom: var(--space-12); }
.dark53_p_0 { padding: 0; }
.ui70_p_1 { padding: var(--space-1); }
.fresh32_p_2 { padding: var(--space-2); }
.app56_p_3 { padding: var(--space-3); }
.brand35_p_4 { padding: var(--space-4); }
.agency32_p_6 { padding: var(--space-6); }
.section81_p_8 { padding: var(--space-8); }
.prime0_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.container85_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.bright68_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.site7_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.best11_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.digital93_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.elite29_gap_1 { gap: var(--space-1); }
.content73_gap_2 { gap: var(--space-2); }
.clean13_gap_3 { gap: var(--space-3); }
.creative79_gap_4 { gap: var(--space-4); }
.web73_gap_6 { gap: var(--space-6); }
.top49_gap_8 { gap: var(--space-8); }
.app92_shadow_none { box-shadow: var(--shadow-none); }
.best7_shadow_xs { box-shadow: var(--shadow-xs); }
.content68_shadow_sm { box-shadow: var(--shadow-sm); }
.brand54_shadow_md { box-shadow: var(--shadow-md); }
.clean79_shadow_lg { box-shadow: var(--shadow-lg); }
.top36_shadow_xl { box-shadow: var(--shadow-xl); }
.top16_shadow_2xl { box-shadow: var(--shadow-2xl); }
.brand35_shadow_inner { box-shadow: var(--shadow-inner); }
.layout73_shadow_colored { box-shadow: var(--shadow-colored); }
.dark99_radius_none { border-radius: var(--radius-none); }
.page39_radius_xs { border-radius: var(--radius-xs); }
.company0_radius_sm { border-radius: var(--radius-sm); }
.core26_radius_md { border-radius: var(--radius-md); }
.pro40_radius_lg { border-radius: var(--radius-lg); }
.elite6_radius_xl { border-radius: var(--radius-xl); }
.agency79_radius_2xl { border-radius: var(--radius-2xl); }
.web39_radius_3xl { border-radius: var(--radius-3xl); }
.style8_radius_full { border-radius: var(--radius-full); }
.light87_gradient_primary {
background: var(--gradient-primary);
}
.section81_gradient_secondary {
background: var(--gradient-secondary);
}
.agency83_gradient_hero {
background: var(--gradient-hero);
}
.container29_gradient_card {
background: var(--gradient-card);
}
.brand27_gradient_overlay {
position: relative;
}
.brand27_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;
}
.brand27_gradient_overlay > * {
position: relative;
z-index: 2;
}
.design21_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.design21_hover_lift:hover {
transform: translateY(-7px);
box-shadow: var(--shadow-lg);
}
.section90_hover_scale {
transition: transform var(--transition-normal);
}
.section90_hover_scale:hover {
transform: scale(1.02);
}
.theme65_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.theme65_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.agency83_hover_fade {
transition: opacity var(--transition-normal);
}
.agency83_hover_fade:hover {
opacity: var(--opacity-loading);
}
.modern24_focus_ring {
transition: box-shadow var(--transition-fast);
}
.modern24_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.clean82_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bright81_hero_content {
position: relative;
z-index: 2;
}
.minimal12_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.style88_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.light6_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.light51_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.dark34_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(323px, 1fr));
gap: var(--space-6);
}
.style32_timeline {
position: relative;
}
.style32_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.base88_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.base88_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.base88_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.new23_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.company42_slide_up {
transform: translateY(25px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.design67_slide_in_left {
transform: translateX(-21px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.main57_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;
}
}
.company67_transition_all {
transition: var(--transition-all);
}
.custom77_transition_fast {
transition: all var(--transition-fast);
}
.elite79_transition_normal {
transition: all var(--transition-normal);
}
.layout7_transition_slow {
transition: all var(--transition-slow);
}
.style83_bg_primary { background-color: var(--bg-primary); }
.smart27_bg_secondary { background-color: var(--bg-secondary); }
.unique1_bg_muted { background-color: var(--bg-muted); }
.prime80_bg_glass { background-color: var(--bg-glass); }
.layout82_text_primary { color: var(--text-primary); }
.container28_text_secondary { color: var(--text-secondary); }
.modern7_text_muted { color: var(--text-muted); }
.dark47_text_inverse { color: var(--text-inverse); }
.new18_text_link { color: var(--text-link); }
.content85_border_light { border-color: var(--border-light); }
.design51_border_medium { border-color: var(--border-medium); }
.modern0_border_strong { border-color: var(--border-strong); }
.premium51_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 768px) {
.minimal12_services_grid,
.light6_features_grid,
.style88_team_grid,
.dark34_pricing_grid {
grid-template-columns: 1fr;
}
.light51_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.style32_timeline::before {
left: 33px;
}
.base88_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.modern9_section_height {
min-height: auto;
}
.content73_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.light51_gallery_grid {
grid-template-columns: 1fr;
}
.base88_timeline_item {
padding-left: var(--space-12) !important;
}
}
.modern15_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;
}
.best56_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.pro94_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);
}
.pro94_skip_link:focus {
top: 6px;
}
@media print {
.section93_no_print {
display: none !important;
}
.layout84_print_only {
display: block !important;
}
.best7_shadow_xs,
.content68_shadow_sm,
.brand54_shadow_md,
.clean79_shadow_lg,
.top36_shadow_xl,
.top16_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.75rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.12rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(9px);
}
.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) {
.new23_fade_in,
.company42_slide_up,
.design67_slide_in_left,
.main57_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.design21_hover_lift,
.section90_hover_scale,
.theme65_hover_shadow,
.agency83_hover_fade,
.company67_transition_all,
.custom77_transition_fast,
.elite79_transition_normal,
.layout7_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
background: var(--bg-primary);
border-bottom: 3px solid var(--primary-700);
position: relative;
overflow: hidden;
}
#header::before {
content: "";
position: absolute;
top: -40%;
right: -10%;
width: 300px;
height: 300px;
background: var(--primary-50);
clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
opacity: 0.6;
z-index: 0;
pointer-events: none;
}
#header .container {
position: relative;
z-index: 1;
}
#header .navbar {
padding: 0;
}
#header .navbar-brand {
display: flex;
align-items: center;
margin-right: auto;
}
#sitename {
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
}
#header .navbar-toggler {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin-left: var(--space-2);
background: var(--primary-100);
border-radius: var(--radius-sm);
transition: all var(--duration-fast) var(--ease-in-out);
color: var(--primary-700);
}
#header .navbar-toggler:hover,
#header .navbar-toggler:focus,
#header .navbar-toggler[aria-expanded="true"] {
background: var(--primary-300);
color: var(--primary-900);
outline: none;
box-shadow: 0 0 0 3px var(--primary-50);
}
#header .navbar-toggler-icon {
background-image: none;
}
#header .navbar-collapse {
margin-top: var(--space-3);
}
@media (max-width: 991.98px) {
#header .navbar-collapse {
border-top: 2px solid var(--border-light);
padding-top: var(--space-3);
}
#header .navbar-nav {
flex-direction: column;
gap: var(--space-2) !important;
}
#header .nav-link {
padding: var(--space-1) 0;
border-left: 3px solid transparent;
padding-left: var(--space-2);
transition: all var(--duration-fast) var(--ease-in-out);
}
#header .nav-link:hover {
border-left-color: var(--primary-700);
padding-left: var(--space-3);
color: var(--primary-700) !important;
}
}
@media (min-width: 992px) {
#header .navbar-nav {
gap: var(--space-4) !important;
}
#header .nav-link {
position: relative;
padding: var(--space-1) 0;
transition: color var(--duration-fast) var(--ease-in-out);
}
#header .nav-link::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 3px;
background: var(--primary-700);
transition: width var(--duration-fast) var(--ease-in-out);
}
#header .nav-link:hover::after,
#header .nav-link:focus::after {
width: 100%;
}
#header .nav-link:hover,
#header .nav-link:focus {
color: var(--primary-700) !important;
}
}
#header .nav-link {
font-weight: 600;
letter-spacing: -0.01em;
}
#header .nav-link:focus-visible {
outline: 2px solid var(--primary-700);
outline-offset: 6px;
border-radius: var(--radius-xs);
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(12, 17, 37, 0.62) 0%,
rgba(11, 18, 31, 0.54) 45%,
rgba(11, 28, 47, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-professional-blue-01 {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: var(--space-8) 0;
background: linear-gradient(
135deg,
var(--bg-primary) 0%,
color-mix(in srgb, var(--primary-50) 95%, var(--bg-primary) 5%) 100%
);
overflow: hidden;
}
.hero-professional-blue-01 .container-fluid {
position: relative;
z-index: 2;
}
.hero-content {
max-width: 580px;
padding: 0 var(--space-6);
}
.hero-professional-blue-01 .bold_hero_title {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: var(--space-4);
display: inline-block;
background: linear-gradient(
135deg,
var(--text-primary) 0%,
var(--primary-700) 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero-professional-blue-01 .base_hero_subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: var(--space-6);
letter-spacing: 0.03em;
text-transform: uppercase;
}
.hero-description {
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: var(--space-7);
max-width: 480px;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: var(--space-4);
align-items: center;
}
.hero-actions .btn {
padding: 0.875rem 2rem;
font-weight: 600;
font-size: 1.06rem;
border-radius: var(--radius-medium);
transition: all var(--duration-base) var(--ease-default);
text-decoration: none;
display: inline-block;
border: 2px solid transparent;
}
.hero-actions .btn-primary {
background: linear-gradient(
135deg,
var(--primary-700) 0%,
var(--primary-500) 100%
);
color: var(--text-inverse);
box-shadow: var(--shadow-medium);
}
.hero-actions .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-large);
}
.hero-actions .btn-outline-secondary {
background: transparent;
color: var(--primary-700);
border-color: var(--border-interactive);
}
.hero-actions .btn-outline-secondary:hover {
background: var(--primary-50);
color: var(--primary-700);
}
.hero-images-grid {
position: relative;
height: 600px;
perspective: 1200px;
}
.image-card {
position: absolute;
border-radius: var(--radius-large);
overflow: hidden;
box-shadow: var(--shadow-medium);
background: var(--bg-secondary);
border: 1px solid var(--border-light);
transition: all var(--duration-base) var(--ease-default);
}
.image-card img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.card-primary {
width: 280px;
height: 322px;
top: 0;
right: 0;
z-index: 4;
}
.card-secondary {
width: 200px;
height: 240px;
top: 140px;
right: 223px;
z-index: 3;
}
.card-tertiary {
width: 180px;
height: 200px;
bottom: 80px;
right: 80px;
z-index: 2;
}
.card-quaternary {
width: 160px;
height: 180px;
bottom: 0;
left: 23px;
z-index: 1;
}
.hero-decoration {
position: absolute;
z-index: 1;
opacity: 0.08;
pointer-events: none;
}
.decoration-top-left {
top: -200px;
left: -200px;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
var(--primary-500) 0%,
transparent 70%
);
border-radius: 50%;
filter: blur(60px);
}
.decoration-bottom-right {
bottom: -150px;
right: -150px;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
var(--primary-300) 0%,
transparent 70%
);
border-radius: 50%;
filter: blur(60px);
}
@media (max-width: 991px) {
.hero-professional-blue-01 {
padding: var(--space-6) 0;
min-height: auto;
}
.hero-content {
padding: var(--space-4);
margin-bottom: var(--space-8);
}
.hero-images-grid {
height: 400px;
}
.card-primary {
width: 200px;
height: 240px;
}
.card-secondary {
width: 150px;
height: 180px;
right: 160px;
top: 100px;
}
.card-tertiary {
width: 140px;
height: 160px;
right: 60px;
bottom: 60px;
}
.card-quaternary {
width: 125px;
height: 140px;
left: 10px;
}
}
@media (max-width: 576px) {
.hero-professional-blue-01 .bold_hero_title {
font-size: 1.88rem;
margin-bottom: var(--space-3);
}
.hero-professional-blue-01 .base_hero_subtitle {
font-size: 1.00rem;
margin-bottom: var(--space-4);
}
.hero-description {
margin-bottom: var(--space-5);
}
.hero-actions {
flex-direction: column;
align-items: flex-start;
}
.hero-actions .btn {
width: 100%;
text-align: center;
}
.hero-images-grid {
height: 300px;
}
.card-primary {
width: 160px;
height: 180px;
}
.card-secondary {
width: 120px;
height: 140px;
right: 130px;
top: 70px;
}
.card-tertiary {
width: 100px;
height: 120px;
right: 40px;
bottom: 40px;
}
.card-quaternary {
width: 90px;
height: 110px;
}
}
[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, 20, 35, 0.62) 0%,
rgba(8, 14, 28, 0.54) 45%,
rgba(5, 11, 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;
}
.usp-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
min-height: auto;
}
.usp-section .dark_section_title {
color: var(--text-primary);
font-weight: 600;
letter-spacing: -0.5px;
}
.usp-section .section_section_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.usp-section .theme_body_base {
font-size: 1.00rem;
line-height: 1.6;
}
.usp-card {
position: relative;
height: 100%;
padding: var(--space-6);
border-radius: var(--radius-2);
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border: 1px solid var(--border-light);
box-shadow: 0 6px 27px rgba(0, 0, 0, 0.06);
transition: all var(--duration-300) var(--ease-out-cubic);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.usp-card:hover {
background: rgba(255, 255, 255, 0.65);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
transform: translateY(-2px);
border-color: var(--border-medium);
}
.usp-card-content {
display: flex;
flex-direction: column;
gap: var(--space-3);
}
.usp-value-badge {display: inline-flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-1);
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
border: 1px solid rgba(69, 144, 244, 0.20);
margin-bottom: var(--space-2);
}
.usp-value-badge .top_overline {color: var(--primary-700);
font-weight: 700;
font-size: 0.81rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.usp-card h3 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.3;
margin: 0;
}
.usp-card .theme_body_base {
color: var(--text-muted);
font-size: 0.94rem;
line-height: 1.5;
margin: 0;
}
.usp-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
mix-blend-mode: screen;
}
.usp-decoration-1 {
width: 280px;
height: 280px;
top: -80px;
right: -100px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
.usp-decoration-2 {
width: 200px;
height: 200px;
bottom: -40px;
left: -60px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
@media (max-width: 768px) {
.usp-section {
padding: var(--space-5) 0;
}
.usp-card {
padding: var(--space-5);
}
.usp-value-badge {
}
.usp-decoration-1 {
width: 200px;
height: 200px;
top: -60px;
right: -80px;
}
.usp-decoration-2 {
width: 150px;
height: 150px;
bottom: -30px;
left: -50px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 3, 5, 0.62) 0%,
rgba(12, 26, 44, 0.54) 45%,
rgba(15, 24, 53, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section {
background-color: var(--bg-primary);
position: relative;
overflow: hidden;
min-height: auto;
}
.about-section::before {
content: '';
position: absolute;
top: -20%;
right: -15%;
width: 500px;
height: 500px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.about-section::after {
content: '';
position: absolute;
bottom: -10%;
left: -10%;
width: 400px;
height: 400px;
background: var(--primary-100);
clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
opacity: 0.06;
pointer-events: none;
z-index: 0;
}
.about-section .container {
position: relative;
z-index: 1;
}
.about-content {
padding: 0 var(--space-4);
}
#about-title {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
}
#about-subtitle {
color: var(--primary-700);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
#about-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 500px;
}
.about-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--space-3);
}
.about-feature {
padding: var(--space-3);
background-color: var(--bg-secondary);
border: 2px solid var(--border-medium);
border-radius: var(--radius-sm);
transition: all var(--duration-base) var(--ease-out);
position: relative;
}
.about-feature::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: var(--primary-500);
border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}
.about-feature:hover {
border-color: var(--primary-500);
background-color: var(--bg-secondary);
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
#about-feature-1-name,
#about-feature-2-name,
#about-feature-3-name,
#about-feature-4-name {
color: var(--text-primary);
font-weight: 800;
text-transform: uppercase;
}
#about-feature-1-desc,
#about-feature-2-desc,
#about-feature-3-desc,
#about-feature-4-desc {
color: var(--text-secondary);
line-height: 1.6;
}
.about-images {
position: relative;
height: 100%;
min-height: 450px;
}
.about-image-primary,
.about-image-secondary,
.about-image-tertiary,
.about-image-quaternary {
position: absolute;
overflow: hidden;
border: 2px solid var(--border-strong);
border-radius: var(--radius-md);
background-color: var(--bg-secondary);
}
.about-image-primary {
width: 55%;
height: 65%;
top: 0;
right: 0;
z-index: 4;
}
.about-image-primary img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-image-secondary {
width: 45%;
height: 50%;
bottom: 0;
left: 0;
z-index: 3;
}
.about-image-secondary img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-image-tertiary {
width: 35%;
height: 45%;
top: 20%;
left: 5%;
z-index: 2;
opacity: 0.85;
}
.about-image-tertiary img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-image-quaternary {
width: 40%;
height: 40%;
bottom: 10%;
right: 5%;
z-index: 2;
opacity: 0.9;
}
.about-image-quaternary img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 991.98px) {
.about-features {
grid-template-columns: 1fr;
gap: var(--space-2);
}
.about-feature {
padding: var(--space-2);
}
.about-content {
padding: 0;
}
.about-images {
min-height: 350px;
}
.about-image-primary {
width: 70%;
height: 60%;
}
.about-image-secondary {
width: 50%;
height: 45%;
}
.about-image-tertiary {
width: 40%;
height: 40%;
}
.about-image-quaternary {
width: 45%;
height: 38%;
}
}
@media (max-width: 576px) {
.about-section {
padding-top: var(--space-5);
padding-bottom: var(--space-5);
}
#about-title {
font-size: 1.75rem;
}
.about-features {
gap: var(--space-2);
}
.about-images {
min-height: 300px;
}
.about-image-primary {
width: 75%;
height: 55%;
}
.about-image-secondary {
width: 55%;
height: 42%;
}
}
[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, 8, 14, 0.62) 0%,
rgba(1, 2, 4, 0.54) 45%,
rgba(13, 22, 47, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.features-section-standard {
min-height: 100vh;
display: flex;
align-items: center;
background-color: var(--light);
position: relative;
overflow: hidden;
padding: 0;
}
.features-section-standard .container-fluid {
height: 100%;
padding: 0 5%;
}
.features-section-standard .features-headers {
padding-right: 4rem;
position: relative;
}
.features-section-standard .headers-wrapper {
max-width: 480px;
}
.features-section-standard .decorative-line-top {
width: 60px;
height: 2px;
background-color: var(--primary-500);
margin-bottom: 2rem;
}
.features-section-standard .features-main-title {
font-size: 3.00rem;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1.74rem;
letter-spacing: -0.02em;
}
.features-section-standard .title-divider {
width: 100%;
height: 1px;
background-color: var(--neutral-300);
margin-bottom: 1.67rem;
}
.features-section-standard .features-subtitle {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.4;
color: var(--primary-700);
margin-bottom: 1.59rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.features-section-standard .features-description {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 2rem;
}
.features-section-standard .geometric-accent {
width: 80px;
height: 80px;
border: 2px solid var(--primary-300);
border-radius: 0;
position: absolute;
bottom: -20px;
right: 0;
transform: rotate(45deg);
}
.features-section-standard .vertical-divider {
position: absolute;
left: 41.666667%;
top: 10%;
bottom: 10%;
width: 1px;
background-color: var(--neutral-300);
}
.features-section-standard .features-grid-column {
padding-left: 4rem;
}
.features-section-standard .features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
max-width: 600px;
}
.features-section-standard .feature-item {
display: grid;
grid-template-columns: 60px 1fr;
gap: 1.5rem;
padding: 1.5rem 0;
border-bottom: 1px solid var(--neutral-300);
}
.features-section-standard .feature-item:last-child {
border-bottom: none;
}
.features-section-standard .item-number {
font-size: 2.00rem;
font-weight: 700;
color: var(--primary-500);
line-height: 1;
letter-spacing: -0.02em;
}
.features-section-standard .item-content {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.features-section-standard .item-name {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.3;
color: var(--text-primary);
margin: 0;
}
.features-section-standard .item-line {
width: 40px;
height: 2px;
background-color: var(--primary-300);
}
.features-section-standard .item-desc {
font-size: 0.88rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.features-section-standard .bg-grid-lines {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 60px 60px;
opacity: 0.5;
pointer-events: none;
z-index: 0;
}
.features-section-standard .container-fluid {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.features-section-standard {
min-height: auto;
max-height: none;
padding: 4rem 0;
}
.features-section-standard .features-headers {
padding-right: 0;
margin-bottom: 3rem;
text-align: center;
}
.features-section-standard .headers-wrapper {
max-width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.features-section-standard .geometric-accent {
position: static;
margin-top: 2rem;
}
.features-section-standard .features-grid-column {
padding-left: 0;
}
.features-section-standard .features-grid {
max-width: 100%;
}
.features-section-standard .features-main-title {
font-size: 2.12rem;
}
}
@media (max-width: 767.98px) {
.features-section-standard .features-main-title {
font-size: 1.81rem;
}
.features-section-standard .features-subtitle {
font-size: 1.12rem;
}
.features-section-standard .feature-item {
grid-template-columns: 50px 1fr;
gap: 1rem;
padding: 1.25rem 0;
}
.features-section-standard .item-number {
font-size: 1.50rem;
}
.features-section-standard .item-name {
font-size: 0.94rem;
}
.features-section-standard .item-desc {
font-size: 0.88rem;
}
.features-section-standard .bg-grid-lines {
background-size: 40px 40px;
}
}
.features-section-standard .feature-item {
transition: transform 0.99s ease;
}
.features-section-standard .feature-item:hover {
transform: translateX(8px);
}
.features-section-standard .item-line {
transition: width 0.47s ease;
}
.features-section-standard .feature-item:hover .item-line {
width: 60px;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 13, 24, 0.62) 0%,
rgba(15, 25, 42, 0.54) 45%,
rgba(16, 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;
}
.services-section-primary {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background-color: var(--light);
position: relative;
padding: 60px 0;
}
.services-section-primary .section-title {
font-size: 3.00rem;
font-weight: 700;
line-height: 1.1;
letter-spacing: -0.02em;
color: var(--text-primary);
margin-bottom: 1rem;
font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
.services-section-primary .section-subtitle {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.5;
color: var(--text-secondary);
margin-bottom: 1.73rem;
letter-spacing: 0.01em;
}
.services-section-primary .section-description {
font-size: 0.94rem;
font-weight: 300;
line-height: 1.7;
color: var(--neutral-700);
max-width: 480px;
margin-bottom: 0;
}
.services-section-primary .header-column {
padding-right: 60px;
position: relative;
}
.services-section-primary .header-content {
max-width: 500px;
padding-left: 40px;
}
.services-section-primary .swiss-line-accent {
width: 5px;
height: 80px;
background-color: var(--primary-500);
margin-bottom: 2rem;
border: 0;
}
.services-section-primary .swiss-grid-decoration {
position: absolute;
bottom: -20px;
left: 40px;
width: 120px;
height: 120px;
border: 1px solid var(--neutral-300);
border-right: 0;
border-bottom: 0;
}
.services-section-primary .swiss-vertical-line {
position: absolute;
top: 0;
left: 41.666%;
width: 1px;
height: 100%;
background-color: var(--neutral-300);
pointer-events: none;
}
.services-section-primary .swiss-horizontal-line {
position: absolute;
top: 50%;
right: 0;
width: 58.334%;
height: 1px;
background-color: var(--neutral-300);
pointer-events: none;
transform: translateY(-50%);
}
.services-section-primary .services-column {
padding-left: 60px;
border-left: 1px solid var(--neutral-300);
}
.services-section-primary .services-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 30px;
max-width: 100%;
}
.services-section-primary .service-item {
background-color: var(--surface-primary);
padding: 30px;
border: 1px solid var(--neutral-300);
border-radius: 0;
position: relative;
transition: transform 0.71s ease;
}
.services-section-primary .service-item:hover {
transform: translateY(-9px);
border-color: var(--primary-500);
}
.services-section-primary .service-number {
position: absolute;
top: 20px;
right: 20px;
font-size: 2.31rem;
font-weight: 700;
color: var(--neutral-300);
line-height: 1;
font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
.services-section-primary .service-icon {
width: 50px;
height: 50px;
background-color: var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.31rem;
border-radius: 0;
}
.services-section-primary .service-icon i {
font-size: 1.50rem;
color: var(--light);
}
.services-section-primary .service-name {
font-size: 1.06rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.88rem;
line-height: 1.3;
letter-spacing: -0.01em;
}
.services-section-primary .service-desc {
font-size: 0.81rem;
font-weight: 300;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 1rem;
}
.services-section-primary .service-features {
font-size: 0.75rem;
font-weight: 500;
color: var(--neutral-700);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--neutral-300);
}
.services-section-primary .service-price {
font-size: 0.94rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: -0.01em;
}
@media (max-width: 991px) {
.services-section-primary {
min-height: auto;
max-height: none;
padding: 80px 0;
}
.services-section-primary .header-column,
.services-section-primary .services-column {
padding-left: 15px;
padding-right: 15px;
border-left: 0;
}
.services-section-primary .header-content {
max-width: 100%;
padding-left: 0;
margin-bottom: 50px;
}
.services-section-primary .swiss-grid-decoration {
display: none;
}
.services-section-primary .swiss-vertical-line,
.services-section-primary .swiss-horizontal-line {
display: none;
}
.services-section-primary .services-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px 20px;
}
.services-section-primary .section-title {
font-size: 2.50rem;
}
}
@media (max-width: 767px) {
.services-section-primary {
padding: 60px 0;
}
.services-section-primary .section-title {
font-size: 2.06rem;
}
.services-section-primary .section-subtitle {
font-size: 1.19rem;
}
.services-section-primary .services-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.services-section-primary .service-item {
padding: 25px;
}
.services-section-primary .service-number {
font-size: 1.88rem;
top: 15px;
right: 15px;
}
.services-section-primary .service-icon {
width: 45px;
height: 45px;
}
.services-section-primary .service-icon i {
font-size: 1.12rem;
}
}
@media (max-width: 575px) {
.services-section-primary .section-title {
font-size: 1.69rem;
}
.services-section-primary .swiss-line-accent {
height: 60px;
margin-bottom: 1.56rem;
}
.services-section-primary .service-name {
font-size: 1.00rem;
}
.services-section-primary .service-desc {
font-size: 0.75rem;
}
}
.cta-action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.5rem;
background: var(--primary-color, #0057ff);
color: var(--button-text, #ffffff);
text-decoration: none;
border-radius: var(--border-radius, 8px);
font-weight: 600;
font-size: 0.94rem;
transition: all 1.21s ease;
margin-top: 1rem;
border: 2px solid transparent;
}
.cta-action-btn:hover {
background: var(--primary-color-dark, #0046ab);
color: var(--button-text, #ffffff);
transform: translateY(-2px);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.cta-action-btn:active {
transform: translateY(0);
}
.cta-action-btn .btn-icon {
transition: transform 0.46s ease;
}
.cta-action-btn:hover .btn-icon {
transform: translateX(4px);
}
[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, 9, 18, 0.62) 0%,
rgba(12, 26, 41, 0.54) 45%,
rgba(7, 15, 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;
}
.priceplan-section-special {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-section-special .section-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.priceplan-section-special .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.priceplan-section-special .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.priceplan-section-special .section-subtitle {
font-size: 1.31rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.priceplan-section-special .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-special .pricing-card {
background: var(--light);
border-radius: 20px;
padding: 40px 30px;
height: 100%;
position: relative;
transition: all 0.86s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.priceplan-section-special .pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.priceplan-section-special .featured-card {
background: linear-gradient(135deg,
var(--light) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--light) 80%) 100%
);
border-color: var(--primary-500);
transform: scale(1.05);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.priceplan-section-special .featured-card:hover {
transform: scale(1.05) translateY(-8px);
}
.priceplan-section-special .featured-badge {
position: absolute;
top: -15px;
right: 30px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
padding: 8px 20px;
border-radius: 20px;
font-size: 0.94rem;
font-weight: 600;
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
z-index: 3;
}
.priceplan-section-special .featured-badge i {
margin-right: 4px;
font-size: 0.75rem;
}
.priceplan-section-special .card-header-decoration {
text-align: center;
margin-bottom: 24px;
}
.priceplan-section-special .icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 60%, transparent 40%),
color-mix(in srgb, var(--primary-300) 40%, transparent 60%)
);
border-radius: 50%;
margin-bottom: 20px;
transition: all 0.78s ease;
}
.priceplan-section-special .pricing-card:hover .icon-wrapper {
transform: rotate(10deg) scale(1.1);
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}
.priceplan-section-special .icon-wrapper i {
font-size: 1.88rem;
color: var(--primary-500);
transition: all 0.41s ease;
}
.priceplan-section-special .pricing-card:hover .icon-wrapper i {
color: var(--light);
}
.priceplan-section-special .featured-card .icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.priceplan-section-special .featured-card .icon-wrapper i {
color: var(--light);
}
.priceplan-section-special .card-body-content {
text-align: center;
}
.priceplan-section-special .plan-name {
font-size: 1.62rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.priceplan-section-special .plan-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 28px;
min-height: 80px;
}
.priceplan-section-special .price-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
margin-bottom: 32px;
padding: 20px 0;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
border-bottom: 2px solid color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
}
.priceplan-section-special .currency {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
margin-right: 4px;
}
.priceplan-section-special .price-amount {
font-size: 3.00rem;
font-weight: 800;
color: var(--text-primary);
line-height: 1;
}
.priceplan-section-special .price-period {
font-size: 1.06rem;
color: var(--text-secondary);
margin-left: 8px;
}
.priceplan-section-special .features-list {
margin-bottom: 28px;
}
.priceplan-section-special .features-content {
text-align: left;
display: flex;
flex-direction: column;
gap: 14px;
}
.priceplan-section-special .feature-item {
display: flex;
align-items: center;
gap: 15px;
font-size: 1.00rem;
color: var(--text-primary);
padding: 8px 0;
transition: all 1.12s ease;
}
.priceplan-section-special .feature-item:hover {
padding-left: 8px;
}
.priceplan-section-special .feature-item i {
font-size: 1.06rem;
color: var(--primary-500);
flex-shrink: 0;
}
.priceplan-section-special .featured-card .feature-item i {
color: var(--primary-700);
}
.priceplan-section-special .card-footer-decoration {
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.priceplan-section-special .decorative-dots {
display: flex;
justify-content: center;
gap: 8px;
}
.priceplan-section-special .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-300);
transition: all 1.21s ease;
}
.priceplan-section-special .pricing-card:hover .decorative-dots .dot {
background: var(--primary-500);
transform: scale(1.2);
}
.priceplan-section-special .decorative-dots .dot:nth-child(2) {
transition-delay: 0.22s;
}
.priceplan-section-special .decorative-dots .dot:nth-child(3) {
transition-delay: 0.87s;
}
.priceplan-section-special .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.priceplan-section-special .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.priceplan-section-special .shape-1 {
width: 400px;
height: 400px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: -150px;
right: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.priceplan-section-special .shape-2 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: -100px;
left: -80px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.priceplan-section-special .shape-3 {
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape 30s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(20px, -30px) rotate(90deg);
}
50% {
transform: translate(-20px, 20px) rotate(180deg);
}
75% {
transform: translate(30px, 10px) rotate(270deg);
}
}
@media (max-width: 991px) {
.priceplan-section-special {
padding: 80px 0;
}
.priceplan-section-special .section-title {
font-size: 2.00rem;
}
.priceplan-section-special .section-subtitle {
font-size: 1.06rem;
}
.priceplan-section-special .featured-card {
transform: scale(1);
margin-top: 20px;
}
.priceplan-section-special .featured-card:hover {
transform: translateY(-8px);
}
}
@media (max-width: 767px) {
.priceplan-section-special {
padding: 60px 0;
}
.priceplan-section-special .section-title {
font-size: 1.75rem;
}
.priceplan-section-special .section-subtitle {
font-size: 0.94rem;
}
.priceplan-section-special .section-description {
font-size: 1.06rem;
}
.priceplan-section-special .pricing-card {
padding: 30px 20px;
}
.priceplan-section-special .plan-name {
font-size: 1.44rem;
}
.priceplan-section-special .price-amount {
font-size: 2.50rem;
}
.priceplan-section-special .icon-wrapper {
width: 60px;
height: 60px;
}
.priceplan-section-special .icon-wrapper i {
font-size: 1.88rem;
}
.priceplan-section-special .shape-1,
.priceplan-section-special .shape-2 {
width: 250px;
height: 250px;
}
.priceplan-section-special .shape-3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.priceplan-section-special .section-title {
font-size: 1.62rem;
}
.priceplan-section-special .price-amount {
font-size: 2.44rem;
}
.priceplan-section-special .plan-description {
min-height: auto;
margin-bottom: 20px;
}
.priceplan-section-special .feature-item {
font-size: 0.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(6, 11, 25, 0.62) 0%,
rgba(2, 4, 9, 0.54) 45%,
rgba(6, 11, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section-custom {
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;
}
.team-section-custom .section-header {
position: relative;
z-index: 2;
}
.team-section-custom #team-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.2;
}
.team-section-custom #team-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.team-section-custom #team-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.team-section-custom .team-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
transition: all 0.95s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
height: 100%;
}
.team-section-custom .team-card:hover {
transform: translateY(-17px);
box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}
.team-section-custom .team-image-wrapper {
position: relative;
overflow: hidden;
aspect-ratio: 4/5;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-300) 100%);
}
.team-section-custom .team-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-custom .team-card:hover .team-image {
transform: scale(1.1);
}
.team-section-custom .team-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
rgba(0, 0, 0, 0.3) 100%);
opacity: 0;
transition: opacity 1.28s ease;
}
.team-section-custom .team-card:hover .team-overlay {
opacity: 1;
}
.team-section-custom .team-content {
padding: 24px 20px;
text-align: center;
position: relative;
background: var(--surface-primary);
}
.team-section-custom .team-content::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
}
.team-section-custom #team-member-1-name,
.team-section-custom #team-member-2-name,
.team-section-custom #team-member-3-name,
.team-section-custom #team-member-4-name,
.team-section-custom #team-member-5-name {
color: var(--text-primary);
font-weight: 600;
margin-top: 12px;
transition: color 0.79s ease;
}
.team-section-custom .team-card:hover #team-member-1-name,
.team-section-custom .team-card:hover #team-member-2-name,
.team-section-custom .team-card:hover #team-member-3-name,
.team-section-custom .team-card:hover #team-member-4-name,
.team-section-custom .team-card:hover #team-member-5-name {
color: var(--primary-500);
}
.team-section-custom #team-member-1-role,
.team-section-custom #team-member-2-role,
.team-section-custom #team-member-3-role,
.team-section-custom #team-member-4-role,
.team-section-custom #team-member-5-role {
color: var(--text-secondary);
font-size: 1.00rem;
font-weight: 500;
line-height: 1.5;
}
.team-section-custom .decorative-element {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50) 0%,
var(--primary-100) 100%);
border-radius: 16px;
position: relative;
overflow: hidden;
}
.team-section-custom .circle-pattern {
width: 150px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 50%;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.team-section-custom .circle-pattern i {
font-size: 3.00rem;
color: var(--primary-500);
animation: rotate 20s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.team-section-custom .background-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
overflow: hidden;
pointer-events: none;
}
.team-section-custom .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.team-section-custom .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.team-section-custom .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.team-section-custom .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 10%;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
25% { transform: translate(20px, -20px) rotate(90deg); }
50% { transform: translate(-20px, 20px) rotate(180deg); }
75% { transform: translate(20px, 20px) rotate(270deg); }
}
@media (max-width: 991.98px) {
.team-section-custom {
padding: 80px 0;
}
.team-section-custom #team-title {
font-size: 2.12rem;
}
.team-section-custom .decorative-element {
display: none;
}
}
@media (max-width: 767.98px) {
.team-section-custom {
padding: 60px 0;
}
.team-section-custom #team-title {
font-size: 1.69rem;
}
.team-section-custom #team-subtitle {
font-size: 0.94rem;
}
.team-section-custom #team-desc {
font-size: 0.94rem;
}
.team-section-custom .team-content {
padding: 20px 16px;
}
.team-section-custom .shape-1,
.team-section-custom .shape-2 {
width: 200px;
height: 200px;
}
.team-section-custom .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.team-section-custom {
padding: 50px 0;
}
.team-section-custom .team-card {
margin-bottom: 20px;
}
.team-section-custom .team-image-wrapper {
aspect-ratio: 1/1;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 10, 0.62) 0%,
rgba(15, 33, 53, 0.54) 45%,
rgba(7, 18, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section-bold {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
position: relative;
}
.reviews-section-bold .section-badge {
background: color-mix(in srgb, var(--primary-100) 80%, transparent 20%);
color: var(--primary-700);
font-size: 0.88rem;
font-weight: 600;
border: 1px solid var(--primary-300);
}
.reviews-section-bold .section-badge i {
font-size: 1.00rem;
}
.reviews-section-bold #reviews-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.reviews-section-bold #reviews-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.reviews-section-bold #reviews-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.reviews-section-bold .review-card {
background: var(--surface-primary);
border-radius: 20px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
position: relative;
overflow: hidden;
transition: all 0.58s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px color-mix(in srgb, var(--neutral-900) 5%, transparent 95%);
}
.reviews-section-bold .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-color: var(--primary-300);
}
.reviews-section-bold .review-card .card-body {
position: relative;
z-index: 2;
}
.reviews-section-bold .quote-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.38rem;
}
.reviews-section-bold .review-text {
color: var(--text-secondary);
font-size: 0.94rem;
line-height: 1.7;
font-style: italic;
position: relative;
padding-left: 20px;
border-left: 3px solid var(--primary-300);
}
.reviews-section-bold .reviewer-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.reviews-section-bold .reviewer-avatar span {
color: var(--light);
font-size: 1.12rem;
font-weight: 700;
letter-spacing: 0.05em;
}
.reviews-section-bold .reviewer-info h6 {
color: var(--text-primary);
font-size: 0.94rem;
line-height: 1.5;
}
.reviews-section-bold .card-accent {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.74s cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-section-bold .review-card:hover .card-accent {
transform: scaleX(1);
}
.reviews-section-bold .decorative-circle-1 {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent 70%);
pointer-events: none;
z-index: 0;
}
.reviews-section-bold .decorative-circle-2 {
position: absolute;
bottom: -120px;
left: -80px;
width: 250px;
height: 250px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%);
pointer-events: none;
z-index: 0;
}
.reviews-section-bold .decorative-dots {
position: absolute;
top: 50%;
left: 5%;
width: 80px;
height: 80px;
background-image: radial-gradient(circle, var(--primary-300) 2px, transparent 2px);
background-size: 16px 16px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
@media (max-width: 991.98px) {
.reviews-section-bold {
padding: 80px 0;
}
.reviews-section-bold #reviews-title {
font-size: 2.06rem;
}
.reviews-section-bold .review-card .card-body {
padding: 1.5rem !important;
}
}
@media (max-width: 767.98px) {
.reviews-section-bold {
padding: 60px 0;
}
.reviews-section-bold #reviews-title {
font-size: 1.69rem;
}
.reviews-section-bold #reviews-subtitle {
font-size: 1.12rem;
}
.reviews-section-bold .quote-icon {
width: 40px;
height: 40px;
font-size: 1.31rem;
}
.reviews-section-bold .reviewer-avatar {
width: 48px;
height: 48px;
}
.reviews-section-bold .reviewer-avatar span {
font-size: 1.00rem;
}
.reviews-section-bold .review-text {
font-size: 0.88rem;
padding-left: 15px;
}
.reviews-section-bold .decorative-circle-1,
.reviews-section-bold .decorative-circle-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.reviews-section-bold {
padding: 50px 0;
}
.reviews-section-bold #reviews-title {
font-size: 1.50rem;
}
.reviews-section-bold .review-card .card-body {
padding: 1.25rem !important;
}
.reviews-section-bold .reviewer-info h6 {
font-size: 0.88rem;
}
}
@media (prefers-reduced-motion: no-preference) {
.reviews-section-bold .quote-icon {
animation: pulseGlow 3s ease-in-out infinite;
}
@keyframes pulseGlow {
0%, 100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
50% {
box-shadow: 0 0 20px 8px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
}
}
[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, 14, 0.62) 0%,
rgba(5, 12, 19, 0.54) 45%,
rgba(8, 24, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.casestudy-section {
position: relative;
padding: var(--space-6) 0;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, transparent 100%);
overflow: hidden;
min-height: auto;
}
.casestudy-header {
text-align: center;
position: relative;
z-index: 2;
}
.casestudy-header #casestudy-title {
margin-bottom: var(--space-2);
background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-700) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.casestudy-header #casestudy-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-3);
}
.casestudy-header #casestudy-desc {
max-width: 540px;
margin: 0 auto;
}
.casestudy-grid {
position: relative;
z-index: 2;
}
.casestudy-card {
position: relative;
height: 100%;
border-radius: var(--radius-lg);
background: rgba(var(--bg-primary-rgb), 0.6);
border: 1px solid rgba(var(--border-light-rgb), 0.5);
backdrop-filter: blur(10px);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.casestudy-card::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(var(--primary-300-rgb), 0.08) 0%, transparent 70%);
pointer-events: none;
}
.casestudy-card:hover {
border-color: rgba(var(--border-medium-rgb), 0.6);
background: rgba(var(--bg-primary-rgb), 0.8);
transform: translateY(-4px);
box-shadow: var(--shadow-lg), 0 0 30px rgba(var(--primary-500-rgb), 0.15);
}
.casestudy-card-inner {
padding: var(--space-5) var(--space-4);
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
}
.casestudy-card-header {
position: relative;
height: 2px;
margin-bottom: var(--space-4);
background: linear-gradient(90deg, transparent 0%, rgba(var(--primary-400-rgb), 0.3) 50%, transparent 100%);
}
.casestudy-card-accent {
position: absolute;
top: -4px;
left: 0;
width: 40px;
height: 10px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-full);
box-shadow: 0 0 20px rgba(var(--primary-500-rgb), 0.6);
}
.casestudy-card-accent-alt {
background: linear-gradient(90deg, var(--primary-400) 0%, var(--primary-300) 100%);
box-shadow: 0 0 20px rgba(var(--primary-400-rgb), 0.5);
}
.casestudy-card-elevated {
transform: translateY(-8px);
}
.casestudy-card-elevated:hover {
transform: translateY(-12px);
}
#casestudy-item-1-title,
#casestudy-item-2-title,
#casestudy-item-3-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
line-height: 1.4;
}
#casestudy-item-1-desc,
#casestudy-item-2-desc,
#casestudy-item-3-desc {
flex: 1;
line-height: 1.6;
color: var(--text-secondary);
}
.casestudy-deco {
position: absolute;
pointer-events: none;
opacity: 0.6;
}
.casestudy-deco-1 {
top: -100px;
right: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(var(--primary-300-rgb), 0.1) 0%, transparent 70%);
border-radius: var(--radius-full);
filter: blur(40px);
}
.casestudy-deco-2 {
bottom: 50%;
left: -200px;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(var(--primary-400-rgb), 0.08) 0%, transparent 70%);
border-radius: var(--radius-full);
filter: blur(50px);
}
.casestudy-deco-3 {
bottom: -100px;
right: 10%;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(var(--primary-500-rgb), 0.06) 0%, transparent 70%);
border-radius: var(--radius-full);
filter: blur(60px);
}
@media (max-width: 768px) {
.casestudy-section {
padding: var(--space-5) 0;
}
.casestudy-header {
margin-bottom: var(--space-4);
}
.casestudy-card-inner {
padding: var(--space-4) var(--space-3);
}
.casestudy-card-elevated {
transform: translateY(0);
}
.casestudy-card-elevated:hover {
transform: translateY(-4px);
}
.casestudy-deco {
opacity: 0.3;
}
.casestudy-deco-1 {
width: 300px;
height: 300px;
right: -100px;
top: -50px;
}
.casestudy-deco-2 {
width: 250px;
height: 250px;
left: -150px;
}
.casestudy-deco-3 {
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(8, 14, 23, 0.62) 0%,
rgba(11, 17, 36, 0.54) 45%,
rgba(3, 5, 11, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: auto;
}
.process-section .container {
position: relative;
z-index: 2;
}
.process-section .dark_section_title {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
font-size: clamp(2rem, 5vw, 3.5rem);
line-height: 1.1;
}
.process-section .section_section_subtitle {
color: var(--primary-500);
font-weight: 700;
font-size: clamp(1rem, 3vw, 1.25rem);
letter-spacing: 0.01em;
}
.process-section .theme_body_base {
font-size: 1.06rem;
line-height: 1.6;
color: var(--text-secondary);
}
.process-card {
position: relative;
padding: 2rem;
background: var(--bg-primary);
border: 3px solid var(--border-strong);
border-radius: var(--radius-lg);
transition: all var(--duration-base) var(--ease-out);
height: 100%;
display: flex;
flex-direction: column;
}
.process-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-500);
}
.process-card-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--primary-500);
color: var(--text-inverse);
font-weight: 900;
font-size: 1.81rem;
border-radius: var(--radius-md);
margin-bottom: 1.57rem;
letter-spacing: -0.01em;
}
.process-card h3 {
color: var(--text-primary);
line-height: 1.3;
}
.process-card p {
margin-top: auto;
color: var(--text-secondary);
}
.process-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
z-index: 1;
}
.process-decoration-1 {
top: -10%;
right: -5%;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
}
.process-decoration-2 {
bottom: -15%;
left: -10%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
}
@media (max-width: 991px) {
.process-section .dark_section_title {
font-size: 2.25rem;
}
.process-card {
padding: 1.75rem;
}
.process-card-number {
width: 52px;
height: 52px;
font-size: 1.38rem;
}
}
@media (max-width: 576px) {
.process-section {
padding: 3rem 0 !important;
}
.process-section .dark_section_title {
font-size: 1.75rem;
}
.process-section .section_section_subtitle {
font-size: 1.06rem;
}
.process-card {
padding: 1.5rem;
}
.process-card-number {
width: 48px;
height: 48px;
font-size: 1.31rem;
margin-bottom: 1rem;
}
.process-decoration-1,
.process-decoration-2 {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 19, 40, 0.62) 0%,
rgba(10, 16, 33, 0.54) 45%,
rgba(8, 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;
}
.timeline-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.5), rgba(var(--neutral-50), 0.3));
min-height: auto;
}
.timeline-header {
position: relative;
z-index: 2;
}
#timeline-title {
color: var(--text-primary);
letter-spacing: -0.5px;
}
#timeline-subtitle {
color: var(--text-secondary);
}
#timeline-desc {
max-width: 600px;
margin: 0 auto;
font-size: 1.00rem;
}
.timeline-track {
position: relative;
z-index: 2;
}
.timeline-items {
row-
column-
--bs-gutter-x: var(--space-4);
--bs-gutter-y: 0;
}
.timeline-card {
position: relative;
padding: var(--space-4);
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(12px);
border: 1px solid rgba(var(--primary-500), 0.15);
box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
transition: all var(--duration-300) var(--ease-out);
display: flex;
flex-direction: column;
min-height: 200px;
}
.timeline-card:hover {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(var(--primary-500), 0.3);
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.timeline-marker {
position: absolute;
top: -16px;
left: var(--space-4);
width: 32px;
height: 32px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: 3px solid rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 12px rgba(var(--primary-500), 0.4);
}
.timeline-content {
flex: 1;
display: flex;
flex-direction: column;
}
#timeline-item-1-title,
#timeline-item-2-title,
#timeline-item-3-title,
#timeline-item-4-title,
#timeline-item-5-title {
color: var(--text-primary);
font-weight: 600;
}
#timeline-item-1-desc,
#timeline-item-2-desc,
#timeline-item-3-desc,
#timeline-item-4-desc,
#timeline-item-5-desc {
color: var(--text-muted);
font-size: 0.81rem;
line-height: 1.6;
}
.timeline-decoration {
position: absolute;
top: 50%;
right: -10%;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(var(--primary-500), 0.08), transparent);
pointer-events: none;
z-index: 1;
}
@media (max-width: 768px) {
.timeline-section {
padding: var(--space-4) 0;
}
.timeline-header {
margin-bottom: var(--space-4);
}
#timeline-title {
font-size: 1.81rem;
}
.timeline-items {
row-
--bs-gutter-x: var(--space-3);
--bs-gutter-y: 0;
}
.timeline-card {
padding: var(--space-3);
min-height: 180px;
}
.timeline-marker {
width: 28px;
height: 28px;
top: -14px;
}
}
[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, 10, 19, 0.62) 0%,
rgba(5, 8, 18, 0.54) 45%,
rgba(9, 19, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.career-section {
position: relative;
padding: var(--space-8) var(--space-4);
min-height: auto;
background: linear-gradient(
135deg,
var(--bg-primary) 0%,
color-mix(in srgb, var(--primary-50) 60%, var(--bg-primary) 40%) 100%
);
overflow: hidden;
}
.career-container {
position: relative;
max-width: 1200px;
margin: 0 auto;
z-index: 1;
}
.career-header {
margin-bottom: var(--space-8);
max-width: 700px;
}
.career-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
letter-spacing: -0.02em;
}
.career-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-3);
font-weight: 600;
text-transform: uppercase;
font-size: 0.88rem;
letter-spacing: 0.05em;
}
.career-desc {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.career-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
margin-top: var(--space-6);
}
@media (min-width: 768px) {
.career-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-6);
}
}
@media (min-width: 1024px) {
.career-grid {
grid-template-columns: repeat(4, 1fr);
}
}
.career-item {
position: relative;
border-radius: var(--radius-lg);
background: var(--bg-secondary);
border: 1px solid var(--border-light);
transition: all var(--duration-base) var(--ease-out);
overflow: hidden;
min-height: 300px;
}
.career-item-featured {
background: linear-gradient(
135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
border-color: var(--border-medium);
box-shadow: 0 12px 32px rgba(59, 130, 246, 0.08);
}
.career-item:hover {
transform: translateY(-4px);
border-color: var(--border-medium);
}
.career-item-featured:hover {
box-shadow: 0 20px 48px rgba(65, 154, 245, 0.15);
}
.career-item-inner {
position: relative;
padding: var(--space-6);
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
z-index: 2;
}
.career-item-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
opacity: 0.6;
}
.career-item-title {
color: var(--text-primary);
margin: 0 0 var(--space-2) 0;
font-weight: 700;
letter-spacing: -0.01em;
}
.career-item-role {
color: var(--primary-500);
margin: 0 0 var(--space-3) 0;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.career-item-desc {
color: var(--text-secondary);
margin: 0;
line-height: 1.5;
font-size: 1.00rem;
}
.career-decoration {
position: absolute;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.career-blob-1 {
top: -80px;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-500) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-float 8s ease-in-out infinite;
}
.career-blob-2 {
bottom: -120px;
left: -80px;
width: 350px;
height: 350px;
background: radial-gradient(
circle,
var(--primary-300) 0%,
transparent 70%
);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: blob-float 10s ease-in-out infinite reverse;
}
@keyframes blob-float {
0%,
100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(20px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@media (max-width: 768px) {
.career-section {
padding: var(--space-6) var(--space-4);
}
.career-header {
margin-bottom: var(--space-6);
}
.career-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
.career-item {
min-height: 280px;
}
.career-item-inner {
padding: var(--space-5);
}
.career-title {
font-size: 1.69rem;
}
.career-blob-1,
.career-blob-2 {
width: 250px;
height: 250px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 13, 24, 0.62) 0%,
rgba(1, 2, 6, 0.54) 45%,
rgba(15, 27, 51, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section-classic {
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;
}
.section-header-wrapper {
position: relative;
padding: 2rem 0;
}
.decorative-line-top,
.decorative-line-bottom {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
margin: 0 auto 1.5rem;
}
.decorative-line-bottom {
margin: 1.5rem auto 0;
}
.section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.subtitle-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.67rem;
}
.decorative-dash {
width: 40px;
height: 2px;
background: var(--primary-500);
opacity: 0.6;
}
.section-subtitle {
font-size: clamp(1rem, 2vw, 1.25rem);
font-weight: 500;
color: var(--primary-700);
margin: 0;
letter-spacing: 0.02em;
}
.section-description {
font-size: 1.12rem;
line-height: 1.75;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.coreinfo-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
position: relative;
transition: all 1.24s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow:
0 4px 6px rgba(0, 0, 0, 0.04),
0 1px 3px rgba(0, 0, 0, 0.02);
overflow: hidden;
}
.coreinfo-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.94s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-card:hover {
transform: translateY(-8px);
box-shadow:
0 20px 40px rgba(0, 0, 0, 0.08),
0 8px 16px rgba(0, 0, 0, 0.04);
border-color: var(--primary-300);
}
.coreinfo-card:hover::before {
transform: scaleX(1);
}
.card-icon-wrapper {
position: relative;
width: 72px;
height: 72px;
margin-bottom: 1.64rem;
display: flex;
align-items: center;
justify-content: center;
}
.icon-background {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
border-radius: 16px;
transform: rotate(0deg);
transition: all 0.69s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-card:hover .icon-background {
transform: rotate(45deg) scale(1.1);
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-100) 100%
);
}
.card-icon-wrapper i {
font-size: 2.12rem;
color: var(--primary-700);
position: relative;
z-index: 1;
transition: all 1.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-card:hover .card-icon-wrapper i {
color: var(--primary-500);
transform: scale(1.1);
}
.card-content {
position: relative;
z-index: 1;
}
.card-title {
font-size: 1.31rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
transition: color 1.22s ease;
}
.coreinfo-card:hover .card-title {
color: var(--primary-700);
}
.card-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.card-accent-line {
position: absolute;
bottom: 0;
left: 2rem;
right: 2rem;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
opacity: 0;
transform: scaleX(0);
transition: all 0.50s cubic-bezier(0.4, 0, 0.2, 1);
}
.coreinfo-card:hover .card-accent-line {
opacity: 1;
transform: scaleX(1);
}
.decorative-shapes {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.shape-circle,
.shape-square,
.shape-triangle {
position: absolute;
opacity: 0.04;
}
.shape-circle {
border-radius: 50%;
background: var(--primary-500);
}
.shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.shape-square {
width: 150px;
height: 150px;
background: var(--primary-700);
transform: rotate(45deg);
top: 50%;
right: 10%;
animation: rotate 30s linear infinite;
}
.shape-triangle {
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 173px solid var(--primary-300);
bottom: 10%;
left: 5%;
animation: float 25s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
33% {
transform: translateY(-30px) translateX(20px);
}
66% {
transform: translateY(30px) translateX(-20px);
}
}
@keyframes rotate {
from {
transform: rotate(45deg);
}
to {
transform: rotate(405deg);
}
}
@media (max-width: 991.98px) {
.coreinfo-section-classic {
padding: 3rem 0;
}
.section-header-wrapper {
padding: 1.5rem 0;
}
.coreinfo-card {
padding: 1.75rem;
}
.card-icon-wrapper {
width: 64px;
height: 64px;
margin-bottom: 1.34rem;
}
.card-icon-wrapper i {
font-size: 1.56rem;
}
.shape-1 {
width: 200px;
height: 200px;
}
.shape-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 767.98px) {
.subtitle-wrapper {
flex-direction: column;
gap: 0.75rem;
}
.decorative-dash {
width: 60px;
}
.coreinfo-card {
padding: 1.5rem;
}
.card-title {
font-size: 1.12rem;
}
.card-description {
font-size: 0.88rem;
}
.shape-square,
.shape-triangle {
display: none;
}
}
@media (max-width: 575.98px) {
.section-description {
font-size: 0.94rem;
}
.card-icon-wrapper {
width: 56px;
height: 56px;
}
.card-icon-wrapper i {
font-size: 1.56rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-card,
.icon-background,
.card-icon-wrapper i,
.card-accent-line,
.shape-circle,
.shape-square,
.shape-triangle {
animation: none !important;
transition: none !important;
}
}
@media print {
.coreinfo-section-classic {
background: white;
}
.decorative-shapes {
display: none;
}
.coreinfo-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #e2e2e2;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 14, 33, 0.62) 0%,
rgba(4, 9, 15, 0.54) 45%,
rgba(3, 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;
}
.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.26s 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.89s ease, box-shadow 0.75s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 1.13s ease;
font-size: 1.06rem;
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 1.13s 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, #3f6dff, #2350df) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.25rem;
letter-spacing: 0.4px;
transition: all 0.62s ease;
box-shadow: 0 6px 20px rgba(50, 124, 251, 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 0.73s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(53, 140, 255, 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(53, 104, 233, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 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.02s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.90s ease;
font-size: 1.06rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.82s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 14, 25, 0.62) 0%,
rgba(1, 3, 6, 0.54) 45%,
rgba(9, 15, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-minimal {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 100%);
overflow: hidden;
}
.contact-section-minimal .decorative-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 1px, transparent 1px),
linear-gradient(90deg, color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.4;
z-index: 1;
}
.contact-section-minimal .decorative-circle-top {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent 80%), transparent);
z-index: 1;
}
.contact-section-minimal .decorative-circle-bottom {
position: absolute;
bottom: -150px;
left: -150px;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent 85%), transparent);
z-index: 1;
}
.contact-section-minimal .container {
position: relative;
z-index: 2;
}
.contact-section-minimal .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
margin-bottom: 24px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.contact-section-minimal .section-badge i {
font-size: 26px;
color: var(--light);
}
.contact-section-minimal .section-title {
font-size: 40px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.contact-section-minimal .section-subtitle {
font-size: 19px;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
}
.contact-section-minimal .section-description {
font-size: 16px;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.contact-section-minimal .contact-form-wrapper {
background: var(--surface-primary);
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px color-mix(in srgb, var(--neutral-900) 8%, transparent 92%);
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.contact-section-minimal .form-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 2px solid color-mix(in srgb, var(--primary-100) 60%, transparent 40%);
}
.contact-section-minimal .form-header i {
font-size: 34px;
color: var(--primary-500);
}
.contact-section-minimal .form-header h3 {
font-size: 23px;
font-weight: 700;
color: var(--text-primary);
margin: 0;
}
.contact-section-minimal .form-group {
margin-bottom: 0;
}
.contact-section-minimal .form-label {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 8px;
}
.contact-section-minimal .form-label i {
font-size: 17px;
color: var(--primary-500);
}
.contact-section-minimal .form-control {
border: 2px solid color-mix(in srgb, var(--neutral-300) 60%, transparent 40%);
border-radius: 12px;
padding: 14px 18px;
font-size: 14px;
color: var(--text-primary);
background: var(--surface-primary);
transition: all 1.28s ease;
}
.contact-section-minimal .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
outline: none;
}
.contact-section-minimal textarea.form-control {
resize: vertical;
min-height: 120px;
}
.contact-section-minimal .form-check {
padding-left: 0;
display: flex;
gap: 12px;
}
.contact-section-minimal .form-check-input {
width: 20px;
height: 20px;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
flex-shrink: 0;
margin-top: 2px;
}
.contact-section-minimal .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-minimal .form-check-label {
font-size: 14px;
color: var(--text-secondary);
line-height: 1.5;
cursor: pointer;
}
.contact-section-minimal .btn-submit {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 12px !important;
width: 100% !important;
padding: 16px 32px !important;
font-size: 16px !important;
font-weight: 600 !important;
color: var(--light) !important;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700)) !important;
border: none !important;
border-radius: 12px !important;
transition: all 0.83s ease !important;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%) !important;
}
.contact-section-minimal .btn-submit:hover {
transform: translateY(-2px) !important;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%) !important;
}
.contact-section-minimal .btn-submit i {
font-size: 20px;
transition: transform 0.87s ease;
}
.contact-section-minimal .btn-submit:hover i {
transform: translateX(4px);
}
.contact-section-minimal .contact-info-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
padding: 40px;
color: var(--light);
box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-700) 30%, transparent 70%);
height: 100%;
}
.contact-section-minimal .info-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 2px solid color-mix(in srgb, var(--light) 20%, transparent 80%);
}
.contact-section-minimal .info-header i {
font-size: 30px;
color: var(--light);
}
.contact-section-minimal .info-header h3 {
font-size: 22px;
font-weight: 700;
color: var(--light);
margin: 0;
}
.contact-section-minimal .contact-info-list {
display: flex;
flex-direction: column;
gap: 28px;
margin-bottom: 40px;
}
.contact-section-minimal .info-item {
display: flex;
gap: 20px;
}
.contact-section-minimal .info-icon {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
border-radius: 12px;
backdrop-filter: blur(10px);
}
.contact-section-minimal .info-icon i {
font-size: 24px;
color: var(--light);
}
.contact-section-minimal .info-content h4 {
font-size: 15px;
font-weight: 600;
color: var(--light);
margin-bottom: 8px;
}
.contact-section-minimal .info-content p {
font-size: 14px;
line-height: 1.6;
color: color-mix(in srgb, var(--light) 90%, transparent 10%);
margin: 0;
}
.contact-section-minimal .social-icons-decorative {
display: flex;
gap: 16px;
padding-top: 32px;
border-top: 2px solid color-mix(in srgb, var(--light) 20%, transparent 80%);
}
.contact-section-minimal .social-icon {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
border-radius: 10px;
transition: all 0.48s ease;
cursor: pointer;
backdrop-filter: blur(10px);
}
.contact-section-minimal .social-icon i {
font-size: 19px;
color: var(--light);
}
.contact-section-minimal .social-icon:hover {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
transform: translateY(-4px);
}
@media (max-width: 991px) {
.contact-section-minimal {
padding: 70px 0;
}
.contact-section-minimal .section-title {
font-size: 36px;
}
.contact-section-minimal .contact-form-wrapper,
.contact-section-minimal .contact-info-wrapper {
padding: 32px 24px;
}
.contact-section-minimal .contact-info-wrapper {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.contact-section-minimal {
padding: 60px 0;
}
.contact-section-minimal .section-title {
font-size: 32px;
}
.contact-section-minimal .section-subtitle {
font-size: 18px;
}
.contact-section-minimal .contact-form-wrapper,
.contact-section-minimal .contact-info-wrapper {
padding: 28px 20px;
}
.contact-section-minimal .form-header h3,
.contact-section-minimal .info-header h3 {
font-size: 21px;
}
}
@media (max-width: 575px) {
.contact-section-minimal .section-title {
font-size: 27px;
}
.contact-section-minimal .social-icons-decorative {
flex-wrap: wrap;
}
}
[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, 25, 42, 0.62) 0%,
rgba(12, 22, 47, 0.54) 45%,
rgba(9, 12, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-minimal {
overflow-x: hidden !important;
}
.blog-section-primary {
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;
}
.blog-section-primary .section-header-wrapper {
position: relative;
z-index: 2;
}
.blog-section-primary .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.blog-section-primary .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.blog-section-primary .decorative-dots .dot:nth-child(2) {
animation-delay: 0.47s;
background: var(--primary-700);
}
.blog-section-primary .decorative-dots .dot:nth-child(3) {
animation-delay: 0.89s;
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.3); opacity: 0.7; }
}
.blog-section-primary .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.blog-section-primary .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1rem;
}
.blog-section-primary .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.blog-section-primary .blog-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
position: relative;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 1.09s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.blog-section-primary .blog-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 1.34s ease;
}
.blog-section-primary .blog-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.blog-section-primary .blog-card:hover::before {
transform: scaleX(1);
}
.blog-section-primary .card-header-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.63rem;
}
.blog-section-primary .icon-container {
width: 60px;
height: 60px;
border-radius: 12px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.71s ease;
}
.blog-section-primary .icon-container i {
font-size: 1.88rem;
color: var(--light);
}
.blog-section-primary .blog-card:hover .icon-container {
transform: scale(1.1) rotate(5deg);
}
.blog-section-primary .category-badge {
width: 40px;
height: 40px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-100) 70%, var(--primary-300) 30%);
display: flex;
align-items: center;
justify-content: center;
}
.blog-section-primary .category-badge i {
font-size: 1.12rem;
color: var(--primary-700);
}
.blog-section-primary .card-content {
position: relative;
z-index: 2;
}
.blog-section-primary .blog-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.4;
margin-bottom: 1rem;
transition: color 1.22s ease;
}
.blog-section-primary .blog-card:hover .blog-title {
color: var(--primary-700);
}
.blog-section-primary .blog-excerpt {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 1.59rem;
}
.blog-section-primary .card-footer-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.42rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.blog-section-primary .meta-info {
display: flex;
gap: 1rem;
align-items: center;
}
.blog-section-primary .meta-info span {
width: 32px;
height: 32px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
display: flex;
align-items: center;
justify-content: center;
}
.blog-section-primary .meta-info i {
font-size: 0.94rem;
color: var(--primary-700);
}
.blog-section-primary .read-more-link {
font-size: 0.88rem;
font-weight: 600;
color: var(--primary-700);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: all 1.11s ease;
}
.blog-section-primary .read-more-link i {
transition: transform 0.91s ease;
}
.blog-section-primary .read-more-link:hover {
color: var(--primary-500);
gap: 0.75rem;
}
.blog-section-primary .read-more-link:hover i {
transform: translateX(4px);
}
.blog-section-primary .decorative-corner {
position: absolute;
width: 30px;
height: 30px;
opacity: 0;
transition: opacity 0.58s ease;
}
.blog-section-primary .decorative-corner.top-left {
top: 0;
left: 0;
border-top: 3px solid var(--primary-500);
border-left: 3px solid var(--primary-500);
border-top-left-radius: 16px;
}
.blog-section-primary .decorative-corner.bottom-right {
bottom: 0;
right: 0;
border-bottom: 3px solid var(--primary-500);
border-right: 3px solid var(--primary-500);
border-bottom-right-radius: 16px;
}
.blog-section-primary .blog-card:hover .decorative-corner {
opacity: 1;
}
.blog-section-primary .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.blog-section-primary .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
animation: float 20s ease-in-out infinite;
}
.blog-section-primary .floating-shape.shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
right: -100px;
animation-delay: 0s;
}
.blog-section-primary .floating-shape.shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 20%;
left: -50px;
animation-delay: 5s;
}
.blog-section-primary .floating-shape.shape-3 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 50%;
left: 50%;
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991px) {
.blog-section-primary .section-title {
font-size: 2.06rem;
}
.blog-section-primary .section-subtitle {
font-size: 1.12rem;
}
.blog-section-primary .blog-card {
padding: 1.5rem;
}
}
@media (max-width: 767px) {
.blog-section-primary {
padding: 3rem 0;
}
.blog-section-primary .section-title {
font-size: 1.88rem;
}
.blog-section-primary .blog-title {
font-size: 1.06rem;
}
.blog-section-primary .icon-container {
width: 50px;
height: 50px;
}
.blog-section-primary .icon-container i {
font-size: 1.44rem;
}
.blog-section-primary .card-footer-wrapper {
flex-direction: column;
gap: 1rem;
align-items: flex-start;
}
.blog-section-primary .floating-shape {
display: none;
}
}
@media (max-width: 575px) {
.blog-section-primary .blog-card {
padding: 1.25rem;
}
.blog-section-primary .section-description {
font-size: 1.00rem;
}
.blog-section-primary .blog-excerpt {
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(6, 13, 21, 0.62) 0%,
rgba(1, 1, 3, 0.54) 45%,
rgba(2, 4, 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;
}
.blog-section-primary {
overflow-x: hidden !important;
}
.faq-section-standard {
min-height: 100vh;
display: flex;
align-items: center;
background: var(--light);
position: relative;
overflow: hidden;
padding: 0;
}
.faq-section-standard .container-fluid {
height: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 3rem 4rem;
}
.faq-section-standard .row {
height: 100%;
}
.faq-header-col {
display: flex;
align-items: center;
padding-right: 4rem;
border-right: 1px solid var(--neutral-300);
}
.faq-header {
max-width: 400px;
}
.faq-title {
font-size: 2.44rem;
font-weight: 700;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.02em;
}
.faq-subtitle {
font-size: 1.06rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.74rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.faq-description {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 2rem;
}
.decorative-line {
width: 80px;
height: 1px;
background: var(--primary-500);
margin-top: 2rem;
}
.faq-content-col {
display: flex;
align-items: center;
padding-left: 4rem;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem 3rem;
width: 100%;
max-height: 80vh;
overflow-y: auto;
padding-right: 1rem;
}
.faq-grid::-webkit-scrollbar {
width: 2px;
}
.faq-grid::-webkit-scrollbar-track {
background: var(--neutral-100);
}
.faq-grid::-webkit-scrollbar-thumb {
background: var(--primary-500);
}
.faq-item {
position: relative;
padding: 1.5rem 0;
border-top: 1px solid var(--neutral-300);
}
.faq-number {
font-size: 0.81rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 0.1em;
margin-bottom: 1.00rem;
font-family: 'Courier New', monospace;
}
.faq-question {
font-size: 1.06rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.96rem;
line-height: 1.4;
}
.faq-answer {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
}
.swiss-grid-lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.grid-line {
position: absolute;
background: var(--neutral-300);
}
.grid-line.vertical {
width: 1px;
height: 100%;
left: 33.333%;
top: 0;
opacity: 0.3;
}
.grid-line.horizontal {
width: 100%;
height: 1px;
top: 50%;
left: 0;
opacity: 0.3;
}
@media (max-width: 1199px) {
.faq-section-standard .container-fluid {
padding: 2.5rem 3rem;
}
.faq-header-col {
padding-right: 3rem;
}
.faq-content-col {
padding-left: 3rem;
}
.faq-title {
font-size: 2.31rem;
}
.faq-grid {
gap: 1.5rem 2.5rem;
}
}
@media (max-width: 991px) {
.faq-section-standard {
min-height: auto;
max-height: none;
padding: 4rem 0;
}
.faq-section-standard .container-fluid {
height: auto;
padding: 2rem;
}
.faq-header-col {
border-right: none;
border-bottom: 1px solid var(--neutral-300);
padding-right: 0;
padding-bottom: 3rem;
margin-bottom: 3rem;
}
.faq-content-col {
padding-left: 0;
}
.faq-grid {
max-height: none;
overflow-y: visible;
}
.faq-title {
font-size: 1.94rem;
}
}
@media (max-width: 767px) {
.faq-section-standard {
padding: 3rem 0;
}
.faq-section-standard .container-fluid {
padding: 1.5rem;
}
.faq-header-col {
padding-bottom: 2rem;
margin-bottom: 2rem;
}
.faq-header {
max-width: 100%;
}
.faq-title {
font-size: 1.81rem;
}
.faq-subtitle {
font-size: 0.94rem;
}
.faq-description {
font-size: 0.88rem;
}
.faq-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
padding-right: 0;
}
.faq-item {
padding: 1.25rem 0;
}
.faq-question {
font-size: 1.06rem;
}
.faq-answer {
font-size: 0.94rem;
}
.swiss-grid-lines {
display: none;
}
}
@media (max-width: 575px) {
.faq-title {
font-size: 1.62rem;
}
.faq-subtitle {
font-size: 0.94rem;
}
.decorative-line {
width: 60px;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-standard * {
animation: none !important;
transition: none !important;
}
}
@media (prefers-contrast: high) {
.faq-item {
border-top-width: 2px;
}
.grid-line {
opacity: 0.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(8, 14, 21, 0.62) 0%,
rgba(6, 10, 16, 0.54) 45%,
rgba(13, 30, 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;
}
.faq-section-standard {
overflow-x: hidden !important;
}
.footer-primary {
position: relative;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--light);
padding-top: 80px;
padding-bottom: 40px;
overflow: hidden;
}
.footer-decorative-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
overflow: hidden;
pointer-events: none;}
.wave-pattern {
position: absolute;
top: -30px;
left: 0;
width: 200%;
height: 100px;
background: linear-gradient(90deg,
transparent 0%,
color-mix(in srgb, var(--light) 10%, transparent) 25%,
transparent 50%,
color-mix(in srgb, var(--light) 10%, transparent) 75%,
transparent 100%
);
animation: waveSlide 15s linear infinite;
pointer-events: none;}
@keyframes waveSlide {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.footer-main-content {
position: relative;
z-index: 2;
margin-bottom: 50px;
}
.footer-brand-section {
padding-right: 20px;
}
.footer-brand-title {
font-size: 26px;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
line-height: 1.3;
}
.footer-brand-description {
font-size: 14px;
line-height: 1.7;
color: color-mix(in srgb, var(--light) 85%, transparent);
margin-bottom: 25px;
}
.footer-decorative-icons {
display: flex;
gap: 15px;
font-size: 24px;
color: color-mix(in srgb, var(--light) 60%, transparent);
}
.footer-decorative-icons i {
transition: all 0.74s ease;
}
.footer-decorative-icons i:hover {
color: var(--light);
transform: translateY(-3px) scale(1.1);
}
.footer-links-section {padding: 0 15px;
}
.footer-section-title {
font-size: 18px;
font-weight: 600;
color: var(--light);
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.footer-links-decorative-line {background: color-mix(in srgb, var(--light) 70%, transparent);
margin-bottom: 25px;
border-radius: 2px;
}
.footer-links-list {list-style: none;
padding: 0;
margin: 0;
}
.footer-link-item {margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
transition: all 1.15s ease;
}
.footer-link-item i {font-size: 12px;
color: color-mix(in srgb, var(--light) 60%, transparent);
transition: all 0.66s ease;
}
.footer-link-item a {color: color-mix(in srgb, var(--light) 85%, transparent);
text-decoration: none;
font-size: 16px;
transition: all 1.13s ease;
}
.footer-link-item:hover {padding-left: 5px;
}
.footer-link-item:hover i {color: var(--light);
transform: translateX(3px);
}
.footer-link-item:hover a {color: var(--light);
}
.footer-contact-section {
padding: 0 15px;
}
.footer-contact-items {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-contact-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: color-mix(in srgb, var(--light) 10%, transparent);
border-radius: 10px;
transition: all 0.47s ease;
}
.footer-contact-item:hover {
background: color-mix(in srgb, var(--light) 15%, transparent);
transform: translateX(5px);
}
.contact-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--light) 20%, transparent);
border-radius: 8px;
color: var(--light);
font-size: 18px;
}
.contact-info {
flex: 1;
}
.contact-info a,
.contact-info p {
color: color-mix(in srgb, var(--light) 90%, transparent);
text-decoration: none;
font-size: 14px;
line-height: 1.6;
margin: 0;
transition: all 0.92s ease;
}
.contact-info a:hover {
color: var(--light);
}
.footer-disclaimer-row {position: relative;
z-index: 2;
margin-bottom: 30px;
}
.footer-disclaimer-wrapper {position: relative;
padding: 25px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
}
.disclaimer-decorative-element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
color-mix(in srgb, var(--light) 40%, transparent) 50%,
transparent 100%
);
border-radius: 12px 12px 0 0;
pointer-events: none;}
.footer-disclaimer-text {font-size: 12px;
line-height: 1.7;
color: color-mix(in srgb, var(--light) 70%, transparent);
margin: 0;
text-align: center;
}
.footer-copyright-row {position: relative;
z-index: 2;
padding-top: 30px;
border-top: 1px solid color-mix(in srgb, var(--light) 20%, transparent);
}
.footer-copyright-wrapper {display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.copyright-decorative-dots {
display: flex;
gap: 8px;
}
.copyright-decorative-dots .dot {
width: 6px;
height: 6px;
background: color-mix(in srgb, var(--light) 50%, transparent);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
.copyright-decorative-dots .dot:nth-child(2) {
animation-delay: 0.69s;
}
.copyright-decorative-dots .dot:nth-child(3) {
animation-delay: 1.15s;
}
@keyframes dotPulse {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 1; transform: scale(1.3); }
}
.footer-copyright-text {font-size: 14px;
color: color-mix(in srgb, var(--light) 80%, transparent);
margin: 0;
text-align: center;
}
.footer-decorative-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 200px;
pointer-events: none;
overflow: hidden;
}
.decorative-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--light) 8%, transparent);
animation: floatCircle 20s ease-in-out infinite;
pointer-events: none;}
.decorative-circle.circle-1 {
width: 150px;
height: 150px;
bottom: -75px;
left: 10%;
animation-delay: 0s;
}
.decorative-circle.circle-2 {
width: 200px;
height: 200px;
bottom: -100px;
right: 15%;
animation-delay: 3s;
}
.decorative-circle.circle-3 {
width: 120px;
height: 120px;
bottom: -60px;
left: 50%;
animation-delay: 6s;
}
@keyframes floatCircle {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.1); }
}
@media (max-width: 991px) {
.footer-primary {
padding-top: 60px;
}
.footer-brand-section {
padding-right: 0;
margin-bottom: 20px;
}
.footer-links-section {margin-bottom: 20px;
}
.footer-brand-title {
font-size: 22px;
}
.footer-main-content {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.footer-primary {
padding-top: 50px;
padding-bottom: 30px;
}
.footer-brand-title {
font-size: 21px;
}
.footer-section-title {
font-size: 17px;
}
.footer-disclaimer-wrapper {padding: 20px;
}
.footer-disclaimer-text {font-size: 12px;
}
.footer-copyright-wrapper {gap: 15px;
}
.copyright-decorative-dots {
display: none;
}
.footer-contact-item {
padding: 12px;
}
.contact-icon {
width: 35px;
height: 35px;
font-size: 16px;
}
.decorative-circle {
display: none;
}
}
@media (max-width: 575px) {
.footer-brand-description {
font-size: 13px;
}
.footer-link-item a,
.contact-info a,
.contact-info p {font-size: 15px;
}
.footer-copyright-text {font-size: 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(7, 15, 29, 0.62) 0%,
rgba(10, 19, 51, 0.54) 45%,
rgba(4, 6, 14, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.footer-primary {
overflow-x: hidden !important;
}
.additional-universal-section.v-056 {
position: relative;
padding: 100px 0;
background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
overflow: hidden;
}
.v-056 .section-header {
position: relative;
z-index: 2;
}
.v-056 .header-badge {
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 30px;
}
.v-056 .header-badge i {
font-size: 29px;
color: var(--light);
}
.v-056 .section-title {
font-size: 2.62rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-056 .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-056 .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-056 .timeline-wrapper {
position: relative;
max-width: 1000px;
margin: 60px auto 0;
padding: 40px 0;
z-index: 2;
}
.v-056 .timeline-line {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 100%;
background: linear-gradient(to bottom, var(--primary-300), var(--primary-500), var(--primary-300));
border-radius: 2px;
}
.v-056 .timeline-item {
position: relative;
margin-bottom: 80px;
display: flex;
}
.v-056 .timeline-item:last-child {
margin-bottom: 0;
}
.v-056 .timeline-item.left {
justify-content: flex-start;
padding-right: calc(50% + 50px);
}
.v-056 .timeline-item.right {
justify-content: flex-end;
padding-left: calc(50% + 50px);
}
.v-056 .timeline-content {
position: relative;
display: flex;
align-items: flex-start;
gap: 20px;
}
.v-056 .timeline-item.left .timeline-content {
flex-direction: row;
}
.v-056 .timeline-item.right .timeline-content {
flex-direction: row-reverse;
}
.v-056 .timeline-icon {
width: 64px;
height: 64px;
background: var(--light);
border: 4px solid var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
z-index: 3;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.v-056 .timeline-icon i {
font-size: 29px;
color: var(--primary-500);
}
.v-056 .timeline-icon.large {
width: 80px;
height: 80px;
border-width: 5px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-color: var(--primary-700);
}
.v-056 .timeline-icon.large i {
font-size: 37px;
color: var(--light);
}
.v-056 .content-box {
flex: 1;
background: var(--light);
padding: 32px;
border-radius: 16px;
position: relative;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.v-056 .content-box:hover {
transform: translateY(-6px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.v-056 .content-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.v-056 .timeline-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.v-056 .timeline-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-056 .timeline-item.featured .content-box {
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-500) 95%, var(--light) 5%), color-mix(in srgb, var(--primary-700) 95%, var(--light) 5%));
padding: 40px;
}
.v-056 .timeline-item.featured .timeline-title {
color: var(--light);
font-size: 1.88rem;
}
.v-056 .timeline-item.featured .timeline-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.06rem;
}
.v-056 .timeline-item.featured .content-box::before {
background: color-mix(in srgb, var(--light) 30%, transparent 70%);
}
.v-056 .timeline-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
border-radius: 50%;
pointer-events: none;
}
.v-056 .timeline-decoration.featured-deco {
background: color-mix(in srgb, var(--light) 15%, transparent 85%);
}
.v-056 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-056 .deco-leaf {
position: absolute;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 0 80% 0 80%;
animation: leaf-sway 15s ease-in-out infinite;
}
.v-056 .deco-leaf.leaf-1 {
top: 15%;
left: 5%;
}
.v-056 .deco-leaf.leaf-2 {
bottom: 20%;
right: 8%;
transform: rotate(180deg);
}
@keyframes leaf-sway {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(10deg);
}
}
.v-056 .deco-circle {
position: absolute;
top: 40%;
right: 10%;
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent 95%);
border-radius: 50%;
}
@media (max-width: 991px) {
.v-056 {
padding: 80px 0;
}
.v-056 .section-title {
font-size: 2.31rem;
}
.v-056 .section-subtitle {
font-size: 1.19rem;
}
.v-056 .timeline-wrapper {
padding: 20px 0;
}
.v-056 .timeline-line {
left: 32px;
}
.v-056 .timeline-item.left,
.v-056 .timeline-item.right {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.v-056 .timeline-item.left .timeline-content,
.v-056 .timeline-item.right .timeline-content {
flex-direction: row;
}
.v-056 .timeline-item {
margin-bottom: 60px;
}
.v-056 .content-box {
padding: 28px;
}
.v-056 .timeline-item.featured .content-box {
padding: 32px;
}
}
@media (max-width: 767px) {
.v-056 {
padding: 60px 0;
}
.v-056 .section-title {
font-size: 1.81rem;
}
.v-056 .section-subtitle {
font-size: 1.00rem;
}
.v-056 .section-description {
font-size: 1.00rem;
}
.v-056 .header-badge {
width: 64px;
height: 64px;
}
.v-056 .header-badge i {
font-size: 22px;
}
.v-056 .timeline-item {
margin-bottom: 40px;
}
.v-056 .timeline-icon {
width: 56px;
height: 56px;
}
.v-056 .timeline-icon i {
font-size: 25px;
}
.v-056 .timeline-icon.large {
width: 64px;
height: 64px;
}
.v-056 .timeline-icon.large i {
font-size: 27px;
}
.v-056 .content-box {
padding: 24px;
}
.v-056 .timeline-item.featured .content-box {
padding: 28px;
}
.v-056 .timeline-title {
font-size: 1.25rem;
}
.v-056 .timeline-item.featured .timeline-title {
font-size: 1.56rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 20, 43, 0.62) 0%,
rgba(11, 21, 32, 0.54) 45%,
rgba(6, 15, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-style {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-style #a4e2e4_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-style #9de6ea_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-style #90ced1_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-style .content-sections {
position: relative;
z-index: 1;
}
.additional-universal-style .decorative-accent {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
color: var(--primary-500);
font-size: 1.88rem;
transition: all 0.88s ease;
}
.additional-universal-style .content-sections h3 {
color: var(--text-primary);
transition: color 0.55s ease;
}
.additional-universal-style .content-sections p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.94rem;
}
.additional-universal-style .visual-placeholder {
position: relative;
height: 350px;
border-radius: 16px;
background: color-mix(in srgb, var(--primary-500) 5%, var(--neutral-50));
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: transform 1.28s ease;
}
.additional-universal-style .visual-placeholder:hover {
transform: translateY(-5px);
}
.additional-universal-style .placeholder-shape {
position: absolute;
width: 200px;
height: 200px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
filter: blur(40px);
animation: float-v079 6s ease-in-out infinite;
}
.additional-universal-style .visual-placeholder > i {
position: relative;
z-index: 2;
font-size: 3.00rem;
color: var(--primary-500);
opacity: 0.3;
}
.additional-universal-style .bg-decoration {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.3;
pointer-events: none;
}
.additional-universal-style .decoration-1 {
top: 10%;
left: -5%;
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-300) 40%, transparent);
animation: float-v079 10s ease-in-out infinite;
}
.additional-universal-style .decoration-2 {
bottom: 10%;
right: -5%;
width: 350px;
height: 350px;
background: color-mix(in srgb, var(--primary-500) 30%, transparent);
animation: float-v079 12s ease-in-out infinite reverse;
}
@keyframes float-v079 {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-20px) translateX(20px);
}
}
@media (max-width: 991.98px) {
.additional-universal-style .visual-placeholder {
height: 280px;
}
.additional-universal-style .visual-placeholder > i {
font-size: 3.00rem;
}
.additional-universal-style .decorative-accent {
width: 50px;
height: 50px;
font-size: 1.38rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-style #bedcda_page_1_sec_1_title {
font-size: 2.00rem;
}
.additional-universal-style .visual-placeholder {
height: 220px;
}
.additional-universal-style .visual-placeholder > i {
font-size: 3.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(11, 23, 44, 0.62) 0%,
rgba(3, 4, 7, 0.54) 45%,
rgba(1, 2, 4, 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: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
overflow: hidden;
}
.additional-universal-section .section-header {
max-width: 900px;
margin: 0 auto;
}
.additional-universal-section .section-main-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--primary-700);
line-height: 1.2;
margin-bottom: 1rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-600);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.8;
max-width: 800px;
}
.additional-universal-section .timeline-container {
position: relative;
max-width: 1100px;
margin: 4rem auto 0;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
border-radius: 2px;
}
.additional-universal-section .timeline-item {
position: relative;
margin-bottom: 4rem;
width: 100%;
}
.additional-universal-section .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-section .timeline-content {
display: flex;
align-items: center;
gap: 2rem;
}
.additional-universal-section .timeline-left .timeline-content {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.additional-universal-section .timeline-right .timeline-content {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
flex-direction: row-reverse;
}
.additional-universal-section .timeline-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 10;
border: 5px solid #ffffff;
transition: all 0.98s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .timeline-item:hover .timeline-icon {
transform: translateX(-50%) scale(1.15);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.additional-universal-section .timeline-icon i {
font-size: 2.06rem;
color: #ffffff;
}
.additional-universal-section .timeline-card {
background: #ffffff;
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
position: relative;
transition: all 1.17s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
flex: 1;
max-width: 500px;
}
.additional-universal-section .timeline-item:hover .timeline-card {
transform: scale(1.03);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-800);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .timeline-badge {
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
top: 2.5rem;
}
.additional-universal-section .timeline-left .timeline-badge {
right: -28px;
}
.additional-universal-section .timeline-right .timeline-badge {
left: -28px;
}
.additional-universal-section .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.06;
z-index: 0;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-section .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-400);
top: 10%;
left: -5%;
}
.additional-universal-section .blob-2 {
width: 350px;
height: 350px;
background: var(--secondary-400);
top: 50%;
right: -5%;
}
.additional-universal-section .blob-3 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 10%;
left: 15%;
}
@media (max-width: 992px) {
.additional-universal-section .timeline-line {
left: 40px;
}
.timeline-left .timeline-content,
.additional-universal-section .timeline-right .timeline-content {
justify-content: flex-start;
padding-left: 100px;
padding-right: 0;
flex-direction: row;
}
.additional-universal-section .timeline-icon {
left: 40px;
}
.additional-universal-section .timeline-item:hover .timeline-icon {
transform: translateX(0) scale(1.15);
}
.timeline-left .timeline-badge,
.additional-universal-section .timeline-right .timeline-badge {
left: auto;
right: -28px;
}
}
@media (max-width: 768px) {
.additional-universal-section .section-main-title {
font-size: 2.06rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
}
.additional-universal-section .timeline-container {
margin-top: 3rem;
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
border-width: 4px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.56rem;
}
.additional-universal-section .timeline-card {
padding: 2rem;
max-width: 100%;
}
.additional-universal-section .timeline-title {
font-size: 1.19rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
}
@media (max-width: 576px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-main-title {
font-size: 1.81rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-section .timeline-line {
left: 30px;
}
.additional-universal-section .timeline-icon {
left: 30px;
width: 50px;
height: 50px;
border-width: 3px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.31rem;
}
.timeline-left .timeline-content,
.additional-universal-section .timeline-right .timeline-content {
padding-left: 80px;
}
.additional-universal-section .timeline-card {
padding: 1.5rem;
}
.additional-universal-section .timeline-badge {
width: 10px;
height: 10px;
right: -25px;
}
}
[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, 6, 0.62) 0%,
rgba(12, 22, 36, 0.54) 45%,
rgba(10, 17, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.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: 800px;
margin: 0 auto;
}
.additional-universal-section .content-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
transition: all 0.57s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.additional-universal-section .content-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.additional-universal-section .content-card-large {
background: linear-gradient(135deg,
var(--surface-secondary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%) 100%);
}
.card-icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.56rem;
transition: transform 0.60s ease;
}
.additional-universal-section .content-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 2.19rem;
color: var(--light);
}
.card-title {
font-size: 1.62rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.card-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.6;
}
.additional-universal-section .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
top: 10%;
left: -100px;
}
.additional-universal-section .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
bottom: 15%;
right: -80px;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 1.81rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.38rem;
}
.additional-universal-section .content-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 56px;
height: 56px;
}
.card-icon-wrapper i {
font-size: 1.69rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-card {
padding: 1.25rem;
}
.card-title {
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(13, 17, 35, 0.62) 0%,
rgba(15, 28, 43, 0.54) 45%,
rgba(6, 17, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-063 {
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
position: relative;
overflow: hidden;
}
.v-063 .section-header {
max-width: 800px;
margin: 0 auto 80px;
}
.v-063 .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.v-063 .accent-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.v-063 .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}
.v-063 .section-title {
font-size: 2.50rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-063 .section-subtitle {
font-size: 1.56rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-063 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-063 .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 40px 0;
}
.v-063 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent);
transform: translateX(-50%);
z-index: 1;
}
.v-063 .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
z-index: 2;
}
.v-063 .timeline-item:last-child {
margin-bottom: 0;
}
.v-063 .timeline-item:nth-child(odd) {
flex-direction: row;
}
.v-063 .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.v-063 .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.v-063 .marker-dot {
width: 24px;
height: 24px;
background: white;
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}
.v-063 .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: markerPulse 2s ease-out infinite;
}
.v-063 .timeline-content {
width: calc(50% - 60px);
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 35px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: all 0.67s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.v-063 .timeline-content::before {
content: '';
position: absolute;
top: 50%;
width: 30px;
height: 2px;
background: var(--primary-300);
}
.v-063 .timeline-item:nth-child(odd) .timeline-content {
margin-right: auto;
text-align: right;
}
.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
right: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-item:nth-child(even) .timeline-content {
margin-left: auto;
text-align: left;
}
.v-063 .timeline-item:nth-child(even) .timeline-content::before {
left: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.v-063 .timeline-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, white),
color-mix(in srgb, var(--primary-300) 10%, white));
border-radius: 14px;
margin-bottom: 20px;
transition: all 0.66s ease;
}
.v-063 .timeline-icon i {
font-size: 29px;
color: var(--primary-500);
transition: transform 0.41s ease;
}
.v-063 .timeline-content:hover .timeline-icon {
background: var(--primary-500);
}
.v-063 .timeline-content:hover .timeline-icon i {
color: white;
transform: scale(1.1) rotate(5deg);
}
.v-063 .timeline-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-063 .timeline-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-063 .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.v-063 .deco-shape {
position: absolute;
opacity: 0.08;
}
.v-063 .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 60%);
top: 5%;
right: 5%;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphShape 20s ease-in-out infinite;
}
.v-063 .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700), transparent 60%);
bottom: 10%;
left: 5%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morphShape 25s ease-in-out infinite reverse;
}
.v-063 .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 60%);
top: 50%;
right: 10%;
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
animation: float 18s ease-in-out infinite;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
@keyframes markerPulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes morphShape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: rotate(90deg);
}
50% {
border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
75% {
border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
transform: rotate(270deg);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(20px, -20px);
}
66% {
transform: translate(-15px, 15px);
}
}
@media (max-width: 991px) {
.v-063 {
padding: 80px 0;
}
.v-063 .section-title {
font-size: 2.12rem;
}
.v-063 .section-subtitle {
font-size: 1.19rem;
}
.v-063 .timeline-title {
font-size: 1.44rem;
}
}
@media (max-width: 767px) {
.v-063 {
padding: 60px 0;
}
.v-063 .section-title {
font-size: 1.88rem;
}
.v-063 .section-subtitle {
font-size: 1.06rem;
}
.v-063 .section-header {
margin-bottom: 60px;
}
.v-063 .timeline-line {
left: 30px;
}
.v-063 .timeline-item,
.v-063 .timeline-item:nth-child(even) {
flex-direction: column;
align-items: flex-start;
padding-left: 70px;
}
.v-063 .timeline-marker {
left: 30px;
top: 20px;
transform: translateX(-50%);
}
.v-063 .timeline-content,
.v-063 .timeline-item:nth-child(odd) .timeline-content,
.v-063 .timeline-item:nth-child(even) .timeline-content {
width: 100%;
text-align: left;
margin: 0;
}
.v-063 .timeline-content::before {
display: none;
}
.v-063 .timeline-title {
font-size: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 22, 50, 0.62) 0%,
rgba(8, 14, 27, 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;
}
.additional-universal-section.v-058 {
position: relative;
padding: 100px 0;
background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.v-058 .section-header {
position: relative;
z-index: 2;
}
.v-058 .header-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
}
.v-058 .header-decoration {
width: 60px;
height: 3px;
background: linear-gradient(to right, transparent, var(--primary-500));
}
.v-058 .header-decoration.left {
background: linear-gradient(to left, var(--primary-500), transparent);
}
.v-058 .header-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.v-058 .header-icon i {
font-size: 34px;
color: var(--light);
}
.v-058 .section-title {
font-size: 3.00rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-058 .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-058 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-058 .masonry-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-rows: 200px;
gap: 24px;
position: relative;
z-index: 2;
}
.v-058 .masonry-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 32px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.68s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-058 .masonry-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}
.v-058 .masonry-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transition: transform 0.58s ease;
}
.v-058 .masonry-card:hover::before {
transform: scaleX(1);
}
.v-058 .masonry-card.card-standard {
grid-row: span 2;
}
.v-058 .masonry-card.card-wide {
grid-column: span 2;
grid-row: span 2;
}
.v-058 .masonry-card.card-tall {
grid-row: span 3;
}
.v-058 .card-icon-box {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
z-index: 2;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.v-058 .card-icon-box i {
font-size: 30px;
color: var(--light);
}
.v-058 .card-icon-box.large {
width: 76px;
height: 76px;
margin-bottom: 24px;
}
.v-058 .card-icon-box.large i {
font-size: 35px;
}
.v-058 .card-content {
position: relative;
z-index: 2;
}
.v-058 .card-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
}
.v-058 .card-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-058 .masonry-card.featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
padding: 40px;
}
.v-058 .masonry-card.featured .card-title {
color: var(--light);
font-size: 1.88rem;
}
.v-058 .masonry-card.featured .card-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.19rem;
}
.v-058 .masonry-card.featured .card-icon-box {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
}
.v-058 .masonry-card.featured::before {
background: color-mix(in srgb, var(--light) 30%, transparent 70%);
transform: scaleX(1);
}
.v-058 .featured-glow {
position: absolute;
bottom: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
pointer-events: none;
}
.v-058 .card-pattern {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 50%;
pointer-events: none;
}
.v-058 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-058 .deco-organic {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.v-058 .deco-organic.organic-1 {
width: 400px;
height: 400px;
top: 5%;
left: -150px;
animation: organic-float 25s ease-in-out infinite;
}
.v-058 .deco-organic.organic-2 {
width: 350px;
height: 350px;
bottom: 10%;
right: -120px;
animation: organic-float 30s ease-in-out infinite reverse;
}
@keyframes organic-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
33% {
transform: translate(30px, -20px) rotate(120deg);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
}
66% {
transform: translate(-20px, 30px) rotate(240deg);
border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
}
}
.v-058 .deco-texture {
position: absolute;
top: 20%;
right: 10%;
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
);
}
@media (max-width: 991px) {
.v-058 {
padding: 80px 0;
}
.v-058 .section-title {
font-size: 2.31rem;
}
.v-058 .section-subtitle {
font-size: 1.12rem;
}
.v-058 .masonry-grid {
grid-template-columns: 1fr;
grid-auto-rows: auto;
}
.v-058 .masonry-card {
grid-column: span 1 !important;
grid-row: span 1 !important;
padding: 28px;
}
.v-058 .masonry-card.featured {
padding: 36px;
}
}
@media (max-width: 767px) {
.v-058 {
padding: 60px 0;
}
.v-058 .section-title {
font-size: 1.94rem;
}
.v-058 .section-subtitle {
font-size: 1.19rem;
}
.v-058 .section-description {
font-size: 1.12rem;
}
.v-058 .header-wrapper {
gap: 15px;
}
.v-058 .header-decoration {
width: 40px;
}
.v-058 .header-icon {
width: 56px;
height: 56px;
}
.v-058 .header-icon i {
font-size: 22px;
}
.v-058 .masonry-card {
padding: 24px;
}
.v-058 .masonry-card.featured {
padding: 28px;
}
.v-058 .card-icon-box {
width: 52px;
height: 52px;
}
.v-058 .card-icon-box i {
font-size: 24px;
}
.v-058 .card-icon-box.large {
width: 64px;
height: 64px;
}
.v-058 .card-icon-box.large i {
font-size: 30px;
}
.v-058 .card-title {
font-size: 1.31rem;
}
.v-058 .masonry-card.featured .card-title {
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(10, 17, 28, 0.62) 0%,
rgba(7, 22, 36, 0.54) 45%,
rgba(8, 12, 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;
}
.additional-universal-section.v-061 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.v-061 .section-header {
max-width: 800px;
margin: 0 auto 60px;
}
.v-061 .decorative-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: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.v-061 .decorative-badge i {
font-size: 27px;
color: white;
}
.v-061 .section-title {
font-size: 2.94rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-061 .section-subtitle {
font-size: 1.50rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-061 .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-061 .cards-grid {
position: relative;
z-index: 2;
}
.v-061 .service-card {
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 40px 30px;
transition: all 0.70s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.v-061 .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 1.05s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-061 .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.v-061 .service-card:hover::before {
transform: scaleX(1);
}
.v-061 .service-card.featured {
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 5%, white),
color-mix(in srgb, var(--primary-300) 5%, white));
border: 2px solid var(--primary-300);
}
.v-061 .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
background: color-mix(in srgb, var(--primary-500) 10%, white);
border-radius: 16px;
transition: all 0.57s ease;
}
.v-061 .card-icon-wrapper i {
font-size: 35px;
color: var(--primary-500);
transition: transform 0.99s ease;
}
.v-061 .service-card:hover .card-icon-wrapper {
background: var(--primary-500);
transform: rotate(10deg) scale(1.1);
}
.v-061 .service-card:hover .card-icon-wrapper i {
color: white;
transform: scale(1.1);
}
.v-061 .card-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-061 .card-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-061 .decorative-shapes {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
opacity: 0.4;
}
.v-061 .shape {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300), transparent);
opacity: 0.15;
}
.v-061 .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.v-061 .shape-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.v-061 .shape-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.15;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.25;
}
}
@media (max-width: 991px) {
.v-061 {
padding: 80px 0;
}
.v-061 .section-title {
font-size: 2.06rem;
}
.v-061 .section-subtitle {
font-size: 1.12rem;
}
.v-061 .card-title {
font-size: 1.38rem;
}
}
@media (max-width: 767px) {
.v-061 {
padding: 60px 0;
}
.v-061 .section-header {
margin-bottom: 40px;
}
.v-061 .section-title {
font-size: 1.81rem;
}
.v-061 .section-subtitle {
font-size: 1.12rem;
}
.v-061 .service-card {
padding: 30px 25px;
}
.v-061 .card-icon-wrapper {
width: 60px;
height: 60px;
}
.v-061 .card-icon-wrapper i {
font-size: 28px;
}
}
[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(18, 31, 52, 0.62) 0%,
rgba(15, 21, 42, 0.54) 45%,
rgba(1, 3, 6, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background-color: var(--neutral-100);
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_process_container {
max-width: 800px;
margin: 0 auto;
}
.add_wrap .add_process_step {
display: flex;
align-items: flex-start;
gap: var(--space-6);
margin-bottom: var(--space-10);
position: relative;
}
.add_wrap .add_process_step:last-child {
margin-bottom: 0;
}
.add_wrap .add_step_number {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--neutral-100);
font-size: 1.56rem;
font-weight: bold;
flex-shrink: 0;
position: relative;
z-index: 2;
}
.add_wrap .add_step_content {
flex-grow: 1;
background-color: var(--neutral-50);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
position: relative;
top: var(--space-2);
}
.add_wrap .add_step_content:before {
content: '';
position: absolute;
left: -12px;
top: var(--space-6);
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid var(--neutral-200);
}
.add_wrap .add_step_content:after {
content: '';
position: absolute;
left: -11px;
top: calc(var(--space-6) + 1px);
width: 0;
height: 0;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 11px solid var(--neutral-50);
}
.add_wrap .add_step_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.25rem;
font-weight: 600;
}
.add_wrap .add_step_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap .add_step_connector {
position: absolute;
left: 39px;
top: 80px;
bottom: -40px;
width: 2px;
background: linear-gradient(to bottom, var(--primary-300), var(--primary-200));
z-index: 1;
}
.add_wrap .add_process_step:last-child .add_step_connector {
display: none;
}
.add_wrap .add_process_step:nth-child(even) .add_step_number {
background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}
.add_wrap .add_process_step:nth-child(even) .add_step_content {
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
@media (max-width: 768px) {
.add_wrap .add_process_step {
gap: var(--space-4);
margin-bottom: var(--space-8);
}
.add_wrap .add_step_number {
width: 60px;
height: 60px;
font-size: 1.31rem;
}
.add_wrap .add_step_content {
padding: var(--space-4);
}
.add_wrap .add_step_content:before {
left: -8px;
border-right-width: 8px;
border-top-width: 8px;
border-bottom-width: 8px;
}
.add_wrap .add_step_content:after {
left: -7px;
border-right-width: 7px;
border-top-width: 7px;
border-bottom-width: 7px;
}
.add_wrap .add_step_connector {
left: 29px;
top: 60px;
bottom: -32px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 8, 0.62) 0%,
rgba(3, 6, 12, 0.54) 45%,
rgba(17, 24, 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;
}
.additional-universal-clean {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-clean .section-header h1 {
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-clean .section-header h2 {
color: var(--primary-500);
font-weight: 500;
}
.additional-universal-clean .section-header p {
color: var(--text-secondary);
max-width: 680px;
margin: 0 auto;
}
.additional-universal-clean .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-clean .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-700));
transform: translateX(-50%);
border-radius: 2px;
}
.additional-universal-clean .timeline-item {
position: relative;
display: flex;
align-items: center;
margin-bottom: 3rem;
}
.additional-universal-clean .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-clean .timeline-marker {
position: absolute;
left: 50%;
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: 4px solid var(--surface-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.88rem;
transform: translateX(-50%);
z-index: 3;
transition: all 1.25s ease;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-clean .timeline-item:hover .timeline-marker {
transform: translateX(-50%) scale(1.15) rotate(15deg);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.additional-universal-clean .timeline-content {
width: calc(50% - 50px);
}
.additional-universal-clean .timeline-item .timeline-content {
margin-left: auto;
padding-left: 2rem;
}
.additional-universal-clean .timeline-item-reverse .timeline-content {
margin-left: 0;
margin-right: auto;
padding-left: 0;
padding-right: 2rem;
text-align: right;
}
.additional-universal-clean .timeline-card {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
position: relative;
transition: all 1.25s ease;
border: 2px solid transparent;
}
.additional-universal-clean .timeline-card:hover {
border-color: var(--primary-500);
transform: scale(1.03);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.additional-universal-clean .timeline-card h3 {
color: var(--text-primary);
line-height: 1.4;
}
.additional-universal-clean .timeline-card p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-clean .card-decoration {
position: absolute;
width: 100px;
height: 100px;
background: var(--primary-300);
border-radius: 50%;
opacity: 0.1;
top: -20px;
right: -20px;
transition: all 1.10s ease;
}
.additional-universal-clean .timeline-card:hover .card-decoration {
opacity: 0.2;
transform: scale(1.3);
}
.additional-universal-clean .timeline-item-reverse .card-decoration {
right: auto;
left: -20px;
}
.additional-universal-clean .bg-leaf {
position: absolute;
font-size: 3.00rem;
color: var(--primary-300);
opacity: 0.05;
pointer-events: none;
}
.additional-universal-clean .bg-leaf.leaf-1 {
top: 15%;
left: 5%;
animation: sway-1 6s ease-in-out infinite;
}
.additional-universal-clean .bg-leaf.leaf-2 {
top: 50%;
right: 8%;
animation: sway-2 7s ease-in-out infinite;
}
.additional-universal-clean .bg-leaf.leaf-3 {
bottom: 20%;
left: 10%;
animation: sway-3 8s ease-in-out infinite;
}
@keyframes sway-1 {
0%, 100% { transform: rotate(0deg) translateY(0); }
50% { transform: rotate(5deg) translateY(-15px); }
}
@keyframes sway-2 {
0%, 100% { transform: rotate(0deg) translateY(0); }
50% { transform: rotate(-5deg) translateY(15px); }
}
@keyframes sway-3 {
0%, 100% { transform: rotate(0deg) translateX(0); }
50% { transform: rotate(3deg) translateX(15px); }
}
@media (max-width: 991px) {
.additional-universal-clean .section-header h1 {
font-size: 1.94rem;
}
.additional-universal-clean .timeline-line {
left: 32px;
}
.additional-universal-clean .timeline-marker {
left: 32px;
width: 56px;
height: 56px;
font-size: 1.56rem;
}
.additional-universal-clean .timeline-item,
.additional-universal-clean .timeline-item-reverse {
flex-direction: row;
}
.additional-universal-clean .timeline-content,
.additional-universal-clean .timeline-item-reverse .timeline-content {
width: calc(100% - 80px);
margin-left: 80px;
margin-right: 0;
padding-left: 1.5rem;
padding-right: 0;
text-align: left;
}
.additional-universal-clean .timeline-card {
padding: 1.5rem;
}
.additional-universal-clean .bg-leaf {
font-size: 3.00rem;
opacity: 0.04;
}
}
@media (max-width: 767px) {
.additional-universal-clean .section-header h1 {
font-size: 1.81rem;
}
.additional-universal-clean .section-header h2 {
font-size: 1.31rem;
}
.additional-universal-clean .timeline-line {
left: 24px;
}
.additional-universal-clean .timeline-marker {
left: 24px;
width: 48px;
height: 48px;
font-size: 1.31rem;
}
.additional-universal-clean .timeline-content,
.additional-universal-clean .timeline-item-reverse .timeline-content {
width: calc(100% - 72px);
margin-left: 72px;
padding-left: 1rem;
}
.additional-universal-clean .timeline-card {
padding: 1.25rem;
}
.additional-universal-clean .timeline-card h3 {
font-size: 1.19rem;
}
.additional-universal-clean .bg-leaf {
font-size: 3.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(14, 28, 47, 0.62) 0%,
rgba(11, 28, 47, 0.54) 45%,
rgba(8, 22, 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;
}