:root {
--primary-50: #f0fdf4;
--primary-50-rgb: 240, 253, 244;
--primary-100: #d3eadb;
--primary-100-rgb: 220, 252, 231;
--primary-300: #8be7a8;
--primary-300-rgb: 134, 239, 172;
--primary-500: #006b48;
--primary-500-rgb: 4, 120, 87;
--primary-700: #06362b;
--primary-700-rgb: 6, 78, 59;
--primary-200: #95e5b5;
--primary-200-rgb: 177, 246, 202;
--primary-400: #47c386;
--primary-400-rgb: 69, 180, 130;
--primary-600: #0a5937;
--primary-600-rgb: 5, 99, 73;
--primary-800: #05352e;
--primary-800-rgb: 5, 66, 50;
--primary-900: #003224;
--primary-900-rgb: 4, 55, 41;
--primary-950: #010e09;
--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: #e3e3e3;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #696562;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #2c2a28;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #0e0d0c;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #f9f9f9;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #c0bab8;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #5e5954;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3a312e;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #1e1c1a;
--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 5px 3px rgba(0, 0, 0, 0.05);
--shadow-md: 0 11px 17px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 11px 113px rgba(0, 0, 0, 0.1);
--shadow-card: 0 7px 9px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 11px 27px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 11px 13px rgba(1, 100, 67, 0.30);
--radius-sm: 5px;
--radius-md: 9px;
--radius-lg: 113px;
--radius-xl: 25px;
--transition-fast: 0.86s ease;
--transition-base: 0.46s ease;
--transition-slow: 0.93s ease;
--white-rgb: 255, 255, 255;
--black-rgb: 0, 0, 0;
--transparent-rgb: 0, 0, 0;
--overlay-light-rgb: 255, 255, 255;
--overlay-dark-rgb: 0, 0, 0;
--text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
--text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
--text-2xl: clamp(1.5rem, 1.3rem + 1vw, 1.875rem);
--text-3xl: clamp(1.875rem, 1.6rem + 1.375vw, 2.25rem);
--text-4xl: clamp(2.25rem, 1.9rem + 1.75vw, 3rem);
--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 3.75rem);
--text-6xl: clamp(2.5rem, 2.2rem + 1.5vw, 3rem);
--text-7xl: clamp(2.625rem, 2.3rem + 1.625vw, 3rem);
--text-8xl: clamp(2.75rem, 2.4rem + 1.75vw, 3rem);
--text-9xl: clamp(2.875rem, 2.5rem + 1.875vw, 3rem);
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--leading-none: 1;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--leading-extra_loose: 2.5;
--tracking-tighter: -0.05em;
--tracking-tight: -0.025em;
--tracking-normal: 0;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-secondary: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
--font-monospace: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
--text-body: var(--text-primary);
--space-0: 0;
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-7: 1.75rem;
--space-8: 2rem;
--space-9: 2.25rem;
--space-10: 2.5rem;
--space-11: 2.75rem;
--space-12: 3rem;
--space-14: 3.5rem;
--space-16: 4rem;
--space-20: 5rem;
--space-24: 6rem;
--space-28: 7rem;
--space-32: 8rem;
--space-36: 9rem;
--space-40: 10rem;
--space-44: 11rem;
--space-48: 12rem;
--space-52: 13rem;
--space-56: 14rem;
--space-60: 15rem;
--space-64: 16rem;
--space-72: 18rem;
--space-80: 20rem;
--space-96: 24rem;
--space-px: 1px;
--space-0.5: 0.125rem;
--space-1.5: 0.375rem;
--space-2.5: 0.625rem;
--space-3.5: 0.875rem;
--space-xs: 0.5rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-3xl: 6rem;
--space-4xl: 8rem;
--space-5xl: 12rem;
--space-6xl: 16rem;
--section-py: clamp(3rem, 5vw, 5rem);
--section-y-mobile: 3rem;
--section-y-tablet: 4rem;
--section-y-desktop: 5rem;
--section-y-hero: clamp(4rem, 10vw, 8rem);
--section-x: clamp(1rem, 3vw, 2rem);
--section-gap: clamp(1.5rem, 3vw, 2.5rem);
--card-padding: 1.5rem;
--card-gap: 1rem;
--button-padding-x: 1.5rem;
--button-padding-y: 0.75rem;
--form-gap: 1rem;
}
:root {
--shadow-none: none;
--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 5px 10px -1px rgba(0, 0, 0, 0.1), 0 2px 9px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 23px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 51px -17px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 9px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.87s ease;
--transition-normal: 1.19s ease;
--transition-slow: 0.72s ease;
--transition-all: all 1.28s ease;
--duration-fast: 0.56s;
--duration-normal: 0.48s;
--duration-slow: 0.83s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 7611px) {
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 13px 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;
}
.style_font_primary {
font-family: var(--font-primary);
}
.premium_font_secondary {
font-family: var(--font-secondary);
}
.top_font_mono {
font-family: var(--font-mono);
}
.clean_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);
}
.pro_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);
}
.new_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);
}
.custom_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);
}
.bold_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);
}
.creative_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);
}
.app_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);
}
.best_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);
}
.agency_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);
}
.content_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.section_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.smart_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);
}
.digital_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);
}
.prime_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);
}
.elite_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);
}
.studio_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;
}
.web_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.base_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.dark_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.layout_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);
}
.theme_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;
}
.business_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);
}
.core_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);
}
.main_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);
}
.main_nav_link:hover,
.main_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.unique_button_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.modern_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: 7616px) {
.web_hero_title {
font-size: var(--text-4xl);
}
.dark_section_title {
font-size: var(--text-3xl);
}
.clean_display_1 {
font-size: var(--text-5xl);
}
.pro_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.web_hero_title {
font-size: var(--text-3xl);
}
.dark_section_title {
font-size: var(--text-2xl);
}
.clean_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);
}
.ui_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.site_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.fresh_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.container_text_balance {
text-wrap: balance;
}
.minimal_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.main_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.digital_caption,
.prime_overline,
.modern_footer_text {
color: var(--text-secondary);
}
.base_hero_subtitle,
.layout_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.web_hero_title,
.dark_section_title,
.custom_heading_1,
.bold_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.ui_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.19rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.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.88rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.94rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 7613px) {
body {
font-size: 1.00rem;
}
.lead {
font-size: 1.12rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.company_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.design_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.page_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.bright_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.light_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.brand_stack {
display: flex;
flex-direction: column;
}
.best77_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.core39_full_height {
min-height: auto;
}
.theme13_section_height {
min-height: auto;
}
.digital47_hero_height {
min-height: auto;
}
.premium45_m_0 { margin: 0; }
.creative76_m_1 { margin: var(--space-1); }
.light13_m_2 { margin: var(--space-2); }
.brand19_m_3 { margin: var(--space-3); }
.bright67_m_4 { margin: var(--space-4); }
.clean30_m_6 { margin: var(--space-6); }
.studio19_m_8 { margin: var(--space-8); }
.pro94_m_12 { margin: var(--space-12); }
.theme71_m_16 { margin: var(--space-16); }
.creative14_mx_auto { margin-left: auto; margin-right: auto; }
.unique93_my_auto { margin-top: auto; margin-bottom: auto; }
.custom26_mt_0 { margin-top: 0; }
.container58_mt_4 { margin-top: var(--space-4); }
.custom92_mt_8 { margin-top: var(--space-8); }
.minimal14_mt_12 { margin-top: var(--space-12); }
.top21_mb_0 { margin-bottom: 0; }
.digital88_mb_4 { margin-bottom: var(--space-4); }
.theme13_mb_8 { margin-bottom: var(--space-8); }
.design68_mb_12 { margin-bottom: var(--space-12); }
.company71_p_0 { padding: 0; }
.agency26_p_1 { padding: var(--space-1); }
.container38_p_2 { padding: var(--space-2); }
.theme22_p_3 { padding: var(--space-3); }
.container51_p_4 { padding: var(--space-4); }
.content11_p_6 { padding: var(--space-6); }
.studio72_p_8 { padding: var(--space-8); }
.new48_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.ui85_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.light74_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.style63_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.theme69_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro88_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.container8_gap_1 { gap: var(--space-1); }
.clean13_gap_2 { gap: var(--space-2); }
.best66_gap_3 { gap: var(--space-3); }
.section84_gap_4 { gap: var(--space-4); }
.page96_gap_6 { gap: var(--space-6); }
.app72_gap_8 { gap: var(--space-8); }
.unique38_shadow_none { box-shadow: var(--shadow-none); }
.page74_shadow_xs { box-shadow: var(--shadow-xs); }
.best36_shadow_sm { box-shadow: var(--shadow-sm); }
.premium82_shadow_md { box-shadow: var(--shadow-md); }
.content73_shadow_lg { box-shadow: var(--shadow-lg); }
.elite53_shadow_xl { box-shadow: var(--shadow-xl); }
.digital77_shadow_2xl { box-shadow: var(--shadow-2xl); }
.style75_shadow_inner { box-shadow: var(--shadow-inner); }
.smart8_shadow_colored { box-shadow: var(--shadow-colored); }
.main74_radius_none { border-radius: var(--radius-none); }
.dark33_radius_xs { border-radius: var(--radius-xs); }
.web5_radius_sm { border-radius: var(--radius-sm); }
.bright6_radius_md { border-radius: var(--radius-md); }
.pro66_radius_lg { border-radius: var(--radius-lg); }
.dark97_radius_xl { border-radius: var(--radius-xl); }
.design61_radius_2xl { border-radius: var(--radius-2xl); }
.minimal35_radius_3xl { border-radius: var(--radius-3xl); }
.theme84_radius_full { border-radius: var(--radius-full); }
.modern51_gradient_primary {
background: var(--gradient-primary);
}
.web94_gradient_secondary {
background: var(--gradient-secondary);
}
.studio13_gradient_hero {
background: var(--gradient-hero);
}
.app16_gradient_card {
background: var(--gradient-card);
}
.minimal89_gradient_overlay {
position: relative;
}
.minimal89_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;
}
.minimal89_gradient_overlay > * {
position: relative;
z-index: 2;
}
.custom63_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.custom63_hover_lift:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.fresh46_hover_scale {
transition: transform var(--transition-normal);
}
.fresh46_hover_scale:hover {
transform: scale(1.02);
}
.bold83_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.bold83_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.unique83_hover_fade {
transition: opacity var(--transition-normal);
}
.unique83_hover_fade:hover {
opacity: var(--opacity-loading);
}
.best60_focus_ring {
transition: box-shadow var(--transition-fast);
}
.best60_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.studio52_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.site68_hero_content {
position: relative;
z-index: 2;
}
.page85_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.layout37_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.unique84_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.bright57_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.base63_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
gap: var(--space-6);
}
.best24_timeline {
position: relative;
}
.best24_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.bold27_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.bold27_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.bold27_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.company71_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.unique11_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;
}
}
.new96_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;
}
}
.agency75_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;
}
}
.layout72_transition_all {
transition: var(--transition-all);
}
.company23_transition_fast {
transition: all var(--transition-fast);
}
.prime58_transition_normal {
transition: all var(--transition-normal);
}
.container83_transition_slow {
transition: all var(--transition-slow);
}
.company68_bg_primary { background-color: var(--bg-primary); }
.dark57_bg_secondary { background-color: var(--bg-secondary); }
.section16_bg_muted { background-color: var(--bg-muted); }
.bold56_bg_glass { background-color: var(--bg-glass); }
.brand7_text_primary { color: var(--text-primary); }
.studio37_text_secondary { color: var(--text-secondary); }
.fresh42_text_muted { color: var(--text-muted); }
.minimal71_text_inverse { color: var(--text-inverse); }
.core31_text_link { color: var(--text-link); }
.unique76_border_light { border-color: var(--border-light); }
.modern18_border_medium { border-color: var(--border-medium); }
.container19_border_strong { border-color: var(--border-strong); }
.unique30_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 769px) {
.page85_services_grid,
.unique84_features_grid,
.layout37_team_grid,
.base63_pricing_grid {
grid-template-columns: 1fr;
}
.bright57_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.best24_timeline::before {
left: 33px;
}
.bold27_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.theme13_section_height {
min-height: auto;
}
.digital47_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.bright57_gallery_grid {
grid-template-columns: 1fr;
}
.bold27_timeline_item {
padding-left: var(--space-12) !important;
}
}
.unique97_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;
}
.business44_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.light90_skip_link {
position: absolute;
top: -42px;
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);
}
.light90_skip_link:focus {
top: 6px;
}
@media print {
.unique77_no_print {
display: none !important;
}
.style81_print_only {
display: block !important;
}
.page74_shadow_xs,
.best36_shadow_sm,
.premium82_shadow_md,
.content73_shadow_lg,
.elite53_shadow_xl,
.digital77_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.74rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.06rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(7px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.company71_fade_in,
.unique11_slide_up,
.new96_slide_in_left,
.agency75_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.custom63_hover_lift,
.fresh46_hover_scale,
.bold83_hover_shadow,
.unique83_hover_fade,
.layout72_transition_all,
.company23_transition_fast,
.prime58_transition_normal,
.container83_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
background-color: var(--bg-primary);
border-bottom: 3px solid var(--neutral-900);
padding: var(--space-4) 0;
position: relative;
overflow: hidden;
min-height: auto;
}
#header .container-fluid {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 10;
}
#header .navbar-brand {
padding: 0;
margin-right: var(--space-6);
text-decoration: none;
}
#sitename {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
display: block;
}
.custom-toggler {
border: none;
padding: var(--space-2);
display: none;
flex-direction: column;
gap: 6px;
background-color: transparent;
cursor: pointer;
}
.custom-toggler:focus {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
.custom-hamburger {
display: flex;
flex-direction: column;
gap: 6px;
}
.hamburger-line {
width: 210px;
height: 3px;
background-color: var(--text-primary);
border-radius: var(--radius-sm);
transition: all var(--duration-base) var(--ease-standard);
}
.custom-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
transform: rotate(45deg) translateY(13px);
}
.custom-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
opacity: 0;
}
.custom-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
transform: rotate(-45deg) translateY(-13px);
}
#header .navbar-nav {
gap: var(--space-1);
display: flex;
flex-direction: row;
align-items: center;
}
#header .nav-link {
color: var(--text-primary);
font-weight: 600;
position: relative;
padding: var(--space-2) var(--space-3);
text-decoration: none;
transition: all var(--duration-base) var(--ease-standard);
border: 2px solid transparent;
}
#header .nav-link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background-color: var(--primary-500);
transition: width var(--duration-base) var(--ease-standard);
}
#header .nav-link:hover {
color: var(--primary-700);
border-bottom-color: var(--primary-500);
}
#header .nav-link:hover::after {
width: 100%;
}
.header-decoration {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.header-decoration-1 {
top: -40px;
right: -60px;
width: 200px;
height: 200px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: rotate(25deg);
}
.header-decoration-2 {
bottom: -30px;
left: 10%;
width: 150px;
height: 150px;
background: var(--neutral-900);
clip-path: polygon(
50% 0%,
100% 25%,
100% 75%,
50% 100%,
0% 75%,
0% 25%
);
}
@media (max-width: 991.99px) {
.custom-toggler {
display: flex;
}
#header .navbar-nav {
flex-direction: column;
gap: var(--space-2);
margin-top: var(--space-4);
padding-top: var(--space-4);
border-top: 2px solid var(--neutral-900);
}
#header .nav-link {
padding: var(--space-3) var(--space-2);
width: 100%;
}
#header .nav-link::after {
display: none;
}
#header .nav-link:hover {
background-color: var(--primary-50);
border-left: 3px solid var(--primary-500);
padding-left: var(--space-2);
}
#header .navbar-brand {
margin-right: 0;
}
}
#header {
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 3, 6, 0.62) 0%,
rgba(1, 2, 3, 0.54) 45%,
rgba(9, 15, 30, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.hero-content {
position: relative;
z-index: 2;
}
.web_hero_title {
font-size: clamp(2rem, 5vw, 3.5rem);
line-height: 1.15;
letter-spacing: -0.01em;
color: var(--text-primary);
font-weight: 700;
}
.base_hero_subtitle {
font-size: clamp(1rem, 2.5vw, 1.25rem);
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.05em;
}
.content_body_large {
font-size: clamp(0.95rem, 1.5vw, 1.1rem);
color: var(--text-secondary);
line-height: 1.6;
max-width: 480px;
}
.btn-primary {
background-color: var(--primary-500);
border-color: var(--primary-500);
color: white;
padding: 0.75rem 1.75rem;
font-weight: 600;
transition: all var(--duration-300) var(--ease-default);
border-radius: var(--radius-lg);
text-decoration: none;
display: inline-block;
}
.btn-primary:hover {
background-color: var(--primary-700);
border-color: var(--primary-700);
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.btn-outline-primary {
background-color: transparent;
border: 2px solid var(--primary-300);
color: var(--primary-500);
padding: 0.65rem 1.65rem;
font-weight: 600;
transition: all var(--duration-300) var(--ease-default);
border-radius: var(--radius-lg);
text-decoration: none;
display: inline-block;
}
.btn-outline-primary:hover {
background-color: var(--primary-50);
border-color: var(--primary-500);
color: var(--primary-700);
transform: translateY(-2px);
}
.hero-images-grid {
position: relative;
height: 500px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: var(--space-4);
}
.image-card {
position: relative;
border-radius: var(--radius-xl);
overflow: hidden;
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
transition: all var(--duration-400) var(--ease-default);
}
.image-card:hover {
transform: translateY(-7px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.4);
}
.image-card img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.image-card-primary {
grid-column: 1;
grid-row: 1 / 3;
background: linear-gradient(135deg, rgba(74, 133, 255, 0.15) 0%, rgba(59, 130, 246, 0.05) 100%);
}
.image-card-secondary {
grid-column: 2;
grid-row: 1;
background: linear-gradient(135deg, rgba(147, 195, 255, 0.15) 0%, rgba(147, 197, 253, 0.05) 100%);
}
.image-card-tertiary {
grid-column: 2;
grid-row: 2;
background: linear-gradient(135deg, rgba(233, 243, 255, 0.15) 0%, rgba(219, 234, 254, 0.05) 100%);
}
.image-card-quaternary {
display: none;
}
.hero-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 0;
}
.hero-decoration-1 {
top: -100px;
right: -150px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.hero-decoration-2 {
bottom: -80px;
left: -120px;
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
@media (max-width: 991.98px) {
.hero-section {
min-height: auto;
max-height: none;
py: var(--space-8);
}
.hero-images-grid {
height: 400px;
}
.web_hero_title {
font-size: 1.88rem;
}
.content_body_large {
max-width: 100%;
}
}
@media (max-width: 575.98px) {
.hero-images-grid {
height: 300px;
gap: var(--space-3);
}
.image-card-primary {
grid-row: 1;
}
.web_hero_title {
font-size: 1.88rem;
}
.base_hero_subtitle {
font-size: 0.88rem;
}
.btn-primary,
.btn-outline-primary {
width: 100%;
text-align: center;
}
.d-flex.gap-3 {
flex-direction: column;
}
.hero-decoration-1,
.hero-decoration-2 {
opacity: 0.04;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 20, 42, 0.62) 0%,
rgba(8, 16, 29, 0.54) 45%,
rgba(11, 18, 34, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.usp-section {
position: relative;
min-height: auto;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
overflow: hidden;
}
.usp-section .container {
position: relative;
z-index: 2;
}
.usp-section #usp-title {
color: var(--text-primary);
font-weight: 600;
letter-spacing: -0.02em;
}
.usp-section #usp-subtitle {
color: var(--primary-500);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.94rem;
}
.usp-section #usp-desc {
color: var(--text-secondary);
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.usp-item {
position: relative;
padding: var(--space-6);
border-radius: var(--radius-2);
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(16px);
border: 1px solid var(--border-light);
transition: all var(--duration-300) var(--ease-out);
height: 100%;
display: flex;
flex-direction: column;
}
.usp-item:hover {
background: rgba(255, 255, 255, 0.12);
border-color: var(--primary-300);
transform: translateY(-2px);
}
.usp-item-header {
position: relative;
height: 48px;
}
.usp-item-badge {
width: 48px;
height: 48px;
border-radius: var(--radius-2);
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
border: 1px solid var(--primary-300);
opacity: 0.6;
}
.usp-item #usp-item-1-name,
.usp-item #usp-item-2-name,
.usp-item #usp-item-3-name,
.usp-item #usp-item-4-name {
color: var(--text-primary);
font-weight: 600;
line-height: 1.3;
}
.usp-item #usp-item-1-desc,
.usp-item #usp-item-2-desc,
.usp-item #usp-item-3-desc,
.usp-item #usp-item-4-desc {
color: var(--text-secondary);
font-size: 1.06rem;
flex-grow: 1;
}
.usp-item #usp-item-1-value,
.usp-item #usp-item-2-value,
.usp-item #usp-item-3-value,
.usp-item #usp-item-4-value {color: var(--primary-600);
font-weight: 600;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.1em;
margin-top: auto;
}
.usp-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
}
.usp-decoration-1 {
width: 320px;
height: 320px;
background: var(--primary-500);
top: -160px;
right: -160px;
z-index: 1;
filter: blur(40px);
}
.usp-decoration-2 {
width: 280px;
height: 280px;
background: var(--primary-700);
bottom: -140px;
left: -140px;
z-index: 1;
filter: blur(50px);
}
@media (max-width: 768px) {
.usp-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.usp-item {
padding: var(--space-5);
}
.usp-section .row {
row-
--bs-gutter-x: var(--space-4);
--bs-gutter-y: 0;
}
}
#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(1, 2, 3, 0.62) 0%,
rgba(10, 21, 38, 0.54) 45%,
rgba(18, 29, 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;
}
.about-section-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.about-section-bold .section-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.about-section-bold .badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.about-section-bold .badge-dot:nth-child(2) {
animation-delay: 1.22s;
background: var(--primary-300);
}
.about-section-bold .badge-dot:nth-child(3) {
animation-delay: 1.02s;
background: var(--primary-700);
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.about-section-bold .section-subtitle {
font-size: 1.00rem;
font-weight: 600;
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 2px;
}
.about-section-bold .section-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.about-section-bold .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
}
.about-section-bold .timeline-wrapper {
margin-top: 4rem;
position: relative;
}
.about-section-bold .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(
to bottom,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent
);
transform: translateX(-50%);
z-index: 1;
}
.about-section-bold .timeline-item {
position: relative;
z-index: 2;
}
.about-section-bold .feature-content {
padding: 2rem;
background: var(--surface-secondary);
border-radius: 21px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
transition: all 0.54s ease;
}
.about-section-bold .feature-content:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.about-section-bold .feature-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
}
.about-section-bold .feature-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.about-section-bold .feature-icon-block {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 280px;
}
.about-section-bold .icon-wrapper {
position: relative;
width: 120px;
height: 120px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 28px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 40px color-mix(in srgb, var(--primary-500) 30%, transparent);
z-index: 2;
transition: all 1.35s ease;
}
.about-section-bold .feature-icon-block:hover .icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 15px 50px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.about-section-bold .icon-wrapper i {
font-size: 3.00rem;
color: var(--light);
}
.about-section-bold .decorative-shape {
position: absolute;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.about-section-bold .shape-1 {
width: 180px;
height: 180px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
top: -30px;
right: -30px;
animation: float-shape 6s ease-in-out infinite;
}
.about-section-bold .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(225deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent)
);
bottom: -40px;
left: -40px;
animation: float-shape 7s ease-in-out infinite reverse;
}
.about-section-bold .shape-3 {
width: 160px;
height: 160px;
background: linear-gradient(315deg,
color-mix(in srgb, var(--primary-700) 20%, transparent),
color-mix(in srgb, var(--primary-500) 10%, transparent)
);
top: -20px;
left: -20px;
animation: float-shape 5s ease-in-out infinite;
}
.about-section-bold .shape-4 {
width: 190px;
height: 190px;
background: linear-gradient(45deg,
color-mix(in srgb, var(--primary-300) 15%, transparent),
color-mix(in srgb, var(--primary-700) 10%, transparent)
);
bottom: -35px;
right: -35px;
animation: float-shape 8s ease-in-out infinite reverse;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(10px, -10px) scale(1.05);
}
}
.about-section-bold .background-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.about-section-bold .decoration-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 10%, transparent),
transparent 70%
);
}
.about-section-bold .decoration-circle-1 {
width: 400px;
height: 400px;
top: 10%;
left: -10%;
animation: float-decoration 20s ease-in-out infinite;
}
.about-section-bold .decoration-circle-2 {
width: 500px;
height: 500px;
bottom: 5%;
right: -15%;
animation: float-decoration 25s ease-in-out infinite reverse;
}
.about-section-bold .decoration-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 5%, transparent),
color-mix(in srgb, var(--primary-300) 8%, transparent)
);
animation: morph-blob 15s ease-in-out infinite;
}
.about-section-bold .decoration-blob-1 {
width: 300px;
height: 300px;
top: 30%;
right: 5%;
}
.about-section-bold .decoration-blob-2 {
width: 350px;
height: 350px;
bottom: 20%;
left: 10%;
animation-delay: -7s;
}
@keyframes float-decoration {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(30px, -30px);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
}
@media (max-width: 991.98px) {
.about-section-bold .timeline-line {
left: 30px;
}
.about-section-bold .timeline-item-left .feature-content,
.about-section-bold .timeline-item-right .feature-content {
text-align: left !important;
}
.about-section-bold .feature-icon-block {
height: 220px;
margin-bottom: 2rem;
}
.about-section-bold .icon-wrapper {
width: 100px;
height: 100px;
}
.about-section-bold .icon-wrapper i {
font-size: 2.62rem;
}
.about-section-bold .decorative-shape {
width: 120px !important;
height: 120px !important;
}
}
@media (max-width: 767.98px) {
.about-section-bold .section-title {
font-size: 2.06rem;
}
.about-section-bold .section-description {
font-size: 1.06rem;
}
.about-section-bold .feature-title {
font-size: 1.25rem;
}
.about-section-bold .feature-description {
font-size: 0.88rem;
}
.about-section-bold .feature-icon-block {
height: 180px;
}
.about-section-bold .icon-wrapper {
width: 80px;
height: 80px;
}
.about-section-bold .icon-wrapper i {
font-size: 1.94rem;
}
.about-section-bold .decoration-circle-1,
.about-section-bold .decoration-circle-2 {
width: 250px;
height: 250px;
}
.about-section-bold .decoration-blob-1,
.about-section-bold .decoration-blob-2 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575.98px) {
.about-section-bold .timeline-line {
left: 20px;
}
.about-section-bold .feature-content {
padding: 1.5rem;
}
.about-section-bold .section-subtitle {
font-size: 0.94rem;
}
.about-section-bold .section-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(10, 16, 26, 0.62) 0%,
rgba(14, 18, 36, 0.54) 45%,
rgba(7, 12, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-bold {
overflow-x: hidden !important;
}
.features-section {
position: relative;
min-height: auto;
overflow: hidden;
background: var(--bg-primary);
}
.features-section .container {
position: relative;
z-index: 2;
}
.features-section #f4f0b1tures-title {
color: var(--text-primary);
font-weight: 900;
line-height: 1.15;
}
.features-section #fff6b4tures-subtitle {
color: var(--primary-500);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.88rem;
}
.features-section #f5e1b6tures-desc {
color: var(--text-muted);
max-width: 55ch;
}
.features-item {
position: relative;
height: 100%;
}
.features-item-inner {
padding: var(--space-6);
background: var(--bg-secondary);
border: 3px solid var(--border-strong);
border-radius: var(--radius-lg);
display: flex;
flex-direction: column;
justify-content: flex-start;
transition: all var(--duration-base) var(--ease-out);
height: 100%;
position: relative;
overflow: hidden;
}
.features-item-inner::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300), transparent);
opacity: 0;
transition: opacity var(--duration-base) var(--ease-out);
}
.features-item:hover .features-item-inner {
transform: translate(-6px, -7px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-500);
}
.features-item:hover .features-item-inner::before {
opacity: 1;
}
.features-item-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
margin-bottom: var(--space-4);
background: var(--primary-100);
border: 2px solid var(--primary-500);
border-radius: var(--radius-base);
position: relative;
}
.icon-block {
display: block;
width: 28px;
height: 28px;
background: var(--primary-500);
border-radius: 2px;
position: relative;
}
.icon-block::before,
.icon-block::after {
content: '';
position: absolute;
background: var(--primary-500);
}
.icon-block::before {
width: 6px;
height: 6px;
top: 2px;
left: 2px;
border-radius: 1px;
}
.icon-block::after {
width: 6px;
height: 6px;
bottom: 2px;
right: 2px;
border-radius: 1px;
}
.features-item-inner .content_body_large {
color: var(--text-primary);
letter-spacing: -0.01em;
}
.features-item-inner .section_body_base {
color: var(--text-secondary);
line-height: 1.6;
}
.features-decoration {
position: absolute;
z-index: 1;
pointer-events: none;
opacity: 0.06;
}
.features-decoration-1 {
top: -120px;
right: -120px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
}
.features-decoration-2 {
bottom: -80px;
left: -80px;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
}
@media (max-width: 768px) {
.features-section {
padding: var(--space-8) 0;
}
.features-item-inner {
padding: var(--space-5);
}
.features-item:hover .features-item-inner {
transform: translate(-2px, -2px);
}
.features-section #f3e5a1tures-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(3, 4, 9, 0.62) 0%,
rgba(14, 27, 43, 0.54) 45%,
rgba(3, 8, 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;
}
.services-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, rgba(var(--neutral-50-rgb), 0.2) 100%);
}
.services-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
mix-blend-mode: overlay;
}
.services-decoration-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
top: -250px;
right: -250px;
filter: blur(80px);
}
.services-decoration-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
bottom: -200px;
left: -200px;
filter: blur(60px);
}
.services-card {
position: relative;
height: 100%;
background: rgba(var(--bg-primary-rgb), 0.6);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
backdrop-filter: blur(20px);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.services-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(var(--primary-300), 0.05) 0%, transparent 100%);
pointer-events: none;
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.services-card:hover {
border-color: var(--border-medium);
background: rgba(var(--bg-primary-rgb), 0.8);
box-shadow:
0 0 40px rgba(var(--primary-500-rgb), 0.15),
0 20px 60px rgba(0, 0, 0, 0.08);
transform: translateY(-6px);
}
.services-card:hover::before {
opacity: 1;
}
.services-card-featured {
border-color: var(--primary-300);
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.5) 0%, rgba(var(--bg-primary-rgb), 0.7) 100%);
box-shadow:
0 0 30px rgba(var(--primary-500-rgb), 0.12),
inset 0 1px 0 rgba(var(--primary-100-rgb), 0.4);
}
.services-card-featured:hover {
border-color: var(--primary-500);
box-shadow:
0 0 50px rgba(var(--primary-500-rgb), 0.25),
0 20px 60px rgba(var(--primary-500-rgb), 0.1),
inset 0 1px 0 rgba(var(--primary-100-rgb), 0.4);
}
.services-card-inner {
padding: 2rem;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
height: 100%;
}
.services-card-header {
margin-bottom: 1rem;
}
.services-card-header h3 {
color: var(--text-primary);
margin-bottom: 0;
}
.services-features {
flex-grow: 1;
margin-bottom: 2rem;
}
.services-features li {
color: var(--text-muted);
padding: 0.5rem 0;
position: relative;
padding-left: 1.5rem;
}
.services-features li::before {
content: 'â¢';
position: absolute;
left: 0;
color: var(--primary-500);
font-weight: 700;
}
.services-card-footer {
padding-top: 1.57rem;
border-top: 1px solid var(--border-light);
}
.services-cta {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--primary-500);
text-decoration: none;
font-weight: 600;
font-size: 0.81rem;
letter-spacing: 0.5px;
transition: all var(--duration-300) var(--ease-out);
position: relative;
}
.services-cta::after {
content: 'â';
display: inline-block;
transition: transform var(--duration-300) var(--ease-out);
}
.services-cta:hover {
color: var(--primary-700);
gap: 0.75rem;
}
.services-cta:hover::after {
transform: translateX(8px);
}
@media (max-width: 991.98px) {
.services-card-inner {
padding: 1.75rem;
}
.services-decoration-1,
.services-decoration-2 {
opacity: 0.05;
}
}
@media (max-width: 767.98px) {
.services-card-inner {
padding: 1.5rem;
}
.services-card-footer {
flex-direction: column;
gap: 1rem;
align-items: flex-start;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 9, 21, 0.62) 0%,
rgba(6, 15, 26, 0.54) 45%,
rgba(13, 19, 41, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.priceplan-section {
position: relative;
min-height: auto;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.priceplan-section .row {
position: relative;
z-index: 2;
}
.priceplan-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.priceplan-decoration--top-left {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: -100px;
left: -150px;
}
.priceplan-decoration--bottom-right {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300), transparent);
bottom: -80px;
right: -120px;
}
.priceplan-card {
position: relative;
height: 100%;
padding: var(--space-6);
border-radius: var(--radius-xl);
background: rgba(255, 255, 255, 0.7);
border: 1px solid var(--border-light);
backdrop-filter: blur(10px);
transition: all var(--duration-md) var(--ease-smooth);
display: flex;
flex-direction: column;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.priceplan-card:hover {
background: rgba(255, 255, 255, 0.85);
border-color: var(--border-medium);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
transform: translateY(-6px);
}
.priceplan-card--featured {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 250, 251, 0.9) 100%);
border: 1.5px solid var(--primary-300);
position: relative;
transform: scale(1.02);
}
.priceplan-card--featured:hover {
border-color: var(--primary-500);
box-shadow: 0 13px 48px rgba(59, 99, 240, 0.15);
transform: scale(1.02) translateY(-6px);
}
.card-badge {
position: absolute;
top: var(--space-4);
right: var(--space-4);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
padding: var(--space-2) var(--space-3);
border-radius: var(--radius-md);
color: white;
}
.card-badge .prime_overline {
color: white;
font-weight: 600;
letter-spacing: 0.5px;
}
.card-header {
padding-top: var(--space-2);
margin-bottom: var(--space-4);
flex-grow: 1;
}
.card-price {
display: flex;
align-items: baseline;
gap: var(--space-2);
color: var(--text-primary);
}
.card-price .web_hero_title {
font-size: 2.25rem;
font-weight: 700;
line-height: 1;
}
.card-features {
padding: var(--space-4) 0;
border-top: 1px solid var(--border-light);
border-bottom: 1px solid var(--border-light);
flex-grow: 1;
}
.card-features .section_body_base {
line-height: 1.7;
color: var(--text-secondary);
}
.card-footer {
padding-top: var(--space-4);
margin-top: auto;
}
.btn-outline-primary {
color: var(--primary-500);
border-color: var(--primary-300);
background: transparent;
font-weight: 600;
transition: all var(--duration-md) var(--ease-smooth);
}
.btn-outline-primary:hover {
background: var(--primary-50);
border-color: var(--primary-500);
color: var(--primary-700);
}
.btn-primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border: none;
color: white;
font-weight: 600;
box-shadow: 0 4px 12px rgba(80, 122, 255, 0.30);
transition: all var(--duration-md) var(--ease-smooth);
}
.btn-primary:hover {
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
box-shadow: 0 8px 24px rgba(72, 113, 237, 0.40);
color: white;
}
@media (max-width: 991px) {
.priceplan-card--featured {
transform: scale(1);
}
.priceplan-card--featured:hover {
transform: translateY(-4px);
}
}
@media (max-width: 575px) {
.priceplan-card {
padding: var(--space-4);
}
.card-price .web_hero_title {
font-size: 2.06rem;
}
.priceplan-decoration--top-left {
width: 250px;
height: 250px;
top: -80px;
left: -100px;
}
.priceplan-decoration--bottom-right {
width: 250px;
height: 250px;
bottom: -50px;
right: -80px;
}
}
[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, 21, 39, 0.62) 0%,
rgba(8, 11, 24, 0.54) 45%,
rgba(13, 28, 43, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#team {
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
min-height: auto;
display: flex;
align-items: center;
}
.team-card {
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(20px);
border: 1px solid var(--border-light);
padding: 0;
overflow: hidden;
transition: all var(--duration-base) var(--ease-out);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
position: relative;
}
.team-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(50, 150, 251, 0.10) 0%, rgba(59, 130, 246, 0) 100%);
opacity: 0;
transition: opacity var(--duration-base) var(--ease-out);
z-index: 1;
pointer-events: none;
}
.team-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 48px rgba(42, 119, 248, 0.15);
border-color: var(--border-medium);
}
.team-card:hover::before {
opacity: 1;
}
.team-card-media {
aspect-ratio: 1 / 1.2;
background: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-50) 100%);
position: relative;
}
.team-card-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform var(--duration-base) var(--ease-out);
}
.team-card:hover .team-card-media img {
transform: scale(1.05);
}
.team-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
pointer-events: none;
}
.team-card-content {
padding: 1.5rem var(--space-4);
position: relative;
z-index: 2;
}
#team-member-1-name,
#team-member-2-name,
#team-member-3-name,
#team-member-4-name,
#team-member-5-name {
font-weight: 600;
letter-spacing: -0.5px;
}
#team-member-1-role,
#team-member-2-role,
#team-member-3-role,
#team-member-4-role,
#team-member-5-role {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
@media (max-width: 991.98px) {
#team {
min-height: auto;
}
.team-card-content {
padding: 1.25rem var(--space-3);
}
}
@media (max-width: 767.98px) {
.team-card-media {
aspect-ratio: 1 / 1;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 20, 31, 0.62) 0%,
rgba(3, 5, 12, 0.54) 45%,
rgba(3, 7, 13, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.reviews-header {
position: relative;
z-index: 2;
}
#reviews-title {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
}
#reviews-subtitle {
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.15em;
font-weight: 700;
font-size: 0.88rem;
}
#reviews-desc {
max-width: 480px;
color: var(--text-secondary);
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 1.5rem;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
}
@media (min-width: 1200px) {
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
}
.reviews-item {
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 240px;
position: relative;
transition: all var(--duration-300) var(--ease-out);
}
.reviews-item::before {
content: '';
position: absolute;
top: -3px;
left: -3px;
width: 24px;
height: 24px;
background-color: var(--primary-500);
z-index: 1;
}
.reviews-item:hover {
transform: translate(8px, -8px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-500);
}
.reviews-item-inner {
display: flex;
flex-direction: column;
gap: 1rem;
}
.reviews-text {
color: var(--text-primary);
line-height: 1.6;
font-weight: 500;
}
.reviews-author {
color: var(--primary-500);
text-transform: uppercase;
font-weight: 800;
letter-spacing: 0.1em;
}
.reviews-decoration {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.reviews-decoration-1 {
width: 480px;
height: 480px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -120px;
right: -120px;
border-radius: 50%;
}
.reviews-decoration-2 {
width: 360px;
height: 360px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -80px;
left: -80px;
border-radius: 50%;
}
@media (max-height: 900px) {
.reviews-section {
padding-top: 2.61rem !important;
padding-bottom: 2.58rem !important;
}
.reviews-item {
padding: 1.5rem;
min-height: 200px;
}
.reviews-header {
margin-bottom: 2rem !important;
}
#reviews-title {
margin-bottom: 0.92rem !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(7, 10, 21, 0.62) 0%,
rgba(8, 20, 33, 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;
}
.casestudy-section {
position: relative;
overflow: hidden;
min-height: auto;
background: linear-gradient(135deg, var(--bg-primary) 0%, color-mix(in srgb, var(--bg-primary) 95%, var(--primary-50) 5%) 100%);
}
.casestudy-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.casestudy-decoration-1 {
width: 420px;
height: 420px;
top: -150px;
right: -100px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
filter: blur(60px);
}
.casestudy-decoration-2 {
width: 320px;
height: 320px;
bottom: -80px;
left: -120px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
filter: blur(50px);
}
.casestudy-card {
position: relative;
padding: 32px;
border-radius: var(--radius-lg);
background: linear-gradient(135deg, color-mix(in srgb, var(--bg-secondary) 100%, transparent 0%) 0%, color-mix(in srgb, var(--bg-secondary) 95%, var(--primary-50) 5%) 100%);
border: 1px solid var(--border-light);
backdrop-filter: blur(20px);
box-shadow:
0 4px 12px color-mix(in srgb, var(--primary-500) 8%, transparent 92%),
0 0 1px var(--border-light);
transition: all var(--duration-base) var(--ease-smooth);
}
.casestudy-card:hover {
border-color: var(--border-medium);
box-shadow:
0 12px 32px color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
0 0 20px color-mix(in srgb, var(--primary-500) 6%, transparent 94%),
0 0 1px var(--border-medium);
transform: translateY(-4px);
}
.casestudy-card-header {
position: relative;
padding-bottom: 16px;
border-bottom: 1px solid var(--border-light);
}
.casestudy-card-header h3 {
color: var(--text-primary);
margin: 0;
letter-spacing: -0.3px;
}
.casestudy-card-accent {
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 60px;
background: linear-gradient(180deg, var(--primary-500) 0%, transparent 100%);
opacity: 0.6;
border-radius: 50%;
filter: blur(1px);
}
.casestudy-card:hover .casestudy-card-accent {
opacity: 1;
height: 100px;
transition: all var(--duration-base) var(--ease-smooth);
}
.casestudy-card .content_body_large {
color: var(--text-primary);
}
.casestudy-card .section_body_base {
color: var(--text-secondary);
line-height: 1.6;
}
@media (max-width: 991px) {
.casestudy-card {
padding: 24px;
}
.casestudy-decoration-1 {
width: 280px;
height: 280px;
top: -100px;
right: -80px;
}
.casestudy-decoration-2 {
width: 220px;
height: 220px;
bottom: -60px;
left: -100px;
}
}
@media (max-width: 575px) {
.casestudy-card {
padding: 20px;
}
.casestudy-card-header {
padding-bottom: 12px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(16, 31, 52, 0.62) 0%,
rgba(4, 8, 14, 0.54) 45%,
rgba(12, 22, 44, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: auto;
}
.process-header {
position: relative;
z-index: 2;
}
.process-header #process-title {
color: var(--text-primary);
font-weight: 900;
letter-spacing: -0.02em;
}
.process-header #process-subtitle {
color: var(--primary-500);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.88rem;
}
.process-header #process-desc {
color: var(--text-secondary);
max-width: 50rem;
}
.process-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
position: relative;
z-index: 2;
}
@media (min-width: 1200px) {
.process-grid {
grid-template-columns: repeat(5, 1fr);
gap: var(--space-4);
}
}
@media (max-width: 768px) {
.process-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-5);
}
}
.process-item {
position: relative;
padding: var(--space-5);
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
border-radius: var(--radius-lg);
display: flex;
flex-direction: column;
height: 100%;
transition: transform var(--duration-base) var(--ease-out),
box-shadow var(--duration-base) var(--ease-out);
}
.process-item:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.process-item.process-item-alt {
background-color: var(--primary-50);
border-color: var(--primary-300);
}
.process-item-badge {
position: absolute;
top: -16px;
left: var(--space-5);
width: 48px;
height: 48px;
background-color: var(--primary-500);
border: 3px solid var(--bg-primary);
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: 900;
color: white;
font-size: 1.31rem;
letter-spacing: -0.02em;
}
.process-item.process-item-alt .process-item-badge {
background-color: var(--text-primary);
}
.process-item-title {
margin-top: var(--space-4);
margin-bottom: var(--space-3);
color: var(--text-primary);
font-weight: 800;
line-height: 1.2;
}
.process-item-desc {
color: var(--text-secondary);
line-height: 1.6;
flex-grow: 1;
}
.process-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.process-decoration-1 {
top: 10%;
right: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
border-radius: 50%;
}
.process-decoration-2 {
bottom: -50px;
left: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 50%;
}
@media (max-width: 576px) {
.process-item {
padding: var(--space-4);
}
.process-item-badge {
width: 40px;
height: 40px;
font-size: 1.06rem;
top: -12px;
left: var(--space-4);
}
.process-header #process-title {
font-size: 1.88rem;
}
.process-grid {
grid-template-columns: 1fr;
}
}
[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, 32, 0.62) 0%,
rgba(10, 23, 40, 0.54) 45%,
rgba(6, 15, 24, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.timeline-section-standard {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.timeline-section-standard .section-title {
font-size: 2.50rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
}
.timeline-section-standard .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
margin-bottom: 1.58rem;
}
.timeline-section-standard .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.timeline-wrapper {
position: relative;
padding: 60px 0;
max-width: 1100px;
margin: 0 auto;
}
.timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(to bottom,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.timeline-item {
position: relative;
margin-bottom: 80px;
display: flex;
align-items: center;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-item-left {
justify-content: flex-end;
padding-right: calc(50% + 40px);
}
.timeline-item-right {
justify-content: flex-start;
padding-left: calc(50% + 40px);
}
.timeline-content {
flex: 0 0 auto;
max-width: 480px;
width: 100%;
}
.timeline-card {
background: var(--light);
padding: 30px;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
transition: all 1.17s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
border: 2px solid var(--neutral-100);
}
.timeline-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.timeline-number {
position: absolute;
top: -15px;
right: 20px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
width: 50px;
height: 50px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.31rem;
font-weight: 700;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.timeline-icon-wrapper {
width: 60px;
height: 60px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border: 3px solid var(--primary-300);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: all 1.25s ease;
}
.timeline-card:hover .timeline-icon-wrapper {
background: var(--primary-500);
border-color: var(--primary-500);
transform: rotate(360deg);
}
.timeline-icon-wrapper i {
font-size: 1.88rem;
color: var(--primary-500);
transition: color 0.79s ease;
}
.timeline-card:hover .timeline-icon-wrapper i {
color: var(--light);
}
.timeline-card-title {
font-size: 1.50rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.4;
}
.timeline-card-desc {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.timeline-marker {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--light);
border: 4px solid var(--primary-500);
border-radius: 50%;
z-index: 2;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.48s ease;
}
.timeline-item:hover .timeline-marker {
width: 28px;
height: 28px;
border-width: 5px;
box-shadow: 0 0 0 12px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.decorative-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.04;
z-index: 0;
pointer-events: none;
}
.blob-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: 10%;
left: -150px;
animation: blobFloat 20s ease-in-out infinite;
}
.blob-2 {
width: 600px;
height: 600px;
background: var(--primary-700);
bottom: 10%;
right: -200px;
animation: blobFloat 25s ease-in-out infinite reverse;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-standard {
padding: 80px 0;
}
.timeline-section-standard .section-title {
font-size: 2.12rem;
}
.timeline-section-standard .section-subtitle {
font-size: 1.19rem;
}
.timeline-line {
left: 30px;
}
.timeline-item-left,
.timeline-item-right {
justify-content: flex-start;
padding-left: 80px;
padding-right: 0;
}
.timeline-marker {
left: 30px;
}
.timeline-content {
max-width: 100%;
}
}
@media (max-width: 767px) {
.timeline-section-standard {
padding: 60px 0;
}
.timeline-section-standard .section-title {
font-size: 1.88rem;
}
.timeline-section-standard .section-subtitle {
font-size: 1.19rem;
}
.timeline-section-standard .section-description {
font-size: 1.00rem;
}
.timeline-wrapper {
padding: 40px 0;
}
.timeline-item {
margin-bottom: 50px;
}
.timeline-item-left,
.timeline-item-right {
padding-left: 60px;
}
.timeline-card {
padding: 24px;
}
.timeline-card-title {
font-size: 1.31rem;
}
.timeline-card-desc {
font-size: 0.94rem;
}
.timeline-number {
width: 44px;
height: 44px;
font-size: 1.25rem;
top: -12px;
right: 15px;
}
.timeline-icon-wrapper {
width: 50px;
height: 50px;
margin-bottom: 16px;
}
.timeline-icon-wrapper i {
font-size: 1.62rem;
}
.timeline-marker {
width: 16px;
height: 16px;
border-width: 3px;
}
.timeline-item:hover .timeline-marker {
width: 22px;
height: 22px;
border-width: 4px;
}
.blob-1,
.blob-2 {
display: none;
}
}
@media (max-width: 575px) {
.timeline-section-standard {
padding: 50px 0;
}
.timeline-section-standard .section-title {
font-size: 1.62rem;
}
.timeline-line {
left: 20px;
}
.timeline-item-left,
.timeline-item-right {
padding-left: 50px;
}
.timeline-marker {
left: 20px;
}
.timeline-card {
padding: 20px;
}
.timeline-number {
width: 40px;
height: 40px;
font-size: 0.94rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 11, 24, 0.62) 0%,
rgba(4, 7, 15, 0.54) 45%,
rgba(4, 7, 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;
}
.career-section-standard {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.career-section-standard .decorative-badge {
width: 64px;
height: 64px;
margin: 0 auto;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
animation: floatBadge 3s ease-in-out infinite;
}
.career-section-standard .decorative-badge i {
font-size: 30px;
color: white;
}
@keyframes floatBadge {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-8px);
}
}
.career-section-standard #career-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
.career-section-standard #career-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.career-section-standard #career-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.career-section-standard .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
border-radius: 2px;
}
.career-section-standard .career-card {
position: relative;
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
transition: all 0.90s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, white 80%);
overflow: hidden;
}
.career-section-standard .career-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.career-section-standard .card-decorative-corner {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg,
transparent 50%,
color-mix(in srgb, var(--primary-300) 20%, white 80%) 50%);
border-radius: 0 16px 0 0;
}
.career-section-standard .career-card-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.73rem;
}
.career-section-standard .icon-wrapper {
width: 56px;
height: 56px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, white 90%),
color-mix(in srgb, var(--primary-300) 20%, white 80%));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 1.03s ease;
}
.career-section-standard .career-card:hover .icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: rotate(-5deg) scale(1.05);
}
.career-section-standard .icon-wrapper i {
font-size: 26px;
color: var(--primary-700);
transition: color 1.20s ease;
}
.career-section-standard .career-card:hover .icon-wrapper i {
color: white;
}
.career-section-standard .role-badge {
padding: 0.5rem 1rem;
background: color-mix(in srgb, var(--primary-500) 15%, white 85%);
color: var(--primary-700);
border-radius: 20px;
font-size: 0.81rem;
font-weight: 600;
border: 1px solid var(--primary-300);
}
.career-section-standard .career-card-body h3 {
color: var(--text-primary);
font-weight: 700;
transition: color 0.57s ease;
}
.career-section-standard .career-card:hover .career-card-body h3 {
color: var(--primary-700);
}
.career-section-standard .career-card-body p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 1.64rem;
}
.career-section-standard .role-meta {
display: flex;
align-items: center;
gap: 0.5rem;
padding-top: 1rem;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 30%, white 70%);
}
.career-section-standard .role-location {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--text-secondary);
font-size: 0.88rem;
font-weight: 500;
}
.career-section-standard .role-location::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
.career-section-standard .career-card-footer {
margin-top: 1.71rem;
padding-top: 1rem;
}
.career-section-standard .decorative-dots {
display: flex;
gap: 6px;
justify-content: center;
}
.career-section-standard .decorative-dots .dot {
width: 6px;
height: 6px;
background: var(--primary-300);
border-radius: 50%;
transition: all 0.68s ease;
}
.career-section-standard .career-card:hover .decorative-dots .dot {
background: var(--primary-500);
}
.career-section-standard .career-card:hover .decorative-dots .dot:nth-child(1) {
animation: dotPulse 2.36s ease-in-out infinite;
}
.career-section-standard .career-card:hover .decorative-dots .dot:nth-child(2) {
animation: dotPulse 1.69s ease-in-out infinite 0.75s;
}
.career-section-standard .career-card:hover .decorative-dots .dot:nth-child(3) {
animation: dotPulse 2.08s ease-in-out infinite 0.86s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 0.6;
}
}
.career-section-standard .background-shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
}
.career-section-standard .background-shape.shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent);
top: -100px;
left: -100px;
animation: shapeFloat1 20s ease-in-out infinite;
}
.career-section-standard .background-shape.shape-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
transparent);
bottom: 100px;
right: -50px;
animation: shapeFloat2 15s ease-in-out infinite;
}
.career-section-standard .background-shape.shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 25%, transparent 75%),
transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: shapeFloat3 18s ease-in-out infinite;
}
@keyframes shapeFloat1 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(50px, -30px) rotate(120deg);
}
66% {
transform: translate(-30px, 50px) rotate(240deg);
}
}
@keyframes shapeFloat2 {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(-40px, -40px) rotate(180deg);
}
}
@keyframes shapeFloat3 {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
}
50% {
transform: translate(-50%, -50%) scale(1.2);
}
}
@media (max-width: 991.98px) {
.career-section-standard .decorative-badge {
width: 56px;
height: 56px;
}
.career-section-standard .decorative-badge i {
font-size: 24px;
}
.career-section-standard #career-title {
font-size: 2.00rem;
}
.career-section-standard .career-card {
padding: 1.5rem;
}
.career-section-standard .icon-wrapper {
width: 48px;
height: 48px;
}
.career-section-standard .icon-wrapper i {
font-size: 21px;
}
}
@media (max-width: 767.98px) {
.career-section-standard #career-title {
font-size: 1.62rem;
}
.career-section-standard #career-subtitle {
font-size: 1.12rem;
}
.career-section-standard .career-card {
padding: 1.25rem;
}
.career-section-standard .card-decorative-corner {
width: 60px;
height: 60px;
}
.career-section-standard .background-shape.shape-1,
.career-section-standard .background-shape.shape-2,
.career-section-standard .background-shape.shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.career-section-standard .career-card-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.career-section-standard .role-badge {
align-self: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.career-section-standard * {
animation: none !important;
transition: none !important;
}
}
@media print {
.career-section-standard {
background: white;
}
.career-section-standard .background-shape {
display: none;
}
.career-section-standard .career-card {
box-shadow: none;
border: 1px solid #d7cecd;
break-inside: avoid;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 1, 3, 0.62) 0%,
rgba(16, 23, 42, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section-custom {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
padding: 5rem 0;
}
.coreinfo-section-custom .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.coreinfo-section-custom .blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.coreinfo-section-custom .blob-2 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
bottom: -150px;
right: -150px;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
50% {
transform: translate(30px, -30px) scale(1.1);
}
}
.coreinfo-section-custom .header-decoration {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
margin-bottom: 1.66rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.coreinfo-section-custom .header-decoration i {
font-size: 1.44rem;
color: var(--light);
}
.coreinfo-section-custom #coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
.coreinfo-section-custom #coreinfo-subtitle {
color: var(--text-secondary);
font-weight: 500;
margin-bottom: 1.57rem;
}
.coreinfo-section-custom #coreinfo-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.coreinfo-section-custom .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
margin: 0 auto;
border-radius: 2px;
}
.coreinfo-section-custom .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
transition: all 0.93s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
z-index: 1;
}
.coreinfo-section-custom .info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.84s ease;
}
.coreinfo-section-custom .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.coreinfo-section-custom .info-card:hover::before {
transform: scaleX(1);
}
.coreinfo-section-custom .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent),
color-mix(in srgb, var(--primary-300) 10%, transparent));
margin-bottom: 1.74rem;
transition: all 1.01s ease;
}
.coreinfo-section-custom .card-icon-wrapper i {
font-size: 1.88rem;
color: var(--primary-500);
transition: transform 1.23s ease;
}
.coreinfo-section-custom .info-card:hover .card-icon-wrapper {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
transform: rotate(5deg) scale(1.05);
}
.coreinfo-section-custom .info-card:hover .card-icon-wrapper i {
color: var(--light);
transform: scale(1.1);
}
.coreinfo-section-custom .card-content {
position: relative;
z-index: 2;
}
.coreinfo-section-custom .card-title {
color: var(--text-primary);
font-weight: 600;
font-size: 1.25rem;
margin-bottom: 1rem;
line-height: 1.4;
}
.coreinfo-section-custom .card-description {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
font-size: 0.88rem;
}
.coreinfo-section-custom .card-accent {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent);
pointer-events: none;
transition: all 0.99s ease;
}
.coreinfo-section-custom .info-card:hover .card-accent {
transform: scale(1.3);
opacity: 0.8;
}
.coreinfo-section-custom .bottom-decoration {
margin-top: 4rem;
text-align: center;
}
.coreinfo-section-custom .icon-pattern {
display: inline-flex;
gap: 1.5rem;
opacity: 0.1;
}
.coreinfo-section-custom .icon-pattern i {
font-size: 1.62rem;
color: var(--primary-500);
animation: iconPulse 3s ease-in-out infinite;
}
.coreinfo-section-custom .icon-pattern i:nth-child(2) {
animation-delay: 1.28s;
}
.coreinfo-section-custom .icon-pattern i:nth-child(3) {
animation-delay: 1s;
}
.coreinfo-section-custom .icon-pattern i:nth-child(4) {
animation-delay: 2.26s;
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}
@media (max-width: 991px) {
.coreinfo-section-custom {
padding: 4rem 0;
}
.coreinfo-section-custom #coreinfo-title {
font-size: 2.00rem;
}
.coreinfo-section-custom .info-card {
padding: 1.75rem;
}
}
@media (max-width: 767px) {
.coreinfo-section-custom {
padding: 3rem 0;
}
.coreinfo-section-custom #coreinfo-title {
font-size: 1.81rem;
}
.coreinfo-section-custom #coreinfo-subtitle {
font-size: 1.12rem;
}
.coreinfo-section-custom .header-decoration {
width: 50px;
height: 50px;
}
.coreinfo-section-custom .header-decoration i {
font-size: 1.31rem;
}
.coreinfo-section-custom .info-card {
padding: 1.5rem;
}
.coreinfo-section-custom .card-icon-wrapper {
width: 60px;
height: 60px;
}
.coreinfo-section-custom .card-icon-wrapper i {
font-size: 1.81rem;
}
.coreinfo-section-custom .blob-1,
.coreinfo-section-custom .blob-2 {
opacity: 0.03;
}
}
@media (max-width: 575px) {
.coreinfo-section-custom .bottom-decoration {
margin-top: 3rem;
}
.coreinfo-section-custom .icon-pattern {
gap: 1rem;
}
.coreinfo-section-custom .icon-pattern i {
font-size: 1.31rem;
}
}
@media (prefers-contrast: high) {
.coreinfo-section-custom .info-card {
border-width: 3px;
border-color: var(--primary-500);
}
.coreinfo-section-custom .card-title {
font-weight: 700;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-section-custom .info-card,
.coreinfo-section-custom .card-icon-wrapper,
.coreinfo-section-custom .card-accent {
transition: none;
}
.coreinfo-section-custom .blob-1,
.coreinfo-section-custom .blob-2,
.coreinfo-section-custom .icon-pattern i {
animation: 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(8, 19, 41, 0.62) 0%,
rgba(7, 13, 20, 0.54) 45%,
rgba(7, 11, 22, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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.43s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.67s ease, box-shadow 1.06s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 1.06s 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.54s 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, #387ddf, #0c3be1) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.19rem;
letter-spacing: 0.4px;
transition: all 1.00s ease;
box-shadow: 0 6px 20px rgba(51, 127, 249, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 1.29s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(66, 130, 223, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(53, 108, 255, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.12rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 1.35s 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.25s ease;
font-size: 1.00rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.41s 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(13, 21, 41, 0.62) 0%,
rgba(7, 11, 25, 0.54) 45%,
rgba(10, 16, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-classic {
position: relative;
overflow: hidden;
background: linear-gradient(135deg,
var(--neutral-50) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--neutral-50) 70%) 100%);
}
.contact-section-classic .section-header {
padding: 0 1rem;
}
.contact-section-classic .decorative-dots {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 10px;
margin: 0 auto 1.5rem;
position: relative;
}
.contact-section-classic .decorative-dots::before,
.contact-section-classic .decorative-dots::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
top: -1px;
}
.contact-section-classic .decorative-dots::before {
left: -15px;
}
.contact-section-classic .decorative-dots::after {
right: -15px;
}
.contact-section-classic #contact-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.contact-section-classic #contact-subtitle {
color: var(--primary-700);
font-weight: 600;
}
.contact-section-classic #contact-desc {
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
}
.contact-section-classic .decorative-line {
width: 100px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
border-radius: 10px;
}
.contact-section-classic .contact-form-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.contact-section-classic .form-decorative-bg {
position: absolute;
top: -10px;
right: -10px;
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 100%);
border-radius: 20px;
pointer-events: none;
z-index: 0;
}
.contact-section-classic .contact-form {
z-index: 1;
}
.contact-section-classic .form-floating > .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem 1.25rem;
font-size: 0.94rem;
background: var(--surface-primary);
transition: all 0.94s ease;
}
.contact-section-classic .form-floating > .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
background: var(--surface-primary);
}
.contact-section-classic .form-floating > label {
color: var(--text-secondary);
padding: 1rem 1.25rem;
font-size: 0.94rem;
}
.contact-section-classic .form-floating > .form-control:focus ~ label,
.contact-section-classic .form-floating > .form-control:not(:placeholder-shown) ~ label {
color: var(--primary-700);
}
.contact-section-classic .form-floating > label i {
opacity: 0.6;
}
.contact-section-classic textarea.form-control {
resize: none;
min-height: 150px;
}
.contact-section-classic .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
margin-top: 0.25rem;
cursor: pointer;
transition: all 0.63s ease;
}
.contact-section-classic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-classic .form-check-input:focus {
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
}
.contact-section-classic .form-check-label {
color: var(--text-secondary);
font-size: 0.94rem;
cursor: pointer;
user-select: none;
}
.contact-section-classic #site_submit_btn {
background: linear-gradient(135deg, #2558e1, #00a7db) !important;
color: #ffffff !important;
border: none !important;
border-radius: 12px;
padding: 1rem 2rem;
font-size: 1.19rem;
font-weight: 600;
letter-spacing: 0.3px;
transition: all 1.23s ease;
box-shadow: 0 4px 15px rgba(14, 81, 210, 0.30);
position: relative;
overflow: hidden;
}
.contact-section-classic #site_submit_btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,
transparent,
rgba(255, 255, 255, 0.2),
transparent);
transition: left 0.90s ease;
}
.contact-section-classic #site_submit_btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(26, 70, 255, 0.40);
}
.contact-section-classic #site_submit_btn:hover::before {
left: 100%;
}
.contact-section-classic #site_submit_btn:active {
transform: translateY(0);
}
.contact-section-classic #site_submit_btn i {
transition: transform 0.56s ease;
}
.contact-section-classic #site_submit_btn:hover i {
transform: translateX(4px);
}
.contact-section-classic .contact-info-wrapper {
position: relative;
height: 100%;
}
.contact-section-classic .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 1.75rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-300);
display: flex;
align-items: flex-start;
gap: 1.25rem;
transition: all 1.19s ease;
overflow: hidden;
}
.contact-section-classic .info-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-500);
}
.contact-section-classic .card-decoration {
position: absolute;
top: -20px;
right: -20px;
width: 80px;
height: 80px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 0%,
transparent 100%);
border-radius: 50%;
pointer-events: none;
transition: all 0.48s ease;
}
.contact-section-classic .info-card:hover .card-decoration {
transform: scale(1.2);
opacity: 0.8;
}
.contact-section-classic .info-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
color: #ffffff;
border-radius: 12px;
font-size: 1.50rem;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
transition: all 0.71s ease;
}
.contact-section-classic .info-card:hover .info-icon {
transform: rotate(5deg) scale(1.05);
}
.contact-section-classic .info-content {
flex: 1;
}
.contact-section-classic .info-title {
font-size: 1.06rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.59rem;
}
.contact-section-classic .info-text {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.88rem;
}
.contact-section-classic .decorative-icons {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
padding: 1.5rem;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 0%,
transparent 100%);
border-radius: 16px;
border: 2px dashed var(--primary-300);
}
.contact-section-classic .decorative-icons .icon-item {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--surface-primary);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.56rem;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: all 0.41s ease;
margin: 0 auto;
}
.contact-section-classic .decorative-icons .icon-item:hover {
transform: translateY(-5px) rotate(10deg);
color: var(--primary-700);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-section-classic .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
opacity: 0.4;
}
.contact-section-classic .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 100%);
top: -100px;
left: -100px;
}
.contact-section-classic .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%,
transparent 100%);
bottom: -50px;
right: -50px;
}
.contact-section-classic .decorative-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
pointer-events: none;
z-index: 0;
animation: blobFloat 8s ease-in-out infinite;
}
.contact-section-classic .blob-1 {
width: 250px;
height: 250px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%) 0%,
transparent 100%);
top: 20%;
right: 10%;
animation-delay: -2s;
}
.contact-section-classic .blob-2 {
width: 180px;
height: 180px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 8%, transparent 92%) 0%,
transparent 100%);
bottom: 15%;
left: 5%;
animation-delay: -4s;
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991.98px) {
.contact-section-classic .contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.contact-section-classic .decorative-icons {
grid-template-columns: repeat(2, 1fr);
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.contact-section-classic .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-classic .info-card {
padding: 1.5rem;
}
.contact-section-classic .info-icon {
width: 50px;
height: 50px;
font-size: 1.19rem;
}
.contact-section-classic #site_submit_btn {
font-size: 1.00rem;
padding: 0.875rem 1.5rem;
}
.contact-section-classic .decorative-shape {
opacity: 0.2;
}
.contact-section-classic .shape-1 {
width: 200px;
height: 200px;
}
.contact-section-classic .shape-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575.98px) {
.contact-section-classic {
padding: 3rem 0;
}
.contact-section-classic .contact-form-wrapper {
padding: 1.25rem;
}
.contact-section-classic .info-card {
padding: 1.25rem;
gap: 1rem;
}
.contact-section-classic .decorative-icons .icon-item {
width: 45px;
height: 45px;
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(14, 26, 44, 0.62) 0%,
rgba(17, 30, 45, 0.54) 45%,
rgba(10, 31, 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;
}
.contact-section-classic {
overflow-x: hidden !important;
}
#blog {
position: relative;
overflow: hidden;
}
#blog_grid article {
position: relative;
z-index: 1;
}
#blog_grid article:hover {
box-shadow: var(--shadow-md);
border-color: var(--border-medium);
transform: translateY(-2px);
}
#blog-title {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.15;
color: var(--text-primary);
}
#blog-subtitle {
font-size: clamp(1rem, 2.5vw, 1.5rem);
font-weight: 500;
color: var(--primary-500);
}
#blog-desc {
max-width: 480px;
font-size: 1.06rem;
line-height: 1.6;
}
#blog-item-1-title,
#blog-item-2-title,
#blog-item-3-title {
font-weight: 600;
font-size: 1.12rem;
line-height: 1.4;
letter-spacing: -0.01em;
}
#blog-item-1-excerpt,
#blog-item-2-excerpt,
#blog-item-3-excerpt {
font-size: 0.88rem;
line-height: 1.6;
}
#blog-item-1-link,
#blog-item-2-link,
#blog-item-3-link {
align-self: flex-start;
transition: all var(--duration-fast) var(--ease-out);
display: inline-flex;
align-items: center;
}
#blog-item-1-link:hover,
#blog-item-2-link:hover,
#blog-item-3-link:hover {
color: var(--primary-700);
transform: translateX(4px);
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 7, 14, 0.62) 0%,
rgba(2, 3, 6, 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;
}
#faq {
position: relative;
background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.02) 0%, rgba(var(--bs-info-rgb), 0.02) 100%);
}
.faq-decoration {
position: absolute;
border-radius: 45% 55% 38% 62% / 68% 45% 55% 32%;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.faq-decoration-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -80px;
right: -100px;
animation: blob-move-1 8s ease-in-out infinite;
}
.faq-decoration-2 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: -60px;
left: -80px;
animation: blob-move-2 10s ease-in-out infinite;
}
@keyframes blob-move-1 {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(30px, -30px); }
}
@keyframes blob-move-2 {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(-30px, 30px); }
}
.faq-card {
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
padding: 1.5rem;
transition: all var(--duration-normal) var(--ease-smooth);
position: relative;
overflow: hidden;
box-shadow: var(--shadow-sm);
}
.faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-1);
opacity: 0;
transition: opacity var(--duration-normal) var(--ease-smooth);
}
.faq-card:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-md);
transform: translateY(-4px);
}
.faq-card:hover::before {
opacity: 1;
}
.faq-card-header {
padding-bottom: 1rem;
border-bottom: 1px solid var(--border-light);
margin-bottom: 1rem;
transition: color var(--duration-normal) var(--ease-smooth);
}
.faq-card:hover .faq-card-header {
color: var(--primary-500);
}
.faq-card-header h3 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
}
.faq-card-body {
padding: 0;
}
.faq-card-body p {
color: var(--text-secondary);
line-height: 1.6;
font-size: 0.94rem;
}
.dark_section_title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.layout_section_subtitle {
font-size: clamp(1rem, 2vw, 1.25rem);
font-weight: 600;
color: var(--primary-500);
}
.section_body_base {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
}
.content_body_large {
font-size: 1.00rem;
font-weight: 600;
line-height: 1.5;
}
@media (max-width: 768px) {
#faq {
padding-top: 2rem;
padding-bottom: 2rem;
}
.faq-card {
padding: 1.25rem;
}
.faq-card-header {
padding-bottom: 0.99rem;
margin-bottom: 0.99rem;
}
.faq-decoration-1,
.faq-decoration-2 {
opacity: 0.04;
}
}
@media (max-width: 576px) {
.faq-card {
padding: 1rem;
}
.faq-card-header h3 {
font-size: 0.88rem;
}
.faq-card-body p {
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 8, 20, 0.62) 0%,
rgba(7, 15, 28, 0.54) 45%,
rgba(14, 24, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.footer-section {
background-color: var(--bg-primary);
color: var(--text-primary);
padding: var(--space-6) 0;
position: relative;
border-top: 1px solid var(--border-light);
}
.footer-brand {
display: flex;
flex-direction: column;
gap: var(--space-2);
padding-right: var(--space-4);
}
.footer-brand h3 {
margin: 0;
letter-spacing: -0.02em;
font-weight: 700;
}
.footer-brand p {
margin: 0;
color: var(--text-secondary);
line-height: 1.6;
}
.footer-column {
display: flex;
flex-direction: column;
gap: var(--space-3);
}
.footer-column h4 {
margin: 0;
color: var(--text-muted);
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.footer-links,
.footer-contact {list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: var(--space-2);
}
.footer-links a {color: var(--text-secondary);
text-decoration: none;
transition: color var(--duration-base) var(--ease-smooth);
border-bottom: 1px solid transparent;
}
.footer-links a:hover {color: var(--text-primary);
border-bottom-color: var(--primary-500);
}
.footer-contact span {
color: var(--text-secondary);
display: block;
line-height: 1.5;
}
.footer-divider {
height: 1px;
background-color: var(--border-light);
margin: var(--space-5) 0;
}
.footer-decoration {
position: absolute;
top: -50%;
right: -15%;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
opacity: 0.4;
pointer-events: none;
z-index: 0;
}
@media (max-width: 768px) {
.footer-section {
padding: var(--space-5) 0;
}
.footer-brand {
padding-right: 0;
margin-bottom: var(--space-2);
}
.footer-divider {
margin: var(--space-4) 0;
}
.row > div {
text-align: left;
}
.col-md-4 {
text-align: left !important;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 5, 10, 0.62) 0%,
rgba(7, 14, 31, 0.54) 45%,
rgba(7, 12, 27, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .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.56rem;
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.19rem;
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.80s 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.40s ease;
}
.additional-universal-section .info-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 2.12rem;
color: var(--light);
}
.card-title {
font-size: 1.50rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.6;
margin-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 0.93s 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.19rem;
}
.additional-universal-section .info-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.56rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.62rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-section .section-description {
font-size: 0.88rem;
}
.card-title {
font-size: 1.31rem;
}
.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(13, 20, 50, 0.62) 0%,
rgba(6, 15, 29, 0.54) 45%,
rgba(5, 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;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .creative-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.badge-circle {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.badge-circle:nth-child(2) {
animation-delay: 0.62s;
}
.badge-circle:nth-child(3) {
animation-delay: 1.22s;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.625rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
margin: 0 auto;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 3rem;
z-index: 2;
}
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.additional-universal-section .timeline-marker {
flex-shrink: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
}
.additional-universal-section .marker-number {
font-size: 0.88rem;
font-weight: 700;
color: var(--primary-500);
background: var(--surface-secondary);
padding: 0.25rem 0.75rem;
border-radius: 20px;
border: 2px solid var(--primary-300);
}
.additional-universal-section .marker-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: all 1.06s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .timeline-item:hover .marker-icon {
transform: scale(1.15) rotate(10deg);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.additional-universal-section .marker-icon i {
font-size: 2.12rem;
color: var(--light);
}
.additional-universal-section .timeline-content {
flex: 1;
background: var(--surface-secondary);
padding: 2rem;
border-radius: 16px;
border: 2px solid var(--neutral-100);
transition: all 0.92s ease;
position: relative;
}
.additional-universal-section .timeline-item:hover .timeline-content {
border-color: var(--primary-300);
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .timeline-title {
font-size: 1.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .timeline-decoration {
position: absolute;
font-size: 3.00rem;
color: color-mix(in srgb, var(--primary-300) 15%, transparent);
pointer-events: none;
transition: all 0.83s ease;
}
.additional-universal-section .timeline-item:nth-child(odd) .timeline-decoration {
right: -1.5rem;
top: 50%;
transform: translateY(-50%);
}
.additional-universal-section .timeline-item:nth-child(even) .timeline-decoration {
left: -1.5rem;
top: 50%;
transform: translateY(-50%);
}
.additional-universal-section .timeline-item:hover .timeline-decoration {
color: color-mix(in srgb, var(--primary-500) 25%, transparent);
transform: translateY(-50%) scale(1.2);
}
.additional-universal-section .timeline-item-final .marker-icon {
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section .floating-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
opacity: 0.5;
}
.additional-universal-section .shape-1 {
width: 350px;
height: 350px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
top: 15%;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 12%, transparent), transparent);
bottom: 20%;
left: -80px;
animation: float 15s ease-in-out infinite reverse;
}
.additional-universal-section .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .timeline-line {
left: 35px;
}
.timeline-item,
.additional-universal-section .timeline-item:nth-child(even) {
flex-direction: row;
padding-left: 80px;
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 0;
}
.additional-universal-section .timeline-decoration {
display: none;
}
.additional-universal-section .section-title {
font-size: 1.81rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.31rem;
}
.additional-universal-section .marker-icon {
width: 60px;
height: 60px;
}
.additional-universal-section .marker-icon i {
font-size: 1.44rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 16, 34, 0.62) 0%,
rgba(1, 2, 6, 0.54) 45%,
rgba(12, 23, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-standard {
position: relative;
padding: 6rem 0;
background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 50%, var(--neutral-50) 100%);
overflow: hidden;
}
.additional-universal-standard .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-standard .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.73rem;
line-height: 1.4;
}
.additional-universal-standard .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-standard .timeline-central-axis {
position: absolute;
left: 50%;
top: 200px;
bottom: 100px;
width: 3px;
background: linear-gradient(180deg, transparent 0%, var(--primary-300) 10%, var(--primary-300) 90%, transparent 100%);
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-standard .timeline-wrapper {
position: relative;
max-width: 1100px;
margin: 4rem auto 0;
z-index: 2;
}
.additional-universal-standard .timeline-item {
position: relative;
width: 50%;
padding: 2rem;
margin-bottom: 4rem;
}
.additional-universal-standard .timeline-item.left {
padding-right: 4rem;
text-align: right;
}
.additional-universal-standard .timeline-item.right {
margin-left: 50%;
padding-left: 4rem;
text-align: left;
}
.additional-universal-standard .timeline-marker {
position: absolute;
top: 2rem;
width: 70px;
height: 70px;
z-index: 3;
}
.additional-universal-standard .timeline-item.left .timeline-marker {
right: -35px;
}
.additional-universal-standard .timeline-item.right .timeline-marker {
left: -35px;
}
.additional-universal-standard .marker-inner {
position: relative;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
z-index: 2;
}
.additional-universal-standard .marker-inner i {
font-size: 1.88rem;
color: var(--neutral-0);
}
.additional-universal-standard .marker-pulse {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--primary-400);
opacity: 0;
animation: pulse-animation 2s ease-out infinite;
}
@keyframes pulse-animation {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}
.additional-universal-standard .timeline-content {
position: relative;
background: var(--neutral-0);
border-radius: 12px;
padding: 2.5rem;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
border: 2px solid var(--primary-100);
transition: all 0.59s ease;
}
.additional-universal-standard .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.additional-universal-standard .step-badge {
display: inline-block;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
color: var(--neutral-0);
font-weight: 700;
font-size: 0.81rem;
border-radius: 20px;
margin-bottom: 1rem;
letter-spacing: 1px;
}
.additional-universal-standard .step-title {
font-size: 1.50rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-standard .step-description {
font-size: 0.94rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-standard .decorative-corner {
position: absolute;
width: 20px;
height: 20px;
border-style: solid;
border-color: var(--primary-300);
opacity: 0.4;
}
.additional-universal-standard .corner-tl {
top: 10px;
left: 10px;
border-width: 2px 0 0 2px;
}
.additional-universal-standard .corner-br {
bottom: 10px;
right: 10px;
border-width: 0 2px 2px 0;
}
.additional-universal-standard .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.additional-universal-standard .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-400);
top: 15%;
left: 5%;
filter: blur(50px);
}
.additional-universal-standard .shape-2 {
width: 250px;
height: 250px;
background: var(--accent-400);
top: 45%;
right: 8%;
filter: blur(45px);
}
.additional-universal-standard .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
bottom: 10%;
left: 10%;
filter: blur(40px);
}
@media (max-width: 991px) {
.additional-universal-standard {
padding: 4rem 0;
}
.additional-universal-standard .timeline-item {
width: 100%;
padding: 2rem 0 2rem 5rem !important;
margin-left: 0 !important;
text-align: left !important;
}
.additional-universal-standard .timeline-central-axis {
left: 35px;
}
.additional-universal-standard .timeline-marker {
left: 0 !important;
right: auto !important;
}
.additional-universal-standard .step-badge {
font-size: 0.75rem;
padding: 0.4rem 0.8rem;
}
}
@media (max-width: 767px) {
.additional-universal-standard {
padding: 3rem 0;
}
.additional-universal-standard .section-title {
font-size: 1.69rem;
}
.additional-universal-standard .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-standard .section-description {
font-size: 0.94rem;
}
.additional-universal-standard .timeline-item {
padding: 1.5rem 0 1.5rem 4rem !important;
margin-bottom: 2.68rem;
}
.additional-universal-standard .timeline-marker {
width: 50px;
height: 50px;
}
.additional-universal-standard .marker-inner i {
font-size: 1.12rem;
}
.additional-universal-standard .timeline-content {
padding: 1.75rem;
}
.additional-universal-standard .step-title {
font-size: 1.12rem;
}
.additional-universal-standard .step-description {
font-size: 0.94rem;
}
.additional-universal-standard .floating-shape {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(16, 29, 44, 0.62) 0%,
rgba(6, 12, 20, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap.v015_creative_purple {
padding: var(--section-py) 0;
background: linear-gradient(225deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_decorative_banner {
display: flex;
justify-content: center;
gap: var(--space-3);
margin-bottom: var(--space-8);
}
.add_wrap.v015_creative_purple .add_banner_dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(2) {
animation-delay: 0.98s;
}
.add_wrap.v015_creative_purple .add_banner_dot:nth-child(3) {
animation-delay: 1.25s;
}
@keyframes pulse {
0%, 100% { opacity: 0.3; transform: scale(1); }
50% { opacity: 1; transform: scale(1.2); }
}
.add_wrap.v015_creative_purple .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_icon_cluster {
display: flex;
justify-content: center;
gap: var(--space-4);
margin-bottom: var(--space-6);
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 34px;
color: var(--primary-500);
transition: all 0.73s ease;
}
.add_wrap.v015_creative_purple .add_icon_cluster i:hover {
color: var(--primary-700);
transform: rotate(15deg) scale(1.2);
}
.add_wrap.v015_creative_purple .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 800;
line-height: 1.2;
}
.add_wrap.v015_creative_purple .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
font-style: italic;
}
.add_wrap.v015_creative_purple .add_description {
color: var(--text-secondary);
max-width: 850px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_masonry_grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: var(--space-6);
position: relative;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_masonry_large {
grid-column: span 7;
}
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 5;
}
.add_wrap.v015_creative_purple .add_masonry_full {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_masonry_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: 24px;
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 1.02s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_masonry_card::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border-radius: 24px;
opacity: 0;
transition: opacity 0.53s ease;
z-index: -1;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover {
transform: translateY(-8px) rotate(-1deg);
box-shadow: var(--shadow-lg);
}
.add_wrap.v015_creative_purple .add_masonry_card:hover::before {
opacity: 1;
}
.add_wrap.v015_creative_purple .add_card_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-100) 50%);
border-radius: 0 24px 0 0;
}
.add_wrap.v015_creative_purple .add_card_icon_wrapper {
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 70px;
height: 70px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 20px;
transform: rotate(-5deg);
transition: all 1.06s ease;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 31px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_masonry_card:hover .add_card_icon {
transform: rotate(5deg) scale(1.1);
}
.add_wrap.v015_creative_purple .add_card_title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 700;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_card_desc {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.6;
}
.add_wrap.v015_creative_purple .add_card_decoration {
position: absolute;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_card_decoration i {
font-size: 25px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_card_icon_row {
display: flex;
gap: var(--space-3);
margin-top: var(--space-4);
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--primary-500);
background: var(--primary-50);
border-radius: 10px;
transition: all 0.94s ease;
}
.add_wrap.v015_creative_purple .add_card_icon_row i:hover {
background: var(--primary-500);
color: #ffffff;
transform: translateY(-3px);
}
.add_wrap.v015_creative_purple .add_card_primary {
border-color: var(--primary-300);
}
.add_wrap.v015_creative_purple .add_card_secondary .add_card_icon {
background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-500) 100%);
}
.add_wrap.v015_creative_purple .add_card_accent {
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
}
.add_wrap.v015_creative_purple .add_card_highlight {
border: 2px solid var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 50%, var(--primary-100) 100%);
border-radius: 32px;
box-shadow: var(--shadow-lg);
border: 3px solid var(--primary-500);
position: relative;
overflow: hidden;
}
.add_wrap.v015_creative_purple .add_showcase_card::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 100%;
height: 100%;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.2;
pointer-events: none;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
position: relative;
width: 150px;
height: 150px;
margin: 0 auto;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
position: absolute;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 6px 16px rgba(127, 52, 255, 0.40);
transition: all 1.16s ease;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 38px;
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_showcase_icon_1 {
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.add_wrap.v015_creative_purple .add_showcase_icon_2 {
bottom: 0;
left: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon_3 {
bottom: 0;
right: 0;
z-index: 2;
}
.add_wrap.v015_creative_purple .add_showcase_icon:hover {
transform: scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_icon_1:hover {
transform: translateX(-50%) scale(1.15);
}
.add_wrap.v015_creative_purple .add_showcase_title {
color: var(--text-primary);
font-size: 1.56rem;
font-weight: 800;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v015_creative_purple .add_showcase_desc {
color: var(--text-secondary);
margin-bottom: var(--space-6);
line-height: 1.7;
}
.add_wrap.v015_creative_purple .add_showcase_badge_grid {
display: flex;
gap: var(--space-3);
flex-wrap: wrap;
justify-content: flex-start;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100);
border-radius: 16px;
transition: all 1.13s ease;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 28px;
color: var(--primary-500);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover {
background: var(--primary-500);
transform: scale(1.15) rotate(5deg);
}
.add_wrap.v015_creative_purple .add_showcase_badge:hover i {
color: #ffffff;
}
.add_wrap.v015_creative_purple .add_decorative_footer {
margin-top: var(--space-12);
display: flex;
justify-content: center;
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_footer_shape {
width: 60px;
height: 8px;
background: var(--primary-500);
border-radius: 4px;
opacity: 0.6;
}
.add_wrap.v015_creative_purple .add_footer_shape_2 {
width: 40px;
opacity: 0.4;
}
.add_wrap.v015_creative_purple .add_footer_shape_3 {
width: 30px;
opacity: 0.3;
}
.add_wrap.v015_creative_purple .add_bg_gradient {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
filter: blur(80px);
}
.add_wrap.v015_creative_purple .add_bg_gradient_1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -250px;
right: -200px;
}
.add_wrap.v015_creative_purple .add_bg_gradient_2 {
width: 400px;
height: 400px;
background: var(--primary-300);
bottom: -200px;
left: -150px;
}
.add_wrap.v015_creative_purple .add_bg_mesh {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(90deg, var(--primary-100) 1px, transparent 1px),
linear-gradient(180deg, var(--primary-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.03;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v015_creative_purple .add_masonry_large,
.add_wrap.v015_creative_purple .add_masonry_medium {
grid-column: span 12;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 120px;
height: 120px;
margin-bottom: var(--space-4);
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 70px;
height: 70px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 30px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.44rem;
}
}
@media (max-width: 768px) {
.add_wrap.v015_creative_purple .add_masonry_grid {
gap: var(--space-4);
}
.add_wrap.v015_creative_purple .add_masonry_card {
padding: var(--space-6);
border-radius: 16px;
}
.add_wrap.v015_creative_purple .add_card_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_card_icon i {
font-size: 26px;
}
.add_wrap.v015_creative_purple .add_card_title {
font-size: 1.06rem;
}
.add_wrap.v015_creative_purple .add_card_icon_row i {
width: 35px;
height: 35px;
font-size: 16px;
}
.add_wrap.v015_creative_purple .add_showcase_card {
padding: var(--space-6);
border-radius: 24px;
}
.add_wrap.v015_creative_purple .add_showcase_icon_stack {
width: 100px;
height: 100px;
}
.add_wrap.v015_creative_purple .add_showcase_icon {
width: 60px;
height: 60px;
}
.add_wrap.v015_creative_purple .add_showcase_icon i {
font-size: 30px;
}
.add_wrap.v015_creative_purple .add_showcase_title {
font-size: 1.31rem;
}
.add_wrap.v015_creative_purple .add_showcase_badge {
width: 48px;
height: 48px;
}
.add_wrap.v015_creative_purple .add_showcase_badge i {
font-size: 21px;
}
.add_wrap.v015_creative_purple .add_icon_cluster i {
font-size: 23px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(15, 25, 38, 0.62) 0%,
rgba(11, 20, 31, 0.54) 45%,
rgba(11, 19, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap.v014_modern_green {
padding: var(--section-py) 0;
background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v014_modern_green .add_decorative_header_shape {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 200px;
background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
opacity: 0.6;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_header {
text-align: center;
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v014_modern_green .add_badge {
width: 60px;
height: 60px;
margin: 0 auto var(--space-4);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(17, 134, 97, 0.30);
}
.add_wrap.v014_modern_green .add_badge i {
font-size: 30px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 700;
line-height: 1.2;
}
.add_wrap.v014_modern_green .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
}
.add_wrap.v014_modern_green .add_description {
color: var(--text-secondary);
max-width: 750px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v014_modern_green .add_timeline {
position: relative;
padding: var(--space-8) 0;
z-index: 2;
}
.add_wrap.v014_modern_green .add_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
transform: translateX(-50%);
z-index: 1;
}
.add_wrap.v014_modern_green .add_timeline_item {
position: relative;
margin-bottom: var(--space-12);
display: flex;
align-items: flex-start;
gap: var(--space-6);
}
.add_wrap.v014_modern_green .add_timeline_item_left {
justify-content: flex-end;
}
.add_wrap.v014_modern_green .add_timeline_item_right {
justify-content: flex-start;
flex-direction: row-reverse;
}
.add_wrap.v014_modern_green .add_timeline_marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(1, 131, 72, 0.40);
z-index: 3;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 29px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_timeline_content {
width: calc(50% - 60px);
padding: var(--space-6);
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.91s ease;
}
.add_wrap.v014_modern_green .add_timeline_content:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-300);
}
.add_wrap.v014_modern_green .add_timeline_title {
color: var(--text-primary);
font-size: 1.38rem;
font-weight: 600;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v014_modern_green .add_timeline_desc {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.6;
}
.add_wrap.v014_modern_green .add_timeline_icon_group {
display: flex;
gap: var(--space-3);
justify-content: flex-start;
}
.add_wrap.v014_modern_green .add_timeline_icon_group i {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
color: var(--primary-500);
background: var(--primary-50);
border-radius: 8px;
}
.add_wrap.v014_modern_green .add_highlight_box {
margin-top: var(--space-12);
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
border: 2px solid var(--primary-500);
text-align: center;
position: relative;
z-index: 2;
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 80px;
height: 80px;
margin: 0 auto var(--space-4);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 6px 16px rgba(0, 160, 84, 0.40);
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 36px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_highlight_title {
color: var(--text-primary);
font-size: 1.38rem;
font-weight: 700;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v014_modern_green .add_highlight_desc {
color: var(--text-secondary);
margin-bottom: var(--space-6);
line-height: 1.7;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.add_wrap.v014_modern_green .add_highlight_badge_row {
display: flex;
justify-content: center;
gap: var(--space-4);
flex-wrap: wrap;
}
.add_wrap.v014_modern_green .add_highlight_badge {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100);
border-radius: 12px;
transition: all 1.27s ease;
}
.add_wrap.v014_modern_green .add_highlight_badge i {
font-size: 23px;
color: var(--primary-500);
}
.add_wrap.v014_modern_green .add_highlight_badge:hover {
background: var(--primary-500);
transform: scale(1.1);
}
.add_wrap.v014_modern_green .add_highlight_badge:hover i {
color: #ffffff;
}
.add_wrap.v014_modern_green .add_decorative_wave {
position: absolute;
bottom: -50px;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
opacity: 0.3;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_bg_circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_bg_circle_1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
right: -200px;
}
.add_wrap.v014_modern_green .add_bg_circle_2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 20%;
left: -150px;
}
.add_wrap.v014_modern_green .add_bg_pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 35px,
var(--primary-50) 35px,
var(--primary-50) 37px
);
opacity: 0.05;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v014_modern_green .add_timeline::before {
left: 30px;
}
.add_wrap.v014_modern_green .add_timeline_marker {
left: 30px;
width: 50px;
height: 50px;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 22px;
}
.add_wrap.v014_modern_green .add_timeline_item {
flex-direction: row !important;
justify-content: flex-start !important;
padding-left: 100px;
}
.add_wrap.v014_modern_green .add_timeline_content {
width: 100%;
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 70px;
height: 70px;
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 39px;
}
.add_wrap.v014_modern_green .add_highlight_title {
font-size: 1.31rem;
}
}
@media (max-width: 768px) {
.add_wrap.v014_modern_green .add_badge {
width: 50px;
height: 50px;
}
.add_wrap.v014_modern_green .add_badge i {
font-size: 23px;
}
.add_wrap.v014_modern_green .add_timeline {
padding: var(--space-6) 0;
}
.add_wrap.v014_modern_green .add_timeline::before {
left: 20px;
}
.add_wrap.v014_modern_green .add_timeline_marker {
left: 20px;
width: 40px;
height: 40px;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 20px;
}
.add_wrap.v014_modern_green .add_timeline_item {
margin-bottom: var(--space-8);
padding-left: 80px;
}
.add_wrap.v014_modern_green .add_timeline_content {
padding: var(--space-4);
}
.add_wrap.v014_modern_green .add_timeline_title {
font-size: 1.19rem;
}
.add_wrap.v014_modern_green .add_timeline_icon_group i {
width: 30px;
height: 30px;
font-size: 16px;
}
.add_wrap.v014_modern_green .add_highlight_box {
padding: var(--space-6);
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 60px;
height: 60px;
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 28px;
}
.add_wrap.v014_modern_green .add_highlight_title {
font-size: 1.06rem;
}
.add_wrap.v014_modern_green .add_highlight_badge {
width: 42px;
height: 42px;
}
.add_wrap.v014_modern_green .add_highlight_badge i {
font-size: 22px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 10, 19, 0.62) 0%,
rgba(14, 20, 41, 0.54) 45%,
rgba(10, 15, 36, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-048 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-048 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-048 .minimal-accent {
width: 80px;
height: 2px;
background: var(--primary-500);
margin: 0 auto 32px;
transition: width 0.94s ease;
}
.additional-universal-section.v-048 .section-header:hover .minimal-accent {
width: 120px;
}
.additional-universal-section.v-048 .section-title {
font-size: 2.94rem;
font-weight: 300;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
letter-spacing: -0.03em;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 24px;
line-height: 1.4;
letter-spacing: 0.02em;
}
.additional-universal-section.v-048 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
font-weight: 300;
}
.additional-universal-section.v-048 .modern-card {
height: 100%;
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
border-radius: 0;
transition: all 0.81s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-048 .modern-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-50) 30%, transparent 70%) 100%);
opacity: 0;
transition: opacity 1.13s ease;
pointer-events: none;
}
.additional-universal-section.v-048 .modern-card:hover {
border-color: var(--primary-500);
transform: translateY(-8px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.additional-universal-section.v-048 .modern-card:hover::before {
opacity: 1;
}
.additional-universal-section.v-048 .modern-card.featured {
border-width: 2px;
border-color: var(--primary-500);
}
.additional-universal-section.v-048 .card-inner {
padding: 40px;
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 48px;
}
.additional-universal-section.v-048 .icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: 2px solid var(--primary-500);
border-radius: 50%;
margin-bottom: 24px;
transition: all 1.28s ease;
}
.additional-universal-section.v-048 .modern-card:hover .icon-wrapper {
background: var(--primary-500);
transform: rotate(180deg);
}
.additional-universal-section.v-048 .icon-wrapper i {
font-size: 27px;
color: var(--primary-500);
transition: color 0.74s ease;
}
.additional-universal-section.v-048 .modern-card:hover .icon-wrapper i {
color: var(--light);
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon {
width: 72px;
height: 72px;
border-width: 3px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
font-size: 30px;
}
.additional-universal-section.v-048 .modern-title {
font-size: 1.56rem;
font-weight: 500;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
letter-spacing: -0.01em;
}
.additional-universal-section.v-048 .modern-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 24px;
font-weight: 300;
flex: 1;
}
.additional-universal-section.v-048 .card-divider {
width: 40px;
height: 2px;
background: var(--primary-500);
margin-top: auto;
transition: width 0.52s ease;
}
.additional-universal-section.v-048 .modern-card:hover .card-divider {
width: 80px;
}
.additional-universal-section.v-048 .featured-content {
display: flex;
gap: 32px;
align-items: flex-start;
}
.additional-universal-section.v-048 .text-content {
flex: 1;
}
.additional-universal-section.v-048 .minimal-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-048 .accent-line {
position: absolute;
height: 1px;
background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
}
.additional-universal-section.v-048 .accent-line.line-1 {
width: 300px;
top: 25%;
right: 0;
}
.additional-universal-section.v-048 .accent-line.line-2 {
width: 250px;
bottom: 35%;
left: 0;
}
.additional-universal-section.v-048 .accent-dot {
position: absolute;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.3;
}
.additional-universal-section.v-048 .accent-dot.dot-1 {
top: 15%;
right: 10%;
}
.additional-universal-section.v-048 .accent-dot.dot-2 {
bottom: 20%;
left: 8%;
}
.additional-universal-section.v-048 .accent-dot.dot-3 {
top: 60%;
right: 15%;
}
@media (max-width: 1199.98px) {
.additional-universal-section.v-048 .featured-content {
flex-direction: column;
gap: 24px;
}
}
@media (max-width: 991.98px) {
.additional-universal-section.v-048 {
padding: 80px 0;
}
.additional-universal-section.v-048 .section-title {
font-size: 2.50rem;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 1.06rem;
}
.additional-universal-section.v-048 .card-inner {
padding: 32px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 36px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-048 {
padding: 60px 0;
}
.additional-universal-section.v-048 .section-title {
font-size: 1.75rem;
}
.additional-universal-section.v-048 .section-subtitle {
font-size: 0.94rem;
}
.additional-universal-section.v-048 .card-inner {
padding: 28px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 32px;
}
.additional-universal-section.v-048 .icon-wrapper {
width: 52px;
height: 52px;
}
.additional-universal-section.v-048 .icon-wrapper i {
font-size: 24px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon {
width: 64px;
height: 64px;
}
.additional-universal-section.v-048 .icon-wrapper.featured-icon i {
font-size: 30px;
}
.additional-universal-section.v-048 .modern-title {
font-size: 1.25rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-section.v-048 {
padding: 50px 0;
}
.additional-universal-section.v-048 .card-inner {
padding: 24px;
}
.additional-universal-section.v-048 .modern-card.featured .card-inner {
padding: 28px;
}
.additional-universal-section.v-048 .featured-content {
gap: 20px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 24, 40, 0.62) 0%,
rgba(13, 20, 35, 0.54) 45%,
rgba(2, 4, 7, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
overflow: hidden;
}
.additional-universal-section .section-header {
max-width: 900px;
margin: 0 auto;
}
.additional-universal-section .section-main-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--primary-700);
line-height: 1.2;
margin-bottom: 1rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-600);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--neutral-700);
line-height: 1.8;
max-width: 800px;
}
.additional-universal-section .timeline-container {
position: relative;
max-width: 1100px;
margin: 4rem auto 0;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
border-radius: 2px;
}
.additional-universal-section .timeline-item {
position: relative;
margin-bottom: 4rem;
width: 100%;
}
.additional-universal-section .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-section .timeline-content {
display: flex;
align-items: center;
gap: 2rem;
}
.additional-universal-section .timeline-left .timeline-content {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.additional-universal-section .timeline-right .timeline-content {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
flex-direction: row-reverse;
}
.additional-universal-section .timeline-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 10;
border: 5px solid #ffffff;
transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .timeline-item:hover .timeline-icon {
transform: translateX(-50%) scale(1.15);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.additional-universal-section .timeline-icon i {
font-size: 1.88rem;
color: #ffffff;
}
.additional-universal-section .timeline-card {
background: #ffffff;
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.08);
position: relative;
transition: all 0.76s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
flex: 1;
max-width: 500px;
}
.additional-universal-section .timeline-item:hover .timeline-card {
transform: scale(1.03);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-title {
font-size: 1.50rem;
font-weight: 700;
color: var(--primary-800);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.12rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .timeline-badge {
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
top: 2.5rem;
}
.additional-universal-section .timeline-left .timeline-badge {
right: -28px;
}
.additional-universal-section .timeline-right .timeline-badge {
left: -28px;
}
.additional-universal-section .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.06;
z-index: 0;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-section .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-400);
top: 10%;
left: -5%;
}
.additional-universal-section .blob-2 {
width: 350px;
height: 350px;
background: var(--secondary-400);
top: 50%;
right: -5%;
}
.additional-universal-section .blob-3 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 10%;
left: 15%;
}
@media (max-width: 992px) {
.additional-universal-section .timeline-line {
left: 40px;
}
.timeline-left .timeline-content,
.additional-universal-section .timeline-right .timeline-content {
justify-content: flex-start;
padding-left: 100px;
padding-right: 0;
flex-direction: row;
}
.additional-universal-section .timeline-icon {
left: 40px;
}
.additional-universal-section .timeline-item:hover .timeline-icon {
transform: translateX(0) scale(1.15);
}
.timeline-left .timeline-badge,
.additional-universal-section .timeline-right .timeline-badge {
left: auto;
right: -28px;
}
}
@media (max-width: 768px) {
.additional-universal-section .section-main-title {
font-size: 2.06rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .section-description {
font-size: 0.94rem;
}
.additional-universal-section .timeline-container {
margin-top: 3rem;
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
border-width: 4px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.44rem;
}
.additional-universal-section .timeline-card {
padding: 2rem;
max-width: 100%;
}
.additional-universal-section .timeline-title {
font-size: 1.31rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
}
@media (max-width: 576px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-main-title {
font-size: 1.81rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .timeline-line {
left: 30px;
}
.additional-universal-section .timeline-icon {
left: 30px;
width: 50px;
height: 50px;
border-width: 3px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.31rem;
}
.timeline-left .timeline-content,
.additional-universal-section .timeline-right .timeline-content {
padding-left: 80px;
}
.additional-universal-section .timeline-card {
padding: 1.5rem;
}
.additional-universal-section .timeline-badge {
width: 10px;
height: 10px;
right: -25px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 7, 18, 0.62) 0%,
rgba(11, 16, 34, 0.54) 45%,
rgba(11, 18, 43, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--light);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 850px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-icon-group {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.73rem;
}
.additional-universal-section .header-icon-group i {
font-size: 2.06rem;
color: var(--primary-500);
opacity: 0.8;
transition: all 1.11s ease;
}
.additional-universal-section .header-icon-group i:hover {
transform: scale(1.2) rotate(10deg);
opacity: 1;
}
.additional-universal-section .section-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.44rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 750px;
}
.additional-universal-section .content-accordion {
max-width: 900px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.accordion-item {
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 12px;
margin-bottom: 1.69rem;
overflow: hidden;
transition: all 1.27s ease;
}
.accordion-item:hover {
border-color: var(--primary-300);
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
transform: translateX(8px);
}
.accordion-header {
position: relative;
display: flex;
align-items: center;
gap: 1.25rem;
padding: 1.75rem 2rem;
cursor: default;
}
.additional-universal-section .header-icon {
flex-shrink: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.85s ease;
}
.accordion-item:hover .header-icon {
transform: rotate(10deg) scale(1.1);
}
.additional-universal-section .header-icon i {
font-size: 1.75rem;
color: var(--light);
}
.additional-universal-section .header-content {
flex: 1;
}
.accordion-title {
font-size: 1.62rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0;
line-height: 1.3;
}
.additional-universal-section .header-accent {
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: var(--primary-500);
opacity: 0;
transition: opacity 1.22s ease;
}
.accordion-item:hover .header-accent {
opacity: 1;
}
.accordion-body {
padding: 0 2rem 1.75rem 2rem;
padding-left: calc(60px + 3.25rem);
}
.accordion-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .decorative-leaf {
position: absolute;
font-size: 3.00rem;
color: var(--primary-300);
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .leaf-1 {
top: 10%;
left: 5%;
transform: rotate(-20deg);
}
.additional-universal-section .leaf-2 {
bottom: 15%;
right: 8%;
transform: rotate(30deg);
}
.additional-universal-section .decorative-pattern {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
border-radius: 50%;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.00rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.accordion-header {
padding: 1.5rem 1.5rem;
gap: 1rem;
}
.accordion-body {
padding: 0 1.5rem 1.5rem 1.5rem;
padding-left: calc(60px + 2.5rem);
}
.additional-universal-section .header-icon {
width: 55px;
height: 55px;
}
.additional-universal-section .header-icon i {
font-size: 1.62rem;
}
.accordion-title {
font-size: 1.44rem;
}
}
@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;
}
.accordion-header {
padding: 1.25rem;
gap: 0.875rem;
}
.accordion-body {
padding: 0 1.25rem 1.25rem 1.25rem;
}
.additional-universal-section .header-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .header-icon i {
font-size: 1.31rem;
}
.accordion-title {
font-size: 1.25rem;
}
.accordion-description {
font-size: 0.88rem;
}
.additional-universal-section .decorative-leaf {
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 .header-icon-group {
gap: 0.75rem;
}
.additional-universal-section .header-icon-group i {
font-size: 1.56rem;
}
.accordion-item {
margin-bottom: 1rem;
}
.accordion-item:hover {
transform: translateX(4px);
}
.accordion-header {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
.accordion-body {
padding-left: 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(11, 21, 36, 0.62) 0%,
rgba(10, 28, 52, 0.54) 45%,
rgba(2, 4, 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;
}
.add_wrap_clean {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
}
.add_wrap_clean .add_header_panels {
margin-bottom: var(--space-12, 3rem);
padding-bottom: var(--space-8, 2rem);
border-bottom: 2px solid var(--neutral-100, #f1f5f9);
}
.add_wrap_clean .panel_accent {
position: relative;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.add_wrap_clean .left_panel {
border-right: 4px solid var(--primary-500, #3466e4);
}
.add_wrap_clean .right_panel {
border-left: 4px solid var(--primary-500, #3065dd);
}
.add_wrap_clean .panel_decoration {
width: 40px;
height: 40px;
background: var(--primary-100, #d6e5ff);
transform: rotate(45deg);
border: 2px solid var(--primary-500, #1983fb);
}
.add_wrap_clean .header_main_content {
padding: var(--space-4, 1rem);
}
.add_wrap_clean .add_title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary, #171d39);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.2;
letter-spacing: -0.02em;
}
.add_wrap_clean .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: var(--primary-500, #1d5ced);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_clean .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #2d3953);
line-height: 1.7;
text-align: center;
margin-top: var(--space-6, 1.5rem);
}
.add_wrap_clean .add_horizontal_steps {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_clean .steps_connector {
position: absolute;
top: 40px;
left: 10%;
right: 10%;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500, #1d3fd2) 0%,
var(--primary-300, #97cdee) 50%,
var(--primary-500, #156cfc) 100%);
z-index: 0;
}
.add_wrap_clean .step_item {
position: relative;
margin-bottom: var(--space-8, 2rem);
z-index: 1;
}
.add_wrap_clean .step_marker {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: var(--space-4, 1rem);
}
.add_wrap_clean .marker_inner {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border: 4px solid var(--primary-500, #2164f9);
border-radius: 50%;
color: var(--primary-500, #405dff);
font-size: 1.75rem;
box-shadow: 0 4px 16px rgba(18, 86, 215, 0.20);
transition: all 0.84s ease;
position: relative;
z-index: 2;
}
.add_wrap_clean .step_item:hover .marker_inner {
background: var(--primary-500, #295ad8);
color: #ffffff;
transform: scale(1.1);
}
.add_wrap_clean .marker_label {
margin-top: var(--space-2, 0.5rem);
font-size: 0.94rem;
font-weight: 700;
color: var(--neutral-500, #525e79);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.add_wrap_clean .step_content {
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
text-align: center;
transition: all 1.28s ease;
}
.add_wrap_clean .step_item:hover .step_content {
border-color: var(--primary-300, #74b4e8);
box-shadow: 0 8px 24px rgba(24, 60, 255, 0.10);
transform: translateY(-4px);
}
.add_wrap_clean .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #09101f);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_clean .add_elem_desc {
font-size: 0.88rem;
color: var(--text-secondary, #424d6b);
line-height: 1.65;
margin: 0;
}
.add_wrap_clean .step_conclusion {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_clean .step_conclusion .step_content {
background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
border: 3px solid var(--primary-500, #3455d9);
padding: var(--space-8, 2rem);
max-width: 900px;
margin: 0 auto;
}
.add_wrap_clean .step_conclusion:hover .step_content {
border-color: var(--primary-700, #113eda);
background: linear-gradient(135deg, var(--primary-100, #dde3e7) 0%, #ffffff 100%);
}
.add_wrap_clean .conclusion_badge {
width: 96px;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #266df7) 0%, var(--primary-700, #0c50ce) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.56rem;
margin: 0 auto var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(30, 119, 220, 0.30);
}
.add_wrap_clean .step_conclusion .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
color: var(--primary-700, #154bc9);
}
@media (max-width: 991.98px) {
.add_wrap_clean .panel_accent {
display: none;
}
.add_wrap_clean .steps_connector {
display: none;
}
}
@media (max-width: 767.98px) {
.add_wrap_clean {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_clean .add_header_panels {
margin-bottom: var(--space-8, 2rem);
padding-bottom: var(--space-6, 1.5rem);
}
.add_wrap_clean .marker_inner {
width: 64px;
height: 64px;
font-size: 1.44rem;
}
.add_wrap_clean .step_content {
padding: var(--space-4, 1rem);
}
.add_wrap_clean .step_conclusion .step_content {
padding: var(--space-6, 1.5rem);
}
.add_wrap_clean .conclusion_badge {
width: 80px;
height: 80px;
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(13, 20, 41, 0.62) 0%,
rgba(4, 8, 13, 0.54) 45%,
rgba(3, 6, 14, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}