:root {
--primary-50: #fef2f2;
--primary-50-rgb: 254, 242, 242;
--primary-100: #ffe3e2;
--primary-100-rgb: 254, 226, 226;
--primary-300: #ffb8bb;
--primary-300-rgb: 252, 165, 165;
--primary-500: #a31416;
--primary-500-rgb: 185, 28, 28;
--primary-700: #81262a;
--primary-700-rgb: 127, 29, 29;
--primary-200: #ffc4ce;
--primary-200-rgb: 253, 196, 196;
--primary-400: #c96059;
--primary-400-rgb: 219, 97, 97;
--primary-600: #a82619;
--primary-600-rgb: 156, 29, 29;
--primary-800: #5d0e1a;
--primary-800-rgb: 108, 25, 25;
--primary-900: #550c11;
--primary-900-rgb: 89, 20, 20;
--primary-950: #24090b;
--primary-950-rgb: 58, 13, 13;
--primary-rgb: 185, 28, 28;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #dfdad3;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #605851;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #39352d;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #2e2824;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #ffffff;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #9a9693;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #4b4741;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #292522;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #0c0b09;
--neutral-950-rgb: 31, 29, 27;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 11px 13px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 110px rgba(0, 0, 0, 0.1);
--shadow-card: 0 5px 7px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 10px 27px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 9px 17px rgba(161, 19, 17, 0.30);
--radius-sm: 7px;
--radius-md: 9px;
--radius-lg: 110px;
--radius-xl: 111px;
--transition-fast: 0.81s ease;
--transition-base: 0.61s ease;
--transition-slow: 1.20s 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 6px -1px rgba(0, 0, 0, 0.1), 0 2px 5px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 20px -13px rgba(0, 0, 0, 0.1), 0 5px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 25px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -16px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 6px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 1.09s ease;
--transition-normal: 0.73s ease;
--transition-slow: 0.65s ease;
--transition-all: all 0.41s ease;
--duration-fast: 0.99s;
--duration-normal: 0.65s;
--duration-slow: 1.19s;
--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: 1027px) {
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 9px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 9px 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;
}
.business_font_primary {
font-family: var(--font-primary);
}
.best_font_secondary {
font-family: var(--font-secondary);
}
.main_font_mono {
font-family: var(--font-mono);
}
.layout_display_1 {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-none);
letter-spacing: var(--tracking-tighter);
}
.fresh_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);
}
.content_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);
}
.agency_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);
}
.new_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);
}
.premium_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);
}
.brand_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);
}
.ui_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);
}
.app_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);
}
.digital_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.light_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.core_body_small {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.dark_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.company_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);
}
.modern_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.creative_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.theme_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.clean_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.section_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);
}
.site_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);
}
.bold_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;
}
.studio_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);
}
.bright_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);
}
.base_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);
}
.base_nav_link:hover,
.base_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.elite_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);
}
.page_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: 769px) {
.theme_hero_title {
font-size: var(--text-4xl);
}
.section_section_title {
font-size: var(--text-3xl);
}
.layout_display_1 {
font-size: var(--text-5xl);
}
.fresh_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.theme_hero_title {
font-size: var(--text-3xl);
}
.section_section_title {
font-size: var(--text-2xl);
}
.layout_display_1 {
font-size: var(--text-4xl);
}
}
a:not([class]) {
color: var(--text-link);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
transition: all var(--transition-fast);
}
a:not([class]):hover,
a:not([class]):focus {
color: var(--text-link-hover);
text-decoration-thickness: 2px;
}
a:not([class]):visited {
color: var(--text-link);
}
.pro_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.unique_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.smart_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.style_text_balance {
text-wrap: balance;
}
.prime_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.base_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.dark_caption,
.company_overline,
.page_footer_text {
color: var(--text-secondary);
}
.clean_hero_subtitle,
.site_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.theme_hero_title,
.section_section_title,
.agency_heading_1,
.new_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.pro_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.25rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.06rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.94rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.94rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 7613px) {
body {
font-size: 1.00rem;
}
.lead {
font-size: 1.19rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.web_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.custom_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.top_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.design_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.minimal_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.container_stack {
display: flex;
flex-direction: column;
}
.agency15_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.web94_full_height {
min-height: auto;
}
.ui57_section_height {
min-height: auto;
}
.new57_hero_height {
min-height: auto;
}
.main30_m_0 { margin: 0; }
.modern96_m_1 { margin: var(--space-1); }
.agency2_m_2 { margin: var(--space-2); }
.top17_m_3 { margin: var(--space-3); }
.smart93_m_4 { margin: var(--space-4); }
.clean36_m_6 { margin: var(--space-6); }
.ui87_m_8 { margin: var(--space-8); }
.layout93_m_12 { margin: var(--space-12); }
.main74_m_16 { margin: var(--space-16); }
.best24_mx_auto { margin-left: auto; margin-right: auto; }
.dark70_my_auto { margin-top: auto; margin-bottom: auto; }
.style78_mt_0 { margin-top: 0; }
.company58_mt_4 { margin-top: var(--space-4); }
.dark48_mt_8 { margin-top: var(--space-8); }
.design90_mt_12 { margin-top: var(--space-12); }
.container56_mb_0 { margin-bottom: 0; }
.top67_mb_4 { margin-bottom: var(--space-4); }
.custom66_mb_8 { margin-bottom: var(--space-8); }
.style34_mb_12 { margin-bottom: var(--space-12); }
.fresh62_p_0 { padding: 0; }
.agency40_p_1 { padding: var(--space-1); }
.modern96_p_2 { padding: var(--space-2); }
.base53_p_3 { padding: var(--space-3); }
.smart77_p_4 { padding: var(--space-4); }
.agency33_p_6 { padding: var(--space-6); }
.core29_p_8 { padding: var(--space-8); }
.pro15_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.company22_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.bright38_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.site43_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.site49_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.modern99_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.page10_gap_1 { gap: var(--space-1); }
.bold14_gap_2 { gap: var(--space-2); }
.minimal80_gap_3 { gap: var(--space-3); }
.layout14_gap_4 { gap: var(--space-4); }
.digital78_gap_6 { gap: var(--space-6); }
.new48_gap_8 { gap: var(--space-8); }
.best39_shadow_none { box-shadow: var(--shadow-none); }
.brand23_shadow_xs { box-shadow: var(--shadow-xs); }
.modern32_shadow_sm { box-shadow: var(--shadow-sm); }
.elite90_shadow_md { box-shadow: var(--shadow-md); }
.studio92_shadow_lg { box-shadow: var(--shadow-lg); }
.clean34_shadow_xl { box-shadow: var(--shadow-xl); }
.modern56_shadow_2xl { box-shadow: var(--shadow-2xl); }
.agency22_shadow_inner { box-shadow: var(--shadow-inner); }
.site26_shadow_colored { box-shadow: var(--shadow-colored); }
.unique68_radius_none { border-radius: var(--radius-none); }
.bright59_radius_xs { border-radius: var(--radius-xs); }
.clean53_radius_sm { border-radius: var(--radius-sm); }
.top50_radius_md { border-radius: var(--radius-md); }
.modern26_radius_lg { border-radius: var(--radius-lg); }
.minimal63_radius_xl { border-radius: var(--radius-xl); }
.core34_radius_2xl { border-radius: var(--radius-2xl); }
.section2_radius_3xl { border-radius: var(--radius-3xl); }
.premium31_radius_full { border-radius: var(--radius-full); }
.design29_gradient_primary {
background: var(--gradient-primary);
}
.design80_gradient_secondary {
background: var(--gradient-secondary);
}
.new1_gradient_hero {
background: var(--gradient-hero);
}
.page5_gradient_card {
background: var(--gradient-card);
}
.company17_gradient_overlay {
position: relative;
}
.company17_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;
}
.company17_gradient_overlay > * {
position: relative;
z-index: 2;
}
.ui13_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.ui13_hover_lift:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.business66_hover_scale {
transition: transform var(--transition-normal);
}
.business66_hover_scale:hover {
transform: scale(1.02);
}
.bright50_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.bright50_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.premium56_hover_fade {
transition: opacity var(--transition-normal);
}
.premium56_hover_fade:hover {
opacity: var(--opacity-loading);
}
.brand58_focus_ring {
transition: box-shadow var(--transition-fast);
}
.brand58_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.agency40_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.custom96_hero_content {
position: relative;
z-index: 2;
}
.clean36_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.agency77_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.company19_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.container2_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.clean48_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(321px, 1fr));
gap: var(--space-6);
}
.main75_timeline {
position: relative;
}
.main75_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.minimal45_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.minimal45_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.minimal45_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.top19_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.design12_slide_up {
transform: translateY(22px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.core97_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;
}
}
.creative41_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;
}
}
.layout38_transition_all {
transition: var(--transition-all);
}
.premium68_transition_fast {
transition: all var(--transition-fast);
}
.fresh9_transition_normal {
transition: all var(--transition-normal);
}
.studio55_transition_slow {
transition: all var(--transition-slow);
}
.style3_bg_primary { background-color: var(--bg-primary); }
.style33_bg_secondary { background-color: var(--bg-secondary); }
.premium15_bg_muted { background-color: var(--bg-muted); }
.custom22_bg_glass { background-color: var(--bg-glass); }
.content73_text_primary { color: var(--text-primary); }
.company91_text_secondary { color: var(--text-secondary); }
.core59_text_muted { color: var(--text-muted); }
.modern49_text_inverse { color: var(--text-inverse); }
.premium44_text_link { color: var(--text-link); }
.business30_border_light { border-color: var(--border-light); }
.agency0_border_medium { border-color: var(--border-medium); }
.theme7_border_strong { border-color: var(--border-strong); }
.core86_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7611px) {
.clean36_services_grid,
.company19_features_grid,
.agency77_team_grid,
.clean48_pricing_grid {
grid-template-columns: 1fr;
}
.container2_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.main75_timeline::before {
left: 30px;
}
.minimal45_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.ui57_section_height {
min-height: auto;
}
.new57_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.container2_gallery_grid {
grid-template-columns: 1fr;
}
.minimal45_timeline_item {
padding-left: var(--space-12) !important;
}
}
.digital98_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;
}
.theme98_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.core34_skip_link {
position: absolute;
top: -40px;
left: 6px;
background: var(--bg-inverse);
color: var(--text-inverse);
padding: var(--space-2) var(--space-4);
border-radius: var(--radius-md);
text-decoration: none;
z-index: 9999;
transition: top var(--transition-fast);
}
.core34_skip_link:focus {
top: 6px;
}
@media print {
.pro28_no_print {
display: none !important;
}
.custom6_print_only {
display: block !important;
}
.brand23_shadow_xs,
.modern32_shadow_sm,
.elite90_shadow_md,
.studio92_shadow_lg,
.clean34_shadow_xl,
.modern56_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.64rem;
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.19rem;
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(5px);
}
.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) {
.top19_fade_in,
.design12_slide_up,
.core97_slide_in_left,
.creative41_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.ui13_hover_lift,
.business66_hover_scale,
.bright50_hover_shadow,
.premium56_hover_fade,
.layout38_transition_all,
.premium68_transition_fast,
.fresh9_transition_normal,
.studio55_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
position: relative;
background-color: var(--bg-primary);
border-bottom: 1px solid var(--border-light);
}
#header .navbar {
display: flex;
align-items: center;
padding: 0;
}
#header .navbar-brand {
margin-right: auto;
margin-bottom: 0;
}
#header .nav-link {
position: relative;
color: var(--text-primary) !important;
font-weight: 500;
padding: 0.5rem 1rem !important;
transition: color var(--duration-base) var(--ease-standard);
}
#header .nav-link::after {
content: '';
position: absolute;
bottom: 0.25rem;
left: 1rem;
right: 1rem;
height: 2px;
background-color: var(--primary-500);
transform: scaleX(0);
transform-origin: left;
transition: transform var(--duration-base) var(--ease-standard);
}
#header .nav-link:hover {
color: var(--primary-500) !important;
}
#header .nav-link:hover::after {
transform: scaleX(1);
}
#header .navbar-toggler {
margin-left: auto;
width: 2rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#header .navbar-toggler::before,
#header .navbar-toggler::after,
#header .navbar-toggler .navbar-toggler-icon::before {
content: '';
position: absolute;
width: 1.25rem;
height: 2px;
background-color: var(--text-primary);
transition: all var(--duration-base) var(--ease-standard);
}
#header .navbar-toggler::before {
top: 0.5rem;
}
#header .navbar-toggler::after {
bottom: 0.5rem;
}
#header .navbar-toggler .navbar-toggler-icon {
position: relative;
width: 1.25rem;
height: 2px;
background-color: transparent;
}
#header .navbar-toggler .navbar-toggler-icon::before {
top: 0;
}
#header .navbar-toggler[aria-expanded="true"]::before {
transform: rotate(45deg) translateY(0.5rem);
}
#header .navbar-toggler[aria-expanded="true"]::after {
transform: rotate(-45deg) translateY(-0.5rem);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
background-color: transparent;
}
#header .navbar-collapse {
margin-top: 1rem;
}
@media (min-width: 992px) {
#header .navbar-collapse {
margin-top: 0;
}
#header .navbar-nav {
gap: 0.5rem;
}
}
@media (max-width: 991.913px) {
#header .nav-link::after {
display: none;
}
#header .nav-link {
padding: 0.75rem 0 !important;
border-bottom: 1px solid var(--border-light);
}
#header .nav-link:last-child {
border-bottom: 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(17, 31, 46, 0.62) 0%,
rgba(7, 11, 18, 0.54) 45%,
rgba(4, 6, 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;
}
.hero-section-346 {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.hero-section-346 .deco-blob-1 {
position: absolute;
top: -10%;
right: -5%;
width: 500px;
height: 500px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
border-radius: 40% 60% 70% 30% / 50% 60% 40% 50%;
filter: blur(60px);
animation: blob-float 20s ease-in-out infinite;
z-index: 1;
}
.hero-section-346 .deco-blob-2 {
position: absolute;
bottom: -15%;
left: -10%;
width: 600px;
height: 600px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%),
transparent
);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
filter: blur(80px);
animation: blob-float 25s ease-in-out infinite reverse;
z-index: 1;
}
.hero-section-346 .deco-circle-1 {
position: absolute;
top: 20%;
left: 10%;
width: 100px;
height: 100px;
border: 2px solid color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
border-radius: 50%;
animation: pulse-ring 4s ease-in-out infinite;
z-index: 1;
}
.hero-section-346 .deco-circle-2 {
position: absolute;
bottom: 30%;
right: 15%;
width: 150px;
height: 150px;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
border-radius: 50%;
animation: pulse-ring 5s ease-in-out infinite 1s;
z-index: 1;
}
.hero-section-346 .hero-content-wrapper {
position: relative;
z-index: 10;
}
.hero-section-346 .hero-badge {
padding: 0.5rem 1.25rem;
background: var(--surface-primary);
border: 2px solid var(--primary-500);
border-radius: 50px;
box-shadow: 0 9px 15px rgba(0, 0, 0, 0.08);
animation: badge-bounce 2s ease-in-out infinite;
}
.hero-section-346 .badge-pulse {
width: 15px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.hero-section-346 .hero-badge i {
font-size: 1.38rem;
color: var(--primary-500);
}
.hero-section-346 .hero-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.hero-section-346 .hero-subtitle {
color: var(--primary-700);
font-weight: 500;
line-height: 1.4;
}
.hero-section-346 .hero-description {
color: var(--text-secondary);
line-height: 1.7;
max-width: 600px;
}
.hero-section-346 .hero-icons-row {
flex-wrap: wrap;
}
.hero-section-346 .icon-box {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 16px;
transition: all 1.30s ease;
}
.hero-section-346 .icon-box i {
font-size: 1.75rem;
color: var(--primary-500);
transition: transform 0.42s ease;
}
.hero-section-346 .icon-box:hover {
background: var(--primary-500);
border-color: var(--primary-700);
transform: translateY(-9px);
box-shadow: 0 13px 20px rgba(0, 0, 0, 0.12);
}
.hero-section-346 .icon-box:hover i {
color: var(--light);
transform: scale(1.1);
}
.hero-section-346 .hero-images-grid {
position: relative;
min-height: 500px;
}
.hero-section-346 .image-main {
position: relative;
max-width: 450px;
margin: 0 auto;
z-index: 5;
}
.hero-section-346 .image-main img {
border: 6px solid var(--surface-primary);
transition: transform 0.65s ease;
}
.hero-section-346 .image-main:hover img {
transform: scale(1.02);
}
.hero-section-346 .image-main .image-border {
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
border: 3px solid var(--primary-500);
border-radius: 2rem;
z-index: -1;
}
.hero-section-346 .image-secondary-1 {
position: absolute;
top: 0;
right: -40px;
max-width: 200px;
z-index: 6;
}
.hero-section-346 .image-secondary-1 img {
border: 3px solid var(--surface-primary);
transition: transform 0.67s ease;
}
.hero-section-346 .image-secondary-1:hover img {
transform: rotate(3deg) scale(1.05);
}
.hero-section-346 .decorative-dot-pattern {
position: absolute;
top: -10px;
right: -10px;
width: 40px;
height: 40px;
background-image: radial-gradient(var(--primary-500) 2px, transparent 2px);
background-size: 10px 10px;
z-index: -1;
}
.hero-section-346 .image-secondary-2 {
position: absolute;
bottom: 40px;
left: -60px;
max-width: 180px;
z-index: 7;
}
.hero-section-346 .image-secondary-2 img {
border: 3px solid var(--surface-primary);
box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
transition: transform 0.75s ease;
}
.hero-section-346 .image-secondary-2:hover img {
transform: rotate(-3deg) scale(1.05);
}
.hero-section-346 .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border: 2px solid var(--primary-300);
border-radius: 50%;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
z-index: 8;
}
.hero-section-346 .floating-icon i {
font-size: 1.62rem;
color: var(--primary-500);
}
.hero-section-346 .floating-icon-1 {
top: 60px;
left: 20%;
animation: float-up-down 3s ease-in-out infinite;
}
.hero-section-346 .floating-icon-2 {
bottom: 120px;
right: 10%;
animation: float-up-down 4s ease-in-out infinite 1s;
}
.hero-section-346 .floating-icon-3 {
top: 50%;
right: -20px;
animation: float-up-down 4.23s ease-in-out infinite 0.85s;
}
.hero-section-346 .deco-shape {
position: absolute;
z-index: 2;
}
.hero-section-346 .shape-1 {
top: 100px;
left: -30px;
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 20px;
transform: rotate(25deg);
animation: rotate-shape 20s linear infinite;
}
.hero-section-346 .shape-2 {
bottom: 80px;
right: 40px;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-shape 15s ease-in-out infinite;
}
.hero-section-346 .hero-wave-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(
to top,
var(--surface-primary) 0%,
transparent 100%
);
z-index: 3;
}
@keyframes blob-float {
0%, 100% { transform: translate(0, 0) scale(1); }
33% { transform: translate(30px, -30px) scale(1.05); }
66% { transform: translate(-20px, 20px) scale(0.95); }
}
@keyframes pulse-ring {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.2); opacity: 0.5; }
}
@keyframes badge-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
@keyframes pulse-dot {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(1.2); }
}
@keyframes float-up-down {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
@keyframes rotate-shape {
0% { transform: rotate(25deg); }
100% { transform: rotate(385deg); }
}
@keyframes morph-shape {
0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}
@media (max-width: 991px) {
.hero-section-346 .hero-images-grid {
min-height: 400px;
margin-top: 3rem;
}
.hero-section-346 .image-main {
max-width: 350px;
}
.hero-section-346 .image-secondary-1 {
right: -20px;
max-width: 160px;
}
.hero-section-346 .image-secondary-2 {
left: -30px;
max-width: 140px;
bottom: 20px;
}
.hero-section-346 .floating-icon {
width: 40px;
height: 40px;
}
.hero-section-346 .floating-icon i {
font-size: 1.19rem;
}
}
@media (max-width: 767px) {
.hero-section-346 .hero-title {
font-size: 2.19rem;
}
.hero-section-346 .hero-subtitle {
font-size: 1.31rem;
}
.hero-section-346 .hero-description {
font-size: 1.00rem;
}
.hero-section-346 .hero-images-grid {
min-height: 350px;
}
.hero-section-346 .image-main {
max-width: 280px;
}
.hero-section-346 .image-secondary-1,
.hero-section-346 .image-secondary-2 {
max-width: 120px;
}
.hero-section-346 .deco-blob-1,
.hero-section-346 .deco-blob-2 {
width: 300px;
height: 300px;
}
.hero-section-346 .icon-box {
width: 50px;
height: 50px;
}
.hero-section-346 .icon-box i {
font-size: 1.50rem;
}
}
@media (max-width: 575px) {
.hero-section-346 .image-secondary-1 {
top: 10px;
right: -10px;
}
.hero-section-346 .image-secondary-2 {
bottom: 10px;
left: -15px;
}
.hero-section-346 .floating-icon-1,
.hero-section-346 .floating-icon-3 {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 16, 36, 0.62) 0%,
rgba(10, 17, 41, 0.54) 45%,
rgba(16, 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;
}
.usp-section {
position: relative;
padding: var(--space-7) 0;
min-height: auto;
overflow: hidden;
background-color: var(--bg-primary);
}
.usp-section .container {
position: relative;
z-index: 1;
}
.usp-header {
margin-bottom: var(--space-6);
max-width: 700px;
}
#usp-title {
margin-bottom: var(--space-2);
color: var(--text-primary);
font-weight: 700;
line-height: 1.1;
}
#usp-subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-3);
}
#usp-desc {
color: var(--text-muted);
max-width: 600px;
line-height: 1.6;
}
.usp-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--space-5);
margin-top: var(--space-5);
}
.usp-item {
position: relative;
padding: var(--space-4);
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-base) var(--ease-out);
}
.usp-item:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.usp-item-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-3);
margin-bottom: var(--space-3);
}
#usp-item-1-name,
#usp-item-2-name,
#usp-item-3-name,
#usp-item-4-name {
color: var(--text-primary);
margin: 0;
flex: 1;
}
#usp-item-1-value,
#usp-item-2-value,
#usp-item-3-value,
#usp-item-4-value {color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: var(--space-1) var(--space-2);
background-color: rgba(var(--primary-500), 0.08);
border-radius: var(--radius-md);
}
#usp-item-1-desc,
#usp-item-2-desc,
#usp-item-3-desc,
#usp-item-4-desc {
color: var(--text-muted);
margin: 0;
font-size: 0.94rem;
line-height: 1.5;
}
.usp-decoration {
position: absolute;
pointer-events: none;
opacity: 0.04;
z-index: 0;
}
.usp-decoration-left {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-500) 0%,
transparent 70%
);
top: -100px;
left: -150px;
border-radius: 50%;
}
.usp-decoration-right {
width: 350px;
height: 350px;
background: radial-gradient(
circle,
var(--primary-300) 0%,
transparent 70%
);
bottom: -80px;
right: -120px;
border-radius: 50%;
}
@media (max-width: 7610px) {
.usp-section {
padding: var(--space-5) 0;
}
.usp-header {
margin-bottom: var(--space-4);
}
.usp-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
#usp-title {
font-size: 1.81rem;
}
.usp-item {
padding: var(--space-3);
}
.usp-item-header {
flex-direction: column;
gap: var(--space-2);
}
#usp-item-1-value,
#usp-item-2-value,
#usp-item-3-value,
#usp-item-4-value {align-self: flex-start;
}
}
#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(18, 25, 46, 0.62) 0%,
rgba(2, 4, 7, 0.54) 45%,
rgba(13, 23, 38, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-modern {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.about-section-modern .section-header {
position: relative;
z-index: 2;
}
.about-section-modern .decorative-line-top,
.about-section-modern .decorative-line-bottom {
width: 80px;
height: 11px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
margin: 0 auto;
border-radius: 2px;
position: relative;
}
.about-section-modern .decorative-line-top::after,
.about-section-modern .decorative-line-bottom::after {
content: '';
position: absolute;
width: 16px;
height: 13px;
background: var(--primary-500);
border-radius: 50%;
top: 50%;
right: -16px;
transform: translateY(-50%);
}
.about-section-modern #about-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.about-section-modern #about-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.1em;
}
.about-section-modern .tracking-wide {
letter-spacing: 0.1em;
}
.about-section-modern #about-desc {
color: var(--text-secondary);
font-size: 1.12rem;
line-height: 1.7;
}
.about-section-modern .image-wrapper {
position: relative;
z-index: 2;
}
.about-section-modern .image-wrapper img {
width: 100%;
height: auto;
display: block;
transition: transform 1.10s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-section-modern .image-wrapper:hover img {
transform: scale(1.03);
}
.about-section-modern .image-main img {
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.about-section-modern .image-secondary img {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.about-section-modern .image-small img {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-section-modern .image-decoration {
position: absolute;
z-index: -1;
border-radius: 13px;
}
.about-section-modern .decoration-1 {
width: 100%;
height: 100%;
top: 20px;
left: 20px;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
opacity: 0.15;
}
.about-section-modern .decoration-2 {
width: 100%;
height: 100%;
top: -15px;
right: 15px;
background: linear-gradient(225deg,
var(--primary-500),
var(--primary-700));
opacity: 0.12;
}
.about-section-modern .decoration-3 {
width: 100%;
height: 100%;
bottom: 15px;
left: -15px;
background: linear-gradient(45deg,
var(--primary-300),
var(--primary-500));
opacity: 0.1;
}
.about-section-modern .feature-card {
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
border-radius: 16px;
padding: 2rem;
transition: all 1.36s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.04);
}
.about-section-modern .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.about-section-modern .feature-card-wide {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, white 80%) 100%);
border: 2px solid var(--primary-300);
padding: 2.5rem;
}
.about-section-modern .feature-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 16px;
box-shadow: 0 13px 26px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
position: relative;
overflow: hidden;
}
.about-section-modern .feature-icon-wrapper::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg,
transparent 0%,
rgba(255, 255, 255, 0.2) 100%);
opacity: 0;
transition: opacity 0.97s ease;
}
.about-section-modern .feature-card:hover .feature-icon-wrapper::before {
opacity: 1;
}
.about-section-modern .feature-icon-wrapper i {
font-size: 2.19rem;
color: white;
z-index: 1;
}
.about-section-modern .feature-icon-large {
width: 100px;
height: 100px;
}
.about-section-modern .feature-icon-large i {
font-size: 3.00rem;
}
.about-section-modern [id^="about-feature-"][id$="-name"] {
color: var(--text-primary);
font-weight: 700;
transition: color 0.96s ease;
}
.about-section-modern .feature-card:hover [id^="about-feature-"][id$="-name"] {
color: var(--primary-500);
}
.about-section-modern [id^="about-feature-"][id$="-desc"] {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.94rem;
}
.about-section-modern .decorative-shapes {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.about-section-modern .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.about-section-modern .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
var(--primary-500),
transparent 70%);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.about-section-modern .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
var(--primary-300),
transparent 70%);
bottom: -50px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.about-section-modern .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
var(--primary-700),
transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 10s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(10deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.06;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.03;
}
}
@media (max-width: 991.911px) {
.about-section-modern #about-title {
font-size: 1.88rem;
}
.about-section-modern #about-desc {
font-size: 1.00rem;
}
.about-section-modern .feature-card {
padding: 1.5rem;
}
.about-section-modern .image-wrapper {
margin-bottom: 2rem;
}
.about-section-modern .decoration-1,
.about-section-modern .decoration-2,
.about-section-modern .decoration-3 {
display: none;
}
}
@media (max-width: 767.98px) {
.about-section-modern .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.about-section-modern .feature-icon-wrapper i {
font-size: 1.62rem;
}
.about-section-modern .feature-icon-large {
width: 80px;
height: 80px;
}
.about-section-modern .feature-icon-large i {
font-size: 2.25rem;
}
.about-section-modern .feature-card-wide {
padding: 1.5rem;
}
.about-section-modern .shape-1,
.about-section-modern .shape-2,
.about-section-modern .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.about-section-modern #about-title {
font-size: 1.81rem;
}
.about-section-modern .feature-card {
padding: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.about-section-modern .image-wrapper img,
.about-section-modern .feature-card,
.about-section-modern .feature-icon-wrapper::before {
transition: none;
}
.about-section-modern .shape-1,
.about-section-modern .shape-2,
.about-section-modern .shape-3 {
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(9, 14, 31, 0.62) 0%,
rgba(7, 11, 18, 0.54) 45%,
rgba(16, 25, 49, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-modern {
overflow-x: hidden !important;
}
.features-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50-rgb), 0.3) 100%);
}
.features-card {
position: relative;
height: 100%;
border-radius: var(--radius-lg);
background: var(--bg-primary);
border: 1px solid var(--border-light);
padding: var(--space-lg);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.features-card::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(
circle,
rgba(var(--primary-300-rgb), 0.08) 0%,
transparent 70%
);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.features-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-md);
transform: translateY(-7px);
}
.features-card:hover::before {
opacity: 1;
}
.features-card-inner {
position: relative;
z-index: 1;
}
.features-card-offset {
margin-top: var(--space-lg);
}
.features-icon-wrapper {
position: relative;
width: 68px;
height: 67px;
margin-bottom: var(--space-md);
}
.features-icon-blob {
position: absolute;
width: 100%;
height: 100%;
background: var(--primary-100);
border-radius: 42% 58% 61% 39% / 55% 48% 52% 45%;
animation: blobFloat 6s ease-in-out infinite;
}
.features-icon-blob-2 {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: blobFloat 7s ease-in-out infinite 1.47s;
background: var(--primary-100);
}
.features-icon-blob-3 {
border-radius: 45% 55% 50% 50% / 50% 45% 55% 50%;
animation: blobFloat 5.91s ease-in-out infinite 1s;
background: var(--primary-100);
}
.features-icon-blob-4 {
border-radius: 70% 30% 46% 54% / 30% 30% 70% 70%;
animation: blobFloat 6.91s ease-in-out infinite 1.71s;
background: var(--primary-100);
}
@keyframes blobFloat {
0%, 100% {
transform: translate(0, 0) scale(1);
}
25% {
transform: translate(8px, -8px) scale(1.05);
}
50% {
transform: translate(-8px, 8px) scale(0.95);
}
75% {
transform: translate(-8px, -5px) scale(1.02);
}
}
.features-bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
}
.features-decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -10%;
right: -5%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.features-decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -5%;
left: -3%;
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
@media (max-width: 991.98px) {
.features-card {
padding: var(--space-md);
}
.features-card-offset {
margin-top: 0;
}
.features-decoration-1,
.features-decoration-2 {
opacity: 0.02;
}
}
@media (max-width: 575.98px) {
.features-icon-blob {
width: 48px;
height: 48px;
}
}
[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, 8, 0.62) 0%,
rgba(17, 23, 44, 0.54) 45%,
rgba(5, 11, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section-primary {
position: relative;
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--surface-primary) 95%, var(--primary-300) 5%) 100%
);
overflow: hidden;
}
.services-section-primary .section-header {
position: relative;
z-index: 2;
}
.services-section-primary .decorative-line-top {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-bottom: 1.55rem;
}
.services-section-primary .decorative-line-top .line {
width: 60px;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
}
.services-section-primary .decorative-icon {
font-size: 1.44rem;
color: var(--primary-500);
animation: iconPulse 2s ease-in-out infinite;
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.1);
opacity: 0.8;
}
}
.services-section-primary .section-title {
font-size: 2.62rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.services-section-primary .section-subtitle {
font-size: 1.31rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.services-section-primary .section-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
}
.services-section-primary .service-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
height: 100%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
border: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent 50%);
transition: all 1.14s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.services-section-primary .service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300) 0%,
var(--primary-500) 50%,
var(--primary-700) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.51s ease;
}
.services-section-primary .service-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 24px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.services-section-primary .service-card:hover::before {
transform: scaleX(1);
}
.services-section-primary .service-card.featured {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--surface-primary) 95%, var(--primary-300) 5%) 100%
);
border: 2px solid var(--primary-500);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.services-section-primary .featured-badge {
position: absolute;
top: 1rem;
right: 1rem;
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.31rem;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
animation: badgePulse 2s ease-in-out infinite;
z-index: 2;
}
@keyframes badgePulse {
0%, 100% {
transform: scale(1) rotate(0deg);
}
50% {
transform: scale(1.1) rotate(5deg);
}
}
.services-section-primary .service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.72rem;
display: flex;
align-items: center;
justify-content: center;
}
.services-section-primary .icon-background {
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 100%
);
border-radius: 16px;
transition: all 0.52s ease;
}
.services-section-primary .service-card:hover .icon-background {
transform: rotate(10deg) scale(1.1);
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent 75%) 0%,
color-mix(in srgb, var(--primary-700) 25%, transparent 75%) 100%
);
}
.services-section-primary .service-icon {
position: relative;
font-size: 2.25rem;
color: var(--primary-500);
z-index: 1;
transition: all 0.93s ease;
}
.services-section-primary .service-card:hover .service-icon {
transform: scale(1.1);
color: var(--primary-700);
}
.services-section-primary .service-content {
position: relative;
z-index: 2;
}
.services-section-primary .service-name {
font-size: 1.31rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.74s ease;
}
.services-section-primary .service-card:hover .service-name {
color: var(--primary-700);
}
.services-section-primary .service-desc {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 1.56rem;
}
.services-section-primary .service-features-wrapper {
margin-bottom: 1.66rem;
padding: 1rem;
background: color-mix(in srgb, var(--neutral-100) 60%, transparent 40%);
border-radius: 8px;
border-left: 3px solid var(--primary-500);
}
.services-section-primary .service-features {
font-size: 0.81rem;
line-height: 1.6;
color: var(--text-secondary);
margin: 0;
font-weight: 500;
}
.services-section-primary .service-price-wrapper {
display: flex;
align-items: baseline;
gap: 0.5rem;
padding-top: 1rem;
border-top: 1px solid var(--neutral-300);
}
.services-section-primary .price-label {
font-size: 0.94rem;
color: var(--text-secondary);
font-weight: 500;
}
.services-section-primary .service-price {
font-size: 1.44rem;
font-weight: 700;
color: var(--primary-500);
margin: 0;
}
.services-section-primary .card-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
pointer-events: none;
opacity: 0.3;
transition: all 0.60s ease;
}
.services-section-primary .service-card:hover .card-decoration {
opacity: 0.5;
transform: translate(-5px, -5px);
}
.services-section-primary .decoration-circle {
position: absolute;
width: 80px;
height: 80px;
border: 2px solid var(--primary-300);
border-radius: 50%;
top: 10px;
left: 10px;
}
.services-section-primary .decoration-dot {
position: absolute;
width: 14px;
height: 14px;
background: var(--primary-500);
border-radius: 50%;
top: 0;
right: 0;
}
.services-section-primary .decorative-shapes {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.services-section-primary .shape {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 100%
);
}
.services-section-primary .shape-1 {
width: 400px;
height: 400px;
top: -200px;
left: -100px;
animation: floatShape 20s ease-in-out infinite;
}
.services-section-primary .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
right: -100px;
animation: floatShape 25s ease-in-out infinite reverse;
}
.services-section-primary .shape-3 {
width: 200px;
height: 200px;
top: 50%;
right: 10%;
animation: floatShape 30s ease-in-out infinite;
}
@keyframes floatShape {
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: 991.98px) {
.services-section-primary .section-title {
font-size: 2.12rem;
}
.services-section-primary .section-subtitle {
font-size: 1.06rem;
}
.services-section-primary .service-card {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.services-section-primary .section-title {
font-size: 1.56rem;
}
.services-section-primary .service-name {
font-size: 1.25rem;
}
.services-section-primary .service-icon-wrapper {
width: 64px;
height: 64px;
}
.services-section-primary .service-icon {
font-size: 2.12rem;
}
.services-section-primary .featured-badge {
width: 40px;
height: 40px;
font-size: 0.94rem;
}
.services-section-primary .shape-1,
.services-section-primary .shape-2,
.services-section-primary .shape-3 {
display: none;
}
}
@media (max-width: 575.98px) {
.services-section-primary .section-title {
font-size: 1.44rem;
}
.services-section-primary .decorative-line-top .line {
width: 40px;
}
.services-section-primary .service-card {
padding: 1.25rem;
}
.services-section-primary .service-price {
font-size: 1.31rem;
}
}
[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, 24, 50, 0.62) 0%,
rgba(17, 27, 46, 0.54) 45%,
rgba(7, 12, 20, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.priceplan-section {
position: relative;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(59, 130, 246, 0.03) 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.priceplan-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.priceplan-decoration-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
right: -100px;
filter: blur(40px);
}
.priceplan-decoration-2 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: -80px;
left: -80px;
filter: blur(35px);
}
.priceplan-card {
position: relative;
height: 100%;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(16px);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-5);
transition: all var(--duration-base) var(--ease-smooth);
display: flex;
flex-direction: column;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.priceplan-card:hover {
border-color: var(--border-interactive);
box-shadow: 0 12px 32px rgba(80, 139, 247, 0.12);
transform: translateY(-4px);
}
.priceplan-card-featured {
background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(255, 255, 255, 0.8) 100%);
border-color: var(--primary-300);
transform: scale(1.02);
}
.priceplan-card-featured:hover {
transform: translateY(-4px) scale(1.02);
}
.priceplan-card-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: var(--primary-500);
color: var(--text-inverse);
padding: var(--space-1) var(--space-3);
border-radius: var(--radius-full);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.8px;
box-shadow: 0 4px 12px rgba(69, 119, 249, 0.30);
}
.priceplan-card-content {
display: flex;
flex-direction: column;
height: 100%;
}
.priceplan-card h3 {
color: var(--text-primary);
font-weight: 600;
}
.priceplan-card-desc {
color: var(--text-secondary);
flex-grow: 1;
}
.priceplan-price {
display: flex;
align-items: baseline;
gap: var(--space-2);
}
.priceplan-price .theme_hero_title {
color: var(--primary-500);
font-weight: 700;
}
.priceplan-price .dark_caption {
color: var(--text-muted);
}
.priceplan-features {
list-style: none;
padding: 0;
margin: 0;
flex-grow: 1;
}
.priceplan-features li {
color: var(--text-secondary);
padding: var(--space-2) 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.priceplan-features li:last-child {
border-bottom: none;
}
.priceplan-btn {
display: inline-block;
padding: var(--space-3) var(--space-4);
background: var(--bg-muted);
color: var(--text-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-md);
text-decoration: none;
text-align: center;
transition: all var(--duration-base) var(--ease-smooth);
font-weight: 500;
}
.priceplan-btn:hover {
background: var(--primary-50);
border-color: var(--primary-300);
color: var(--primary-700);
}
.priceplan-btn-primary {
background: var(--primary-500);
color: var(--text-inverse);
border-color: var(--primary-500);
}
.priceplan-btn-primary:hover {
background: var(--primary-700);
border-color: var(--primary-700);
color: var(--text-inverse);
box-shadow: 0 8px 20px rgba(41, 122, 244, 0.30);
}
@media (max-width: 768px) {
.priceplan-card-featured {
transform: scale(1);
}
.priceplan-card-featured:hover {
transform: translateY(-4px) scale(1);
}
.priceplan-section {
min-height: auto;
padding: var(--space-6) 0;
}
.priceplan-card {
padding: var(--space-4);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 5, 10, 0.62) 0%,
rgba(11, 17, 33, 0.54) 45%,
rgba(3, 9, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section {
position: relative;
width: 100%;
min-height: auto;
padding: var(--space-lg) var(--space-base);
background: linear-gradient(135deg, rgba(var(--primary-50-rgb, 240, 248, 255), 0.5) 0%, rgba(var(--neutral-50-rgb, 250, 250, 250), 0.8) 100%);
overflow: hidden;
display: flex;
align-items: center;
}
.team-blob-bg {
position: absolute;
top: -15%;
right: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(var(--primary-100-rgb, 230, 245, 255), 0.3) 0%, transparent 70%);
border-radius: 45% 55% 52% 48% / 48% 45% 55% 52%;
animation: blob-drift 12s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
@keyframes blob-drift {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(30px, -30px) rotate(180deg); }
}
.team-container {
position: relative;
z-index: 1;
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--space-lg);
height: 100%;
justify-content: center;
}
.team-header {
text-align: center;
margin-bottom: var(--space-base);
}
.team-title {
color: var(--text-primary);
margin-bottom: var(--space-xs);
font-weight: 700;
letter-spacing: -0.02em;
}
.team-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-sm);
font-weight: 600;
}
.team-desc {
color: var(--text-secondary);
max-width: 500px;
margin: 0 auto;
font-size: 1.00rem;
}
.team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: var(--space-base);
align-items: stretch;
}
@media (min-width: 768px) {
.team-grid {
grid-template-columns: repeat(3, 1fr);
gap: var(--space-lg);
}
}
@media (min-width: 1024px) {
.team-grid {
grid-template-columns: repeat(5, 1fr);
gap: var(--space-base);
}
}
.team-member {
position: relative;
display: flex;
flex-direction: column;
gap: var(--space-sm);
padding: var(--space-sm);
background: rgba(255, 255, 255, 0.7);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
backdrop-filter: blur(8px);
transition: all var(--duration-md) var(--ease-out);
}
.team-member:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(var(--primary-500-rgb, 59, 130, 246), 0.15);
}
.team-member-featured {
grid-column: span 1;
}
@media (min-width: 1024px) {
.team-member-featured {
grid-column: span 1;
}
}
.team-member-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
border-radius: var(--radius-md);
overflow: hidden;
background: var(--bg-muted);
}
.team-member-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.team-member-accent {
position: absolute;
bottom: -10%;
right: -10%;
width: 120px;
height: 120px;
opacity: 0;
transition: opacity var(--duration-md) var(--ease-out);
}
.team-member:hover .team-member-accent {
opacity: 0.8;
}
.accent-1 {
background: radial-gradient(circle, rgba(var(--primary-500-rgb, 59, 130, 246), 0.4) 0%, transparent 70%);
border-radius: 45% 55% 52% 48% / 48% 45% 55% 52%;
}
.accent-2 {
background: radial-gradient(circle, rgba(var(--primary-300-rgb, 147, 197, 253), 0.4) 0%, transparent 70%);
border-radius: 52% 48% 45% 55% / 55% 52% 48% 45%;
}
.accent-3 {
background: radial-gradient(circle, rgba(var(--primary-500-rgb, 59, 130, 246), 0.35) 0%, transparent 70%);
border-radius: 48% 52% 55% 45% / 45% 55% 52% 48%;
}
.accent-4 {
background: radial-gradient(circle, rgba(var(--primary-300-rgb, 147, 197, 253), 0.35) 0%, transparent 70%);
border-radius: 55% 45% 48% 52% / 52% 48% 45% 55%;
}
.accent-5 {
background: radial-gradient(circle, rgba(var(--primary-500-rgb, 59, 130, 246), 0.4) 0%, transparent 70%);
border-radius: 45% 55% 48% 52% / 52% 45% 55% 48%;
}
.team-member-content {
display: flex;
flex-direction: column;
gap: var(--space-xs);
padding: var(--space-xs) 0;
}
.team-member-name {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
margin: 0;
}
.team-member-role {
color: var(--primary-600);
font-weight: 500;
letter-spacing: 0.05em;
margin: 0;
}
@media (max-width: 767px) {
.team-section {
padding: var(--space-md) var(--space-sm);
}
.team-grid {
grid-template-columns: repeat(2, 1fr);
}
.team-blob-bg {
width: 300px;
height: 300px;
top: -20%;
right: -5%;
}
}
@media (max-width: 480px) {
.team-section {
padding: var(--space-base);
}
.team-grid {
grid-template-columns: 1fr;
gap: var(--space-sm);
}
.team-title {
font-size: 1.62rem;
}
.team-desc {
font-size: 0.88rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 7, 14, 0.62) 0%,
rgba(4, 8, 12, 0.54) 45%,
rgba(5, 12, 21, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.reviews-header {
max-width: 720px;
}
#reviews-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.15;
}
#reviews-subtitle {
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
}
#reviews-desc {
color: var(--text-secondary);
font-size: 1.06rem;
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
max-width: 1200px;
}
@media (min-width: 1024px) {
.reviews-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-8);
}
}
.reviews-item {
display: flex;
flex-direction: column;
padding: var(--space-6);
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-base) var(--ease-smooth);
position: relative;
z-index: 1;
}
.reviews-item:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-sm);
transform: translateY(-2px);
}
.reviews-item-text {
color: var(--text-primary);
line-height: 1.6;
flex-grow: 1;
}
.reviews-item-author {
color: var(--text-secondary);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.reviews-decoration {
position: absolute;
pointer-events: none;
opacity: 0.05;
z-index: 0;
}
.reviews-decoration-1 {
top: -100px;
right: -150px;
width: 500px;
height: 500px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
}
.reviews-decoration-2 {
bottom: -80px;
left: -200px;
width: 400px;
height: 400px;
border-radius: 40% 60% 50% 50%;
background: linear-gradient(45deg, var(--primary-500), var(--neutral-300));
}
@media (min-height: 1000px) {
.reviews-section {
min-height: auto;
}
}
@media (max-width: 768px) {
.reviews-section {
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.reviews-header {
margin-bottom: var(--space-6);
}
.reviews-grid {
gap: var(--space-5);
}
.reviews-item {
padding: var(--space-5);
}
#reviews-title {
font-size: 1.88rem;
}
#reviews-desc {
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 6, 12, 0.62) 0%,
rgba(6, 13, 25, 0.54) 45%,
rgba(13, 30, 47, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.casestudy-section-featured {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.casestudy-section-featured .header-content {
z-index: 2;
}
.casestudy-section-featured .section-title {
font-size: 2.69rem;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.casestudy-section-featured .title-underline {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 2px;
}
.casestudy-section-featured .section-subtitle {
font-size: 0.81rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 2px;
}
.casestudy-section-featured .section-description {
font-size: 1.12rem;
line-height: 1.8;
color: var(--text-secondary);
}
.casestudy-section-featured .decorative-dots-top,
.casestudy-section-featured .decorative-dots-bottom {
position: absolute;
width: 60px;
height: 60px;
background-image: radial-gradient(
circle,
var(--primary-300) 2px,
transparent 2px
);
background-size: 15px 15px;
opacity: 0.3;
}
.casestudy-section-featured .decorative-dots-top {
top: -20px;
right: -20px;
}
.casestudy-section-featured .decorative-dots-bottom {
bottom: -20px;
left: -20px;
}
.casestudy-section-featured .casestudy-card {
background: var(--surface-secondary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
padding: 2rem;
transition: all 0.93s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.casestudy-section-featured .casestudy-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.casestudy-section-featured .card-icon-wrapper {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.63rem;
}
.casestudy-section-featured .icon-circle {
width: 64px;
height: 64px;
background: linear-gradient(
135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-700) 30%)
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: transform 1.23s ease;
}
.casestudy-section-featured .casestudy-card:hover .icon-circle {
transform: scale(1.1) rotate(5deg);
}
.casestudy-section-featured .icon-circle i {
font-size: 1.69rem;
color: var(--light);
}
.casestudy-section-featured .icon-accent-line {
flex: 1;
height: 2px;
background: linear-gradient(
90deg,
var(--primary-300),
transparent
);
}
.casestudy-section-featured .card-content {
position: relative;
}
.casestudy-section-featured .case-number {
font-size: 2.94rem;
font-weight: 700;
color: var(--neutral-100);
line-height: 1;
margin-bottom: 1rem;
font-family: 'Georgia', serif;
}
.casestudy-section-featured .case-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
transition: color 0.67s ease;
}
.casestudy-section-featured .casestudy-card:hover .case-title {
color: var(--primary-500);
}
.casestudy-section-featured .case-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.casestudy-section-featured .card-decorative-corner {
position: absolute;
bottom: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
transparent 50%,
color-mix(in srgb, var(--primary-500) 5%, transparent 95%) 50%
);
border-radius: 16px 0 16px 0;
pointer-events: none;
}
.casestudy-section-featured .bg-decorative-circle-1,
.casestudy-section-featured .bg-decorative-circle-2 {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.casestudy-section-featured .bg-decorative-circle-1 {
width: 500px;
height: 500px;
background: var(--primary-500);
top: -150px;
left: -150px;
}
.casestudy-section-featured .bg-decorative-circle-2 {
width: 400px;
height: 400px;
background: var(--primary-700);
bottom: -100px;
right: -100px;
}
.casestudy-section-featured .bg-decorative-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(
var(--neutral-100) 1px,
transparent 1px
),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.casestudy-section-featured .letter-spacing-wide {
letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
.casestudy-section-featured .section-title {
font-size: 1.94rem;
}
.casestudy-section-featured .case-title {
font-size: 1.19rem;
}
.casestudy-section-featured .icon-circle {
width: 56px;
height: 56px;
}
.casestudy-section-featured .icon-circle i {
font-size: 1.62rem;
}
}
@media (max-width: 767.98px) {
.casestudy-section-featured .section-title {
font-size: 1.88rem;
}
.casestudy-section-featured .section-description {
font-size: 1.06rem;
}
.casestudy-section-featured .casestudy-card {
padding: 1.5rem;
}
.casestudy-section-featured .case-number {
font-size: 2.50rem;
}
.casestudy-section-featured .bg-decorative-circle-1 {
width: 300px;
height: 300px;
}
.casestudy-section-featured .bg-decorative-circle-2 {
width: 250px;
height: 250px;
}
}
@media (max-width: 575.98px) {
.casestudy-section-featured .section-title {
font-size: 1.56rem;
}
.casestudy-section-featured .title-underline {
width: 60px;
}
.casestudy-section-featured .case-title {
font-size: 1.19rem;
}
.casestudy-section-featured .icon-circle {
width: 48px;
height: 48px;
}
.casestudy-section-featured .icon-circle i {
font-size: 1.12rem;
}
.casestudy-section-featured .card-decorative-corner {
width: 60px;
height: 60px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 8, 13, 0.62) 0%,
rgba(6, 17, 31, 0.54) 45%,
rgba(2, 5, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#process {
position: relative;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3) 0%, rgba(var(--neutral-50), 0.5) 100%);
min-height: auto;
}
.process-card {
position: relative;
height: 100%;
min-height: 280px;
border-radius: var(--radius-xl);
background: var(--bg-primary);
border: 1px solid var(--border-light);
transition: all var(--duration-base) var(--ease-out);
overflow: hidden;
}
.process-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-full);
}
.process-card:hover {
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(var(--primary-500), 0.12);
transform: translateY(-4px);
}
.process-card-offset {
margin-top: 3rem;
}
.process-card-inner {
padding: var(--space-lg);
height: 100%;
display: flex;
flex-direction: column;
}
.process-number {
font-size: 2.31rem;
font-weight: 700;
line-height: 1;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-300) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: var(--space-md);
opacity: 0.85;
}
.process-decoration {
position: absolute;
pointer-events: none;
opacity: 0.04;
z-index: 0;
}
.process-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -150px;
animation: float 8s ease-in-out infinite;
}
.process-decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -80px;
left: -100px;
animation: float 10s ease-in-out infinite reverse;
}
.process-decoration-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: 100px;
right: 50px;
animation: float 12s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, -30px);
}
}
@media (max-width: 768px) {
.process-card {
min-height: 240px;
}
.process-card-offset {
margin-top: 0;
}
.process-card-inner {
padding: var(--space-md);
}
.process-number {
font-size: 2.19rem;
}
.process-decoration {
display: none;
}
}
@media (max-width: 576px) {
.process-card-inner {
padding: var(--space-sm);
}
.process-number {
font-size: 1.88rem;
margin-bottom: var(--space-sm);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 33, 48, 0.62) 0%,
rgba(17, 30, 53, 0.54) 45%,
rgba(6, 13, 23, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.timeline-section {
position: relative;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3), rgba(var(--neutral-50), 0.2));
}
.timeline-header {
text-align: center;
position: relative;
z-index: 2;
}
.timeline-header .section_section_title {
color: var(--text-primary);
font-size: clamp(1.75rem, 5vw, 2.5rem);
}
.timeline-header .site_section_subtitle {
color: var(--text-secondary);
font-size: clamp(1rem, 3vw, 1.25rem);
}
.timeline-header .light_body_base {
font-size: 0.94rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.timeline-grid {
position: relative;
padding: var(--space-4) 0;
z-index: 3;
max-width: 900px;
margin: 0 auto;
}
.timeline-item {
display: flex;
margin-bottom: var(--space-5);
opacity: 0;
animation: fadeInUp 1.21s ease-out forwards;
}
.timeline-item:nth-child(1) { animation-delay: 0.69s; }
.timeline-item:nth-child(2) { animation-delay: 0.39s; }
.timeline-item:nth-child(3) { animation-delay: 0.75s; }
.timeline-item:nth-child(4) { animation-delay: 0.63s; }
.timeline-item:nth-child(5) { animation-delay: 0.85s; }
.timeline-item-left {
justify-content: flex-start;
padding-right: 50%;
}
.timeline-item-right {
justify-content: flex-end;
padding-left: 50%;
}
.timeline-card {
position: relative;
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-3) var(--space-3);
max-width: 280px;
width: 100%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
transition: all var(--duration-base) var(--ease-out);
}
.timeline-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
border-color: var(--border-interactive);
}
.timeline-card .digital_body_large {
color: var(--text-primary);
font-size: 1.06rem;
}
.timeline-card .dark_caption {
color: var(--text-muted);
line-height: 1.5;
}
.timeline-marker {
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
border: 3px solid var(--bg-primary);
left: 50%;
top: var(--space-3);
transform: translateX(-50%);
z-index: 4;
box-shadow: 0 0 0 8px rgba(var(--primary-500), 0.1);
}
.timeline-line {
position: absolute;
width: 2px;
height: 80%;
background: linear-gradient(180deg, var(--primary-300), var(--primary-100));
left: 50%;
top: 15%;
transform: translateX(-50%);
z-index: 1;
}
.timeline-blob {
position: absolute;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.timeline-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -150px;
animation: float 6s ease-in-out infinite;
}
.timeline-blob-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 30% 70% 40% 60% / 50% 40% 60% 50%;
bottom: -80px;
left: -100px;
animation: float 8s ease-in-out infinite reverse;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@media (max-width: 768px) {
.timeline-item-left,
.timeline-item-right {
justify-content: center;
padding: 0 0 0 var(--space-3);
}
.timeline-card {
max-width: 240px;
}
.timeline-marker {
left: var(--space-2);
}
.timeline-line {
left: calc(var(--space-2) + 8px);
}
.timeline-blob-1 {
width: 250px;
height: 250px;
top: -50px;
right: -100px;
}
.timeline-blob-2 {
width: 200px;
height: 200px;
bottom: -40px;
left: -80px;
}
}
@media (max-width: 480px) {
.timeline-header {
padding: 0 var(--space-2);
}
.timeline-card {
max-width: 200px;
padding: var(--space-2) var(--space-2);
}
.timeline-card .digital_body_large {
font-size: 0.94rem;
}
.timeline-card .dark_caption {
font-size: 0.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(7, 15, 34, 0.62) 0%,
rgba(18, 32, 48, 0.54) 45%,
rgba(10, 25, 49, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.career-section-primary {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.career-section-primary .section-header {
position: relative;
z-index: 2;
}
.career-section-primary #career-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.career-section-primary #career-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.career-section-primary #career-desc {
color: var(--text-secondary);
line-height: 1.8;
}
.career-section-primary .career-timeline {
position: relative;
max-width: 900px;
margin: 60px auto 0;
padding: 0 20px;
}
.career-section-primary .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.career-section-primary .career-item {
position: relative;
display: grid;
grid-template-columns: 1fr 60px 1fr;
gap: 30px;
margin-bottom: 60px;
align-items: center;
}
.career-section-primary .career-item:nth-child(odd) .career-card {
grid-column: 1;
grid-row: 1;
}
.career-section-primary .career-item:nth-child(odd) .timeline-marker {
grid-column: 2;
grid-row: 1;
}
.career-section-primary .career-item:nth-child(even) .career-card {
grid-column: 3;
grid-row: 1;
}
.career-section-primary .career-item:nth-child(even) .timeline-marker {
grid-column: 2;
grid-row: 1;
}
.career-section-primary .timeline-marker {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
z-index: 3;
}
.career-section-primary .marker-dot {
position: absolute;
width: 20px;
height: 20px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.career-section-primary .timeline-marker i {
position: relative;
font-size: 25px;
color: var(--primary-500);
z-index: 1;
}
.career-section-primary .career-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
box-shadow:
0 4px 6px rgba(0, 0, 0, 0.05),
0 10px 20px rgba(0, 0, 0, 0.08);
transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
position: relative;
overflow: hidden;
z-index: 2;
}
.career-section-primary .career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%
);
transform: scaleX(0);
transform-origin: left;
transition: transform 1.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-primary .career-card:hover {
transform: translateY(-8px);
box-shadow:
0 8px 12px rgba(0, 0, 0, 0.08),
0 20px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.career-section-primary .career-card:hover::before {
transform: scaleX(1);
}
.career-section-primary .card-header-wrapper {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 20px;
}
.career-section-primary .icon-badge {
flex-shrink: 0;
width: 56px;
height: 56px;
background: linear-gradient(135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%) 100%
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.career-section-primary .icon-badge i {
font-size: 27px;
color: var(--light);
}
.career-section-primary .career-card h3 {
color: var(--text-primary);
font-weight: 700;
margin-bottom: 8px;
line-height: 1.3;
}
.career-section-primary .role-meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.career-section-primary .badge-role {
display: inline-block;
padding: 6px 14px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent);
color: var(--primary-700);
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
border: 1px solid var(--primary-300);
}
.career-section-primary .career-description {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 20px;
font-size: 1.00rem;
}
.career-section-primary .card-footer-elements {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
border-top: 1px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
}
.career-section-primary .tech-tags {
display: flex;
gap: 12px;
}
.career-section-primary .tech-tag {
width: 36px;
height: 36px;
background: color-mix(in srgb, var(--primary-50) 80%, transparent);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.40s ease;
border: 1px solid var(--primary-100);
}
.career-section-primary .tech-tag i {
font-size: 16px;
color: var(--primary-500);
}
.career-section-primary .tech-tag:hover {
background: var(--primary-500);
border-color: var(--primary-500);
transform: translateY(-2px);
}
.career-section-primary .tech-tag:hover i {
color: var(--light);
}
.career-section-primary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.career-section-primary .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
}
.career-section-primary .shape-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -100px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.career-section-primary .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: 100px;
left: -50px;
animation: float 15s ease-in-out infinite reverse;
}
.career-section-primary .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
top: 50%;
right: 10%;
animation: float 18s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.career-section-primary {
padding: 80px 0;
}
.career-section-primary .career-timeline {
padding: 0 15px;
}
.career-section-primary .career-item {
grid-template-columns: 40px 1fr;
gap: 20px;
}
.career-section-primary .timeline-line {
left: 20px;
}
.career-section-primary .career-item:nth-child(odd) .career-card,
.career-section-primary .career-item:nth-child(even) .career-card {
grid-column: 2;
}
.career-section-primary .career-item:nth-child(odd) .timeline-marker,
.career-section-primary .career-item:nth-child(even) .timeline-marker {
grid-column: 1;
}
.career-section-primary .timeline-marker {
width: 40px;
height: 40px;
}
.career-section-primary .marker-dot {
width: 16px;
height: 16px;
}
.career-section-primary .timeline-marker i {
font-size: 20px;
}
}
@media (max-width: 767px) {
.career-section-primary {
padding: 60px 0;
}
.career-section-primary .section-header {
margin-bottom: 40px;
}
.career-section-primary #career-title {
font-size: 2.00rem;
}
.career-section-primary .career-card {
padding: 24px;
}
.career-section-primary .card-header-wrapper {
gap: 16px;
}
.career-section-primary .icon-badge {
width: 48px;
height: 48px;
}
.career-section-primary .icon-badge i {
font-size: 23px;
}
.career-section-primary .career-item {
margin-bottom: 40px;
}
}
@media (max-width: 575px) {
.career-section-primary .card-header-wrapper {
flex-direction: column;
align-items: flex-start;
}
.career-section-primary .tech-tags {
gap: 8px;
}
.career-section-primary .tech-tag {
width: 32px;
height: 32px;
}
.career-section-primary .tech-tag i {
font-size: 15px;
}
}
[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, 18, 31, 0.62) 0%,
rgba(9, 16, 33, 0.54) 45%,
rgba(12, 16, 32, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--primary-50) 100%);
min-height: auto;
}
.coreinfo-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.decoration-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -150px;
}
.decoration-blob-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: -80px;
left: -100px;
}
.decoration-line-1 {
width: 1px;
height: 200px;
background: linear-gradient(180deg, transparent 0%, var(--primary-300) 50%, transparent 100%);
top: 50%;
right: 20%;
transform: rotate(15deg);
}
.coreinfo-card {
position: relative;
height: 100%;
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-lg);
transition: all var(--duration-300) var(--ease-smooth);
box-shadow: var(--shadow-sm);
display: flex;
flex-direction: column;
z-index: 1;
}
.coreinfo-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.coreinfo-card.offset-card {
margin-top: var(--space-md);
}
.coreinfo-card-inner {
position: relative;
z-index: 2;
flex-grow: 1;
}
.coreinfo-card-accent {
position: absolute;
top: -20px;
right: -20px;
width: 80px;
height: 80px;
opacity: 0.12;
z-index: 1;
}
.accent-1 {
background: var(--primary-500);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
.accent-2 {
background: var(--primary-300);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.accent-3 {
background: var(--primary-500);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.accent-4 {
background: var(--primary-300);
border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
}
.accent-5 {
background: var(--primary-500);
border-radius: 70% 30% 66% 34% / 33% 66% 34% 67%;
}
.accent-6 {
background: var(--primary-300);
border-radius: 34% 66% 66% 34% / 66% 34% 66% 34%;
}
.coreinfo-section .section_section_title {
color: var(--text-primary);
position: relative;
z-index: 2;
}
.coreinfo-section .site_section_subtitle {
color: var(--primary-500);
position: relative;
z-index: 2;
}
.coreinfo-section .light_body_base {
color: var(--text-secondary);
position: relative;
z-index: 2;
}
.coreinfo-section .digital_body_large {
color: var(--text-primary);
}
@media (max-width: 768px) {
.coreinfo-card {
padding: var(--space-md);
}
.coreinfo-card.offset-card {
margin-top: 0;
}
.decoration-blob-1 {
width: 250px;
height: 250px;
top: -50px;
right: -100px;
}
.decoration-blob-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
}
.coreinfo-card-accent {
width: 60px;
height: 60px;
top: -10px;
right: -10px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 10, 0.62) 0%,
rgba(12, 22, 35, 0.54) 45%,
rgba(3, 5, 8, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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.04s 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.76s ease, box-shadow 0.74s 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.03s ease;
font-size: 1.00rem;
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.60s 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, #2d82e4, #1050e9) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.19rem;
letter-spacing: 0.4px;
transition: all 0.76s ease;
box-shadow: 0 6px 20px rgba(76, 163, 246, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 1.49s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(46, 113, 236, 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(79, 141, 249, 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: 0.94rem;
}
.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 0.71s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.51s ease;
font-size: 0.94rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.91s 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(8, 15, 38, 0.62) 0%,
rgba(5, 12, 21, 0.54) 45%,
rgba(7, 14, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section {
position: relative;
padding: var(--space-7) 0;
min-height: auto;
overflow: hidden;
background: linear-gradient(
135deg,
var(--bg-primary) 0%,
color-mix(in srgb, var(--bg-primary) 95%, var(--primary-50))
);
}
.contact-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.decoration-top {
top: -15%;
right: -10%;
width: 500px;
height: 500px;
border-radius: 50%;
background: var(--primary-500);
filter: blur(80px);
}
.decoration-bottom {
bottom: -20%;
left: -15%;
width: 400px;
height: 400px;
border-radius: 50%;
background: var(--primary-300);
filter: blur(100px);
}
.contact-header {
position: relative;
z-index: 2;
}
.contact-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
line-height: 1.1;
letter-spacing: -0.02em;
}
.contact-subtitle {
color: var(--primary-500);
text-transform: uppercase;
font-weight: 600;
margin-bottom: var(--space-4);
letter-spacing: 0.05em;
}
.contact-description {
color: var(--text-secondary);
max-width: 95%;
line-height: 1.6;
}
.contact-info {
position: relative;
z-index: 2;
}
.info-item {
border-left: 2px solid var(--border-light);
padding-left: var(--space-4);
}
.info-label {
display: block;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: var(--space-1);
}
.info-value {
color: var(--text-primary);
margin: 0;
font-weight: 500;
}
.contact-form {
position: relative;
z-index: 2;
background: color-mix(in srgb, var(--bg-primary) 50%, transparent);
backdrop-filter: blur(10px);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
box-shadow: 0 4px 16px color-mix(in srgb, var(--neutral-900) 8%, transparent);
}
.form-group {
position: relative;
}
.form-label {
display: block;
color: var(--text-primary);
text-transform: uppercase;
font-weight: 600;
margin-bottom: var(--space-2);
letter-spacing: 0.05em;
}
.form-input {
width: 100%;
padding: var(--space-3) var(--space-3);
border: 1px solid var(--border-light);
border-radius: var(--radius-md);
background: color-mix(in srgb, var(--bg-primary) 80%, var(--neutral-100));
color: var(--text-primary);
font-size: inherit;
transition: all var(--duration-200) var(--ease-out);
}
.form-input:focus {
outline: none;
border-color: var(--primary-500);
background: var(--bg-primary);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.form-input::placeholder {
color: var(--text-muted);
}
.form-textarea {
resize: vertical;
min-height: 120px;
font-family: inherit;
}
.form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 1px solid var(--border-medium);
border-radius: var(--radius-sm);
background: var(--bg-primary);
cursor: pointer;
transition: all var(--duration-200) var(--ease-out);
}
.form-check-input:checked {
background: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-input:focus {
outline: none;
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.form-check-label {
margin-left: var(--space-3);
color: var(--text-secondary);
cursor: pointer;
user-select: none;
}
.btn-submit {
width: 100%;
padding: var(--space-3) var(--space-5);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--text-inverse);
border: none;
border-radius: var(--radius-md);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
cursor: pointer;
transition: all var(--duration-300) var(--ease-out);
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.btn-submit:active {
transform: translateY(0);
}
@media (max-width: 991px) {
.contact-section {
padding: var(--space-6) 0;
}
.contact-form {
padding: var(--space-5);
}
.contact-description {
max-width: 100%;
}
.decoration-top {
width: 300px;
height: 300px;
}
.decoration-bottom {
width: 250px;
height: 250px;
}
}
@media (max-width: 576px) {
.contact-section {
padding: var(--space-5) 0;
}
.contact-title {
font-size: 2.00rem;
}
.contact-form {
padding: var(--space-4);
}
.form-input,
.btn-submit {
font-size: 0.94rem;
}
.decoration-top,
.decoration-bottom {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 7, 14, 0.62) 0%,
rgba(7, 13, 27, 0.54) 45%,
rgba(12, 22, 42, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#blog {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
color: var(--text-primary);
}
.blog-bg-accent {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.blog-bg-accent.accent-1 {
width: 400px;
height: 400px;
top: -100px;
right: -80px;
border-radius: 35% 65% 42% 58% / 68% 32% 68% 32%;
background: var(--primary-500);
}
.blog-bg-accent.accent-2 {
width: 300px;
height: 300px;
bottom: 10%;
left: -50px;
border-radius: 42% 58% 65% 35% / 32% 68% 32% 68%;
background: var(--primary-300);
}
.blog-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
border-radius: var(--radius-lg);
background: var(--bg-secondary);
border: 1px solid var(--border-light);
overflow: hidden;
transition: all var(--duration-base) var(--ease-smooth);
}
.blog-card:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-sm);
transform: translateY(-4px);
}
.blog-card-featured {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--bg-secondary) 100%);
border-color: var(--border-medium);
}
.blog-card-header {
position: relative;
height: 120px;
overflow: hidden;
}
.blog-accent-blob {
position: absolute;
opacity: 0.6;
}
.blog-accent-blob.blob-1 {
width: 180px;
height: 180px;
top: -40px;
right: -60px;
border-radius: 45% 55% 38% 62% / 58% 42% 58% 42%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}
.blog-accent-blob.blob-2 {
width: 200px;
height: 200px;
top: -50px;
left: -70px;
border-radius: 38% 62% 54% 46% / 42% 58% 42% 58%;
background: linear-gradient(125deg, var(--primary-500), var(--primary-300));
}
.blog-accent-blob.blob-3 {
width: 160px;
height: 160px;
bottom: -40px;
right: -50px;
border-radius: 52% 48% 45% 55% / 48% 52% 48% 52%;
background: linear-gradient(110deg, var(--primary-300), var(--primary-100));
}
.blog-card-body {
display: flex;
flex-direction: column;
flex: 1;
padding: 1.75rem;
gap: 1rem;
}
.blog-card-title {
color: var(--text-primary);
line-height: 1.3;
margin: 0;
}
.blog-card-excerpt {
color: var(--text-secondary);
margin: 0;
flex: 1;
font-size: 0.94rem;
}
.blog-card-link {
color: var(--primary-500);
text-decoration: none;
font-weight: 500;
transition: color var(--duration-base) var(--ease-smooth);
align-self: flex-start;
margin-top: auto;
}
.blog-card:hover .blog-card-link {
color: var(--primary-700);
}
@media (max-width: 768px) {
#blog {
padding-top: 2.67rem !important;
padding-bottom: 2.72rem !important;
}
.blog-card-body {
padding: 1.5rem;
}
.blog-accent-blob.blob-1 {
width: 140px;
height: 140px;
}
.blog-accent-blob.blob-2 {
width: 160px;
height: 160px;
}
.blog-accent-blob.blob-3 {
width: 120px;
height: 120px;
}
.blog-bg-accent.accent-1 {
width: 300px;
height: 300px;
top: -80px;
right: -120px;
}
.blog-bg-accent.accent-2 {
width: 250px;
height: 250px;
bottom: 15%;
left: -100px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 3, 5, 0.62) 0%,
rgba(10, 18, 40, 0.54) 45%,
rgba(11, 17, 32, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#faq {
background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
min-height: auto;
}
#faq .card {
transition: all var(--duration-normal) var(--ease-smooth);
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
#faq .card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500) !important;
}
#faq .card-title {
font-weight: 600;
letter-spacing: -0.3px;
}
#faq .card-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (max-width: 991px) {
#faq {
padding: 3rem 0 !important;
}
#faq .row {
margin-bottom: 2rem !important;
}
#faq .col-lg-6 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 576px) {
#faq .card-body {
padding: 1.5rem !important;
}
#faq .section_section_title {
font-size: 1.69rem !important;
}
#faq .digital_body_large {
font-size: 0.94rem !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(8, 10, 21, 0.62) 0%,
rgba(6, 9, 20, 0.54) 45%,
rgba(5, 10, 15, 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-variant {
position: relative;
background: linear-gradient(135deg,
var(--primary-50) 0%,
var(--neutral-50) 50%,
color-mix(in srgb, var(--primary-50) 30%, white 70%) 100%);
overflow: hidden;
}
.footer-main {
position: relative;
padding: 80px 0 60px;
z-index: 2;
}
.footer-accent-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
border-radius: 2px;
margin-bottom: 50px;
position: relative;
animation: accentPulse 3s ease-in-out infinite;
}
@keyframes accentPulse {
0%, 100% { transform: scaleX(1); opacity: 1; }
50% { transform: scaleX(1.2); opacity: 0.8; }
}
.footer-brand {
position: relative;
padding-right: 20px;
}
.brand-name {
font-size: 1.69rem;
font-weight: 700;
color: var(--primary-700);
margin-bottom: 20px;
letter-spacing: -0.02em;
position: relative;
display: inline-block;
}
.brand-name::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50%;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
transition: width 0.87s ease;
}
.footer-brand:hover .brand-name::after {
width: 100%;
}
.brand-description {
font-size: 0.88rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 25px;
}
.brand-decorative-dots {
display: flex;
gap: 8px;
margin-top: 20px;
}
.brand-decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-300);
border-radius: 50%;
display: block;
animation: dotBounce 2.20s ease-in-out infinite;
}
.brand-decorative-dots .dot:nth-child(2) {
animation-delay: 0.88s;
background: var(--primary-500);
}
.brand-decorative-dots .dot:nth-child(3) {
animation-delay: 1.17s;
background: var(--primary-700);
}
@keyframes dotBounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.footer-column {
position: relative;
}
.column-title {
font-size: 1.19rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 0.05em;
position: relative;
padding-bottom: 12px;
}
.column-title::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 2px;
background: var(--primary-500);
transition: width 1.12s ease;
}
.footer-column:hover .column-title::before {
width: 60px;
}
.footer-links {list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {margin-bottom: 14px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-links a {color: var(--text-secondary);
text-decoration: none;
font-size: 0.94rem;
transition: all 1.27s ease;
position: relative;
display: inline-block;
}
.footer-links a:hover {color: var(--primary-500);
transform: translateX(5px);
}
.link-icon {
font-size: 0.81rem;
color: var(--primary-300);
opacity: 0;
transition: all 0.53s ease;
}
.footer-links li:hover .link-icon {opacity: 1;
transform: translateX(3px);
}
.contact-info-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 20px;
padding: 12px;
background: color-mix(in srgb, var(--primary-50) 50%, white 50%);
border-radius: 8px;
border-left: 3px solid var(--primary-300);
transition: all 0.70s ease;
}
.contact-item:hover {
border-left-color: var(--primary-500);
transform: translateX(5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.contact-item i {
font-size: 1.19rem;
color: var(--primary-500);
flex-shrink: 0;
margin-top: 2px;
}
.contact-text {font-size: 0.94rem;
color: var(--text-primary);
line-height: 1.6;
}
.decorative-badge {
width: 60px;
height: 60px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
animation: badgeFloat 3s ease-in-out infinite;
}
@keyframes badgeFloat {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-10px) rotate(5deg); }
}
.decorative-badge i {
font-size: 1.81rem;
color: white;
}
.disclaimer-text {
font-size: 0.81rem;
line-height: 1.7;
color: var(--text-secondary);
padding: 15px;
background: white;
border-radius: 8px;
border: 1px solid var(--neutral-100);
}
.footer-separator {
margin: 50px 0 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.separator-line {
flex: 1;
height: 1px;
background: linear-gradient(90deg,
transparent,
var(--neutral-300),
transparent);
}
.separator-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: separatorPulse 2s ease-in-out infinite;
}
@keyframes separatorPulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.5); opacity: 0.6; }
}
.footer-bottom {
background: linear-gradient(90deg,
var(--primary-700),
color-mix(in srgb, var(--primary-700) 80%, var(--primary-500) 20%));
padding: 25px 0;
position: relative;
z-index: 2;
}
.copyright-wrapper {
position: relative;
text-align: center;
}
.copyright-text {
font-size: 0.94rem;
color: white;
margin: 0;
letter-spacing: 0.02em;
}
.copyright-shapes {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
pointer-events: none;
z-index: -1;
}
.shape {
position: absolute;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
pointer-events: none;}
.shape-1 {
width: 40px;
height: 40px;
left: 10%;
animation: shapeFloat1 4s ease-in-out infinite;
}
.shape-2 {
width: 30px;
height: 30px;
right: 15%;
animation: shapeFloat2 5s ease-in-out infinite;
}
.shape-3 {
width: 25px;
height: 25px;
left: 50%;
animation: shapeFloat3 6s ease-in-out infinite;
}
@keyframes shapeFloat1 {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(20px, -10px); }
}
@keyframes shapeFloat2 {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(-20px, 10px); }
}
@keyframes shapeFloat3 {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(0, -15px); }
}
.footer-bg-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.4;
pointer-events: none;}
.bg-shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
var(--primary-100),
transparent);
top: -150px;
right: -100px;
animation: bgShapeRotate1 20s linear infinite;
}
.bg-shape-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-50) 50%, transparent),
transparent);
bottom: -200px;
left: -150px;
animation: bgShapeRotate2 25s linear infinite reverse;
}
.bg-shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
var(--neutral-100),
transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: bgShapePulse 15s ease-in-out infinite;
}
@keyframes bgShapeRotate1 {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes bgShapeRotate2 {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes bgShapePulse {
0%, 100% { transform: translate(-50%, -50%) scale(1); }
50% { transform: translate(-50%, -50%) scale(1.3); }
}
@media (max-width: 991px) {
.footer-main {
padding: 60px 0 40px;
}
.brand-name {
font-size: 1.62rem;
}
.footer-column {
margin-bottom: 30px;
}
.bg-shape-1,
.bg-shape-2 {
opacity: 0.2;
}
}
@media (max-width: 767px) {
.footer-main {
padding: 40px 0 30px;
}
.footer-accent-line {
margin-bottom: 30px;
}
.brand-name {
font-size: 1.25rem;
}
.column-title {
font-size: 1.00rem;
}
.footer-separator {
margin: 30px 0 25px;
}
.copyright-shapes .shape {
display: none;
}
.contact-item {
padding: 10px;
}
.decorative-badge {
width: 50px;
height: 50px;
}
.decorative-badge i {
font-size: 1.56rem;
}
}
@media (max-width: 575px) {
.footer-links a {font-size: 0.94rem;
}
.contact-text {font-size: 0.94rem;
}
.disclaimer-text {
font-size: 0.81rem;
padding: 12px;
}
.copyright-text {
font-size: 0.88rem;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-accent-line,
.brand-decorative-dots .dot,
.decorative-badge,
.separator-dot,
.shape,
.bg-shape-1,
.bg-shape-2,
.bg-shape-3 {
animation: none;
}
.footer-links a:hover,
.contact-item:hover {transform: none;
}
}
@media (prefers-contrast: high) {
.footer-variant {
background: white;
}
.brand-name,
.column-title {
color: var(--neutral-900);
}
.contact-item {
border-left-width: 4px;
}
.footer-bottom {
background: var(--neutral-900);
}
}
@media print {
.footer-bg-decoration,
.copyright-shapes,
.brand-decorative-dots {
display: none;
}
.footer-variant {
background: white;
color: black;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 11, 19, 0.62) 0%,
rgba(7, 13, 30, 0.54) 45%,
rgba(10, 21, 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;
}
.footer-variant {
overflow-x: hidden !important;
}
.additional-universal-style {
position: relative;
padding: 6rem 0;
background: linear-gradient(180deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
overflow: hidden;
}
.additional-universal-style .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-style .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.68rem;
line-height: 1.4;
}
.additional-universal-style .section-description {
font-size: 1.12rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-style .highlight-block {
position: relative;
margin-bottom: 2.73rem;
padding: 2.5rem;
background: var(--neutral-0);
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.49s ease;
}
.additional-universal-style .highlight-block:last-child {
margin-bottom: 0;
}
.additional-universal-style .highlight-block:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.additional-universal-style .block-quote {
border-left: 5px solid var(--primary-500);
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
}
.additional-universal-style .quote-mark {
position: absolute;
top: -15px;
left: 30px;
width: 60px;
height: 60px;
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);
}
.additional-universal-style .quote-mark i {
font-size: 2.19rem;
color: var(--neutral-0);
}
.additional-universal-style .block-callout {
border: 3px solid var(--accent-300);
background: var(--accent-50);
padding-left: 7rem;
}
.additional-universal-style .callout-icon {
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.additional-universal-style .callout-icon i {
font-size: 1.81rem;
color: var(--neutral-0);
}
.additional-universal-style .block-featured {
background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
border: 3px solid var(--primary-400);
text-align: center;
padding: 3rem 2.5rem;
}
.additional-universal-style .featured-marker {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
animation: pulse-star 2s ease-in-out infinite;
}
.additional-universal-style .featured-marker i {
font-size: 2.38rem;
color: var(--neutral-0);
}
@keyframes pulse-star {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.additional-universal-style .block-emphasis {
border-top: 4px solid var(--primary-500);
border-bottom: 4px solid var(--primary-500);
background: var(--neutral-50);
}
.additional-universal-style .emphasis-line {
position: absolute;
left: 0;
top: 0;
width: 6px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--accent-500));
}
.additional-universal-style .block-impact {
background: var(--neutral-0);
border: 2px solid var(--neutral-200);
position: relative;
overflow: hidden;
}
.additional-universal-style .impact-border {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 8px;
background: linear-gradient(90deg, var(--primary-500), var(--accent-500), var(--primary-500));
}
.additional-universal-style .highlight-content {
position: relative;
z-index: 2;
}
.additional-universal-style .highlight-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-style .highlight-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.8;
margin: 0;
}
.additional-universal-style .highlight-badge {
display: inline-block;
padding: 0.5rem 1.25rem;
border-radius: 20px;
font-size: 0.94rem;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-top: 1.62rem;
}
.additional-universal-style .badge-primary {
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
}
.additional-universal-style .badge-accent {
background: linear-gradient(135deg, var(--accent-400), var(--accent-500));
color: var(--neutral-0);
}
.additional-universal-style .badge-special {
background: linear-gradient(135deg, #e6ca00, #ffbc11);
color: #533407;
}
.additional-universal-style .badge-secondary {
background: linear-gradient(135deg, var(--neutral-700), var(--neutral-800));
color: var(--neutral-0);
}
.additional-universal-style .badge-gradient {
background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
color: var(--neutral-0);
}
.additional-universal-style .bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
filter: blur(70px);
}
.additional-universal-style .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-400);
top: 20%;
left: -100px;
}
.additional-universal-style .shape-2 {
width: 350px;
height: 350px;
background: var(--accent-400);
bottom: 25%;
right: -80px;
}
.additional-universal-style .decorative-dots {
position: absolute;
width: 100px;
height: 100px;
opacity: 0.08;
pointer-events: none;
background: radial-gradient(circle, var(--primary-500) 2px, transparent 2px);
background-size: 16px 16px;
}
.additional-universal-style .dots-1 {
top: 15%;
right: 10%;
}
.additional-universal-style .dots-2 {
bottom: 20%;
left: 8%;
}
@media (max-width: 991px) {
.additional-universal-style {
padding: 4rem 0;
}
.additional-universal-style .highlight-block {
padding: 2rem;
margin-bottom: 2rem;
}
.additional-universal-style .block-featured {
padding: 2.5rem 2rem;
}
.additional-universal-style .block-callout {
padding-left: 2rem;
padding-top: 6rem;
}
.additional-universal-style .callout-icon {
left: 50%;
top: 2rem;
transform: translateX(-50%);
}
.additional-universal-style .highlight-title {
font-size: 1.44rem;
}
}
@media (max-width: 767px) {
.additional-universal-style {
padding: 3rem 0;
}
.additional-universal-style .section-title {
font-size: 1.69rem;
}
.additional-universal-style .section-subtitle {
font-size: 1.31rem;
}
.additional-universal-style .section-description {
font-size: 0.94rem;
}
.additional-universal-style .highlight-block {
padding: 1.75rem;
margin-bottom: 1.93rem;
}
.additional-universal-style .block-quote {
border-left-width: 4px;
}
.additional-universal-style .quote-mark {
width: 50px;
height: 50px;
top: -12px;
left: 20px;
}
.additional-universal-style .quote-mark i {
font-size: 1.62rem;
}
.additional-universal-style .block-callout {
padding: 1.75rem;
padding-top: 5.57rem;
}
.additional-universal-style .callout-icon {
width: 60px;
height: 60px;
top: 1.5rem;
}
.additional-universal-style .callout-icon i {
font-size: 1.88rem;
}
.additional-universal-style .block-featured {
padding: 2rem 1.75rem;
}
.additional-universal-style .featured-marker {
width: 70px;
height: 70px;
}
.additional-universal-style .featured-marker i {
font-size: 2.19rem;
}
.additional-universal-style .highlight-title {
font-size: 1.25rem;
}
.additional-universal-style .highlight-description {
font-size: 1.00rem;
}
.additional-universal-style .highlight-badge {
font-size: 0.81rem;
padding: 0.4rem 1rem;
}
.additional-universal-style .bg-shape,
.additional-universal-style .decorative-dots {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 12, 29, 0.62) 0%,
rgba(10, 15, 37, 0.54) 45%,
rgba(6, 10, 16, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_stat_card {
background-color: var(--neutral-100);
border-radius: var(--radius-lg);
padding: var(--space-8);
text-align: center;
height: 100%;
border: 1px solid var(--neutral-200);
transition: transform 1.12s ease, box-shadow 0.74s ease;
position: relative;
overflow: hidden;
}
.add_wrap .add_stat_card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.add_wrap .add_stat_card:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
}
.add_wrap .add_stat_card_large {
background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}
.add_wrap .add_stat_icon {
width: 80px;
height: 80px;
margin: 0 auto var(--space-4);
background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
border-radius: 50%;
position: relative;
}
.add_wrap .add_stat_card_large .add_stat_icon {
width: 100px;
height: 100px;
}
.add_wrap .add_stat_icon_users:after {
content: 'ð¥';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
}
.add_wrap .add_stat_icon_projects:after {
content: 'ð';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 33px;
}
.add_wrap .add_stat_icon_awards:after {
content: 'ð';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 29px;
}
.add_wrap .add_stat_icon_growth:after {
content: 'ð';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 34px;
}
.add_wrap .add_stat_icon_satisfaction:after {
content: 'â­';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 38px;
}
.add_wrap .add_stat_number {
font-size: 3.00rem;
font-weight: bold;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1;
}
.add_wrap .add_stat_card_large .add_stat_number {
font-size: 3.00rem;
}
.add_wrap .add_stat_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.19rem;
font-weight: 600;
}
.add_wrap .add_stat_card_large .add_stat_title {
font-size: 1.62rem;
}
.add_wrap .add_stat_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
@media (max-width: 768px) {
.add_wrap .add_stat_card {
padding: var(--space-6);
}
.add_wrap .add_stat_icon {
width: 60px;
height: 60px;
}
.add_wrap .add_stat_card_large .add_stat_icon {
width: 80px;
height: 80px;
}
.add_wrap .add_stat_icon_users:after,
.add_wrap .add_stat_icon_projects:after,
.add_wrap .add_stat_icon_awards:after {
font-size: 24px;
}
.add_wrap .add_stat_icon_growth:after,
.add_wrap .add_stat_icon_satisfaction:after {
font-size: 30px;
}
.add_wrap .add_stat_number {
font-size: 2.38rem;
}
.add_wrap .add_stat_card_large .add_stat_number {
font-size: 2.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(15, 24, 46, 0.62) 0%,
rgba(10, 19, 49, 0.54) 45%,
rgba(13, 18, 33, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .header-badge i {
font-size: 2.06rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: 2.50rem;
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.19rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 720px;
}
.additional-universal-section .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 2rem 0;
}
.additional-universal-section .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 100%);
transform: translateX(-50%);
z-index: 0;
}
.additional-universal-section .timeline-item {
position: relative;
display: flex;
justify-content: flex-end;
padding-right: calc(50% + 50px);
margin-bottom: 4rem;
}
.additional-universal-section .timeline-item-reverse {
justify-content: flex-start;
padding-right: 0;
padding-left: calc(50% + 50px);
}
.additional-universal-section .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.additional-universal-section .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--light);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-100);
transition: all 0.65s ease;
}
.additional-universal-section .timeline-item:hover .marker-dot {
transform: scale(1.3);
background: var(--primary-700);
}
.additional-universal-section .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: var(--primary-300);
border-radius: 50%;
animation: pulse 2s infinite;
opacity: 0;
}
@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(3);
opacity: 0;
}
}
.additional-universal-section .timeline-content {
position: relative;
background: var(--light);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-100);
transition: all 0.78s ease;
max-width: 400px;
width: 100%;
}
.additional-universal-section .timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .timeline-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.46rem;
}
.additional-universal-section .timeline-icon i {
font-size: 1.62rem;
color: var(--primary-500);
}
.additional-universal-section .timeline-title {
font-size: 1.62rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .timeline-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .timeline-decorative {
position: absolute;
bottom: -15px;
right: -15px;
width: 80px;
height: 80px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
z-index: -1;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 5%;
left: -10%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: 10%;
right: -8%;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
50% {
transform: translate(30px, -30px) rotate(10deg);
}
}
.additional-universal-section .decorative-gradient {
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .gradient-1 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.06rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.38rem;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 80px;
padding-right: 0;
justify-content: flex-start;
}
.additional-universal-section .timeline-marker {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-line {
left: 30px;
transform: translateX(0);
}
.additional-universal-section .timeline-content {
max-width: 100%;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.62rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-section .section-description {
font-size: 0.88rem;
}
.additional-universal-section .timeline-item {
margin-bottom: 3rem;
}
.additional-universal-section .timeline-content {
padding: 1.5rem;
}
.additional-universal-section .timeline-title {
font-size: 1.31rem;
}
.additional-universal-section .decorative-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.timeline-item,
.additional-universal-section .timeline-item-reverse {
padding-left: 50px;
}
.additional-universal-section .timeline-marker {
left: 15px;
}
.additional-universal-section .timeline-line {
left: 15px;
}
.additional-universal-section .marker-dot {
width: 16px;
height: 16px;
}
.additional-universal-section .timeline-content {
padding: 1.25rem;
}
.additional-universal-section .timeline-icon {
width: 50px;
height: 50px;
}
.additional-universal-section .timeline-icon i {
font-size: 1.62rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 12, 24, 0.62) 0%,
rgba(14, 23, 46, 0.54) 45%,
rgba(1, 2, 5, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-secondary {
position: relative;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 50%, var(--neutral-0) 100%);
overflow: hidden;
}
.additional-universal-secondary .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-secondary .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.65rem;
line-height: 1.4;
}
.additional-universal-secondary .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-secondary .section-separator {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
margin: 3.5rem 0 4rem;
}
.additional-universal-secondary .sep-line {
flex: 1;
max-width: 180px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}
.additional-universal-secondary .sep-icon {
width: 55px;
height: 55px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.additional-universal-secondary .sep-icon i {
font-size: 1.38rem;
}
.additional-universal-secondary .services-list {
position: relative;
z-index: 2;
}
.additional-universal-secondary .list-item {
position: relative;
display: flex;
gap: 2rem;
margin-bottom: 2.58rem;
padding-bottom: 2.59rem;
border-bottom: 2px solid var(--neutral-100);
}
.additional-universal-secondary .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.additional-universal-secondary .item-marker {
flex-shrink: 0;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.additional-universal-secondary .marker-number {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-200));
color: var(--primary-900);
font-size: 1.12rem;
font-weight: 700;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.additional-universal-secondary .marker-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
color: var(--neutral-0);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
transition: all 0.67s ease;
}
.additional-universal-secondary .marker-icon i {
font-size: 1.94rem;
}
.additional-universal-secondary .list-item:hover .marker-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.additional-universal-secondary .item-content {
flex: 1;
position: relative;
background: var(--neutral-0);
padding: 2rem;
border-radius: 16px;
border-left: 4px solid var(--primary-500);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 0.53s ease;
}
.additional-universal-secondary .list-item:hover .item-content {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
border-left-color: var(--accent-500);
}
.additional-universal-secondary .item-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-secondary .item-description {
font-size: 1.06rem;
color: var(--neutral-700);
line-height: 1.7;
margin-bottom: 1rem;
}
.additional-universal-secondary .item-badge {
display: inline-block;
padding: 0.4rem 1rem;
background: linear-gradient(135deg, var(--accent-100), var(--accent-200));
color: var(--accent-900);
font-size: 0.88rem;
font-weight: 600;
border-radius: 20px;
letter-spacing: 0.5px;
}
.additional-universal-secondary .bg-circle {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
filter: blur(60px);
}
.additional-universal-secondary .circle-1 {
width: 450px;
height: 450px;
background: var(--primary-400);
top: 10%;
left: -150px;
}
.additional-universal-secondary .circle-2 {
width: 400px;
height: 400px;
background: var(--accent-400);
bottom: 15%;
right: -120px;
}
.additional-universal-secondary .bg-lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
pointer-events: none;
background: repeating-linear-gradient(
45deg,
var(--primary-300),
var(--primary-300) 2px,
transparent 2px,
transparent 40px
);
}
@media (max-width: 991px) {
.additional-universal-secondary {
padding: 4rem 0;
}
.additional-universal-secondary .list-item {
gap: 1.5rem;
margin-bottom: 2rem;
padding-bottom: 2rem;
}
.additional-universal-secondary .item-content {
padding: 1.75rem;
}
.additional-universal-secondary .marker-icon {
width: 65px;
height: 65px;
}
.additional-universal-secondary .marker-icon i {
font-size: 1.69rem;
}
.additional-universal-secondary .item-title {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.additional-universal-secondary {
padding: 3rem 0;
}
.additional-universal-secondary .section-title {
font-size: 1.69rem;
}
.additional-universal-secondary .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-secondary .section-description {
font-size: 0.94rem;
}
.additional-universal-secondary .section-separator {
gap: 1rem;
}
.additional-universal-secondary .sep-line {
max-width: 80px;
}
.additional-universal-secondary .sep-icon {
width: 50px;
height: 50px;
}
.additional-universal-secondary .sep-icon i {
font-size: 1.25rem;
}
.additional-universal-secondary .list-item {
flex-direction: column;
gap: 1.25rem;
margin-bottom: 1.95rem;
padding-bottom: 1.98rem;
}
.additional-universal-secondary .item-marker {
flex-direction: row;
align-self: flex-start;
}
.additional-universal-secondary .marker-number {
width: 45px;
height: 45px;
font-size: 1.12rem;
}
.additional-universal-secondary .marker-icon {
width: 60px;
height: 60px;
}
.additional-universal-secondary .marker-icon i {
font-size: 1.44rem;
}
.additional-universal-secondary .item-content {
padding: 1.5rem;
}
.additional-universal-secondary .list-item:hover .item-content {
transform: translateY(-5px) translateX(0);
}
.additional-universal-secondary .item-title {
font-size: 1.38rem;
}
.additional-universal-secondary .item-description {
font-size: 0.88rem;
}
.additional-universal-secondary .item-badge {
font-size: 0.75rem;
padding: 0.35rem 0.85rem;
}
.additional-universal-secondary .bg-circle,
.additional-universal-secondary .bg-lines {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 26, 49, 0.62) 0%,
rgba(1, 2, 4, 0.54) 45%,
rgba(4, 7, 15, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .organic-badge {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.additional-universal-section .leaf-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50% 0 50% 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
}
.additional-universal-section .leaf-icon i {
font-size: 1.38rem;
color: var(--light);
transform: rotate(45deg);
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
}
.additional-universal-section .features-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-item {
grid-column: span 4;
background: var(--surface-secondary);
border-radius: 20px;
padding: 2rem;
border: 2px solid var(--neutral-100);
transition: all 1.24s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section .feature-large {
grid-column: span 6;
padding: 2.5rem;
}
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .feature-item:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.additional-universal-section .feature-item::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 150px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
border-radius: 50%;
transition: all 1.38s ease;
}
.additional-universal-section .feature-item:hover::before {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
}
.additional-universal-section .feature-visual {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.60rem;
}
.additional-universal-section .feature-large .feature-visual {
width: 100px;
height: 100px;
}
.additional-universal-section .visual-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-50);
}
.additional-universal-section .circle-1 {
width: 100%;
height: 100%;
border: 3px solid var(--primary-300);
}
.additional-universal-section .circle-2 {
width: 60%;
height: 60%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
}
.additional-universal-section .feature-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2.31rem;
color: var(--primary-500);
z-index: 2;
transition: all 1.24s ease;
}
.additional-universal-section .feature-large .feature-icon {
font-size: 2.75rem;
}
.additional-universal-section .feature-item:hover .feature-icon {
transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
}
.additional-universal-section .feature-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.62rem;
}
.additional-universal-section .feature-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
position: relative;
z-index: 2;
}
.feature-large .feature-description,
.additional-universal-section .feature-wide .feature-description {
font-size: 1.19rem;
}
.additional-universal-section .organic-shape {
position: absolute;
pointer-events: none;
opacity: 0.4;
z-index: 1;
}
.additional-universal-section .shape-1 {
width: 350px;
height: 350px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
top: 10%;
left: -100px;
animation: organic-float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
bottom: 15%;
right: -80px;
animation: organic-float 18s ease-in-out infinite reverse;
}
.additional-universal-section .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: organic-float 15s ease-in-out infinite;
}
@keyframes organic-float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-40px) rotate(5deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .features-grid {
grid-template-columns: repeat(6, 1fr);
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .section-title {
font-size: 2.00rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .features-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 1;
padding: 1.5rem;
}
.additional-universal-section .feature-visual {
width: 70px;
height: 70px;
}
.additional-universal-section .feature-icon {
font-size: 2.06rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 9, 14, 0.62) 0%,
rgba(5, 13, 22, 0.54) 45%,
rgba(7, 12, 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;
}
.additional-universal-modern {
position: relative;
padding: 6rem 0;
background: linear-gradient(135deg, var(--neutral-0) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.additional-universal-modern .section-title {
font-size: clamp(2rem, 4.5vw, 2.75rem);
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.2;
}
.additional-universal-modern .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.70rem;
line-height: 1.4;
}
.additional-universal-modern .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
.additional-universal-modern .masonry-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
grid-auto-rows: 250px;
position: relative;
z-index: 2;
}
.additional-universal-modern .grid-item {
position: relative;
background: var(--neutral-0);
border-radius: 20px;
padding: 2rem;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 1.11s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
display: flex;
flex-direction: column;
}
.additional-universal-modern .grid-item:hover {
transform: translateY(-8px);
box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-modern .item-large {
grid-column: span 2;
grid-row: span 2;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-0) 100%);
border: 3px solid var(--primary-200);
}
.additional-universal-modern .item-medium {
grid-row: span 2;
}
.additional-universal-modern .item-standard {
grid-row: span 2;
}
.additional-universal-modern .item-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, var(--primary-200) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.55s ease;
pointer-events: none;
}
.additional-universal-modern .item-large:hover .item-overlay {
opacity: 0.2;
}
.additional-universal-modern .item-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.58rem;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
transition: all 1.18s ease;
flex-shrink: 0;
}
.additional-universal-modern .item-icon i {
font-size: 2.00rem;
color: var(--neutral-0);
}
.additional-universal-modern .grid-item:hover .item-icon {
transform: scale(1.1) rotate(10deg);
}
.additional-universal-modern .item-content {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
}
.additional-universal-modern .item-title {
font-size: 1.31rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.88rem;
}
.additional-universal-modern .item-description {
font-size: 1.00rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-modern .item-large .item-description {
font-size: 0.94rem;
}
.additional-universal-modern .corner-accent {
position: absolute;
width: 40px;
height: 40px;
opacity: 0.15;
pointer-events: none;
}
.additional-universal-modern .corner-accent.top-left {
top: 15px;
left: 15px;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
}
.additional-universal-modern .corner-accent.bottom-right {
bottom: 15px;
right: 15px;
border-bottom: 4px solid var(--accent-500);
border-right: 4px solid var(--accent-500);
}
.additional-universal-modern .shine-effect {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 1.15s ease;
pointer-events: none;
}
.additional-universal-modern .grid-item:hover .shine-effect {
left: 100%;
}
.additional-universal-modern .bg-gradient {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
filter: blur(80px);
}
.additional-universal-modern .grad-1 {
width: 500px;
height: 500px;
background: var(--primary-400);
top: 10%;
left: -150px;
}
.additional-universal-modern .grad-2 {
width: 450px;
height: 450px;
background: var(--accent-400);
bottom: 15%;
right: -130px;
}
.additional-universal-modern .floating-shape {
position: absolute;
opacity: 0.04;
pointer-events: none;
}
.additional-universal-modern .shape-1 {
width: 200px;
height: 200px;
background: var(--primary-300);
border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
top: 25%;
right: 10%;
filter: blur(40px);
}
.additional-universal-modern .shape-2 {
width: 180px;
height: 180px;
background: var(--accent-300);
border-radius: 60% 40% 40% 60% / 50% 50% 50% 50%;
bottom: 20%;
left: 12%;
filter: blur(35px);
}
@media (max-width: 991px) {
.additional-universal-modern {
padding: 4rem 0;
}
.additional-universal-modern .masonry-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.75rem;
grid-auto-rows: 280px;
}
.additional-universal-modern .item-large {
grid-column: span 2;
}
.additional-universal-modern .item-medium {
grid-column: span 1;
}
.additional-universal-modern .grid-item {
padding: 1.75rem;
}
.additional-universal-modern .item-icon {
width: 65px;
height: 65px;
}
.additional-universal-modern .item-icon i {
font-size: 1.56rem;
}
.additional-universal-modern .item-title {
font-size: 1.19rem;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.44rem;
}
}
@media (max-width: 767px) {
.additional-universal-modern {
padding: 3rem 0;
}
.additional-universal-modern .section-title {
font-size: 1.62rem;
}
.additional-universal-modern .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-modern .section-description {
font-size: 0.94rem;
}
.additional-universal-modern .masonry-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
grid-auto-rows: auto;
}
.additional-universal-modern .item-large,
.additional-universal-modern .item-medium,
.additional-universal-modern .item-standard {
grid-column: span 1;
grid-row: span 1;
}
.additional-universal-modern .grid-item {
padding: 1.5rem;
}
.additional-universal-modern .item-icon {
width: 60px;
height: 60px;
}
.additional-universal-modern .item-icon i {
font-size: 1.56rem;
}
.additional-universal-modern .item-title {
font-size: 1.19rem;
}
.additional-universal-modern .item-large .item-title {
font-size: 1.44rem;
}
.additional-universal-modern .item-description {
font-size: 0.94rem;
}
.additional-universal-modern .bg-gradient,
.additional-universal-modern .floating-shape {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 11, 22, 0.62) 0%,
rgba(18, 27, 47, 0.54) 45%,
rgba(2, 4, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .decorative-badge {
display: inline-flex;
align-items: center;
justify-content: center;
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-section .content-card {
position: relative;
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
transition: all 0.79s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
}
.additional-universal-section .content-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.additional-universal-section .content-card-large {
background: linear-gradient(135deg,
var(--surface-secondary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%) 100%);
}
.card-icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 70%, var(--primary-500) 30%));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.59rem;
transition: transform 0.87s ease;
}
.additional-universal-section .content-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 1.94rem;
color: var(--light);
}
.card-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.card-decoration {
position: absolute;
bottom: -20px;
right: -20px;
width: 100px;
height: 100px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decorative-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.6;
}
.additional-universal-section .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 15%, transparent), transparent);
top: 10%;
left: -100px;
}
.additional-universal-section .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 10%, transparent), transparent);
bottom: 15%;
right: -80px;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 1.81rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section .content-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 56px;
height: 56px;
}
.card-icon-wrapper i {
font-size: 1.69rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-card {
padding: 1.25rem;
}
.card-title {
font-size: 1.12rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 11, 27, 0.62) 0%,
rgba(8, 12, 27, 0.54) 45%,
rgba(14, 21, 48, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-055 {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.v-055 .section-header {
position: relative;
z-index: 2;
}
.v-055 .header-accent {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 30px;
border-radius: 2px;
}
.v-055 .section-title {
font-size: 2.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-055 .section-subtitle {
font-size: 1.50rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-055 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 800px;
margin: 0 auto;
}
.v-055 .content-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 30px;
position: relative;
z-index: 2;
}
.v-055 .grid-item {
position: relative;
}
.v-055 .grid-item.item-1 {
grid-column: span 6;
}
.v-055 .grid-item.item-2 {
grid-column: span 6;
}
.v-055 .grid-item.item-3.featured {
grid-column: span 12;
}
.v-055 .grid-item.item-4 {
grid-column: span 6;
}
.v-055 .grid-item.item-5 {
grid-column: span 6;
}
.v-055 .item-inner {
height: 100%;
background: var(--light);
border-radius: 16px;
padding: 40px;
position: relative;
overflow: hidden;
transition: all 1.16s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.v-055 .item-inner:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.v-055 .icon-wrapper {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
position: relative;
z-index: 2;
}
.v-055 .icon-wrapper i {
font-size: 26px;
color: var(--light);
}
.v-055 .icon-wrapper.large {
width: 80px;
height: 80px;
}
.v-055 .icon-wrapper.large i {
font-size: 33px;
}
.v-055 .item-title {
font-size: 1.62rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.v-055 .item-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-055 .grid-item.featured .item-inner {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
padding: 50px;
}
.v-055 .grid-item.featured .item-title {
color: var(--light);
font-size: 2.00rem;
}
.v-055 .grid-item.featured .item-description {
color: color-mix(in srgb, var(--light) 90%, transparent 10%);
font-size: 1.06rem;
}
.v-055 .grid-item.featured .icon-wrapper {
background: color-mix(in srgb, var(--light) 20%, transparent 80%);
backdrop-filter: blur(10px);
}
.v-055 .item-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
border-radius: 50%;
z-index: 0;
}
.v-055 .featured-decoration {
position: absolute;
top: -50px;
right: -50px;
width: 200px;
height: 200px;
background: color-mix(in srgb, var(--light) 10%, transparent 90%);
border-radius: 50%;
z-index: 0;
}
.v-055 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-055 .deco-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
}
.v-055 .deco-circle.circle-1 {
width: 300px;
height: 300px;
top: 10%;
left: -100px;
}
.v-055 .deco-circle.circle-2 {
width: 250px;
height: 250px;
bottom: 15%;
right: -80px;
}
.v-055 .deco-blob {
position: absolute;
top: 50%;
right: 5%;
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-float 20s ease-in-out infinite;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.v-055 .deco-line {
position: absolute;
width: 2px;
height: 150px;
background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
opacity: 0.3;
}
.v-055 .deco-line.line-1 {
top: 20%;
left: 15%;
}
.v-055 .deco-line.line-2 {
bottom: 25%;
right: 20%;
}
@media (max-width: 991px) {
.v-055 {
padding: 80px 0;
}
.v-055 .section-title {
font-size: 2.12rem;
}
.v-055 .section-subtitle {
font-size: 1.19rem;
}
.v-055 .content-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.v-055 .grid-item {
grid-column: span 1 !important;
}
.v-055 .item-inner {
padding: 30px;
}
.v-055 .grid-item.featured .item-inner {
padding: 40px;
}
.v-055 .grid-item.featured .item-title {
font-size: 1.81rem;
}
}
@media (max-width: 767px) {
.v-055 {
padding: 60px 0;
}
.v-055 .section-title {
font-size: 1.81rem;
}
.v-055 .section-subtitle {
font-size: 1.06rem;
}
.v-055 .section-description {
font-size: 1.06rem;
}
.v-055 .item-inner {
padding: 24px;
}
.v-055 .grid-item.featured .item-inner {
padding: 32px;
}
.v-055 .icon-wrapper {
width: 56px;
height: 56px;
}
.v-055 .icon-wrapper i {
font-size: 24px;
}
.v-055 .icon-wrapper.large {
width: 64px;
height: 64px;
}
.v-055 .icon-wrapper.large i {
font-size: 28px;
}
.v-055 .item-title {
font-size: 1.19rem;
}
.v-055 .grid-item.featured .item-title {
font-size: 1.50rem;
}
}
[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, 24, 50, 0.62) 0%,
rgba(5, 8, 12, 0.54) 45%,
rgba(10, 18, 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;
}
.additional-universal-section.v-063 {
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
position: relative;
overflow: hidden;
}
.v-063 .section-header {
max-width: 800px;
margin: 0 auto 80px;
}
.v-063 .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.v-063 .accent-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.v-063 .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}
.v-063 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-063 .section-subtitle {
font-size: 1.44rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-063 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-063 .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 40px 0;
}
.v-063 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent);
transform: translateX(-50%);
z-index: 1;
}
.v-063 .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
z-index: 2;
}
.v-063 .timeline-item:last-child {
margin-bottom: 0;
}
.v-063 .timeline-item:nth-child(odd) {
flex-direction: row;
}
.v-063 .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.v-063 .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.v-063 .marker-dot {
width: 24px;
height: 24px;
background: white;
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}
.v-063 .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: markerPulse 2s ease-out infinite;
}
.v-063 .timeline-content {
width: calc(50% - 60px);
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 35px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: all 0.62s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.v-063 .timeline-content::before {
content: '';
position: absolute;
top: 50%;
width: 30px;
height: 2px;
background: var(--primary-300);
}
.v-063 .timeline-item:nth-child(odd) .timeline-content {
margin-right: auto;
text-align: right;
}
.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
right: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-item:nth-child(even) .timeline-content {
margin-left: auto;
text-align: left;
}
.v-063 .timeline-item:nth-child(even) .timeline-content::before {
left: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.v-063 .timeline-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, white),
color-mix(in srgb, var(--primary-300) 10%, white));
border-radius: 14px;
margin-bottom: 20px;
transition: all 0.82s ease;
}
.v-063 .timeline-icon i {
font-size: 28px;
color: var(--primary-500);
transition: transform 0.95s ease;
}
.v-063 .timeline-content:hover .timeline-icon {
background: var(--primary-500);
}
.v-063 .timeline-content:hover .timeline-icon i {
color: white;
transform: scale(1.1) rotate(5deg);
}
.v-063 .timeline-title {
font-size: 1.50rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-063 .timeline-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-063 .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.v-063 .deco-shape {
position: absolute;
opacity: 0.08;
}
.v-063 .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 60%);
top: 5%;
right: 5%;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphShape 20s ease-in-out infinite;
}
.v-063 .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700), transparent 60%);
bottom: 10%;
left: 5%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morphShape 25s ease-in-out infinite reverse;
}
.v-063 .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 60%);
top: 50%;
right: 10%;
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
animation: float 18s ease-in-out infinite;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
@keyframes markerPulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes morphShape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: rotate(90deg);
}
50% {
border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
75% {
border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
transform: rotate(270deg);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(20px, -20px);
}
66% {
transform: translate(-15px, 15px);
}
}
@media (max-width: 991px) {
.v-063 {
padding: 80px 0;
}
.v-063 .section-title {
font-size: 2.06rem;
}
.v-063 .section-subtitle {
font-size: 1.25rem;
}
.v-063 .timeline-title {
font-size: 1.38rem;
}
}
@media (max-width: 767px) {
.v-063 {
padding: 60px 0;
}
.v-063 .section-title {
font-size: 2.06rem;
}
.v-063 .section-subtitle {
font-size: 1.25rem;
}
.v-063 .section-header {
margin-bottom: 60px;
}
.v-063 .timeline-line {
left: 30px;
}
.v-063 .timeline-item,
.v-063 .timeline-item:nth-child(even) {
flex-direction: column;
align-items: flex-start;
padding-left: 70px;
}
.v-063 .timeline-marker {
left: 30px;
top: 20px;
transform: translateX(-50%);
}
.v-063 .timeline-content,
.v-063 .timeline-item:nth-child(odd) .timeline-content,
.v-063 .timeline-item:nth-child(even) .timeline-content {
width: 100%;
text-align: left;
margin: 0;
}
.v-063 .timeline-content::before {
display: none;
}
.v-063 .timeline-title {
font-size: 1.19rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 9, 15, 0.62) 0%,
rgba(17, 23, 47, 0.54) 45%,
rgba(4, 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;
}