:root {
--primary-50: #f0fdf4;
--primary-50-rgb: 240, 253, 244;
--primary-100: #dbfceb;
--primary-100-rgb: 220, 252, 231;
--primary-300: #a4ffc8;
--primary-300-rgb: 134, 239, 172;
--primary-500: #03694e;
--primary-500-rgb: 4, 120, 87;
--primary-700: #025539;
--primary-700-rgb: 6, 78, 59;
--primary-200: #c3f6dd;
--primary-200-rgb: 177, 246, 202;
--primary-400: #4fb878;
--primary-400-rgb: 69, 180, 130;
--primary-600: #09684a;
--primary-600-rgb: 5, 99, 73;
--primary-800: #044f3a;
--primary-800-rgb: 5, 66, 50;
--primary-900: #022b19;
--primary-900-rgb: 4, 55, 41;
--primary-950: #023925;
--primary-950-rgb: 3, 36, 27;
--primary-rgb: 4, 120, 87;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #d0cac3;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #666564;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #4d4741;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #26201c;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #f8ebe8;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #929292;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #6f6965;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3f3c38;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #141210;
--neutral-950-rgb: 31, 29, 27;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 9px rgba(0, 0, 0, 0.05);
--shadow-md: 0 5px 7px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 11px 21px rgba(0, 0, 0, 0.1);
--shadow-card: 0 5px 6px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 11px 30px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 6px 19px rgba(0, 119, 97, 0.30);
--radius-sm: 9px;
--radius-md: 11px;
--radius-lg: 24px;
--radius-xl: 17px;
--transition-fast: 0.30s ease;
--transition-base: 0.59s ease;
--transition-slow: 1.25s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(2.5rem, 2.2rem + 1.5vw, 3rem);
--text-7xl: clamp(2.625rem, 2.3rem + 1.625vw, 3rem);
--text-8xl: clamp(2.75rem, 2.4rem + 1.75vw, 3rem);
--text-9xl: clamp(2.875rem, 2.5rem + 1.875vw, 3rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 19px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 6px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 5px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 16px 17px -3px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 26px 25px -5px rgba(0, 0, 0, 0.1), 0 15px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -13px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 5px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.28s ease;
--transition-normal: 1.17s ease;
--transition-slow: 0.82s ease;
--transition-all: all 0.92s ease;
--duration-fast: 0.90s;
--duration-normal: 0.44s;
--duration-slow: 0.76s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 11px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 7615px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1029px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 6px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 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;
}
.site_font_primary {
font-family: var(--font-primary);
}
.bright_font_secondary {
font-family: var(--font-secondary);
}
.company_font_mono {
font-family: var(--font-mono);
}
.layout_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);
}
.base_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);
}
.digital_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);
}
.section_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);
}
.creative_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);
}
.page_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);
}
.elite_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.modern_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.design_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);
}
.main_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);
}
.premium_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);
}
.style_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);
}
.new_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);
}
.best_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);
}
.bold_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);
}
.minimal_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;
}
.app_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);
}
.content_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);
}
.agency_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);
}
.top_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);
}
.ui_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;
}
.custom_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);
}
.unique_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);
}
.container_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);
}
.container_nav_link:hover,
.container_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.light_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);
}
.dark_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: 7610px) {
.app_hero_title {
font-size: var(--text-4xl);
}
.agency_section_title {
font-size: var(--text-3xl);
}
.layout_display_1 {
font-size: var(--text-5xl);
}
.base_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.app_hero_title {
font-size: var(--text-3xl);
}
.agency_section_title {
font-size: var(--text-2xl);
}
.layout_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);
}
.smart_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.brand_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.fresh_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.pro_text_balance {
text-wrap: balance;
}
.studio_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.container_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.new_caption,
.best_overline,
.dark_footer_text {
color: var(--text-secondary);
}
.content_hero_subtitle,
.top_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.app_hero_title,
.agency_section_title,
.section_heading_1,
.creative_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.smart_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.06rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1.06rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.38rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.06rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.94rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.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: 7613px) {
body {
font-size: 1.00rem;
}
.lead {
font-size: 1.06rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.business_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.prime_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.web_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.theme_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.core_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.clean_stack {
display: flex;
flex-direction: column;
}
.fresh74_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.fresh25_full_height {
min-height: auto;
}
.base78_section_height {
min-height: auto;
}
.bright80_hero_height {
min-height: auto;
}
.base11_m_0 { margin: 0; }
.main7_m_1 { margin: var(--space-1); }
.layout37_m_2 { margin: var(--space-2); }
.prime82_m_3 { margin: var(--space-3); }
.digital37_m_4 { margin: var(--space-4); }
.theme70_m_6 { margin: var(--space-6); }
.ui12_m_8 { margin: var(--space-8); }
.page18_m_12 { margin: var(--space-12); }
.business39_m_16 { margin: var(--space-16); }
.main89_mx_auto { margin-left: auto; margin-right: auto; }
.top16_my_auto { margin-top: auto; margin-bottom: auto; }
.minimal39_mt_0 { margin-top: 0; }
.best85_mt_4 { margin-top: var(--space-4); }
.business87_mt_8 { margin-top: var(--space-8); }
.bold69_mt_12 { margin-top: var(--space-12); }
.layout8_mb_0 { margin-bottom: 0; }
.premium29_mb_4 { margin-bottom: var(--space-4); }
.page73_mb_8 { margin-bottom: var(--space-8); }
.ui24_mb_12 { margin-bottom: var(--space-12); }
.fresh56_p_0 { padding: 0; }
.clean6_p_1 { padding: var(--space-1); }
.best75_p_2 { padding: var(--space-2); }
.theme47_p_3 { padding: var(--space-3); }
.content88_p_4 { padding: var(--space-4); }
.elite9_p_6 { padding: var(--space-6); }
.elite24_p_8 { padding: var(--space-8); }
.clean16_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.dark57_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.premium10_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.prime45_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.best98_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.ui37_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.modern67_gap_1 { gap: var(--space-1); }
.app99_gap_2 { gap: var(--space-2); }
.smart44_gap_3 { gap: var(--space-3); }
.section58_gap_4 { gap: var(--space-4); }
.content91_gap_6 { gap: var(--space-6); }
.base24_gap_8 { gap: var(--space-8); }
.light2_shadow_none { box-shadow: var(--shadow-none); }
.minimal1_shadow_xs { box-shadow: var(--shadow-xs); }
.site92_shadow_sm { box-shadow: var(--shadow-sm); }
.elite73_shadow_md { box-shadow: var(--shadow-md); }
.style21_shadow_lg { box-shadow: var(--shadow-lg); }
.core53_shadow_xl { box-shadow: var(--shadow-xl); }
.theme40_shadow_2xl { box-shadow: var(--shadow-2xl); }
.custom25_shadow_inner { box-shadow: var(--shadow-inner); }
.prime12_shadow_colored { box-shadow: var(--shadow-colored); }
.premium13_radius_none { border-radius: var(--radius-none); }
.light65_radius_xs { border-radius: var(--radius-xs); }
.bold92_radius_sm { border-radius: var(--radius-sm); }
.app99_radius_md { border-radius: var(--radius-md); }
.new70_radius_lg { border-radius: var(--radius-lg); }
.creative72_radius_xl { border-radius: var(--radius-xl); }
.pro9_radius_2xl { border-radius: var(--radius-2xl); }
.modern72_radius_3xl { border-radius: var(--radius-3xl); }
.top20_radius_full { border-radius: var(--radius-full); }
.smart70_gradient_primary {
background: var(--gradient-primary);
}
.fresh68_gradient_secondary {
background: var(--gradient-secondary);
}
.site55_gradient_hero {
background: var(--gradient-hero);
}
.style68_gradient_card {
background: var(--gradient-card);
}
.new57_gradient_overlay {
position: relative;
}
.new57_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;
}
.new57_gradient_overlay > * {
position: relative;
z-index: 2;
}
.base4_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.base4_hover_lift:hover {
transform: translateY(-6px);
box-shadow: var(--shadow-lg);
}
.light91_hover_scale {
transition: transform var(--transition-normal);
}
.light91_hover_scale:hover {
transform: scale(1.02);
}
.base16_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.base16_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.smart39_hover_fade {
transition: opacity var(--transition-normal);
}
.smart39_hover_fade:hover {
opacity: var(--opacity-loading);
}
.style36_focus_ring {
transition: box-shadow var(--transition-fast);
}
.style36_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.prime7_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.core38_hero_content {
position: relative;
z-index: 2;
}
.company63_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.content83_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.prime0_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.premium97_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.best27_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(321px, 1fr));
gap: var(--space-6);
}
.bright55_timeline {
position: relative;
}
.bright55_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.app55_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.app55_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.app55_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.bright74_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.new85_slide_up {
transform: translateY(20px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.company24_slide_in_left {
transform: translateX(-20px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.light87_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;
}
}
.elite97_transition_all {
transition: var(--transition-all);
}
.brand69_transition_fast {
transition: all var(--transition-fast);
}
.container41_transition_normal {
transition: all var(--transition-normal);
}
.prime32_transition_slow {
transition: all var(--transition-slow);
}
.section41_bg_primary { background-color: var(--bg-primary); }
.brand60_bg_secondary { background-color: var(--bg-secondary); }
.base58_bg_muted { background-color: var(--bg-muted); }
.fresh11_bg_glass { background-color: var(--bg-glass); }
.app27_text_primary { color: var(--text-primary); }
.base9_text_secondary { color: var(--text-secondary); }
.unique85_text_muted { color: var(--text-muted); }
.best91_text_inverse { color: var(--text-inverse); }
.design9_text_link { color: var(--text-link); }
.layout52_border_light { border-color: var(--border-light); }
.studio94_border_medium { border-color: var(--border-medium); }
.style35_border_strong { border-color: var(--border-strong); }
.page75_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 769px) {
.company63_services_grid,
.prime0_features_grid,
.content83_team_grid,
.best27_pricing_grid {
grid-template-columns: 1fr;
}
.premium97_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.bright55_timeline::before {
left: 30px;
}
.app55_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.base78_section_height {
min-height: auto;
}
.bright80_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.premium97_gallery_grid {
grid-template-columns: 1fr;
}
.app55_timeline_item {
padding-left: var(--space-12) !important;
}
}
.page25_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;
}
.theme79_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.custom15_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);
}
.custom15_skip_link:focus {
top: 6px;
}
@media print {
.top56_no_print {
display: none !important;
}
.pro30_print_only {
display: block !important;
}
.minimal1_shadow_xs,
.site92_shadow_sm,
.elite73_shadow_md,
.style21_shadow_lg,
.core53_shadow_xl,
.theme40_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.58rem;
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.00rem;
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(10px);
}
.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) {
.bright74_fade_in,
.new85_slide_up,
.company24_slide_in_left,
.light87_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.base4_hover_lift,
.light91_hover_scale,
.base16_hover_shadow,
.smart39_hover_fade,
.elite97_transition_all,
.brand69_transition_fast,
.container41_transition_normal,
.prime32_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
position: relative;
background: var(--bg-primary);
border-bottom: 1px solid var(--border-light);
overflow: hidden;
min-height: auto;
}
#header .navbar-brand {
margin-right: auto;
padding-right: var(--space-3);
}
#sitename {
letter-spacing: -0.5px;
font-weight: 700;
display: inline-block;
}
#header .navbar-nav {
gap: var(--space-4);
}
#header .nav-link {
position: relative;
color: var(--text-primary) !important;
font-weight: 500;
transition: color var(--duration-fast) var(--ease-out);
padding: var(--space-2) 0 !important;
}
#header .nav-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transition: width var(--duration-base) var(--ease-out);
}
#header .nav-link:hover {
color: var(--primary-600) !important;
}
#header .nav-link:hover::after {
width: 100%;
}
#header .navbar-toggler {
border: none;
padding: var(--space-2);
}
#header .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23" + "222428" + "' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
width: 27px;
height: 25px;
}
#header .navbar-collapse {
margin-top: var(--space-3);
}
@media (min-width: 992px) {
#header .navbar-collapse {
margin-top: 0;
}
}
.header-decoration-blob-1 {
position: absolute;
width: 280px;
height: 280px;
background: radial-gradient(circle at 30% 70%, var(--primary-100), transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -80px;
right: -100px;
opacity: 0.6;
pointer-events: none;
}
.header-decoration-blob-2 {
position: absolute;
width: 200px;
height: 200px;
background: radial-gradient(circle at 60% 40%, var(--primary-50), transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -60px;
left: 10%;
opacity: 0.5;
pointer-events: none;
}
.header-decoration-line {
position: absolute;
width: 150px;
height: 5px;
background: linear-gradient(90deg, var(--primary-300), transparent);
top: 50%;
right: 15%;
opacity: 0.4;
pointer-events: none;
transform: rotate(-15deg);
}
@media (max-width: 991.911px) {
#header {
padding-top: var(--space-3) !important;
padding-bottom: var(--space-3) !important;
}
#header .nav-link {
padding: var(--space-3) 0 !important;
border-bottom: 1px solid var(--border-light);
}
#header .nav-link::after {
display: none;
}
.header-decoration-blob-1,
.header-decoration-blob-2,
.header-decoration-line {
opacity: 0.3;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 9, 18, 0.62) 0%,
rgba(10, 18, 34, 0.54) 45%,
rgba(9, 14, 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;
}
.hero-variant {
position: relative;
padding: 100px 0 80px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
overflow: hidden;
}
.hero-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.bg-shape-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.bg-shape-2 {
width: 300px;
height: 300px;
background: var(--primary-500);
bottom: -80px;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.bg-shape-3 {
width: 200px;
height: 200px;
background: var(--primary-700);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.08;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.12;
}
}
.hero-variant .container {
position: relative;
z-index: 1;
}
.hero-content {
padding-right: 30px;
}
.hero-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 19px;
margin-bottom: 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
animation: bounce 2s ease-in-out infinite;
}
.hero-badge i {
font-size: 30px;
color: var(--light);
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.hero-title {
font-size: 3.00rem;
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 25px;
line-height: 1.4;
}
.hero-description {
font-size: 1.00rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 35px;
}
.hero-decorative-icons {
display: flex;
gap: 15px;
margin-top: 40px;
}
.deco-icon {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 15px;
transition: all 0.55s ease;
}
.deco-icon i {
font-size: 29px;
color: var(--primary-500);
transition: all 1.02s ease;
}
.deco-icon:hover {
background: var(--primary-500);
border-color: var(--primary-700);
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.deco-icon:hover i {
color: var(--light);
}
.hero-images-grid {
position: relative;
display: grid;
gap: 20px;
grid-template-rows: auto auto;
}
.hero-image-main {
grid-column: 1 / -1;
height: 350px;
}
.hero-images-secondary {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.hero-image-small {
height: 180px;
}
.hero-image {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
transition: all 1.05s ease;
}
.hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.77s ease;
}
.image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
color-mix(in srgb, var(--primary-700) 30%, transparent 70%));
opacity: 0;
transition: opacity 0.89s ease;
}
.hero-image:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.hero-image:hover img {
transform: scale(1.1);
}
.hero-image:hover .image-overlay {
opacity: 1;
}
.decorative-shape {
position: absolute;
pointer-events: none;
z-index: -1;
}
.shape-circle {
width: 150px;
height: 150px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.15;
top: -30px;
right: -30px;
animation: float 15s ease-in-out infinite;
}
.shape-dots {
width: 100px;
height: 100px;
background-image: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 15px 15px;
opacity: 0.3;
bottom: -20px;
left: -20px;
}
.decorative-line {
position: absolute;
width: 200px;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent);
top: 50%;
right: -100px;
opacity: 0.3;
animation: slide 8s ease-in-out infinite;
}
@keyframes slide {
0%, 100% {
transform: translateX(0);
}
50% {
transform: translateX(-50px);
}
}
@media (max-width: 991.911px) {
.hero-variant {
padding: 80px 0 60px;
}
.hero-content {
padding-right: 0;
margin-bottom: 40px;
text-align: center;
}
.hero-title {
font-size: 2.31rem;
}
.hero-subtitle {
font-size: 1.19rem;
}
.hero-badge {
margin-left: auto;
margin-right: auto;
}
.hero-decorative-icons {
justify-content: center;
}
.hero-image-main {
height: 300px;
}
.hero-image-small {
height: 150px;
}
}
@media (max-width: 767.910px) {
.hero-title {
font-size: 1.81rem;
}
.hero-subtitle {
font-size: 1.00rem;
}
.hero-description {
font-size: 1.00rem;
}
.hero-images-secondary {
grid-template-columns: repeat(2, 1fr);
}
.hero-image-small:last-child {
grid-column: 1 / -1;
}
.hero-image-main {
height: 250px;
}
.hero-image-small {
height: 180px;
}
.hero-decorative-icons {
gap: 10px;
}
.deco-icon {
width: 45px;
height: 45px;
}
.deco-icon i {
font-size: 19px;
}
}
@media (max-width: 575.913px) {
.hero-variant {
padding: 60px 0 40px;
}
.hero-title {
font-size: 1.88rem;
}
.hero-badge {
width: 50px;
height: 50px;
}
.hero-badge i {
font-size: 22px;
}
.hero-images-secondary {
grid-template-columns: 1fr;
gap: 13px;
}
.hero-image-small {
height: 200px;
}
.shape-circle {
width: 100px;
height: 100px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 10, 17, 0.62) 0%,
rgba(5, 12, 20, 0.54) 45%,
rgba(2, 3, 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;
}
.hero-variant {
overflow-x: hidden !important;
}
.usp-section {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
var(--bg-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--bg-primary) 50%) 100%
);
}
.usp-card {
position: relative;
display: flex;
flex-direction: column;
padding: var(--space-6);
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
backdrop-filter: blur(17px);
-webkit-backdrop-filter: blur(16px);
transition: all var(--duration-300) var(--ease-out);
box-shadow: 0 10px 32px color-mix(in srgb, var(--shadow-light) 15%, transparent 85%);
min-height: 220px;
}
.usp-card:hover {
background: color-mix(in srgb, var(--primary-50) 60%, transparent 40%);
border-color: var(--border-medium);
transform: translateY(-4px);
box-shadow: 0 19px 413px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.usp-card-content {
display: flex;
flex-direction: column;
height: 100%;
}
.usp-card-header {
flex-shrink: 0;
}
#usp-item-1-name,
#usp-item-2-name,
#usp-item-3-name,
#usp-item-4-name {
color: var(--text-primary);
font-weight: 600;
}
#usp-item-1-value,
#usp-item-2-value,
#usp-item-3-value,
#usp-item-4-value {color: var(--primary-500);
letter-spacing: 0.5px;
font-weight: 600;
}
.usp-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.usp-decoration-1 {
top: -10%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 50%;
filter: blur(80px);
}
.usp-decoration-2 {
bottom: -5%;
left: -8%;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 50%;
filter: blur(100px);
}
@media (max-width: 7617px) {
.usp-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.usp-card {
min-height: 200px;
padding: var(--space-5);
}
.usp-decoration-1,
.usp-decoration-2 {
filter: blur(120px);
opacity: 0.05;
}
}
#usp [id^="usp-item-"][id$="-value"] {
display: block !important;
width: auto !important;
min-width: 0 !important;
max-width: none !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;
}
#usp .usp-value-badge,
#usp .usp-badge,
#usp .usp-value,
#usp .usp-card-value,
#usp .usp-item-stat,
#usp .usp-card-stat,
#usp .usp-metric,
#usp .usp-stat {
}
[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, 23, 35, 0.62) 0%,
rgba(2, 3, 6, 0.54) 45%,
rgba(11, 20, 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;
}
#about {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: auto;
}
#about .container {
position: relative;
z-index: 1;
}
.about-content {
padding-right: 2rem;
}
#about-title {
font-size: clamp(2rem, 5vw, 3.5rem);
line-height: 1.2;
color: var(--text-primary);
font-weight: 700;
}
#about-subtitle {
color: var(--text-secondary);
font-size: clamp(1rem, 2vw, 1.25rem);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1.71rem !important;
}
#about-desc {
color: var(--text-secondary);
max-width: 90%;
line-height: 1.65;
}
.about-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem 3rem;
}
.about-feature {
padding-left: 0;
border-left: 2px solid var(--border-medium);
padding-left: 1.5rem;
}
#about-feature-1-name,
#about-feature-2-name,
#about-feature-3-name,
#about-feature-4-name {
color: var(--text-primary);
font-size: 0.75rem;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 600;
}
#about-feature-1-desc,
#about-feature-2-desc,
#about-feature-3-desc,
#about-feature-4-desc {
color: var(--text-secondary);
font-size: 0.81rem;
line-height: 1.55;
}
.about-images {
position: relative;
height: 100%;
min-height: 500px;
}
.about-image-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 1.5rem;
height: 100%;
}
.about-image-item {
overflow: hidden;
background-color: var(--bg-secondary);
}
.about-image-large {
grid-column: 1 / 2;
grid-row: 1 / 3;
min-height: 420px;
}
.about-image-small {
min-height: 200px;
}
.about-image-accent {
min-height: 200px;
}
.about-image-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.about-decoration-blur {
position: absolute;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
bottom: -200px;
right: -150px;
opacity: 0.4;
z-index: 0;
pointer-events: none;
}
@media (max-width: 991px) {
.about-content {
padding-right: 0;
}
#about-desc {
max-width: 100%;
}
.about-features {
grid-template-columns: 1fr;
gap: 1.5rem 2rem;
}
.about-images {
min-height: 400px;
}
.about-image-grid {
gap: 1rem;
}
.about-image-large {
grid-column: 1 / 3;
grid-row: 1 / 2;
min-height: 250px;
}
.about-image-small {
min-height: 150px;
}
.about-image-accent {
min-height: 150px;
}
}
@media (max-width: 576px) {
#about {
padding: 3rem 0;
}
#about-title {
font-size: 1.88rem;
}
#about-subtitle {
font-size: 0.94rem;
}
.about-features {
grid-template-columns: 1fr;
gap: 1.25rem 1.5rem;
}
.about-feature {
padding-left: 1rem;
border-left-width: 1px;
}
.about-image-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.about-image-large {
grid-column: 1;
grid-row: auto;
min-height: 220px;
}
.about-image-small,
.about-image-accent {
min-height: 180px;
}
.about-decoration-blur {
width: 400px;
height: 400px;
bottom: -100px;
right: -100px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 10, 20, 0.62) 0%,
rgba(16, 24, 41, 0.54) 45%,
rgba(5, 10, 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;
}
.features-section-style {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
min-height: 600px;
}
.features-section-style .decorative-circles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.features-section-style .circle-accent {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
animation: float-pulse 8s ease-in-out infinite;
}
.features-section-style .circle-accent-1 {
width: 400px;
height: 400px;
top: -100px;
right: -50px;
animation-delay: 0s;
}
.features-section-style .circle-accent-2 {
width: 300px;
height: 300px;
bottom: 50px;
left: -80px;
animation-delay: 2s;
}
.features-section-style .circle-accent-3 {
width: 200px;
height: 200px;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
animation-delay: 4s;
}
@keyframes float-pulse {
0%, 100% {
transform: translate(0, 0) scale(1);
opacity: 0.6;
}
50% {
transform: translate(20px, -20px) scale(1.1);
opacity: 0.3;
}
}
.features-section-style .section-title {
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.features-section-style .section-subtitle {
color: var(--primary-500);
letter-spacing: 0.1em;
font-size: 0.81rem;
}
.features-section-style .section-description {
max-width: 700px;
line-height: 1.7;
color: var(--text-secondary);
}
.features-section-style .feature-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 1.00s cubic-bezier(0.165, 0.84, 0.44, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.features-section-style .feature-card:hover {
transform: translateY(-12px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.features-section-style .icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
transition: all 1.31s ease;
box-shadow: 0 11px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.features-section-style .feature-card:hover .icon-wrapper {
transform: rotate(-5deg) scale(1.1);
box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.features-section-style .icon-wrapper i {
font-size: 2.06rem;
color: var(--light);
}
.features-section-style .decorative-corner {
position: absolute;
width: 40px;
height: 40px;
border-style: solid;
border-color: var(--primary-300);
transition: all 1.23s ease;
opacity: 0.3;
}
.features-section-style .corner-tl {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
border-radius: 16px 0 0 0;
}
.features-section-style .corner-br {
bottom: 0;
right: 0;
border-width: 0 2px 2px 0;
border-radius: 0 0 16px 0;
}
.features-section-style .feature-card:hover .decorative-corner {
opacity: 0.8;
border-color: var(--primary-500);
}
.features-section-style .feature-card:hover .corner-tl {
transform: translate(-4px, -4px);
}
.features-section-style .feature-card:hover .corner-br {
transform: translate(4px, 4px);
}
.features-section-style .feature-title {
color: var(--text-primary);
font-size: 1.25rem;
line-height: 1.3;
transition: color 0.64s ease;
}
.features-section-style .feature-card:hover .feature-title {
color: var(--primary-700);
}
.features-section-style .feature-description {
font-size: 0.88rem;
line-height: 1.7;
color: var(--text-secondary);
}
.features-section-style .decorative-line-bottom {
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
border-radius: 2px;
margin-top: 3rem;
}
@media (max-width: 991.98px) {
.features-section-style .section-title {
font-size: 2.00rem;
}
.features-section-style .circle-accent-1 {
width: 300px;
height: 300px;
}
.features-section-style .circle-accent-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
.features-section-style .feature-card {
padding: 2rem 1.5rem;
}
.features-section-style .icon-wrapper {
width: 60px;
height: 60px;
}
.features-section-style .icon-wrapper i {
font-size: 1.88rem;
}
.features-section-style .feature-title {
font-size: 1.38rem;
}
.features-section-style .circle-accent-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.features-section-style .section-title {
font-size: 1.69rem;
}
.features-section-style .decorative-corner {
width: 30px;
height: 30px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 11, 0.62) 0%,
rgba(12, 22, 50, 0.54) 45%,
rgba(14, 21, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section-style {
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;
}
.services-section-style .section-header {
position: relative;
z-index: 2;
}
.services-section-style #services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.services-section-style #services-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.services-section-style #services-desc {
font-size: 1.12rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.services-section-style .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
border: 2px solid var(--neutral-100);
transition: all 0.94s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.services-section-style .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 0.58s ease;
}
.services-section-style .service-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 40px rgba(0, 0, 0, 0.08),
0 0 0 1px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.services-section-style .service-card:hover::before {
transform: scaleX(1);
}
.services-section-style .service-card.featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
border-color: var(--primary-300);
box-shadow:
0 8px 24px rgba(0, 0, 0, 0.06),
0 0 0 1px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
}
.services-section-style .service-card.featured::before {
height: 6px;
background: linear-gradient(90deg,
var(--primary-700),
var(--primary-500));
}
.services-section-style .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 44px;
height: 44px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
animation: pulse-badge 2s ease-in-out infinite;
}
.services-section-style .featured-badge i {
color: white;
font-size: 1.25rem;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.services-section-style .icon-wrapper {
width: 80px;
height: 80px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, var(--surface-primary) 85%),
color-mix(in srgb, var(--primary-300) 20%, var(--surface-primary) 80%));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.43s ease;
position: relative;
overflow: hidden;
}
.services-section-style .icon-wrapper::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
opacity: 0;
transition: opacity 0.42s ease;
}
.services-section-style .service-card:hover .icon-wrapper::before {
opacity: 1;
}
.services-section-style .icon-wrapper i {
font-size: 2.38rem;
color: var(--primary-700);
position: relative;
z-index: 1;
transition: all 1.12s ease;
}
.services-section-style .service-card:hover .icon-wrapper {
transform: rotate(5deg) scale(1.05);
}
.services-section-style .service-card:hover .icon-wrapper i {
color: white;
}
.services-section-style .service-card h3 {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
transition: color 1.22s ease;
}
.services-section-style .service-card:hover h3 {
color: var(--primary-700);
}
.services-section-style .service-card p {
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.62rem;
}
.services-section-style .features-list {
padding-left: 0;
margin-bottom: 1.72rem;
}
.services-section-style .features-list li {
display: flex;
align-items: flex-start;
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.6;
padding: 0.5rem 0;
border-bottom: 1px solid var(--neutral-100);
transition: all 0.73s ease;
}
.services-section-style .features-list li:last-child {
border-bottom: none;
}
.services-section-style .service-card:hover .features-list li {
padding-left: 0.5rem;
}
.services-section-style .features-list i {
color: var(--primary-500);
font-size: 1.06rem;
flex-shrink: 0;
margin-top: 0.36rem;
transition: color 0.77s ease;
}
.services-section-style .service-card:hover .features-list i {
color: var(--primary-700);
}
.services-section-style .price-tag {
margin-top: auto;
padding-top: 1.58rem;
border-top: 2px solid var(--neutral-100);
}
.services-section-style .price-value {
display: block;
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-700);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.services-section-style .decorative-line {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent);
opacity: 0;
transition: opacity 1.21s ease;
}
.services-section-style .service-card:hover .decorative-line {
opacity: 1;
}
.services-section-style .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.services-section-style .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent);
}
.services-section-style .shape-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.services-section-style .shape-2 {
width: 300px;
height: 300px;
bottom: -50px;
left: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.services-section-style .shape-blob {
position: absolute;
top: 50%;
left: 50%;
width: 600px;
height: 600px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%);
animation: morph 30s ease-in-out infinite;
}
@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);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
}
75% {
border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
}
}
@media (max-width: 991px) {
.services-section-style .service-card {
padding: 2rem 1.5rem;
}
.services-section-style .icon-wrapper {
width: 70px;
height: 70px;
}
.services-section-style .icon-wrapper i {
font-size: 2.00rem;
}
}
@media (max-width: 767px) {
.services-section-style #services-title {
font-size: 1.81rem;
}
.services-section-style .service-card {
padding: 1.5rem;
}
.services-section-style .icon-wrapper {
width: 60px;
height: 60px;
}
.services-section-style .icon-wrapper i {
font-size: 1.81rem;
}
.services-section-style .shape-1,
.services-section-style .shape-2 {
width: 250px;
height: 250px;
}
.services-section-style .shape-blob {
width: 400px;
height: 400px;
}
}
@media (max-width: 575px) {
.services-section-style .featured-badge {
width: 36px;
height: 36px;
top: 1rem;
right: 1rem;
}
.services-section-style .featured-badge i {
font-size: 1.06rem;
}
.services-section-style .features-list li {
font-size: 0.94rem;
}
.services-section-style .price-value {
font-size: 1.12rem;
}
}
[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, 15, 41, 0.62) 0%,
rgba(12, 27, 53, 0.54) 45%,
rgba(5, 9, 21, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.priceplan-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: 100vh;
display: flex;
align-items: center;
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.priceplan-deco {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
mix-blend-mode: screen;
}
.priceplan-deco-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -100px;
right: -50px;
}
.priceplan-deco-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -80px;
left: -100px;
}
.priceplan-card {
position: relative;
height: 100%;
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(10px);
padding: var(--space-4);
transition: all var(--duration-md) var(--ease-out);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.priceplan-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
opacity: 0.5;
}
.priceplan-card:hover {
border-color: var(--border-medium);
box-shadow: 0 16px 48px rgba(32, 100, 227, 0.15);
transform: translateY(-4px);
}
.priceplan-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.priceplan-card-featured {
border: 1px solid var(--primary-500);
background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(99, 102, 241, 0.03) 100%);
box-shadow: 0 16px 48px rgba(41, 129, 225, 0.20);
transform: scale(1.02);
}
.priceplan-card-featured:hover {
box-shadow: 0 24px 64px rgba(48, 112, 223, 0.25);
}
.priceplan-price {
display: flex;
align-items: baseline;
gap: var(--space-2);
}
.priceplan-price-value {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1;
}
.priceplan-features {
flex-grow: 1;
}
.priceplan-features p {
color: var(--text-secondary);
line-height: 1.6;
}
.priceplan-button {
display: inline-block;
padding: var(--space-3) var(--space-4);
border-radius: var(--radius-md);
border: 1px solid var(--border-medium);
background: transparent;
color: var(--text-primary);
text-decoration: none;
font-weight: 600;
font-size: 1.00rem;
text-align: center;
transition: all var(--duration-md) var(--ease-out);
cursor: pointer;
}
.priceplan-button:hover {
border-color: var(--primary-500);
color: var(--primary-500);
box-shadow: 0 4px 12px rgba(43, 135, 255, 0.20);
}
.priceplan-button-primary {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
border-color: transparent;
box-shadow: 0 8px 24px rgba(69, 139, 247, 0.30);
}
.priceplan-button-primary:hover {
color: white;
box-shadow: 0 12px 32px rgba(67, 150, 239, 0.40);
transform: translateY(-2px);
}
@media (max-width: 768px) {
.priceplan-section {
min-height: auto;
padding-top: var(--space-5);
padding-bottom: var(--space-5);
}
.priceplan-card-featured {
transform: scale(1);
}
.priceplan-price-value {
font-size: 2.00rem;
}
.priceplan-deco-1,
.priceplan-deco-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(3, 6, 9, 0.62) 0%,
rgba(10, 20, 34, 0.54) 45%,
rgba(3, 5, 8, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section-primary {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.team-section-primary .section-header {
position: relative;
z-index: 2;
}
.team-section-primary .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto;
border-radius: 2px;
}
.team-section-primary .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.team-section-primary .section-subtitle {
font-size: clamp(1.1rem, 2vw, 1.35rem);
font-weight: 600;
color: var(--primary-500);
letter-spacing: -0.01em;
}
.team-section-primary .section-description {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.team-section-primary .team-card {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 1.15s cubic-bezier(0.4, 0, 0.2, 1);
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-primary .team-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.team-section-primary .team-image-wrapper {
position: relative;
padding-top: 110%;
overflow: hidden;
background: var(--neutral-100);
}
.team-section-primary .team-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.43s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-primary .team-card:hover .team-image {
transform: scale(1.08);
}
.team-section-primary .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
transparent 0%,
color-mix(in srgb, var(--primary-500) 10%, transparent) 100%
);
opacity: 0;
transition: opacity 0.51s ease;
}
.team-section-primary .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-primary .decorative-corner {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid var(--primary-500);
opacity: 0;
transition: all 0.57s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-section-primary .decorative-corner.top-left {
top: 16px;
left: 16px;
border-right: none;
border-bottom: none;
border-radius: 8px 0 0 0;
}
.team-section-primary .decorative-corner.bottom-right {
bottom: 16px;
right: 16px;
border-left: none;
border-top: none;
border-radius: 0 0 8px 0;
}
.team-section-primary .team-card:hover .decorative-corner {
opacity: 1;
}
.team-section-primary .team-card:hover .decorative-corner.top-left {
top: 12px;
left: 12px;
}
.team-section-primary .team-card:hover .decorative-corner.bottom-right {
bottom: 12px;
right: 12px;
}
.team-section-primary .team-content {
padding: 1.75rem 1.5rem;
text-align: center;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-primary .member-name {
font-size: 1.19rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.58rem;
letter-spacing: -0.01em;
transition: color 0.44s ease;
}
.team-section-primary .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-primary .member-role {
font-size: 0.88rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 1rem;
letter-spacing: 0.02em;
}
.team-section-primary .decorative-separator {
width: 50px;
height: 3px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
margin: 0 auto;
opacity: 0;
transition: all 1.39s ease;
}
.team-section-primary .team-card:hover .decorative-separator {
opacity: 1;
width: 70px;
}
.team-section-primary .decorative-card {
background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
border: 2px dashed color-mix(in srgb, var(--primary-300) 40%, transparent);
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.team-section-primary .decorative-card:hover {
transform: translateY(0);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.team-section-primary .decorative-content {
text-align: center;
padding: 2rem;
}
.team-section-primary .decorative-icon {
font-size: 3.00rem;
color: var(--primary-300);
opacity: 0.5;
margin-bottom: 1.69rem;
}
.team-section-primary .decorative-text-placeholder {
width: 180px;
height: 12px;
background: var(--neutral-100);
border-radius: 6px;
margin: 0.75rem auto;
}
.team-section-primary .decorative-text-placeholder.short {
width: 120px;
}
.team-section-primary .background-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.team-section-primary .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-100) 30%, transparent), transparent);
animation: float 20s infinite ease-in-out;
}
.team-section-primary .deco-circle.circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation-delay: 0s;
}
.team-section-primary .deco-circle.circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation-delay: 2s;
}
.team-section-primary .deco-blob {
position: absolute;
width: 250px;
height: 250px;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-100) 20%, transparent), color-mix(in srgb, var(--primary-50) 30%, transparent));
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
animation: morph 15s infinite ease-in-out;
}
.team-section-primary .deco-blob.blob-1 {
top: 20%;
left: 5%;
animation-delay: 1s;
}
.team-section-primary .deco-blob.blob-2 {
bottom: 15%;
right: 8%;
animation-delay: 3s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.05);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
transform: rotate(0deg);
}
33% {
border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
transform: rotate(120deg);
}
66% {
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
transform: rotate(240deg);
}
}
@media (max-width: 991.98px) {
.team-section-primary .section-title {
font-size: 2.00rem;
}
.team-section-primary .section-subtitle {
font-size: 1.31rem;
}
.team-section-primary .team-image-wrapper {
padding-top: 120%;
}
.team-section-primary .deco-circle.circle-1,
.team-section-primary .deco-circle.circle-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767.98px) {
.team-section-primary .section-title {
font-size: 1.81rem;
}
.team-section-primary .section-description {
font-size: 0.94rem;
}
.team-section-primary .team-content {
padding: 1.5rem 1.25rem;
}
.team-section-primary .member-name {
font-size: 1.19rem;
}
.team-section-primary .member-role {
font-size: 0.94rem;
}
.team-section-primary .deco-blob {
width: 180px;
height: 180px;
}
}
@media (max-width: 575.98px) {
.team-section-primary {
padding-top: 3rem;
padding-bottom: 3rem;
}
.team-section-primary .section-title {
font-size: 1.88rem;
}
.team-section-primary .team-image-wrapper {
padding-top: 100%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 9, 20, 0.62) 0%,
rgba(3, 5, 8, 0.54) 45%,
rgba(7, 12, 22, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50), 0.3) 100%);
min-height: auto;
}
.reviews-header {
text-align: center;
position: relative;
z-index: 2;
}
.reviews-header .agency_section_title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.reviews-header .top_section_subtitle {
color: var(--primary-500);
font-weight: 600;
font-size: 1.00rem;
}
.reviews-header .premium_body_base {
color: var(--text-secondary);
font-size: 1.06rem;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
position: relative;
z-index: 2;
}
@media (min-width: 1024px) {
.reviews-grid {
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.reviews-grid #reviews-item-1 {
grid-column: 1;
grid-row: 1;
}
.reviews-grid #reviews-item-2 {
grid-column: 2;
grid-row: 1 / 3;
align-self: start;
margin-top: 3rem;
}
.reviews-grid #reviews-item-3 {
grid-column: 3;
grid-row: 1;
}
.reviews-grid #reviews-item-4 {
grid-column: 1;
grid-row: 2;
}
.reviews-grid #reviews-item-5 {
grid-column: 3;
grid-row: 2;
}
}
.reviews-card {
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-large);
padding: 2rem;
position: relative;
transition: all var(--duration-base) var(--ease-out);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.reviews-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-500) 0%, transparent 100%);
border-radius: var(--radius-large) var(--radius-large) 0 0;
opacity: 0;
transition: opacity var(--duration-base) var(--ease-out);
}
.reviews-card:hover {
border-color: var(--border-interactive);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}
.reviews-card:hover::before {
opacity: 1;
}
.reviews-card-accent {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--bg-secondary) 100%);
border-color: var(--primary-100);
}
.reviews-card-content {
display: flex;
flex-direction: column;
height: 100%;
}
.reviews-text {
color: var(--text-primary);
line-height: 1.65;
font-weight: 500;
flex-grow: 1;
}
.reviews-author {
color: var(--primary-500);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.reviews-decoration {
position: absolute;
pointer-events: none;
opacity: 0.15;
}
.reviews-blob-1 {
top: -80px;
right: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle at 30% 40%, var(--primary-500) 0%, transparent 70%);
border-radius: 40% 60% 65% 35% / 35% 45% 55% 65%;
z-index: 0;
}
.reviews-blob-2 {
bottom: -60px;
left: -120px;
width: 280px;
height: 280px;
background: radial-gradient(circle at 60% 50%, var(--primary-300) 0%, transparent 70%);
border-radius: 70% 30% 55% 45% / 45% 70% 30% 55%;
z-index: 0;
}
.reviews-line-accent {
top: 50%;
right: 10%;
width: 2px;
height: 60%;
background: linear-gradient(180deg, transparent 0%, var(--primary-500) 50%, transparent 100%);
z-index: 1;
}
@media (max-width: 768px) {
.reviews-card {
padding: 1.5rem;
}
.reviews-header .agency_section_title {
font-size: 1.69rem;
}
.reviews-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.reviews-blob-1,
.reviews-blob-2 {
opacity: 0.08;
}
.reviews-line-accent {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 16, 25, 0.62) 0%,
rgba(5, 11, 19, 0.54) 45%,
rgba(7, 10, 18, 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;
overflow: hidden;
background-color: var(--bg-primary);
}
.casestudy-section::before {
content: '';
position: absolute;
top: -40%;
right: -20%;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
}
.casestudy-header {
padding-right: 2rem;
}
.casestudy-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.casestudy-item {
position: relative;
padding: 1.75rem 1.5rem;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-300) var(--ease-out);
}
.casestudy-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3px;
background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}
.casestudy-item:hover {
border-color: var(--primary-300);
box-shadow: var(--shadow-medium);
transform: translateY(-2px);
}
.casestudy-item-content {
position: relative;
z-index: 2;
}
#casestudy-item-1-title,
#casestudy-item-2-title,
#casestudy-item-3-title {
color: var(--text-primary);
}
#casestudy-item-1-desc,
#casestudy-item-2-desc,
#casestudy-item-3-desc {
color: var(--text-secondary);
line-height: 1.5;
}
#casestudy-title {
color: var(--text-primary);
line-height: 1.1;
}
#casestudy-subtitle {
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 600;
}
#casestudy-desc {
color: var(--text-secondary);
}
@media (max-width: 991.98px) {
.casestudy-header {
padding-right: 0;
}
.casestudy-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 575.98px) {
.casestudy-section {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.casestudy-item {
padding: 1.25rem 1rem;
}
#casestudy-title {
font-size: 1.81rem;
}
}
[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, 39, 0.62) 0%,
rgba(17, 26, 45, 0.54) 45%,
rgba(5, 9, 16, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section-modern {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.process-section-modern .section-header {
margin-bottom: 80px;
}
.process-section-modern .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 24px;
}
.process-section-modern .decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(
to right,
transparent,
var(--primary-500),
transparent
);
}
.process-section-modern .header-decoration i {
font-size: 31px;
color: var(--primary-500);
}
.process-section-modern .section-title {
font-size: 48px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.process-section-modern .section-subtitle {
font-size: 24px;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
}
.process-section-modern .section-description {
font-size: 18px;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.process-section-modern .process-timeline {
position: relative;
padding: 40px 0;
}
.process-section-modern .timeline-decoration {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
transform: translateX(-50%);
z-index: 1;
display: none;
}
.process-section-modern .timeline-line {
width: 3px;
height: 100%;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500),
var(--primary-300)
);
border-radius: 3px;
}
.process-section-modern .timeline-dots {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 60px 0;
}
.process-section-modern .timeline-dots .dot {
width: 16px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
border: 4px solid var(--surface-primary);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.process-section-modern .process-step {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.process-section-modern .process-step:last-child {
margin-bottom: 0;
}
.process-section-modern .step-content {
display: flex;
gap: 24px;
align-items: flex-start;
padding: 40px;
background: var(--surface-secondary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.96s ease;
position: relative;
overflow: hidden;
}
.process-section-modern .step-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--primary-500);
transform: scaleY(0);
transform-origin: top;
transition: transform 1.38s ease;
}
.process-section-modern .step-content:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.process-section-modern .step-content:hover::before {
transform: scaleY(1);
}
.process-section-modern .step-number {
position: relative;
flex-shrink: 0;
}
.process-section-modern .number-circle {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
font-size: 27px;
font-weight: 700;
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.process-section-modern .number-decoration {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border: 2px solid color-mix(in srgb, var(--primary-500) 25%, transparent);
border-radius: 50%;
animation: pulse-ring 2s ease-in-out infinite;
}
@keyframes pulse-ring {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.5;
}
}
.process-section-modern .step-text {
flex: 1;
}
.process-section-modern .step-title {
font-size: 27px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.process-section-modern .step-description {
font-size: 17px;
color: var(--text-secondary);
line-height: 1.8;
margin: 0;
}
.process-section-modern .step-visual {
padding: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.process-section-modern .visual-wrapper {
position: relative;
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.process-section-modern .icon-container {
width: 120px;
height: 120px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-500) 20%, transparent)
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}
.process-section-modern .icon-container i {
font-size: 48px;
color: var(--primary-500);
}
.process-section-modern .visual-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.process-section-modern .visual-decoration span {
position: absolute;
opacity: 0.3;
}
.process-section-modern .deco-circle {
width: 60px;
height: 60px;
border: 3px solid var(--primary-500);
border-radius: 50%;
top: 10%;
right: 10%;
animation: float 3s ease-in-out infinite;
}
.process-section-modern .deco-square {
width: 40px;
height: 40px;
border: 3px solid var(--primary-700);
bottom: 15%;
left: 5%;
animation: float 4s ease-in-out infinite reverse;
}
.process-section-modern .deco-triangle {
width: 50px;
height: 50px;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 43px solid var(--primary-500);
bottom: 10%;
left: 10%;
animation: float 3.66s ease-in-out infinite;
}
.process-section-modern .deco-hexagon {
width: 45px;
height: 52px;
background: var(--primary-500);
position: relative;
bottom: 20%;
right: 5%;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
animation: float 4.61s ease-in-out infinite reverse;
}
.process-section-modern .deco-pentagon {
width: 48px;
height: 48px;
background: var(--primary-700);
bottom: 15%;
right: 10%;
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
animation: float 4.28s ease-in-out infinite;
}
.process-section-modern .deco-star {
width: 50px;
height: 50px;
background: var(--primary-500);
top: 15%;
right: 15%;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
animation: float 4.56s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.process-section-modern .bottom-decoration {
margin-top: 80px;
display: flex;
justify-content: center;
}
.process-section-modern .deco-elements {
display: flex;
gap: 16px;
align-items: center;
}
.process-section-modern .deco-elements .element {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: bounce 2.43s ease-in-out infinite;
}
.process-section-modern .element-2 {
animation-delay: 1.18s;
}
.process-section-modern .element-3 {
animation-delay: 1.05s;
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-12px);
}
}
@media (max-width: 991px) {
.process-section-modern {
padding: 80px 0;
}
.process-section-modern .section-title {
font-size: 42px;
}
.process-section-modern .section-subtitle {
font-size: 19px;
}
.process-section-modern .section-description {
font-size: 17px;
}
.process-section-modern .section-header {
margin-bottom: 60px;
}
.process-section-modern .step-content {
padding: 32px;
}
.process-section-modern .step-title {
font-size: 22px;
}
.process-section-modern .step-visual {
padding: 32px;
margin-top: 24px;
}
.process-section-modern .visual-wrapper {
width: 160px;
height: 160px;
}
.process-section-modern .icon-container {
width: 100px;
height: 100px;
}
.process-section-modern .icon-container i {
font-size: 39px;
}
}
@media (max-width: 767px) {
.process-section-modern {
padding: 60px 0;
}
.process-section-modern .section-title {
font-size: 33px;
}
.process-section-modern .section-subtitle {
font-size: 16px;
}
.process-section-modern .section-description {
font-size: 15px;
}
.process-section-modern .section-header {
margin-bottom: 40px;
}
.process-section-modern .process-step {
margin-bottom: 40px;
}
.process-section-modern .step-content {
flex-direction: column;
padding: 24px;
gap: 20px;
}
.process-section-modern .number-circle {
width: 60px;
height: 60px;
font-size: 25px;
}
.process-section-modern .number-decoration {
width: 80px;
height: 80px;
}
.process-section-modern .step-title {
font-size: 21px;
}
.process-section-modern .step-description {
font-size: 16px;
}
.process-section-modern .step-visual {
padding: 24px;
margin-top: 16px;
}
.process-section-modern .visual-wrapper {
width: 140px;
height: 140px;
}
.process-section-modern .icon-container {
width: 80px;
height: 80px;
}
.process-section-modern .icon-container i {
font-size: 32px;
}
.process-section-modern .deco-circle,
.process-section-modern .deco-square,
.process-section-modern .deco-triangle,
.process-section-modern .deco-hexagon,
.process-section-modern .deco-pentagon,
.process-section-modern .deco-star {
transform: scale(0.8);
}
.process-section-modern .bottom-decoration {
margin-top: 40px;
}
}
@media (min-width: 992px) {
.process-section-modern .timeline-decoration {
display: block;
}
}
@media (prefers-reduced-motion: reduce) {
.process-section-modern * {
animation: none !important;
transition: none !important;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 28, 47, 0.62) 0%,
rgba(12, 24, 40, 0.54) 45%,
rgba(11, 15, 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;
}
.timeline-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3) 0%, rgba(var(--neutral-50), 0.2) 100%);
}
.timeline-item {
position: relative;
display: flex;
flex-direction: column;
gap: var(--space-3);
opacity: 0;
animation: fadeInUp 1.42s ease-out forwards;
}
.timeline-item:nth-child(1) { animation-delay: 0.45s; }
.timeline-item:nth-child(2) { animation-delay: 0.91s; }
.timeline-item:nth-child(3) { animation-delay: 1.10s; }
.timeline-item:nth-child(4) { animation-delay: 1.25s; }
.timeline-item:nth-child(5) { animation-delay: 0.63s; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.timeline-item-offset {
transform: translateY(40px);
}
.timeline-marker {
position: absolute;
top: -12px;
left: var(--space-3);
width: 24px;
height: 24px;
border-radius: 50%;
border: 3px solid var(--bg-primary);
background: var(--primary-500);
box-shadow: 0 0 0 4px rgba(var(--primary-500), 0.15);
z-index: 2;
}
.timeline-marker-1 {
background: var(--primary-500);
}
.timeline-marker-2 {
background: var(--primary-300);
}
.timeline-marker-3 {
background: var(--primary-700);
}
.timeline-marker-4 {
background: var(--primary-500);
}
.timeline-marker-5 {
background: var(--primary-300);
}
.timeline-card {
position: relative;
padding: var(--space-4);
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.timeline-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), transparent);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.timeline-item:hover .timeline-card {
border-color: var(--primary-500);
box-shadow: 0 8px 20px rgba(var(--primary-500), 0.1);
transform: translateY(-4px);
}
.timeline-item:hover .timeline-card::before {
opacity: 1;
}
.timeline-decoration-blob {
position: absolute;
bottom: -80px;
right: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(var(--primary-500), 0.08) 0%, transparent 70%);
border-radius: 45% 55% 38% 62% / 62% 45% 55% 38%;
animation: float 6s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
25% {
transform: translate(-20px, -20px) rotate(90deg);
}
50% {
transform: translate(0, -40px) rotate(180deg);
}
75% {
transform: translate(20px, -20px) rotate(270deg);
}
}
@media (max-width: 1199px) {
.timeline-item-offset {
transform: translateY(20px);
}
.timeline-card {
padding: var(--space-3);
}
}
@media (max-width: 768px) {
.timeline-section {
padding: var(--space-4) 0 !important;
}
.timeline-item-offset {
transform: translateY(0);
}
.timeline-marker {
left: var(--space-2);
}
.timeline-decoration-blob {
width: 200px;
height: 200px;
bottom: -60px;
right: -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(6, 10, 21, 0.62) 0%,
rgba(12, 22, 51, 0.54) 45%,
rgba(3, 4, 7, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.career-section-featured {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.career-section-featured .section-header {
position: relative;
z-index: 2;
}
.career-section-featured .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto;
border-radius: 2px;
}
.career-section-featured #career-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.career-section-featured #career-subtitle {
color: var(--primary-700);
font-weight: 600;
font-size: 1.19rem;
}
.career-section-featured #career-desc {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto;
}
.career-section-featured .career-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
transition: all 0.82s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
box-shadow:
0 4px 20px rgba(0, 0, 0, 0.06),
0 1px 4px rgba(0, 0, 0, 0.04);
}
.career-section-featured .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 1.15s ease;
}
.career-section-featured .career-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow:
0 12px 40px rgba(0, 0, 0, 0.12),
0 4px 12px rgba(0, 0, 0, 0.08);
}
.career-section-featured .career-card:hover::before {
opacity: 1;
}
.career-section-featured .career-card-icon {
width: 64px;
height: 64px;
border-radius: 12px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.56rem;
transition: all 0.96s ease;
}
.career-section-featured .career-card-icon i {
font-size: 1.62rem;
color: var(--light);
}
.career-section-featured .career-card:hover .career-card-icon {
transform: rotate(5deg) scale(1.05);
box-shadow: 0 8px 20px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.career-section-featured .career-card-body {
position: relative;
z-index: 1;
}
.career-section-featured .career-card-title {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1rem;
transition: color 0.76s ease;
}
.career-section-featured .career-card:hover .career-card-title {
color: var(--primary-700);
}
.career-section-featured .career-card-desc {
font-size: 0.88rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.74rem;
}
.career-section-featured .career-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 1.63rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent 70%);
}
.career-section-featured .career-role-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 50%, transparent 50%),
color-mix(in srgb, var(--primary-50) 50%, transparent 50%)
);
color: var(--primary-700);
font-size: 0.81rem;
font-weight: 600;
border-radius: 8px;
border: 1px solid var(--primary-300);
}
.career-section-featured .career-icons {
display: flex;
gap: 0.75rem;
}
.career-section-featured .career-icons i {
font-size: 1.19rem;
color: var(--neutral-500);
transition: all 0.80s ease;
}
.career-section-featured .career-card:hover .career-icons i {
color: var(--primary-500);
transform: translateY(-2px);
}
.career-section-featured .career-card-corner {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 50%
);
border-radius: 0 0 16px 0;
pointer-events: none;
transition: opacity 0.82s ease;
opacity: 0;
}
.career-section-featured .career-card:hover .career-card-corner {
opacity: 1;
}
.career-section-featured .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.career-section-featured .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
}
.career-section-featured .shape-1 {
width: 300px;
height: 300px;
top: -100px;
left: -100px;
animation: float-1 20s ease-in-out infinite;
}
.career-section-featured .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
right: -50px;
animation: float-2 15s ease-in-out infinite;
}
.career-section-featured .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
right: -150px;
background: radial-gradient(
ellipse,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%),
transparent
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph 25s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, 30px) scale(1.1);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(-20px, -20px) scale(0.9);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 70% 30% 40% 60% / 50% 60% 40% 50%;
transform: rotate(180deg);
}
}
@media (max-width: 991.98px) {
.career-section-featured .career-card {
padding: 1.75rem;
}
.career-section-featured .career-card-icon {
width: 56px;
height: 56px;
}
.career-section-featured .career-card-icon i {
font-size: 1.62rem;
}
.career-section-featured #career-title {
font-size: 2.31rem;
}
}
@media (max-width: 767.98px) {
.career-section-featured .career-card {
padding: 1.5rem;
}
.career-section-featured .career-card-footer {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.career-section-featured #career-title {
font-size: 2.12rem;
}
.career-section-featured #career-subtitle {
font-size: 1.12rem;
}
.career-section-featured #career-desc {
font-size: 0.88rem;
}
.career-section-featured .shape-blob {
width: 300px;
height: 300px;
}
}
@media (max-width: 575.98px) {
.career-section-featured .career-card {
padding: 1.25rem;
}
.career-section-featured .career-card-icon {
width: 48px;
height: 48px;
}
.career-section-featured .career-card-icon i {
font-size: 1.19rem;
}
.career-section-featured #career-title {
font-size: 1.88rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 17, 26, 0.62) 0%,
rgba(19, 36, 52, 0.54) 45%,
rgba(7, 11, 25, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section-clean {
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;
}
.coreinfo-section-clean .section-header {
position: relative;
z-index: 2;
}
.coreinfo-section-clean .decorative-line-top {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.70rem;
}
.coreinfo-section-clean .line-accent {
height: 2px;
width: 60px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.coreinfo-section-clean .section-icon {
font-size: 1.88rem;
color: var(--primary-500);
animation: pulse-icon 2s ease-in-out infinite;
}
@keyframes pulse-icon {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}
.coreinfo-section-clean .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
}
.coreinfo-section-clean .section-subtitle {
font-size: 1.31rem;
font-weight: 500;
color: var(--primary-700);
margin-bottom: 1rem;
}
.coreinfo-section-clean .section-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.coreinfo-section-clean .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 1.23s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.coreinfo-section-clean .info-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.83s ease;
}
.coreinfo-section-clean .info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-500);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.coreinfo-section-clean .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-clean .card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-50) 100%
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.66rem;
transition: all 1.26s ease;
}
.coreinfo-section-clean .info-card:hover .card-icon-wrapper {
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transform: rotate(5deg) scale(1.1);
}
.coreinfo-section-clean .card-icon-wrapper i {
font-size: 2.12rem;
color: var(--primary-700);
transition: color 0.62s ease;
}
.coreinfo-section-clean .info-card:hover .card-icon-wrapper i {
color: var(--light);
}
.coreinfo-section-clean .card-content {
position: relative;
z-index: 2;
}
.coreinfo-section-clean .card-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.93s ease;
}
.coreinfo-section-clean .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-section-clean .card-description {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.coreinfo-section-clean .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 1.06s ease;
}
.coreinfo-section-clean .info-card:hover .card-decoration {
transform: scale(1.3);
opacity: 0.6;
}
.coreinfo-section-clean .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.coreinfo-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.coreinfo-section-clean .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -200px;
left: -100px;
animation: float-shape-1 20s ease-in-out infinite;
}
.coreinfo-section-clean .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -150px;
right: -80px;
animation: float-shape-2 18s ease-in-out infinite;
}
.coreinfo-section-clean .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: 50%;
right: 10%;
animation: float-shape-3 22s ease-in-out infinite;
}
@keyframes float-shape-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(30px, 30px) scale(1.1); }
}
@keyframes float-shape-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-40px, -20px) rotate(180deg); }
}
@keyframes float-shape-3 {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-20px, 40px) scale(0.9); }
}
@media (max-width: 991px) {
.coreinfo-section-clean .section-title {
font-size: 1.88rem;
}
.coreinfo-section-clean .section-subtitle {
font-size: 1.00rem;
}
.coreinfo-section-clean .card-title {
font-size: 1.31rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-clean {
padding: 3rem 0;
}
.coreinfo-section-clean .section-title {
font-size: 1.75rem;
}
.coreinfo-section-clean .section-subtitle {
font-size: 1.06rem;
}
.coreinfo-section-clean .section-description {
font-size: 0.88rem;
}
.coreinfo-section-clean .info-card {
padding: 1.5rem;
}
.coreinfo-section-clean .card-icon-wrapper {
width: 60px;
height: 60px;
}
.coreinfo-section-clean .card-icon-wrapper i {
font-size: 1.81rem;
}
.coreinfo-section-clean .card-title {
font-size: 1.25rem;
}
.coreinfo-section-clean .card-description {
font-size: 0.94rem;
}
.coreinfo-section-clean .line-accent {
width: 40px;
}
.coreinfo-section-clean .section-icon {
font-size: 1.38rem;
}
}
@media (max-width: 575px) {
.coreinfo-section-clean .section-title {
font-size: 1.38rem;
}
.coreinfo-section-clean .info-card:hover {
transform: translateY(-4px);
}
}
@media (prefers-contrast: high) {
.coreinfo-section-clean .info-card {
border-width: 3px;
border-color: var(--primary-700);
}
.coreinfo-section-clean .card-title,
.coreinfo-section-clean .section-title {
font-weight: 800;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-clean .info-card,
.coreinfo-section-clean .card-icon-wrapper,
.coreinfo-section-clean .card-decoration {
transition: none;
}
.coreinfo-section-clean .shape-1,
.coreinfo-section-clean .shape-2,
.coreinfo-section-clean .shape-3,
.coreinfo-section-clean .section-icon {
animation: none;
}
.coreinfo-section-clean .info-card:hover {
transform: 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(12, 17, 34, 0.62) 0%,
rgba(8, 20, 35, 0.54) 45%,
rgba(13, 22, 33, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 3.38s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 1.06s ease, box-shadow 1.16s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.76s ease;
font-size: 0.94rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.75s 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, #3092ff, #1638c7) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.06rem;
letter-spacing: 0.4px;
transition: all 1.29s ease;
box-shadow: 0 6px 20px rgba(40, 100, 255, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.75s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(57, 119, 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(46, 99, 230, 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.06rem;
}
.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.31s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 1.00s ease;
font-size: 0.94rem;
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.46s 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(2, 3, 6, 0.62) 0%,
rgba(8, 23, 42, 0.54) 45%,
rgba(14, 25, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
}
.contact-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.decoration-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -100px;
filter: blur(60px);
}
.decoration-blob-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -80px;
left: -80px;
filter: blur(60px);
}
.decoration-glow {
width: 600px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
top: 50%;
right: 10%;
filter: blur(40px);
opacity: 0.12;
}
.contact-info-wrapper {
position: relative;
z-index: 2;
}
.contact-info-wrapper h2 {
color: var(--text-primary);
font-weight: 600;
}
.contact-info-wrapper .top_section_subtitle {
color: var(--primary-500);
font-weight: 500;
}
.contact-info-wrapper .premium_body_base {
color: var(--text-secondary);
line-height: 1.6;
}
.contact-details-stack {
display: flex;
flex-direction: column;
gap: var(--space-6);
}
.contact-detail-item {
display: flex;
gap: var(--space-4);
align-items: flex-start;
padding: var(--space-4);
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-light);
backdrop-filter: blur(10px);
transition: all var(--duration-300) var(--ease-smooth);
}
.contact-detail-item:hover {
background: rgba(255, 255, 255, 0.08);
border-color: var(--border-medium);
transform: translateX(4px);
}
.detail-icon-wrapper {
width: 40px;
height: 40px;
min-width: 40px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: var(--radius-md);
opacity: 0.2;
}
.detail-content {
flex: 1;
}
.detail-label {
color: var(--text-muted);
display: block;
margin-bottom: var(--space-1);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.detail-value {
color: var(--text-primary);
font-weight: 500;
}
.contact-form-wrapper {
position: relative;
z-index: 2;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
border: 1px solid var(--border-light);
border-radius: var(--radius-xl);
padding: var(--space-8);
backdrop-filter: blur(20px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
--bs-gutter-x: var(--space-4);
--bs-gutter-y: 0;
}
@media (max-width: 768px) {
.form-row {
grid-template-columns: 1fr;
}
}
.form-group {
display: flex;
flex-direction: column;
}
.form-label {
color: var(--text-secondary);
margin-bottom: var(--space-2);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.form-label span {
display: block;
}
.form-input {
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-light);
color: var(--text-primary);
padding: var(--space-3) var(--space-4);
border-radius: var(--radius-md);
font-size: 1.00rem;
transition: all var(--duration-300) var(--ease-smooth);
}
.form-input::placeholder {
color: var(--text-muted);
opacity: 0.6;
}
.form-input:focus {
background: rgba(255, 255, 255, 0.08);
border-color: var(--primary-500);
outline: none;
box-shadow: 0 0 0 3px rgba(38, 128, 255, 0.10);
}
.form-textarea {
resize: vertical;
min-height: 120px;
font-family: inherit;
}
.form-check {
display: flex;
align-items: flex-start;
gap: var(--space-3);
}
.form-check-input {
margin-top: 4px;
width: 20px;
height: 20px;
accent-color: var(--primary-500);
cursor: pointer;
border: 1px solid var(--border-medium);
border-radius: var(--radius-sm);
background: rgba(255, 255, 255, 0.04);
transition: all var(--duration-300) var(--ease-smooth);
}
.form-check-input:hover {
border-color: var(--primary-500);
}
.form-check-input:checked {
background: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-label {
color: var(--text-secondary);
cursor: pointer;
line-height: 1.5;
}
.form-check-label span {
display: inline;
}
.btn-submit {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
border: none;
padding: var(--space-4) var(--space-8);
border-radius: var(--radius-md);
font-weight: 600;
letter-spacing: 0.02em;
transition: all var(--duration-300) var(--ease-smooth);
box-shadow: 0 4px 16px rgba(63, 105, 241, 0.25);
cursor: pointer;
width: 100%;
text-transform: uppercase;
font-size: 0.94rem;
}
.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(49, 92, 233, 0.35);
background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 100%);
}
.btn-submit:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(47, 139, 240, 0.20);
}
@media (max-width: 992px) {
.contact-section {
min-height: auto;
padding: var(--space-8) 0;
}
.contact-form-wrapper {
padding: var(--space-6);
}
.decoration-blob-1,
.decoration-blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 576px) {
.contact-form-wrapper {
padding: var(--space-5);
}
.contact-detail-item {
padding: var(--space-3);
}
.detail-icon-wrapper {
width: 32px;
height: 32px;
}
.btn-submit {
padding: var(--space-3) var(--space-6);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 5, 11, 0.62) 0%,
rgba(12, 25, 45, 0.54) 45%,
rgba(3, 6, 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 {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: auto;
}
.blog-glow-accent-1 {
position: absolute;
top: -20%;
right: -10%;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
opacity: 0.08;
pointer-events: none;
filter: blur(80px);
}
.blog-glow-accent-2 {
position: absolute;
bottom: -15%;
left: -5%;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.06;
pointer-events: none;
filter: blur(80px);
}
#blog_grid {
position: relative;
z-index: 2;
}
.blog-card {
height: 100%;
perspective: 1000px;
}
.blog-card-inner {
position: relative;
height: 100%;
padding: 2rem;
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.05);
border: 1px solid var(--border-light);
backdrop-filter: blur(20px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
transition: all var(--duration-300) var(--ease-out);
display: flex;
flex-direction: column;
}
.blog-card-inner::before {
content: '';
position: absolute;
inset: 0;
border-radius: var(--radius-lg);
padding: 1px;
background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.blog-card:hover .blog-card-inner {
background: rgba(255, 255, 255, 0.08);
border-color: var(--primary-300);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.blog-card:hover .blog-card-inner::before {
opacity: 1;
}
.blog-card-header {
margin-bottom: 1.67rem;
position: relative;
}
.blog-accent-line {
display: block;
width: 3px;
height: 32px;
background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
border-radius: 2px;
margin-bottom: 0.86rem;
box-shadow: 0 0 16px rgba(var(--primary-500), 0.3);
}
.blog-card-header h3 {
font-size: 1.31rem;
line-height: 1.3;
color: var(--text-primary);
margin: 0;
}
.blog-card-inner p {
flex-grow: 1;
color: var(--text-secondary);
font-size: 0.88rem;
line-height: 1.6;
}
.blog-link {
display: inline-flex;
align-items: center;
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
transition: all var(--duration-250) var(--ease-out);
position: relative;
padding-bottom: 2px;
}
.blog-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width var(--duration-250) var(--ease-out);
}
.blog-card:hover .blog-link {
color: var(--primary-400);
gap: 0.5rem;
}
.blog-card:hover .blog-link::after {
width: 100%;
}
@media (max-width: 768px) {
.blog-section {
padding: 3rem 0;
}
.blog-card-inner {
padding: 1.5rem;
}
.blog-card-header h3 {
font-size: 1.12rem;
}
.blog-glow-accent-1,
.blog-glow-accent-2 {
opacity: 0.04;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 17, 29, 0.62) 0%,
rgba(2, 5, 10, 0.54) 45%,
rgba(15, 27, 46, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#faq {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, rgba(var(--neutral-50-rgb), 0.5) 100%);
}
.faq-section .container {
position: relative;
z-index: 2;
}
.faq-header {
text-align: center;
max-width: 680px;
margin-left: auto;
margin-right: auto;
animation: fadeInUp 1.28s ease-out;
}
.faq-header h2 {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.faq-header p {
color: var(--text-secondary);
}
.faq-card {
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: 2rem;
transition: all var(--duration-normal) var(--ease-smooth);
position: relative;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300), transparent);
border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.faq-card:hover {
border-color: var(--border-interactive);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}
.faq-card-header {
margin-bottom: 1.66rem;
}
.faq-question {
color: var(--text-primary);
margin: 0;
line-height: 1.4;
font-weight: 600;
}
.faq-card-body {
position: relative;
}
.faq-card-body p {
color: var(--text-secondary);
margin: 0;
line-height: 1.6;
font-size: 0.88rem;
}
.faq-decoration {
position: absolute;
opacity: 0.15;
pointer-events: none;
}
.faq-blob-1 {
width: 380px;
height: 380px;
background: radial-gradient(circle at 30% 40%, var(--primary-300), var(--primary-500));
border-radius: 45% 55% 50% 50% / 50% 50% 55% 45%;
top: -120px;
right: -100px;
animation: float 8s ease-in-out infinite;
}
.faq-blob-2 {
width: 320px;
height: 320px;
background: radial-gradient(circle at 70% 60%, var(--neutral-300), var(--primary-300));
border-radius: 40% 60% 45% 55% / 55% 45% 60% 40%;
bottom: -80px;
left: -80px;
animation: float 10s ease-in-out infinite reverse;
}
.faq-line-accent {
position: absolute;
width: 2px;
height: 200px;
background: linear-gradient(180deg, var(--primary-500), transparent);
top: 50%;
right: 5%;
opacity: 0.2;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(30px);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 768px) {
.faq-card {
padding: 1.5rem;
}
.faq-blob-1 {
width: 280px;
height: 280px;
top: -80px;
right: -60px;
}
.faq-blob-2 {
width: 240px;
height: 240px;
bottom: -60px;
left: -60px;
}
.faq-header {
margin-bottom: 2.72rem;
}
}
[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, 29, 49, 0.62) 0%,
rgba(1, 3, 5, 0.54) 45%,
rgba(12, 21, 32, 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 {
position: relative;
background: var(--bg-primary);
color: var(--text-primary);
border-top: 1px solid var(--border-light);
}
#footer .container {
position: relative;
z-index: 1;
}
#footer h2 {
font-weight: 700;
letter-spacing: -0.02em;
color: var(--text-primary);
}
#footer h3 {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.69rem;
color: var(--text-muted);
}
#footer p {
line-height: 1.6;
color: var(--text-secondary);
}
#footer a {
transition: color var(--duration-base) var(--ease-smooth);
font-weight: 500;
}
#footer a:hover {
color: var(--primary-700);
}
#footer .list-unstyled li {
transition: transform var(--duration-base) var(--ease-smooth);
}
#footer .list-unstyled li:hover {
transform: translateX(4px);
}
#footer .border-top {
border-color: var(--border-light) !important;
}
@media (max-width: 991.98px) {
#footer h2 {
font-size: 1.88rem;
}
#footer .row {
margin-bottom: 2rem;
}
}
[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, 12, 19, 0.62) 0%,
rgba(9, 25, 47, 0.54) 45%,
rgba(11, 19, 34, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .header-badge i {
font-size: 1.94rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.62rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
z-index: 0;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
justify-content: flex-end;
padding-right: calc(50% + 50px);
margin-bottom: 4rem;
}
.additional-universal-section .timeline-item-reverse {
justify-content: flex-start;
padding-right: 0;
padding-left: calc(50% + 50px);
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.additional-universal-section .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--light);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-100);
transition: all 0.46s ease;
}
.additional-universal-section .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-700);
}
.additional-universal-section .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(3);
opacity: 0;
}
}
.additional-universal-section .timeline-content {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.64s ease;
max-width: 400px;
width: 100%;
}
.additional-universal-section .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.43rem;
}
.additional-universal-section .timeline-icon i {
font-size: 1.81rem;
color: var(--primary-500);
}
.additional-universal-section .timeline-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .timeline-decorative {
position: absolute;
bottom: -15px;
right: -15px;
width: 80px;
height: 80px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
z-index: -1;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 5%;
left: -10%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
right: -8%;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(10deg);
}
}
.additional-universal-section .decorative-gradient {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .gradient-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 1.88rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.additional-universal-section .timeline-marker {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-line {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.88rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.25rem;
}
.additional-universal-section .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 50px;
}
.additional-universal-section .timeline-marker {
left: 15px;
}
.additional-universal-section .timeline-line {
left: 15px;
}
.additional-universal-section .marker-dot {
width: 16px;
height: 16px;
}
.additional-universal-section .timeline-content {
padding: 1.25rem;
}
.additional-universal-section .timeline-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.38rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(16, 23, 49, 0.62) 0%,
rgba(12, 19, 37, 0.54) 45%,
rgba(13, 25, 37, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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: 32px;
color: var(--light);
}
.v-056 .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-056 .section-subtitle {
font-size: 1.62rem;
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: 28px;
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: 35px;
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 1.09s 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.50rem;
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.56rem;
}
.v-056 .timeline-item.featured .timeline-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.00rem;
}
.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.19rem;
}
.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.75rem;
}
.v-056 .section-subtitle {
font-size: 1.12rem;
}
.v-056 .section-description {
font-size: 0.94rem;
}
.v-056 .header-badge {
width: 64px;
height: 64px;
}
.v-056 .header-badge i {
font-size: 26px;
}
.v-056 .timeline-item {
margin-bottom: 40px;
}
.v-056 .timeline-icon {
width: 56px;
height: 56px;
}
.v-056 .timeline-icon i {
font-size: 24px;
}
.v-056 .timeline-icon.large {
width: 64px;
height: 64px;
}
.v-056 .timeline-icon.large i {
font-size: 30px;
}
.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.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(7, 11, 18, 0.62) 0%,
rgba(15, 24, 51, 0.54) 45%,
rgba(10, 16, 38, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-section .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: 3px;
margin: 0 auto 1.5rem;
}
.additional-universal-section .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.50rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.additional-universal-section .info-card {
position: relative;
background: var(--light);
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 2rem;
transition: all 0.79s ease;
overflow: hidden;
}
.additional-universal-section .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
border-color: var(--primary-300);
}
.card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.61rem;
transition: transform 0.55s ease;
}
.additional-universal-section .info-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.38rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section .info-card-featured {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
border: 2px solid var(--primary-300);
}
.additional-universal-section .info-card-featured .card-title {
color: var(--primary-700);
}
.additional-universal-section .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.1;
}
.card-decorative-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
transition: transform 1.32s ease;
}
.additional-universal-section .info-card:hover .card-decorative-shape {
transform: scale(1.3);
}
.additional-universal-section .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.additional-universal-section .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -50px;
right: -50px;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.19rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .info-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.81rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.56rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.06rem;
}
.additional-universal-section .section-description {
font-size: 0.94rem;
}
.card-title {
font-size: 1.38rem;
}
.blob-1,
.additional-universal-section .blob-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .info-card {
padding: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 6, 14, 0.62) 0%,
rgba(15, 25, 42, 0.54) 45%,
rgba(12, 26, 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;
}
.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.44rem;
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.31rem;
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.25rem;
}
.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(5, 8, 15, 0.62) 0%,
rgba(2, 3, 6, 0.54) 45%,
rgba(9, 16, 23, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background-color: var(--neutral-100);
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_timeline {
position: relative;
padding-left: var(--space-8);
}
.add_wrap .add_timeline:before {
content: '';
position: absolute;
left: var(--space-4);
top: 0;
bottom: var(--space-8);
width: 2px;
background: linear-gradient(to bottom, var(--primary-500), var(--primary-300));
}
.add_wrap .add_timeline_item {
position: relative;
margin-bottom: var(--space-10);
padding-left: var(--space-8);
}
.add_wrap .add_timeline_item:last-child {
margin-bottom: 0;
}
.add_wrap .add_timeline_marker {
position: absolute;
left: calc(-1 * var(--space-8) - 6px);
top: var(--space-2);
width: 16px;
height: 16px;
background-color: var(--primary-500);
border: 3px solid var(--neutral-100);
border-radius: 50%;
z-index: 2;
}
.add_wrap .add_timeline_marker:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
background-color: var(--neutral-100);
border-radius: 50%;
}
.add_wrap .add_timeline_content {
background-color: var(--neutral-50);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
position: relative;
}
.add_wrap .add_timeline_content:before {
content: '';
position: absolute;
left: -8px;
top: var(--space-4);
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid var(--neutral-200);
}
.add_wrap .add_timeline_content:after {
content: '';
position: absolute;
left: -7px;
top: calc(var(--space-4) + 1px);
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 7px solid var(--neutral-50);
}
.add_wrap .add_timeline_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.12rem;
font-weight: 600;
}
.add_wrap .add_timeline_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap .add_timeline_item:nth-child(even) .add_timeline_content {
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
@media (max-width: 768px) {
.add_wrap .add_timeline {
padding-left: var(--space-6);
}
.add_wrap .add_timeline:before {
left: var(--space-3);
}
.add_wrap .add_timeline_item {
padding-left: var(--space-6);
margin-bottom: var(--space-8);
}
.add_wrap .add_timeline_marker {
left: calc(-1 * var(--space-6) - 6px);
}
.add_wrap .add_timeline_content {
padding: var(--space-4);
}
}
[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, 15, 26, 0.62) 0%,
rgba(17, 24, 50, 0.54) 45%,
rgba(4, 8, 18, 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-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-bold #95c4c2_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-bold #a4eef0_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-bold #c8eceb_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-bold .comparison-grid {
position: relative;
z-index: 2;
}
.additional-universal-bold .benefit-item {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 0.80s ease;
}
.additional-universal-bold .benefit-item:hover {
border-color: var(--primary-500);
box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
transform: translateY(-5px);
}
.additional-universal-bold .benefit-visual {
position: relative;
height: 100%;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.5rem;
padding: 1.5rem;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.additional-universal-bold .metric-display {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.62rem;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.45s ease;
}
.additional-universal-bold .benefit-item:hover .metric-display {
transform: scale(1.1);
}
.additional-universal-bold .visual-bars {
display: flex;
gap: 0.5rem;
align-items: flex-end;
width: 100%;
max-width: 200px;
}
.additional-universal-bold .bar-item {
flex: 1;
background: var(--primary-500);
border-radius: 4px;
transition: all 0.47s ease;
}
.additional-universal-bold .bar-item:nth-child(1) {
height: 40px;
}
.additional-universal-bold .bar-item:nth-child(2) {
height: 60px;
}
.additional-universal-bold .bar-item:nth-child(3) {
height: 50px;
}
.additional-universal-bold .benefit-item:hover .bar-item {
background: var(--primary-700);
}
.additional-universal-bold .benefit-content {
position: relative;
padding: 1rem 0;
}
.additional-universal-bold .benefit-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 1.44rem;
margin-bottom: 1rem;
}
.additional-universal-bold .benefit-content h3 {
color: var(--text-primary);
}
.additional-universal-bold .benefit-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.06rem;
margin-bottom: 0;
}
.additional-universal-bold .industrial-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
background-image:
linear-gradient(var(--neutral-900) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
z-index: 1;
}
.additional-universal-bold .corner-accent {
position: absolute;
width: 200px;
height: 200px;
pointer-events: none;
opacity: 0.1;
}
.additional-universal-bold .accent-tl {
top: 0;
left: 0;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
border-top-left-radius: 0;
}
.additional-universal-bold .accent-br {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-500);
border-right: 4px solid var(--primary-500);
border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
.additional-universal-bold .benefit-item {
padding: 1.5rem;
}
.additional-universal-bold .benefit-visual {
min-height: 150px;
margin-bottom: 1.62rem;
}
.additional-universal-bold .metric-display {
width: 80px;
height: 80px;
font-size: 2.00rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-bold #a4d1d8_page_1_sec_1_title {
font-size: 2.12rem;
}
.additional-universal-bold .benefit-item {
padding: 1.25rem;
}
.additional-universal-bold .benefit-visual {
min-height: 120px;
}
.additional-universal-bold .metric-display {
width: 70px;
height: 70px;
font-size: 1.62rem;
}
}
[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, 7, 13, 0.62) 0%,
rgba(10, 24, 39, 0.54) 45%,
rgba(6, 9, 19, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-classic {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-classic #a8ebeb_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-classic #b4dadf_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-classic #aaf2ec_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-classic .timeline-container {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-classic .timeline-item {
position: relative;
display: flex;
gap: 2rem;
margin-bottom: 3rem;
align-items: flex-start;
}
.additional-universal-classic .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.additional-universal-classic .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-classic .timeline-item:last-child .timeline-connector {
display: none;
}
.additional-universal-classic .timeline-marker {
position: relative;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.additional-universal-classic .marker-icon {
width: 80px;
height: 80px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 15%, var(--surface-secondary));
border: 3px solid var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
font-size: 2.12rem;
color: var(--primary-500);
transition: all 1.08s ease;
z-index: 2;
}
.additional-universal-classic .timeline-item:hover .marker-icon {
transform: scale(1.15) rotate(10deg);
background: var(--primary-500);
color: white;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.additional-universal-classic .marker-number {
font-size: 1.44rem;
font-weight: 700;
color: var(--primary-500);
opacity: 0.6;
}
.additional-universal-classic .timeline-connector {
position: absolute;
left: 50%;
top: 80px;
transform: translateX(-50%);
width: 3px;
height: calc(100% + 3rem);
background: linear-gradient(
to bottom,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 30%, transparent)
);
z-index: 1;
}
.additional-universal-classic .timeline-item:nth-child(even) .timeline-connector {
left: 50%;
}
.additional-universal-classic .timeline-content {
position: relative;
flex: 1;
padding: 2rem;
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 0.75s ease;
overflow: hidden;
}
.additional-universal-classic .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.additional-universal-classic .timeline-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.additional-universal-classic .timeline-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.00rem;
margin-bottom: 0;
}
.additional-universal-classic .content-decoration {
position: absolute;
bottom: 1rem;
right: 1rem;
font-size: 3.00rem;
color: var(--primary-500);
opacity: 0.05;
pointer-events: none;
}
.additional-universal-classic .bg-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
pointer-events: none;
}
.additional-universal-classic .blob-1 {
top: 10%;
left: -10%;
width: 500px;
height: 500px;
background: var(--primary-300);
animation: blob-float-v081 15s ease-in-out infinite;
}
.additional-universal-classic .blob-2 {
top: 50%;
right: -10%;
width: 400px;
height: 400px;
background: var(--primary-500);
animation: blob-float-v081 20s ease-in-out infinite reverse;
}
.additional-universal-classic .blob-3 {
bottom: 10%;
left: 20%;
width: 350px;
height: 350px;
background: var(--primary-300);
animation: blob-float-v081 18s ease-in-out infinite;
}
@keyframes blob-float-v081 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.additional-universal-classic .timeline-item,
.additional-universal-classic .timeline-item:nth-child(even) {
flex-direction: column;
align-items: center;
text-align: center;
}
.additional-universal-classic .timeline-connector {
left: 50%;
transform: translateX(-50%);
}
.additional-universal-classic .marker-icon {
width: 70px;
height: 70px;
font-size: 1.75rem;
}
.additional-universal-classic .timeline-content {
padding: 1.5rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-classic #afd3cd_page_1_sec_1_title {
font-size: 2.19rem;
}
.additional-universal-classic .marker-icon {
width: 60px;
height: 60px;
font-size: 1.56rem;
}
.additional-universal-classic .marker-number {
font-size: 1.19rem;
}
.additional-universal-classic .timeline-content {
padding: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 11, 18, 0.62) 0%,
rgba(5, 12, 21, 0.54) 45%,
rgba(15, 25, 52, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: linear-gradient(to bottom, white 0%, var(--neutral-50) 100%);
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-10, var(--space-8));
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.add_wrap .add_title {
font-family: var(--agency_section_title);
font-size: clamp(2rem, 4.5vw, 3rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.15;
}
.add_wrap .add_subtitle {
font-family: var(--main_body_large);
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--premium_body_base);
font-size: 1.00rem;
color: var(--text-body);
max-width: 750px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_elements_grid {
display: flex;
flex-direction: column;
gap: var(--space-8);
}
.add_wrap .add_row_element {
position: relative;
}
.add_wrap .add_row_element::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: calc(100% + 40px);
background: white;
border-radius: var(--radius-lg);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
opacity: 0;
transition: opacity 0.43s ease;
z-index: 0;
pointer-events: none;
}
.add_wrap .add_row_element:hover::before {
opacity: 1;
}
.add_wrap .add_row_element > * {
position: relative;
z-index: 1;
}
.add_wrap .add_image_placeholder {
aspect-ratio: 4 / 3;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
border-radius: var(--radius-lg);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 3.00rem;
overflow: hidden;
position: relative;
}
.add_wrap .add_image_placeholder::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0%, 100% { transform: translateX(-100%); }
50% { transform: translateX(100%); }
}
.add_wrap .add_content {
padding: var(--space-4);
}
.add_wrap .add_elem_title {
font-family: var(--main_body_large);
font-size: clamp(1.375rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--text-primary);
margin-bottom: var(--space-3);
line-height: 1.3;
position: relative;
padding-left: var(--space-4);
}
.add_wrap .add_elem_title::before {
content: '';
position: absolute;
left: 0;
top: 0.25em;
width: 4px;
height: 1.5em;
background: var(--primary-500);
border-radius: 2px;
}
.add_wrap .add_elem_desc {
font-family: var(--premium_body_base);
font-size: 0.88rem;
color: var(--text-body);
margin: 0;
line-height: 1.7;
padding-left: var(--space-4);
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_elements_grid {
gap: var(--space-6);
}
.add_wrap .add_row_element::before {
display: none;
}
.add_wrap .add_image_placeholder {
aspect-ratio: 16 / 9;
font-size: 3.00rem;
margin-bottom: var(--space-4);
}
.add_wrap .add_content {
padding: var(--space-2);
}
.add_elem_title,
.add_wrap .add_elem_desc {
padding-left: var(--space-3);
}
.add_wrap .add_elem_title::before {
width: 3px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 3, 7, 0.62) 0%,
rgba(3, 5, 13, 0.54) 45%,
rgba(9, 16, 38, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .content-items {
position: relative;
z-index: 2;
}
.additional-universal-section .image-container {
position: relative;
width: 100%;
aspect-ratio: 4/3;
border-radius: 16px;
overflow: hidden;
}
.additional-universal-section .image-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 70%, var(--primary-50) 30%)
);
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.additional-universal-section .image-placeholder::before {
content: '';
position: absolute;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.additional-universal-section .image-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decoration-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
opacity: 0.6;
top: -20px;
right: -20px;
}
.additional-universal-section .decoration-2 {
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%);
opacity: 0.5;
bottom: -15px;
left: -15px;
}
.additional-universal-section .decoration-3 {
width: 70px;
height: 70px;
background: var(--primary-300);
opacity: 0.6;
top: -25px;
right: -25px;
}
.additional-universal-section .decoration-4 {
width: 90px;
height: 90px;
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
opacity: 0.5;
bottom: -30px;
left: -30px;
}
.additional-universal-section .decoration-5 {
width: 75px;
height: 75px;
background: var(--primary-500);
opacity: 0.6;
top: -20px;
right: -20px;
}
.additional-universal-section .content-block {
padding: 1rem;
}
.additional-universal-section .icon-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-500);
border-radius: 12px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .icon-badge i {
font-size: 1.44rem;
color: var(--light);
}
.additional-universal-section .content-title {
font-size: 1.44rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-section .content-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .background-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .floating-circle {
position: absolute;
border-radius: 50%;
opacity: 0.3;
}
.additional-universal-section .circle-1 {
width: 250px;
height: 250px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
top: 100px;
right: -50px;
animation: float 8s ease-in-out infinite;
}
.additional-universal-section .circle-2 {
width: 180px;
height: 180px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent
);
bottom: 200px;
left: -40px;
animation: float 10s ease-in-out infinite 2s;
}
.additional-universal-section .circle-3 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 18%, transparent 82%),
transparent
);
top: 50%;
left: 50%;
animation: float 12s ease-in-out infinite 4s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -20px);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-block {
padding: 0;
}
.additional-universal-section .content-title {
font-size: 1.50rem;
}
.additional-universal-section .image-container {
margin-bottom: 1.56rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2.62rem !important;
}
.additional-universal-section .content-items .row {
margin-bottom: 3rem !important;
}
.additional-universal-section .content-items .row:last-child {
margin-bottom: 0 !important;
}
.additional-universal-section .icon-badge {
width: 48px;
height: 48px;
}
.additional-universal-section .icon-badge i {
font-size: 1.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(12, 19, 36, 0.62) 0%,
rgba(6, 9, 19, 0.54) 45%,
rgba(4, 9, 16, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
overflow: hidden;
}
.additional-universal-section .section-header {
max-width: 900px;
margin: 0 auto;
position: relative;
}
.additional-universal-section .header-accent {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.additional-universal-section .section-main-title {
font-size: 2.56rem;
font-weight: 800;
color: var(--primary-700);
line-height: 1.2;
margin-bottom: 1rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-600);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
color: var(--neutral-700);
line-height: 1.8;
max-width: 800px;
}
.additional-universal-section .features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 4rem;
}
.additional-universal-section .feature-item {
background: #ffffff;
border-radius: 24px;
padding: 2.5rem;
position: relative;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
transition: all 1.07s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.additional-universal-section .feature-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-section .feature-large {
grid-column: span 2;
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
padding: 3rem;
}
.additional-universal-section .feature-bg-pattern {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
opacity: 0.3;
border-radius: 0 24px 0 50%;
}
.additional-universal-section .feature-large:hover .feature-bg-pattern {
opacity: 0.5;
transform: scale(1.2);
transition: all 0.66s ease;
}
.additional-universal-section .feature-icon {
width: 65px;
height: 65px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.58rem;
transition: transform 0.47s ease;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .feature-item:hover .feature-icon {
transform: rotate(-10deg) scale(1.1);
}
.additional-universal-section .feature-icon i {
font-size: 1.88rem;
color: #ffffff;
}
.additional-universal-section .feature-icon-large {
width: 90px;
height: 90px;
background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2rem;
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
transition: transform 1.32s ease;
}
.additional-universal-section .feature-large:hover .feature-icon-large {
transform: rotate(5deg) scale(1.1);
}
.additional-universal-section .feature-icon-large i {
font-size: 2.50rem;
color: #ffffff;
}
.additional-universal-section .feature-content {
position: relative;
z-index: 2;
}
.additional-universal-section .feature-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--primary-800);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.69rem;
margin-bottom: 1.37rem;
}
.additional-universal-section .feature-description {
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .feature-large .feature-description {
font-size: 1.00rem;
line-height: 1.75;
}
.additional-universal-section .feature-corner-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
opacity: 0.4;
border-radius: 0 100% 0 24px;
transition: opacity 1.27s ease;
}
.additional-universal-section .feature-large:hover .feature-corner-accent {
opacity: 0.6;
}
.additional-universal-section .decorative-circle {
position: absolute;
border-radius: 50%;
border: 3px solid var(--primary-300);
opacity: 0.15;
z-index: 0;
pointer-events: none;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .circle-1 {
width: 200px;
height: 200px;
top: 15%;
left: 5%;
animation-delay: 0s;
}
.additional-universal-section .circle-2 {
width: 150px;
height: 150px;
top: 60%;
right: 8%;
animation-delay: 5s;
}
.additional-universal-section .circle-3 {
width: 120px;
height: 120px;
bottom: 20%;
left: 15%;
animation-delay: 10s;
}
.additional-universal-section .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.1;
z-index: 0;
pointer-events: none;
animation: float 15s ease-in-out infinite;
}
.additional-universal-section .floating-icon i {
font-size: 1.44rem;
color: #ffffff;
}
.additional-universal-section .icon-1 {
top: 25%;
right: 10%;
animation-delay: 2s;
}
.additional-universal-section .icon-2 {
bottom: 25%;
left: 8%;
animation-delay: 7s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
25% {
transform: translateY(-20px) rotate(5deg);
}
50% {
transform: translateY(-10px) rotate(-5deg);
}
75% {
transform: translateY(-15px) rotate(3deg);
}
}
@media (max-width: 1200px) {
.additional-universal-section .features-grid {
grid-template-columns: repeat(2, 1fr);
}
.additional-universal-section .feature-large {
grid-column: span 2;
}
}
@media (max-width: 768px) {
.additional-universal-section .section-main-title {
font-size: 2.19rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
}
.additional-universal-section .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
margin-top: 3rem;
}
.additional-universal-section .feature-large {
grid-column: span 1;
padding: 2.5rem;
}
.additional-universal-section .feature-item {
padding: 2rem;
}
.additional-universal-section .feature-icon {
width: 55px;
height: 55px;
}
.additional-universal-section .feature-icon i {
font-size: 1.38rem;
}
.additional-universal-section .feature-icon-large {
width: 75px;
height: 75px;
}
.additional-universal-section .feature-icon-large i {
font-size: 2.19rem;
}
.additional-universal-section .feature-title {
font-size: 1.25rem;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.31rem;
}
}
@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.06rem;
}
.feature-item,
.additional-universal-section .feature-large {
padding: 1.75rem;
}
.additional-universal-section .header-accent {
width: 60px;
margin-bottom: 1rem;
}
}
[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, 12, 25, 0.62) 0%,
rgba(8, 19, 31, 0.54) 45%,
rgba(2, 5, 10, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .technical-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
}
.badge-line {
width: 30px;
height: 2px;
background: var(--primary-500);
}
.badge-square {
width: 10px;
height: 10px;
background: var(--primary-500);
transform: rotate(45deg);
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
}
.additional-universal-section .steps-container {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 2;
}
.additional-universal-section .step-item {
display: flex;
gap: 2rem;
margin-bottom: 2rem;
position: relative;
}
.additional-universal-section .step-item:last-child {
margin-bottom: 0;
}
.additional-universal-section .step-number-wrapper {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.additional-universal-section .step-number {
width: 80px;
height: 80px;
background: var(--surface-secondary);
border: 3px solid var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.75rem;
font-weight: 800;
color: var(--primary-500);
position: relative;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
transition: all 0.91s ease;
}
.additional-universal-section .step-number::before {
content: '';
position: absolute;
inset: 6px;
background: var(--surface-secondary);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
z-index: -1;
}
.additional-universal-section .step-item:hover .step-number {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1);
}
.additional-universal-section .step-number-final {
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
color: var(--light);
}
.additional-universal-section .step-connector {
width: 3px;
height: 60px;
background: linear-gradient(180deg, var(--primary-500), var(--primary-300));
margin: 0.5rem 0;
}
.additional-universal-section .step-final .step-connector {
display: none;
}
.additional-universal-section .step-content {
flex: 1;
background: var(--surface-secondary);
padding: 2rem;
border-radius: 12px;
border-left: 4px solid var(--primary-500);
transition: all 0.63s ease;
position: relative;
}
.additional-universal-section .step-item:hover .step-content {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
border-left-color: var(--primary-700);
}
.additional-universal-section .step-icon-group {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-50);
border-radius: 8px;
margin-bottom: 1.39rem;
transition: all 0.70s ease;
}
.additional-universal-section .step-item:hover .step-icon-group {
background: var(--primary-300);
transform: rotate(5deg);
}
.additional-universal-section .step-icon-group i {
font-size: 1.88rem;
color: var(--primary-700);
}
.additional-universal-section .step-title {
font-size: 1.50rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .step-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .grid-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(0deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent),
linear-gradient(90deg, transparent 24%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 25%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 26%, transparent 27%, transparent 74%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 75%, color-mix(in srgb, var(--neutral-300) 30%, transparent) 76%, transparent 77%, transparent);
background-size: 80px 80px;
opacity: 0.3;
pointer-events: none;
z-index: 1;
}
.additional-universal-section .corner-decoration {
position: absolute;
width: 120px;
height: 120px;
pointer-events: none;
z-index: 1;
}
.additional-universal-section .corner-top-left {
top: 0;
left: 0;
border-top: 4px solid var(--primary-300);
border-left: 4px solid var(--primary-300);
}
.additional-universal-section .corner-bottom-right {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-300);
border-right: 4px solid var(--primary-300);
}
.additional-universal-section .corner-decoration::before {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
}
.additional-universal-section .corner-top-left::before {
top: -2px;
left: -2px;
clip-path: polygon(0 0, 100% 0, 0 100%);
}
.additional-universal-section .corner-bottom-right::before {
bottom: -2px;
right: -2px;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.12rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
.additional-universal-section .step-number {
width: 70px;
height: 70px;
font-size: 1.38rem;
}
.additional-universal-section .step-content {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .step-item {
gap: 1.25rem;
}
.additional-universal-section .step-number {
width: 60px;
height: 60px;
font-size: 1.31rem;
}
.additional-universal-section .step-connector {
height: 40px;
}
.additional-universal-section .step-content {
padding: 1.25rem;
}
.additional-universal-section .step-title {
font-size: 1.12rem;
}
.additional-universal-section .step-icon-group {
width: 48px;
height: 48px;
}
.additional-universal-section .step-icon-group i {
font-size: 1.38rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 4, 8, 0.62) 0%,
rgba(4, 9, 14, 0.54) 45%,
rgba(13, 25, 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;
}