:root {
--primary-50: #f9fafb;
--primary-50-rgb: 249, 250, 251;
--primary-100: #f3f4f6;
--primary-100-rgb: 243, 244, 246;
--primary-300: #c3cfe3;
--primary-300-rgb: 209, 213, 219;
--primary-500: #7e848c;
--primary-500-rgb: 107, 114, 128;
--primary-700: #3b4b61;
--primary-700-rgb: 55, 65, 81;
--primary-200: #e9e9e9;
--primary-200-rgb: 226, 229, 233;
--primary-400: #a7a7a7;
--primary-400-rgb: 158, 164, 174;
--primary-600: #434957;
--primary-600-rgb: 81, 90, 105;
--primary-800: #202630;
--primary-800-rgb: 47, 55, 69;
--primary-900: #262e38;
--primary-900-rgb: 39, 46, 57;
--primary-950: #252e35;
--primary-950-rgb: 25, 30, 37;
--primary-rgb: 107, 114, 128;
--neutral-50: #f9fafb;
--neutral-50-rgb: 249, 250, 251;
--neutral-100: #f3f4f6;
--neutral-100-rgb: 243, 244, 246;
--neutral-300: #babdc3;
--neutral-300-rgb: 209, 213, 219;
--neutral-500: #606576;
--neutral-500-rgb: 107, 114, 128;
--neutral-700: #242c3a;
--neutral-700-rgb: 55, 65, 81;
--neutral-900: #121b32;
--neutral-900-rgb: 17, 24, 39;
--neutral-200: #f3f3f3;
--neutral-200-rgb: 226, 229, 233;
--neutral-400: #a8b0b8;
--neutral-400-rgb: 158, 164, 174;
--neutral-600: #545e77;
--neutral-600-rgb: 81, 90, 105;
--neutral-800: #2e3b4a;
--neutral-800-rgb: 47, 55, 69;
--neutral-950: #1c2028;
--neutral-950-rgb: 25, 30, 37;
--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 2px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 7px 7px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 111px 17px rgba(0, 0, 0, 0.1);
--shadow-card: 0 7px 22px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 16px 27px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 11px 111px rgba(118, 125, 135, 0.30);
--radius-sm: 9px;
--radius-md: 10px;
--radius-lg: 15px;
--radius-xl: 17px;
--transition-fast: 0.49s ease;
--transition-base: 1.16s ease;
--transition-slow: 0.42s 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 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 9px 10px -1px rgba(0, 0, 0, 0.1), 0 2px 5px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -7px rgba(0, 0, 0, 0.1), 0 9px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 23px 29px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -17px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 5px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.80s ease;
--transition-normal: 0.84s ease;
--transition-slow: 1.48s ease;
--transition-all: all 0.45s ease;
--duration-fast: 0.84s;
--duration-normal: 0.59s;
--duration-slow: 1.26s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 769px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1029px) {
section {
padding-top: var(--section-y-desktop);
padding-bottom: var(--section-y-desktop);
}
}
section[id="hero"] {
padding-top: var(--section-y-hero);
padding-bottom: var(--section-y-hero);
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
:root {
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
--shadow-md: 0 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;
}
.premium_font_primary {
font-family: var(--font-primary);
}
.top_font_secondary {
font-family: var(--font-secondary);
}
.company_font_mono {
font-family: var(--font-mono);
}
.site_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);
}
.dark_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);
}
.style_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);
}
.studio_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);
}
.theme_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);
}
.layout_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);
}
.base_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.modern_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.page_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);
}
.minimal_body_large {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.section_body_base {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
letter-spacing: var(--tracking-normal);
}
.clean_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);
}
.agency_caption {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wide);
color: var(--text-muted);
}
.best_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.container_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);
}
.custom_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;
}
.brand_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);
}
.ui_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);
}
.bright_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);
}
.web_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);
}
.digital_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;
}
.pro_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);
}
.new_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);
}
.core_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);
}
.core_nav_link:hover,
.core_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.content_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);
}
.business_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 7610px) {
.brand_hero_title {
font-size: var(--text-4xl);
}
.bright_section_title {
font-size: var(--text-3xl);
}
.site_display_1 {
font-size: var(--text-5xl);
}
.dark_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.brand_hero_title {
font-size: var(--text-3xl);
}
.bright_section_title {
font-size: var(--text-2xl);
}
.site_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);
}
.design_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.main_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.fresh_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.unique_text_balance {
text-wrap: balance;
}
.light_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.core_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.agency_caption,
.best_overline,
.business_footer_text {
color: var(--text-secondary);
}
.ui_hero_subtitle,
.web_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.brand_hero_title,
.bright_section_title,
.studio_heading_1,
.theme_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.design_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.00rem;
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.12rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.81rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 1.00rem;
}
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: 7610px) {
body {
font-size: 1.00rem;
}
.lead {
font-size: 1.06rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.app_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.prime_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.creative_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.smart_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.elite_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.bold_stack {
display: flex;
flex-direction: column;
}
.brand80_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.brand9_full_height {
min-height: auto;
}
.minimal51_section_height {
min-height: auto;
}
.studio43_hero_height {
min-height: auto;
}
.core93_m_0 { margin: 0; }
.main71_m_1 { margin: var(--space-1); }
.digital74_m_2 { margin: var(--space-2); }
.premium35_m_3 { margin: var(--space-3); }
.container43_m_4 { margin: var(--space-4); }
.smart82_m_6 { margin: var(--space-6); }
.theme65_m_8 { margin: var(--space-8); }
.unique94_m_12 { margin: var(--space-12); }
.unique21_m_16 { margin: var(--space-16); }
.premium28_mx_auto { margin-left: auto; margin-right: auto; }
.app64_my_auto { margin-top: auto; margin-bottom: auto; }
.light30_mt_0 { margin-top: 0; }
.bright76_mt_4 { margin-top: var(--space-4); }
.business73_mt_8 { margin-top: var(--space-8); }
.theme40_mt_12 { margin-top: var(--space-12); }
.minimal27_mb_0 { margin-bottom: 0; }
.best58_mb_4 { margin-bottom: var(--space-4); }
.custom74_mb_8 { margin-bottom: var(--space-8); }
.modern56_mb_12 { margin-bottom: var(--space-12); }
.agency79_p_0 { padding: 0; }
.bright71_p_1 { padding: var(--space-1); }
.ui49_p_2 { padding: var(--space-2); }
.web57_p_3 { padding: var(--space-3); }
.dark54_p_4 { padding: var(--space-4); }
.digital31_p_6 { padding: var(--space-6); }
.agency74_p_8 { padding: var(--space-8); }
.company93_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.digital98_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.core41_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.style52_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.pro59_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro67_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.premium35_gap_1 { gap: var(--space-1); }
.elite63_gap_2 { gap: var(--space-2); }
.unique11_gap_3 { gap: var(--space-3); }
.light90_gap_4 { gap: var(--space-4); }
.fresh85_gap_6 { gap: var(--space-6); }
.fresh6_gap_8 { gap: var(--space-8); }
.base73_shadow_none { box-shadow: var(--shadow-none); }
.studio93_shadow_xs { box-shadow: var(--shadow-xs); }
.web57_shadow_sm { box-shadow: var(--shadow-sm); }
.clean45_shadow_md { box-shadow: var(--shadow-md); }
.clean83_shadow_lg { box-shadow: var(--shadow-lg); }
.ui28_shadow_xl { box-shadow: var(--shadow-xl); }
.minimal94_shadow_2xl { box-shadow: var(--shadow-2xl); }
.digital35_shadow_inner { box-shadow: var(--shadow-inner); }
.prime83_shadow_colored { box-shadow: var(--shadow-colored); }
.page84_radius_none { border-radius: var(--radius-none); }
.clean78_radius_xs { border-radius: var(--radius-xs); }
.digital98_radius_sm { border-radius: var(--radius-sm); }
.main47_radius_md { border-radius: var(--radius-md); }
.ui13_radius_lg { border-radius: var(--radius-lg); }
.style34_radius_xl { border-radius: var(--radius-xl); }
.brand0_radius_2xl { border-radius: var(--radius-2xl); }
.content78_radius_3xl { border-radius: var(--radius-3xl); }
.content97_radius_full { border-radius: var(--radius-full); }
.business47_gradient_primary {
background: var(--gradient-primary);
}
.new37_gradient_secondary {
background: var(--gradient-secondary);
}
.design1_gradient_hero {
background: var(--gradient-hero);
}
.page69_gradient_card {
background: var(--gradient-card);
}
.design6_gradient_overlay {
position: relative;
}
.design6_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;
}
.design6_gradient_overlay > * {
position: relative;
z-index: 2;
}
.new15_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.new15_hover_lift:hover {
transform: translateY(-7px);
box-shadow: var(--shadow-lg);
}
.company80_hover_scale {
transition: transform var(--transition-normal);
}
.company80_hover_scale:hover {
transform: scale(1.02);
}
.content15_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.content15_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.brand0_hover_fade {
transition: opacity var(--transition-normal);
}
.brand0_hover_fade:hover {
opacity: var(--opacity-loading);
}
.bold97_focus_ring {
transition: box-shadow var(--transition-fast);
}
.bold97_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.creative13_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.custom57_hero_content {
position: relative;
z-index: 2;
}
.modern44_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.brand4_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.base21_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.core37_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.top78_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(329px, 1fr));
gap: var(--space-6);
}
.brand9_timeline {
position: relative;
}
.brand9_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.brand91_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.brand91_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.brand91_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.prime65_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.modern35_slide_up {
transform: translateY(23px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.brand98_slide_in_left {
transform: translateX(-29px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.digital14_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;
}
}
.content7_transition_all {
transition: var(--transition-all);
}
.prime82_transition_fast {
transition: all var(--transition-fast);
}
.pro46_transition_normal {
transition: all var(--transition-normal);
}
.creative5_transition_slow {
transition: all var(--transition-slow);
}
.layout59_bg_primary { background-color: var(--bg-primary); }
.business14_bg_secondary { background-color: var(--bg-secondary); }
.new36_bg_muted { background-color: var(--bg-muted); }
.content79_bg_glass { background-color: var(--bg-glass); }
.new43_text_primary { color: var(--text-primary); }
.prime28_text_secondary { color: var(--text-secondary); }
.unique9_text_muted { color: var(--text-muted); }
.smart64_text_inverse { color: var(--text-inverse); }
.prime67_text_link { color: var(--text-link); }
.core66_border_light { border-color: var(--border-light); }
.app36_border_medium { border-color: var(--border-medium); }
.best28_border_strong { border-color: var(--border-strong); }
.smart33_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 769px) {
.modern44_services_grid,
.base21_features_grid,
.brand4_team_grid,
.top78_pricing_grid {
grid-template-columns: 1fr;
}
.core37_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.brand9_timeline::before {
left: 30px;
}
.brand91_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.minimal51_section_height {
min-height: auto;
}
.studio43_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.core37_gallery_grid {
grid-template-columns: 1fr;
}
.brand91_timeline_item {
padding-left: var(--space-12) !important;
}
}
.base88_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;
}
.page53_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.theme79_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);
}
.theme79_skip_link:focus {
top: 6px;
}
@media print {
.section11_no_print {
display: none !important;
}
.unique20_print_only {
display: block !important;
}
.studio93_shadow_xs,
.web57_shadow_sm,
.clean45_shadow_md,
.clean83_shadow_lg,
.ui28_shadow_xl,
.minimal94_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.66rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.06rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(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) {
.prime65_fade_in,
.modern35_slide_up,
.brand98_slide_in_left,
.digital14_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.new15_hover_lift,
.company80_hover_scale,
.content15_hover_shadow,
.brand0_hover_fade,
.content7_transition_all,
.prime82_transition_fast,
.pro46_transition_normal,
.creative5_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-featured {
position: sticky;
top: 0;
z-index: 1000;
background: var(--surface-primary);
border-bottom: 1px solid var(--neutral-100);
transition: all 1.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-featured.scrolled {
background: color-mix(in srgb, var(--surface-primary) 95%, transparent);
backdrop-filter: blur(16px);
box-shadow: 0 9px 25px color-mix(in srgb, var(--neutral-900) 8%, transparent);
}
.header-featured .navbar {
padding: 1.5rem 0;
position: relative;
transition: padding 0.80s ease;
}
.header-featured.scrolled .navbar {
padding: 1rem 0;
}
.header-featured .navbar-brand {
font-size: 1.88rem;
font-weight: 700;
color: var(--primary-700);
letter-spacing: -0.02em;
position: relative;
padding: 0.5rem 1.5rem;
transition: all 1.03s ease;
}
.header-featured .navbar-brand::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
border-radius: 16px;
opacity: 0;
transition: opacity 0.83s ease;
z-index: -1;
}
.header-featured .navbar-brand:hover {
color: var(--primary-500);
transform: translateY(-2px);
}
.header-featured .navbar-brand:hover::before {
opacity: 1;
}
.header-featured .navbar-nav-left,
.header-featured .navbar-nav-right {
gap: 2.5rem;
align-items: center;
}
.header-featured .nav-link {
font-size: var(--nav-font-size);
font-weight: 500;
color: var(--text-primary);
padding: 0.5rem 0;
position: relative;
transition: color 0.79s ease;
letter-spacing: 0.01em;
}
.header-featured .nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transition: width 1.10s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-featured .nav-link:hover {
color: var(--primary-500);
}
.header-featured .nav-link:hover::after {
width: 100%;
}
.header-featured .navbar-toggler {
padding: 0.5rem;
color: var(--text-primary);
position: relative;
z-index: 10;
}
.header-featured .navbar-toggler:focus {
box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.header-featured .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--surface-primary);
border-top: 1px solid var(--neutral-100);
box-shadow: 0 10px 26px color-mix(in srgb, var(--neutral-900) 10%, transparent);
}
.header-featured .navbar-nav-mobile {
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.header-featured .nav-link-mobile {
font-size: 1.06rem;
font-weight: 500;
color: var(--text-primary);
padding: 1rem 1.5rem;
border-radius: 13px;
transition: all 0.89s ease;
text-decoration: none;
display: block;
}
.header-featured .nav-link-mobile:hover,
.header-featured .nav-link-mobile:focus {
background: var(--primary-50);
color: var(--primary-700);
transform: translateX(11px);
}
.header-featured .header-decorations {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
.header-featured .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-100), transparent);
opacity: 0.3;
animation: float 8s ease-in-out infinite;
}
.header-featured .deco-circle-1 {
width: 120px;
height: 120px;
top: -60px;
left: 10%;
animation-delay: 0s;
}
.header-featured .deco-circle-2 {
width: 80px;
height: 80px;
top: -40px;
right: 15%;
animation-delay: 2s;
}
.header-featured .deco-line {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
var(--primary-500),
var(--primary-300),
transparent
);
opacity: 0;
transition: opacity 0.88s ease;
}
.header-featured:hover .deco-line {
opacity: 0.5;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(20px, -15px) scale(1.1);
}
66% {
transform: translate(-15px, 10px) scale(0.9);
}
}
@media (max-width: 1299.911px) {
.header-featured .navbar-brand {
font-size: 1.62rem;
padding: 0.5rem 1rem;
}
.header-featured .deco-circle {
display: none;
}
}
@media (max-width: 575.910px) {
.header-featured .navbar {
padding: 1rem 0;
}
.header-featured .navbar-brand {
font-size: 1.31rem;
}
.header-featured .navbar-nav-mobile {
padding: 1rem;
}
.header-featured .nav-link-mobile {
padding: 0.875rem 1rem;
font-size: 0.94rem;
}
}
@media (prefers-reduced-motion: reduce) {
.header-featured,
.header-featured .navbar,
.header-featured .navbar-brand,
.header-featured .nav-link,
.header-featured .nav-link::after,
.header-featured .nav-link-mobile {
transition: none;
animation: none;
}
}
.header-featured .nav-link:focus-visible,
.header-featured .nav-link-mobile:focus-visible,
.header-featured .navbar-brand:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 5px;
border-radius: 5px;
}
@media (prefers-contrast: high) {
.header-featured {
border-bottom-width: 2px;
}
.header-featured .nav-link::after {
height: 3px;
}
.header-featured .navbar-brand::before {
opacity: 0.2;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 19, 38, 0.62) 0%,
rgba(10, 18, 34, 0.54) 45%,
rgba(16, 25, 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;
}
.header-featured {
overflow-x: hidden !important;
}
#hero {
min-height: 100vh;
display: flex;
align-items: center;
background-color: var(--bg-primary);
color: var(--text-primary);
position: relative;
overflow: hidden;
}
#hero .container {
position: relative;
z-index: 2;
}
.hero-content {
max-width: 580px;
}
#hero-title-1 {
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.15;
color: var(--text-primary);
}
#hero-subtitle-1 {
color: var(--primary-500);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.88rem;
}
#hero-desc-1 {
color: var(--text-secondary);
line-height: 1.6;
}
.btn-hero {
padding: 0.875rem 2rem;
font-weight: 700;
letter-spacing: 0.02em;
border: 2px solid;
border-radius: var(--radius-sm);
text-decoration: none;
display: inline-block;
transition: all var(--duration-short) var(--ease-out);
text-align: center;
}
.btn-hero.btn-primary {
background-color: var(--primary-500);
color: white;
border-color: var(--primary-500);
}
.btn-hero.btn-primary:hover {
background-color: var(--primary-700);
border-color: var(--primary-700);
transform: translateY(-2px);
box-shadow: var(--shadow-medium);
}
.btn-hero.btn-secondary {
background-color: transparent;
color: var(--text-primary);
border-color: var(--border-strong);
}
.btn-hero.btn-secondary:hover {
background-color: var(--primary-50);
border-color: var(--primary-500);
color: var(--primary-700);
transform: translateY(-2px);
}
.hero-image-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto auto;
gap: 1.5rem;
position: relative;
height: 100%;
min-height: 500px;
}
.hero-image-block {
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
position: relative;
box-shadow: var(--shadow-medium);
}
.hero-image-block img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero-image-lg {
grid-column: 1 / -1;
grid-row: 1;
min-height: 320px;
border-radius: var(--radius-md);
}
.hero-image-sm {
min-height: 200px;
border-radius: var(--radius-sm);
}
.hero-image-sm:nth-of-type(2) {
grid-column: 1;
grid-row: 2;
}
.hero-image-sm:nth-of-type(3) {
grid-column: 2;
grid-row: 2;
}
.hero-image-md {
grid-column: 1 / -1;
grid-row: 3;
min-height: 240px;
border-radius: var(--radius-md);
}
.hero-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.hero-deco-blob-1 {
width: 600px;
height: 600px;
background: var(--primary-500);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -150px;
right: -200px;
z-index: 0;
}
.hero-deco-blob-2 {
width: 500px;
height: 500px;
background: var(--primary-300);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -100px;
left: -150px;
z-index: 0;
}
.hero-deco-line-1 {
width: 2px;
height: 400px;
background: linear-gradient(180deg, var(--primary-500) 0%, transparent 100%);
top: 50%;
right: 15%;
transform: translateY(-50%);
z-index: 1;
}
@media (max-width: 991px) {
#hero {
min-height: auto;
padding: var(--space-lg) 0;
}
.hero-image-grid {
min-height: 400px;
gap: 1rem;
}
.hero-image-lg {
min-height: 250px;
}
.hero-image-sm {
min-height: 150px;
}
.hero-image-md {
min-height: 180px;
}
#hero-title-1 {
font-size: 2.31rem;
}
}
@media (max-width: 576px) {
#hero {
padding: var(--space-md) 0;
}
#hero-title-1 {
font-size: 2.19rem;
}
#hero-subtitle-1 {
font-size: 0.81rem;
}
#hero-desc-1 {
font-size: 1.00rem;
}
.btn-hero {
padding: 0.75rem 1.5rem;
font-size: 0.88rem;
}
.hero-image-grid {
min-height: 350px;
gap: 1rem;
}
.hero-image-lg {
min-height: 200px;
}
.hero-image-sm {
min-height: 120px;
}
.hero-image-md {
min-height: 150px;
}
.hero-deco-blob-1,
.hero-deco-blob-2 {
width: 300px;
height: 300px;
}
.hero-deco-line-1 {
height: 250px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 7, 11, 0.62) 0%,
rgba(3, 5, 7, 0.54) 45%,
rgba(15, 22, 47, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.usp-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(59, 130, 246, 0.02) 100%);
min-height: auto;
}
.usp-section .bright_section_title {
color: var(--text-primary);
font-weight: 700;
}
.usp-section .web_section_subtitle {
color: var(--primary-500);
font-weight: 600;
}
.usp-section .section_body_base {
color: var(--text-secondary);
line-height: 1.6;
}
.usp-card {
position: relative;
padding: var(--space-6);
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
overflow: hidden;
transition: all var(--duration-300) var(--ease-out);
height: 100%;
display: flex;
flex-direction: column;
}
.usp-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.05), transparent 70%);
pointer-events: none;
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.usp-card:hover::before {
opacity: 1;
}
.usp-card:hover {
border-color: var(--border-medium);
box-shadow: 0 13px 29px rgba(36, 121, 233, 0.10);
transform: translateY(-9px);
}
.usp-card-offset {
margin-top: var(--space-5);
}
.usp-card-header {
position: relative;
margin-bottom: var(--space-4);
z-index: 2;
}
.usp-card-header .minimal_body_large {
color: var(--text-primary);
font-weight: 700;
}
.usp-card-accent {
position: absolute;
top: -13px;
left: -11px;
width: 413px;
height: 410px;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
opacity: 0.8;
z-index: 1;
}
.usp-accent-1 {
background: linear-gradient(135deg, var(--primary-500), var(--primary-300));
}
.usp-accent-2 {
background: linear-gradient(135deg, rgba(50, 148, 251, 0.60), rgba(78, 70, 217, 0.60));
border-radius: 50%;
}
.usp-accent-3 {
background: linear-gradient(135deg, var(--primary-300), var(--primary-100));
}
.usp-accent-4 {
background: linear-gradient(135deg, rgba(78, 50, 207, 0.50), rgba(86, 165, 255, 0.50));
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
.usp-value {display: inline-block;
padding: var(--space-2) var(--space-3);
background: linear-gradient(135deg, rgba(76, 157, 236, 0.10), rgba(99, 102, 241, 0.08));
border: 1px solid rgba(38, 97, 244, 0.20);
border-radius: var(--radius-1);
color: var(--primary-700);
font-weight: 700;
font-size: 0.81rem;
letter-spacing: 0.5px;
}
.usp-card p {
flex-grow: 1;
position: relative;
z-index: 2;
}
.usp-decoration {
position: absolute;
pointer-events: none;
opacity: 0.3;
z-index: 1;
}
.usp-blob-1 {
top: -10%;
right: -5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 45% 55% 60% 40% / 55% 45% 40% 60%;
filter: blur(40px);
}
.usp-blob-2 {
bottom: -8%;
left: -8%;
width: 250px;
height: 250px;
background: radial-gradient(circle, rgba(45, 95, 231, 0.40), transparent);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
filter: blur(50px);
animation: float 8s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(20px);
}
}
@media (max-width: 7610px) {
.usp-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.usp-card {
padding: var(--space-5);
}
.usp-card-offset {
margin-top: 0;
}
.usp-blob-1,
.usp-blob-2 {
opacity: 0.15;
}
.usp-card:hover {
transform: translateY(-2px);
}
}
[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, 17, 41, 0.62) 0%,
rgba(2, 5, 8, 0.54) 45%,
rgba(3, 5, 12, 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-classic {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.section-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
border-radius: 50px;
border: 1px solid var(--primary-300);
}
.badge-dot {
width: 6px;
height: 6px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 0.50s;
}
.badge-dot:nth-child(3) {
animation-delay: 1.50s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.5;
transform: scale(1.3);
}
}
#about-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
#about-subtitle {
color: var(--primary-700);
font-size: 1.25rem;
font-weight: 500;
}
.description-text {
color: var(--text-secondary);
font-size: 1.06rem;
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.image-composition {
padding: 20px 0;
}
.main-image-wrapper {
position: relative;
z-index: 2;
}
.decorative-frame {
position: absolute;
top: -15px;
left: -15px;
right: 15px;
bottom: 15px;
border: 3px solid var(--primary-300);
border-radius: 1.5rem;
z-index: -1;
}
.main-image {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 1.42s ease, box-shadow 0.76s ease;
}
.main-image:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}
.secondary-images {
position: relative;
z-index: 3;
}
.image-card {
position: relative;
overflow: hidden;
border-radius: 0.75rem;
transition: transform 0.54s ease;
}
.image-card:hover {
transform: translateY(-8px);
}
.image-card img {
transition: transform 0.96s ease, filter 0.47s ease;
}
.image-card:hover img {
transform: scale(1.05);
filter: brightness(1.1);
}
.image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 20%, transparent 80%) 100%);
opacity: 0;
transition: opacity 1.26s ease;
}
.image-card:hover .image-overlay {
opacity: 1;
}
.floating-shape {
position: absolute;
border-radius: 50%;
z-index: 1;
animation: float 6s ease-in-out infinite;
}
.shape-1 {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: -20px;
opacity: 0.6;
}
.shape-2 {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
bottom: 15%;
left: -15px;
opacity: 0.5;
animation-delay: 1s;
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(10deg); }
}
.decorative-dots {
position: absolute;
width: 100px;
height: 100px;
background-image: radial-gradient(var(--primary-300) 2px, transparent 2px);
background-size: 15px 15px;
opacity: 0.4;
z-index: 1;
}
.dots-1 {
top: 20%;
left: -30px;
transform: rotate(15deg);
}
.dots-2 {
bottom: 10%;
right: -40px;
transform: rotate(-15deg);
}
.features-wrapper {
position: relative;
z-index: 2;
}
.feature-card {
display: flex;
gap: 20px;
padding: 25px;
background: var(--surface-primary);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 1rem;
transition: all 0.64s ease;
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 0;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transition: height 1.01s ease;
}
.feature-card:hover {
transform: translateX(8px);
border-color: var(--primary-300);
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.feature-card:hover::before {
height: 100%;
}
.feature-icon-wrapper {
position: relative;
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.icon-bg {
position: absolute;
inset: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 80%, transparent 20%),
color-mix(in srgb, var(--primary-300) 50%, transparent 50%));
border-radius: 1rem;
transition: transform 0.84s ease, background 1.09s ease;
}
.feature-card:hover .icon-bg {
transform: rotate(5deg) scale(1.05);
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}
.feature-icon {
font-size: 1.69rem;
color: var(--primary-700);
position: relative;
z-index: 1;
transition: color 1.11s ease, transform 0.62s ease;
}
.feature-card:hover .feature-icon {
color: var(--light);
transform: scale(1.1);
}
.feature-content h3 {
color: var(--text-primary);
margin-bottom: 8px;
transition: color 0.82s ease;
}
.feature-card:hover .feature-content h3 {
color: var(--primary-700);
}
.feature-content p {
color: var(--text-secondary);
font-size: 0.88rem;
line-height: 1.6;
}
.background-shapes {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.bg-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.shape-circle-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
top: -100px;
right: -100px;
animation: rotate-slow 30s linear infinite;
}
.shape-circle-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-700), transparent 70%);
bottom: -50px;
left: -80px;
animation: rotate-slow 25s linear infinite reverse;
}
.shape-blob {
width: 500px;
height: 500px;
background: radial-gradient(ellipse at center,
var(--primary-300) 0%,
transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: blob-morph 20s ease-in-out infinite;
}
@keyframes rotate-slow {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes blob-morph {
0%, 100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
transform: translate(-50%, -50%) scale(1);
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
transform: translate(-50%, -50%) scale(1.1);
}
}
@media (max-width: 991.98px) {
.features-wrapper {
padding-left: 0 !important;
margin-top: 3rem;
}
.secondary-images {
margin-top: 1.72rem !important;
}
.feature-card {
padding: 20px;
}
.feature-icon-wrapper {
width: 50px;
height: 50px;
}
.feature-icon {
font-size: 1.44rem;
}
}
@media (max-width: 767.98px) {
#about-title {
font-size: 2.19rem !important;
}
#about-subtitle {
font-size: 1.12rem !important;
}
.description-text {
font-size: 0.94rem;
}
.decorative-frame {
top: -10px;
left: -10px;
right: 10px;
bottom: 10px;
}
.feature-card {
gap: 15px;
padding: 18px;
}
.floating-shape {
display: none;
}
.decorative-dots {
width: 60px;
height: 60px;
}
}
@media (max-width: 575.98px) {
.section-badge {
padding: 6px 15px;
}
.badge-dot {
width: 5px;
height: 5px;
}
.secondary-images .row {
gap: 0.75rem !important;
}
.feature-card {
flex-direction: column;
align-items: flex-start;
}
.bg-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(2, 3, 6, 0.62) 0%,
rgba(2, 4, 6, 0.54) 45%,
rgba(12, 19, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-classic {
overflow-x: hidden !important;
}
.features-section {
position: relative;
padding: var(--space-lg) var(--space-base);
background-color: var(--bg-primary);
overflow: hidden;
min-height: auto;
}
.features-container {
position: relative;
max-width: 1200px;
margin: 0 auto;
z-index: 1;
}
.features-header {
text-align: center;
margin-bottom: var(--space-xl);
}
.features-header .bright_section_title {
color: var(--text-primary);
margin-bottom: var(--space-sm);
letter-spacing: -0.02em;
}
.features-header .web_section_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-base);
font-weight: 600;
}
.features-desc-text {
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: var(--space-lg);
margin-bottom: var(--space-lg);
}
@media (max-width: 768px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-base);
}
}
@media (max-width: 480px) {
.features-grid {
grid-template-columns: 1fr;
}
}
.features-item {
position: relative;
border-radius: var(--radius-lg);
padding: var(--space-lg);
border: 1px solid var(--border-light);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
backdrop-filter: blur(8px);
transition: all var(--duration-medium) var(--ease-out);
overflow: hidden;
}
.features-item::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
pointer-events: none;
}
.features-item:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-lg);
transform: translateY(-6px);
}
.features-item-inner {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: var(--space-base);
}
.features-item-icon {
width: 56px;
height: 56px;
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
transition: all var(--duration-medium) var(--ease-out);
}
.features-item-accent-1 .features-item-icon {
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
color: var(--primary-700);
}
.features-item-accent-2 .features-item-icon {
background: linear-gradient(135deg, rgba(34, 202, 137, 0.10), rgba(16, 185, 129, 0.05));
color: #12d294;
}
.features-item-accent-3 .features-item-icon {
background: linear-gradient(135deg, rgba(243, 176, 80, 0.10), rgba(249, 115, 22, 0.05));
color: #f65604;
}
.features-item-accent-4 .features-item-icon {
background: linear-gradient(135deg, rgba(188, 69, 255, 0.10), rgba(139, 92, 246, 0.05));
color: #8550f8;
}
.features-item:hover .features-item-icon {
transform: scale(1.1) rotate(8deg);
}
.features-item-title {
color: var(--text-primary);
margin: 0;
font-weight: 700;
letter-spacing: -0.01em;
}
.features-item-description {
color: var(--text-secondary);
margin: 0;
font-size: 0.88rem;
line-height: 1.5;
}
.features-decoration {
position: absolute;
opacity: 0.08;
pointer-events: none;
}
.features-blob-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle at 30% 30%, var(--primary-500), transparent);
border-radius: 35% 65% 42% 58% / 68% 45% 55% 32%;
top: -100px;
right: -80px;
animation: float 6s ease-in-out infinite;
}
.features-blob-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle at 70% 70%, var(--primary-300), transparent);
border-radius: 42% 58% 68% 32% / 35% 65% 42% 58%;
bottom: -50px;
left: -100px;
animation: float 8s ease-in-out infinite reverse;
}
.features-line-accent {
position: absolute;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
top: 50%;
left: 0;
opacity: 0.3;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(30px);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 32, 53, 0.62) 0%,
rgba(7, 14, 36, 0.54) 45%,
rgba(8, 19, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
padding: 5rem 0;
}
.section-header {
margin-bottom: 3rem;
}
#services-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 1rem;
}
#services-subtitle {
color: var(--primary-500);
font-size: 1.44rem;
font-weight: 600;
margin-bottom: 1.73rem;
}
#services-desc {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1.19rem;
}
.decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.shape-3 {
width: 200px;
height: 200px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse 15s ease-in-out infinite;
}
.service-card {
position: relative;
background: var(--surface-primary);
border-radius: 21px;
padding: 2.5rem;
transition: all 1.10s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
0 2px 4px -1px rgba(0, 0, 0, 0.03);
border: 2px solid transparent;
overflow: hidden;
z-index: 1;
}
.service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-300),
var(--primary-500),
var(--primary-700));
transform: scaleX(0);
transform-origin: left;
transition: transform 1.33s ease;
}
.service-card:hover::before {
transform: scaleX(1);
}
.service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
border-color: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.service-card.featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
border-color: var(--primary-300);
}
.featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.06rem;
animation: pulse-badge 2s ease-in-out infinite;
z-index: 2;
}
.service-icon-wrapper {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.60rem;
}
.icon-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
border-radius: 19px;
opacity: 0.15;
transition: all 0.65s ease;
}
.service-card:hover .icon-bg {
opacity: 0.25;
transform: rotate(10deg) scale(1.1);
}
.service-icon {
position: relative;
font-size: 2.56rem;
color: var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
transition: all 0.65s ease;
z-index: 1;
}
.service-card:hover .service-icon {
color: var(--primary-700);
transform: scale(1.1);
}
.service-content {
position: relative;
z-index: 1;
}
.service-name {
color: var(--text-primary);
font-size: 1.50rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
}
.service-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.00rem;
}
.service-features {
background: color-mix(in srgb, var(--primary-50) 30%, transparent 70%);
border-radius: 14px;
padding: 1.5rem;
border-left: 4px solid var(--primary-500);
}
.features-title {
color: var(--primary-700);
font-size: 1.00rem;
font-weight: 600;
margin-bottom: 0.89rem;
}
.features-list {
color: var(--text-secondary);
font-size: 0.94rem;
line-height: 1.8;
margin: 0;
white-space: pre-line;
}
.service-pricing {
margin-top: 1.67rem;
}
.price-badge {
display: inline-flex;
flex-direction: column;
align-items: center;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
color: var(--light);
padding: 1rem 2rem;
border-radius: 12px;
box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
transition: all 1.19s ease;
}
.service-card:hover .price-badge {
transform: scale(1.05);
box-shadow: 0 6px 8px -1px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
.price-label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
opacity: 0.9;
margin-bottom: 0.31rem;
}
.price-value {
font-size: 1.56rem;
font-weight: 700;
letter-spacing: -0.02em;
}
.card-decoration {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: var(--primary-300);
border-radius: 50%;
opacity: 0.03;
transition: all 1.00s ease;
}
.service-card:hover .card-decoration {
opacity: 0.06;
transform: scale(1.2);
}
.decorative-icons-grid {
position: relative;
height: 100px;
margin-top: 4rem;
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;
}
.icon-float {
font-size: 1.81rem;
color: var(--primary-300);
opacity: 0.3;
animation: float-icon 3s ease-in-out infinite;
animation-delay: var(--delay);
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
@keyframes pulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.05;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.08;
}
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
}
@media (max-width: 991px) {
#services-title {
font-size: 2.56rem;
}
#services-subtitle {
font-size: 1.25rem;
}
.service-card {
padding: 2rem;
}
.decorative-icons-grid {
gap: 2rem;
}
.icon-float {
font-size: 1.56rem;
}
}
@media (max-width: 767px) {
.services-section {
padding: 3rem 0;
}
#services-title {
font-size: 2.06rem;
}
#services-subtitle {
font-size: 1.19rem;
}
#services-desc {
font-size: 1.00rem;
}
.service-card {
padding: 1.5rem;
margin-bottom: 1rem;
}
.service-icon-wrapper {
width: 60px;
height: 60px;
}
.service-icon {
font-size: 2.00rem;
}
.service-name {
font-size: 1.38rem;
}
.price-value {
font-size: 1.62rem;
}
.decorative-icons-grid {
gap: 1.5rem;
margin-top: 2rem;
}
.shape-1,
.shape-2,
.shape-3 {
display: none;
}
}
@media (max-width: 575px) {
.featured-badge {
width: 35px;
height: 35px;
font-size: 0.81rem;
top: 15px;
right: 15px;
}
.service-features {
padding: 1rem;
}
.features-list {
font-size: 0.81rem;
}
.price-badge {
padding: 0.75rem 1.5rem;
}
.decorative-icons-grid {
gap: 1rem;
}
.icon-float {
font-size: 1.38rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 22, 45, 0.62) 0%,
rgba(8, 15, 27, 0.54) 45%,
rgba(17, 28, 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;
}
.priceplan-section {
position: relative;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50), 0.3) 100%);
overflow: hidden;
min-height: auto;
}
.priceplan-deco {
position: absolute;
opacity: 0.06;
pointer-events: none;
filter: blur(80px);
}
.priceplan-deco-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -150px;
right: -100px;
border-radius: 50%;
}
.priceplan-deco-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -100px;
left: -50px;
border-radius: 50%;
}
.priceplan-deco-3 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
}
.priceplan-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
border-radius: var(--radius-2xl);
background: rgba(var(--neutral-50), 0.5);
backdrop-filter: blur(20px);
border: 1px solid var(--border-light);
overflow: hidden;
transition: all var(--duration-300) var(--ease-out);
box-shadow: 0 8px 34px rgba(0, 0, 0, 0.04);
}
.priceplan-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.2) 0%, transparent 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.priceplan-card:hover {
border-color: var(--border-medium);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08), 0 0 1px rgba(var(--primary-500), 0.3);
transform: translateY(-8px);
}
.priceplan-card:hover::before {
opacity: 1;
}
.priceplan-card-inner {
position: relative;
z-index: 1;
padding: 2rem 1.5rem;
display: flex;
flex-direction: column;
height: 100%;
}
.priceplan-card-featured {
border-color: var(--primary-300);
background: linear-gradient(135deg, rgba(var(--primary-50), 0.8) 0%, rgba(var(--neutral-50), 0.6) 100%);
box-shadow: 0 0 32px rgba(var(--primary-500), 0.15), 0 16px 48px rgba(0, 0, 0, 0.08);
transform: scale(1.02);
}
.priceplan-card-featured::after {
content: '';
position: absolute;
inset: -1px;
background: linear-gradient(135deg, rgba(var(--primary-500), 0.1) 0%, transparent 100%);
border-radius: var(--radius-2xl);
z-index: 0;
pointer-events: none;
}
.priceplan-card-featured:hover {
transform: translateY(-12px) scale(1.02);
}
.priceplan-card-badge {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 10;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--text-inverse);
padding: 0.5rem 1.25rem;
border-radius: var(--radius-full);
box-shadow: 0 8px 24px rgba(var(--primary-500), 0.3);
}
.priceplan-card-badge span {
color: inherit;
}
.priceplan-card-header {
margin-bottom: 1.61rem;
}
.priceplan-card-header h3 {
color: var(--text-primary);
margin-bottom: 0.73rem;
font-weight: 600;
}
.priceplan-card-header p {
color: var(--text-muted);
}
.priceplan-card-price {
margin-bottom: 2rem;
display: flex;
align-items: baseline;
gap: 0.5rem;
}
.priceplan-price-value {
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1;
}
.priceplan-price-period {
color: var(--text-muted);
font-weight: 500;
}
.priceplan-features-list {
list-style: none;
padding: 0;
margin: 0 0 2rem 0;
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 0.875rem;
}
.priceplan-features-list li {
position: relative;
padding-left: 1.5rem;
color: var(--text-secondary);
line-height: 1.5;
}
.priceplan-features-list li::before {
content: 'â';
position: absolute;
left: 0;
top: 0;
color: var(--primary-500);
font-weight: 700;
font-size: 1.06rem;
}
.priceplan-cta-btn {
position: relative;
width: 100%;
padding: 0.875rem 1.5rem;
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
background: var(--bg-secondary);
color: var(--text-primary);
font-weight: 600;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.priceplan-cta-btn::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
z-index: -1;
}
.priceplan-cta-btn:hover {
border-color: var(--primary-500);
color: var(--text-inverse);
}
.priceplan-cta-btn:hover::before {
opacity: 1;
}
.priceplan-card-featured .priceplan-cta-btn {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--text-inverse);
border-color: transparent;
}
.priceplan-card-featured .priceplan-cta-btn:hover {
box-shadow: 0 8px 24px rgba(var(--primary-500), 0.3);
transform: translateY(-2px);
}
@media (max-width: 991px) {
.priceplan-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.priceplan-card-featured {
transform: scale(1);
}
.priceplan-card-featured:hover {
transform: translateY(-8px) scale(1);
}
.priceplan-card-inner {
padding: 1.75rem 1.25rem;
}
.priceplan-deco {
display: none;
}
}
@media (max-width: 576px) {
.priceplan-card-badge {
top: -10px;
}
.priceplan-card-inner {
padding: 1.5rem 1rem;
}
.priceplan-price-value {
font-size: clamp(1.75rem, 4vw, 2rem);
}
.priceplan-features-list {
gap: 0.75rem;
margin-bottom: 1.66rem;
}
.priceplan-card-header {
margin-bottom: 1rem;
}
.priceplan-card-price {
margin-bottom: 1.71rem;
}
}
[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, 11, 24, 0.62) 0%,
rgba(5, 8, 18, 0.54) 45%,
rgba(8, 17, 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;
}
.team-section {
position: relative;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3) 0%, rgba(var(--neutral-50), 0.5) 100%);
min-height: auto;
overflow: hidden;
}
.team-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.team-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
top: -100px;
right: -150px;
}
.team-decoration-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
bottom: -120px;
left: -100px;
}
.team-card {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
background: rgba(var(--neutral-50), 0.6);
backdrop-filter: blur(12px);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: var(--space-4);
transition: all var(--duration-300) var(--ease-out);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
z-index: 1;
}
.team-card:hover {
border-color: var(--primary-300);
box-shadow: 0 16px 48px rgba(var(--primary-500), 0.15);
transform: translateY(-4px);
}
.team-card-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1;
margin-bottom: var(--space-4);
border-radius: var(--radius-md);
overflow: hidden;
}
.team-card-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform var(--duration-400) var(--ease-out);
}
.team-card:hover .team-card-image {
transform: scale(1.08);
}
.team-card-glow {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(var(--primary-300), 0.3) 0%, transparent 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.team-card:hover .team-card-glow {
opacity: 1;
}
.team-card-content {
display: flex;
flex-direction: column;
gap: var(--space-2);
}
.team-card-content h3 {
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.team-card-content p {
color: var(--text-secondary);
margin: 0;
letter-spacing: 0.5px;
}
.fw-600 {
font-weight: 600;
}
@media (max-width: 992px) {
.team-card {
padding: var(--space-3);
}
.team-card-content h3 {
font-size: 1.12rem;
}
}
@media (max-width: 576px) {
.team-section {
padding-top: var(--space-5) !important;
padding-bottom: var(--space-5) !important;
}
.team-card {
padding: var(--space-3);
}
.team-card-image-wrapper {
margin-bottom: var(--space-3);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 22, 47, 0.62) 0%,
rgba(2, 3, 5, 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;
}
.reviews-section-clean {
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, white) 100%);
position: relative;
overflow: hidden;
}
.reviews-section-clean .reviews-header {
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.reviews-section-clean .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
margin: 0 auto 24px;
border-radius: 2px;
}
.reviews-section-clean .section-title {
font-size: 2.88rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-clean .section-subtitle {
font-size: 1.19rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
.reviews-section-clean .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.reviews-section-clean .reviews-grid {
position: relative;
z-index: 2;
}
.reviews-section-clean .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px;
height: 100%;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.82s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.reviews-section-clean .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
border-color: color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.reviews-section-clean .review-card-featured {
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 20%, white) 100%);
border: 2px solid var(--primary-500);
}
.reviews-section-clean .quote-icon {
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: 24px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.reviews-section-clean .quote-icon i {
font-size: 28px;
color: white;
}
.reviews-section-clean .review-content {
margin-bottom: 32px;
}
.reviews-section-clean .review-text {
font-size: 1.19rem;
line-height: 1.8;
color: var(--text-primary);
margin: 0;
font-style: italic;
position: relative;
}
.reviews-section-clean .review-footer {
display: flex;
align-items: center;
gap: 16px;
padding-top: 24px;
border-top: 2px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.reviews-section-clean .author-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 25%, transparent);
}
.reviews-section-clean .author-avatar .initials {
font-size: 1.00rem;
font-weight: 700;
color: white;
letter-spacing: 1px;
}
.reviews-section-clean .author-info {
flex: 1;
}
.reviews-section-clean .author-name {
font-size: 1.00rem;
font-weight: 600;
color: var(--text-primary);
margin: 0 0 6px 0;
}
.reviews-section-clean .author-meta {
display: flex;
align-items: center;
gap: 8px;
}
.reviews-section-clean .author-meta i {
font-size: 17px;
color: var(--primary-500);
}
.reviews-section-clean .card-decoration {
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
}
.reviews-section-clean .decoration-1 {
background: var(--primary-500);
top: -40px;
right: -40px;
}
.reviews-section-clean .decoration-2 {
background: var(--primary-700);
bottom: -40px;
left: -40px;
}
.reviews-section-clean .decoration-3 {
background: var(--primary-500);
top: -30px;
right: -30px;
width: 100px;
height: 100px;
}
.reviews-section-clean .decoration-4 {
background: var(--primary-700);
bottom: -30px;
left: -30px;
width: 100px;
height: 100px;
}
.reviews-section-clean .decoration-5 {
background: var(--primary-500);
top: 50%;
right: -60px;
transform: translateY(-50%);
width: 150px;
height: 150px;
}
.reviews-section-clean .decorative-shapes {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.reviews-section-clean .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
}
.reviews-section-clean .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: 10%;
left: -100px;
animation: float 20s ease-in-out infinite;
}
.reviews-section-clean .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 15%;
right: -50px;
animation: float 25s ease-in-out infinite reverse;
}
.reviews-section-clean .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-500);
top: 50%;
right: 10%;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@media (max-width: 991px) {
.reviews-section-clean {
padding: 80px 0;
}
.reviews-section-clean .section-title {
font-size: 2.44rem;
}
.reviews-section-clean .section-subtitle {
font-size: 1.19rem;
}
.reviews-section-clean .review-card {
padding: 32px;
}
}
@media (max-width: 767px) {
.reviews-section-clean {
padding: 60px 0;
}
.reviews-section-clean .reviews-header {
margin-bottom: 40px;
}
.reviews-section-clean .section-title {
font-size: 1.69rem;
}
.reviews-section-clean .section-subtitle {
font-size: 0.94rem;
letter-spacing: 1.5px;
}
.reviews-section-clean .section-description {
font-size: 1.00rem;
}
.reviews-section-clean .review-card {
padding: 28px;
}
.reviews-section-clean .quote-icon {
width: 50px;
height: 50px;
margin-bottom: 20px;
}
.reviews-section-clean .quote-icon i {
font-size: 26px;
}
.reviews-section-clean .review-text {
font-size: 0.94rem;
}
.reviews-section-clean .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-clean .author-avatar .initials {
font-size: 1.06rem;
}
.reviews-section-clean .author-name {
font-size: 1.00rem;
}
}
@media (max-width: 575px) {
.reviews-section-clean .review-card {
padding: 24px;
}
.reviews-section-clean .decorative-line-top {
width: 50px;
height: 3px;
margin-bottom: 20px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 19, 40, 0.62) 0%,
rgba(12, 18, 38, 0.54) 45%,
rgba(12, 21, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.casestudy-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: var(--space-8) 0;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
overflow: hidden;
}
.casestudy-header {
position: relative;
z-index: 10;
animation: fadeInDown 1.22s ease-out;
}
.casestudy-header h2 {
background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-300) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.casestudy-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: var(--space-6);
position: relative;
z-index: 10;
max-width: 1200px;
margin: 0 auto;
}
.casestudy-card {
position: relative;
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
backdrop-filter: blur(12px);
padding: var(--space-6);
transition: all var(--duration-3) var(--ease-smooth);
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.casestudy-card:hover {
border-color: var(--primary-300);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
box-shadow: 0 16px 48px rgba(69, 123, 255, 0.15);
transform: translateY(-4px);
}
.casestudy-card-inner {
position: relative;
z-index: 2;
}
.casestudy-card-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500), transparent);
border-radius: var(--radius-1);
}
.casestudy-card h3 {
color: var(--text-primary);
font-weight: 600;
}
.casestudy-card p {
line-height: 1.6;
letter-spacing: 0.3px;
}
.casestudy-bg-decoration {
position: absolute;
pointer-events: none;
opacity: 0.6;
}
.casestudy-blob-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-100) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
top: -100px;
right: -150px;
animation: floatBlob 8s ease-in-out infinite;
filter: blur(40px);
opacity: 0.3;
}
.casestudy-blob-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: -100px;
left: -120px;
animation: floatBlob 10s ease-in-out infinite reverse;
filter: blur(50px);
opacity: 0.25;
}
.casestudy-glow-accent {
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
filter: blur(100px);
opacity: 0.08;
animation: pulse 6s ease-in-out infinite;
}
@keyframes floatBlob {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(30px);
}
}
@keyframes pulse {
0%, 100% {
opacity: 0.08;
}
50% {
opacity: 0.12;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 768px) {
.casestudy-section {
min-height: auto;
padding: var(--space-6) 0;
}
.casestudy-grid {
grid-template-columns: 1fr;
gap: var(--space-4);
}
.casestudy-card {
padding: var(--space-5);
}
.casestudy-blob-1,
.casestudy-blob-2 {
width: 250px;
height: 250px;
}
.casestudy-glow-accent {
width: 400px;
height: 400px;
}
}
[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, 21, 46, 0.62) 0%,
rgba(4, 12, 20, 0.54) 45%,
rgba(18, 29, 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;
}
.process-section-modern {
position: relative;
padding: 100px 0;
background: var(--surface-primary);
overflow: hidden;
}
.process-section-modern .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.process-section-modern .section-subtitle {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary-500);
letter-spacing: 0.5px;
margin-bottom: 1.70rem;
}
.process-section-modern .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.process-timeline {
position: relative;
padding: 40px 0;
}
.process-timeline::before {
content: '';
position: absolute;
left: 60px;
top: 80px;
bottom: 80px;
width: 3px;
background: linear-gradient(
to bottom,
var(--primary-300),
var(--primary-500)
);
border-radius: 2px;
}
.timeline-item {
position: relative;
display: flex;
gap: 40px;
margin-bottom: 60px;
padding-left: 20px;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-marker {
position: relative;
flex-shrink: 0;
width: 80px;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.step-number {
font-size: 1.50rem;
font-weight: 700;
color: var(--primary-500);
font-family: 'Georgia', serif;
letter-spacing: 1px;
}
.marker-dot {
position: relative;
width: 24px;
height: 24px;
background: var(--surface-primary);
border: 4px solid var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.75s ease;
z-index: 2;
}
.timeline-item:hover .marker-dot {
transform: scale(1.2);
box-shadow: 0 0 0 10px color-mix(in srgb, var(--primary-500) 20%, transparent);
}
.timeline-content {
flex: 1;
background: var(--surface-secondary);
border-radius: 16px;
padding: 35px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid color-mix(in srgb, var(--primary-500) 10%, transparent);
transition: all 1.15s ease;
position: relative;
overflow: hidden;
}
.timeline-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(
to bottom,
var(--primary-500),
var(--primary-700)
);
opacity: 0;
transition: opacity 0.48s ease;
}
.timeline-item:hover .timeline-content {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.timeline-item:hover .timeline-content::before {
opacity: 1;
}
.icon-wrapper {
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;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 1.02s ease;
}
.icon-wrapper i {
font-size: 1.62rem;
color: white;
}
.timeline-item:hover .icon-wrapper {
transform: rotate(5deg) scale(1.1);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent);
}
.step-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 15px;
line-height: 1.3;
}
.step-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 8%, transparent),
transparent 70%
);
}
.shape-1 {
width: 400px;
height: 400px;
top: 10%;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.shape-2 {
width: 300px;
height: 300px;
bottom: 15%;
left: -80px;
animation: float 25s ease-in-out infinite reverse;
}
.shape-blob {
position: absolute;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
ellipse at center,
color-mix(in srgb, var(--primary-300) 5%, transparent),
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph 30s ease-in-out infinite;
opacity: 0.6;
}
@keyframes float {
0%, 100% {
transform: translateY(0) translateX(0);
}
25% {
transform: translateY(-30px) translateX(20px);
}
50% {
transform: translateY(-60px) translateX(-10px);
}
75% {
transform: translateY(-30px) translateX(-30px);
}
}
@keyframes morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%;
}
75% {
border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
}
}
@media (max-width: 991px) {
.process-section-modern {
padding: 80px 0;
}
.process-section-modern .section-title {
font-size: 2.06rem;
}
.process-section-modern .section-subtitle {
font-size: 1.19rem;
}
.process-timeline::before {
left: 40px;
}
.timeline-marker {
width: 60px;
}
.timeline-content {
padding: 28px;
}
.step-title {
font-size: 1.38rem;
}
}
@media (max-width: 767px) {
.process-section-modern {
padding: 60px 0;
}
.process-section-modern .section-title {
font-size: 2.00rem;
}
.process-section-modern .section-description {
font-size: 0.94rem;
}
.process-timeline {
padding: 20px 0;
}
.process-timeline::before {
left: 30px;
top: 60px;
bottom: 60px;
}
.timeline-item {
flex-direction: column;
gap: 20px;
margin-bottom: 40px;
padding-left: 0;
}
.timeline-marker {
width: 100%;
flex-direction: row;
justify-content: flex-start;
gap: 20px;
}
.step-number {
font-size: 1.19rem;
}
.marker-dot {
width: 20px;
height: 20px;
}
.timeline-content {
padding: 24px;
margin-left: 70px;
}
.icon-wrapper {
width: 50px;
height: 50px;
}
.icon-wrapper i {
font-size: 1.50rem;
}
.step-title {
font-size: 1.19rem;
}
.step-description {
font-size: 0.88rem;
}
.shape-1,
.shape-2 {
width: 250px;
height: 250px;
}
.shape-blob {
width: 350px;
height: 350px;
}
}
@media (max-width: 575px) {
.process-section-modern {
padding: 50px 0;
}
.process-section-modern .section-title {
font-size: 1.56rem;
}
.timeline-content {
margin-left: 60px;
padding: 20px;
}
.step-title {
font-size: 1.00rem;
}
.icon-wrapper {
width: 45px;
height: 45px;
}
.icon-wrapper i {
font-size: 1.38rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 10, 17, 0.62) 0%,
rgba(4, 6, 17, 0.54) 45%,
rgba(11, 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;
}
.timeline-section-minimal {
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 50%,
var(--surface-primary) 100%
);
position: relative;
overflow: hidden;
}
.timeline-section-minimal .section-header {
position: relative;
z-index: 2;
}
.timeline-section-minimal .decorative-badge {
width: 60px;
height: 60px;
margin: 0 auto;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
animation: float-badge 3s ease-in-out infinite;
}
.timeline-section-minimal .decorative-badge i {
font-size: 1.81rem;
color: var(--light);
}
@keyframes float-badge {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.timeline-section-minimal .section-title {
font-size: 2.44rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.timeline-section-minimal .section-subtitle {
font-size: 1.19rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.timeline-section-minimal .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.timeline-section-minimal .timeline-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 3rem 0;
}
.timeline-section-minimal .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 10%,
var(--primary-500) 50%,
var(--primary-300) 90%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-section-minimal .timeline-item {
margin-bottom: 4rem;
position: relative;
}
.timeline-section-minimal .timeline-item:last-child {
margin-bottom: 0;
}
.timeline-section-minimal .timeline-marker {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 3;
}
.timeline-section-minimal .marker-dot {
display: block;
width: 24px;
height: 24px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px var(--primary-300);
transition: all 0.68s ease;
}
.timeline-section-minimal .timeline-marker-current .marker-dot {
background: var(--primary-700);
box-shadow: 0 0 0 4px var(--primary-500);
}
.timeline-section-minimal .pulse-animation {
animation: pulse-marker 2s ease-in-out infinite;
}
@keyframes pulse-marker {
0%, 100% {
box-shadow: 0 0 0 4px var(--primary-500);
}
50% {
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
}
.timeline-section-minimal .timeline-content {
background: var(--surface-primary);
padding: 2rem;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
position: relative;
transition: all 1.37s ease;
border: 2px solid var(--neutral-100);
}
.timeline-section-minimal .timeline-content:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.timeline-section-minimal .timeline-icon-wrapper {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 1.30rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.timeline-section-minimal .timeline-icon-wrapper i {
font-size: 1.50rem;
color: var(--light);
}
.timeline-section-minimal .timeline-item-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.timeline-section-minimal .timeline-item-desc {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.timeline-section-minimal .timeline-decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
}
.timeline-section-minimal .shape-1 {
width: 100px;
height: 100px;
background: var(--primary-500);
top: -20px;
right: -20px;
}
.timeline-section-minimal .shape-2 {
width: 80px;
height: 80px;
background: var(--primary-700);
bottom: -15px;
left: -15px;
}
.timeline-section-minimal .shape-3 {
width: 120px;
height: 120px;
background: var(--primary-300);
top: -30px;
right: -30px;
border-radius: 30%;
}
.timeline-section-minimal .shape-4 {
width: 90px;
height: 90px;
background: var(--primary-500);
bottom: -20px;
left: -20px;
border-radius: 40%;
}
.timeline-section-minimal .shape-5 {
width: 110px;
height: 110px;
background: var(--primary-700);
top: -25px;
right: -25px;
}
.timeline-section-minimal .timeline-bg-decoration {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;
}
.timeline-section-minimal .decoration-top {
background: var(--primary-500);
top: 10%;
left: -100px;
}
.timeline-section-minimal .decoration-bottom {
background: var(--primary-700);
bottom: 10%;
right: -100px;
}
@media (max-width: 991.98px) {
.timeline-section-minimal .timeline-line {
left: 30px;
}
.timeline-section-minimal .timeline-marker {
left: 30px;
}
.timeline-section-minimal .timeline-item-right .timeline-content,
.timeline-section-minimal .timeline-item-left .timeline-content {
margin-left: 80px;
}
.timeline-section-minimal .section-title {
font-size: 2.19rem;
}
.timeline-section-minimal .section-subtitle {
font-size: 1.25rem;
}
}
@media (max-width: 767.98px) {
.timeline-section-minimal .timeline-line {
left: 20px;
}
.timeline-section-minimal .timeline-marker {
left: 20px;
}
.timeline-section-minimal .timeline-item-right .timeline-content,
.timeline-section-minimal .timeline-item-left .timeline-content {
margin-left: 60px;
}
.timeline-section-minimal .timeline-content {
padding: 1.5rem;
}
.timeline-section-minimal .timeline-icon-wrapper {
width: 48px;
height: 48px;
}
.timeline-section-minimal .timeline-icon-wrapper i {
font-size: 1.19rem;
}
.timeline-section-minimal .timeline-item-title {
font-size: 1.19rem;
}
.timeline-section-minimal .timeline-item-desc {
font-size: 0.94rem;
}
.timeline-section-minimal .section-title {
font-size: 1.81rem;
}
.timeline-section-minimal .section-subtitle {
font-size: 1.06rem;
}
.timeline-section-minimal .section-description {
font-size: 0.94rem;
}
.timeline-section-minimal .decorative-badge {
width: 50px;
height: 50px;
}
.timeline-section-minimal .decorative-badge i {
font-size: 1.50rem;
}
.timeline-section-minimal .timeline-item {
margin-bottom: 2.65rem;
}
}
@media (prefers-contrast: high) {
.timeline-section-minimal .timeline-content {
border-width: 3px;
border-color: var(--text-primary);
}
.timeline-section-minimal .marker-dot {
border-width: 5px;
}
}
@media (prefers-reduced-motion: reduce) {
.timeline-section-minimal .decorative-badge {
animation: none;
}
.timeline-section-minimal .pulse-animation {
animation: none;
}
.timeline-section-minimal .timeline-content {
transition: 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(13, 27, 44, 0.62) 0%,
rgba(12, 21, 47, 0.54) 45%,
rgba(16, 34, 53, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.career-section {
position: relative;
background: var(--bg-primary);
overflow: hidden;
}
.career-header {
position: relative;
z-index: 2;
}
.career-header-content {
padding-top: 0.67rem;
}
.career-title {
margin-bottom: 0.57rem;
color: var(--text-primary);
}
.career-subtitle {
color: var(--primary-500);
margin-bottom: 1.34rem;
font-weight: 600;
}
.career-description {
color: var(--text-secondary);
max-width: 90%;
line-height: 1.6;
}
.career-decoration-blob {
position: absolute;
top: -40px;
right: -80px;
width: 280px;
height: 280px;
background: radial-gradient(
ellipse 100% 100% at 30% 40%,
var(--primary-100),
transparent 70%
);
border-radius: 45% 55% 52% 48% / 48% 45% 55% 52%;
animation: blob-float 6s ease-in-out infinite;
opacity: 0.6;
}
.career-items-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.career-item {
position: relative;
padding: 1.75rem;
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
overflow: hidden;
transition: all var(--duration-300) var(--ease-out);
}
.career-item:hover {
border-color: var(--primary-300);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.career-item-accent {
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
background: linear-gradient(
135deg,
var(--primary-50),
var(--primary-100)
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.5;
z-index: 0;
}
.career-item-title {
position: relative;
z-index: 1;
color: var(--text-primary);
margin-bottom: 0.60rem;
font-weight: 600;
}
.career-item-role {
position: relative;
z-index: 1;
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.99rem;
font-weight: 600;
}
.career-item-desc {
position: relative;
z-index: 1;
color: var(--text-secondary);
font-size: 0.88rem;
line-height: 1.5;
}
.career-bg-decoration {
position: absolute;
bottom: -100px;
left: 10%;
width: 400px;
height: 400px;
background: radial-gradient(
circle at 30% 70%,
var(--neutral-100),
transparent 60%
);
border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
opacity: 0.3;
z-index: 0;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -30px) rotate(120deg);
}
66% {
transform: translate(-15px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.career-items-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.career-decoration-blob {
width: 200px;
height: 200px;
top: -20px;
right: -60px;
}
.career-header {
margin-bottom: 1rem;
}
}
@media (max-width: 576px) {
.career-section {
padding: 2rem 0;
}
.career-title {
font-size: 1.69rem;
}
.career-item {
padding: 1.5rem;
}
.career-item-accent {
width: 80px;
height: 80px;
top: -20px;
right: -20px;
}
.career-description {
max-width: 100%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 16, 24, 0.62) 0%,
rgba(7, 17, 28, 0.54) 45%,
rgba(7, 13, 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;
}
#coreinfo {
position: relative;
min-height: auto;
overflow: hidden;
background-color: var(--bg-primary);
}
.coreinfo-header {
position: relative;
z-index: 2;
}
.coreinfo-title-accent {
color: var(--primary-500);
font-weight: 900;
}
#coreinfo-title {
letter-spacing: -0.02em;
line-height: 1.2;
}
#coreinfo-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.81rem;
}
#coreinfo-desc {
color: var(--text-secondary);
max-width: 320px;
line-height: 1.6;
}
.coreinfo-item {
position: relative;
z-index: 2;
}
.coreinfo-item-block {
padding: 1.5rem;
border: 3px solid var(--border-strong);
background-color: var(--bg-secondary);
transition: all var(--duration-300) var(--ease-standard);
position: relative;
}
.coreinfo-item-block::before {
content: '';
position: absolute;
top: -8px;
left: -8px;
width: 100%;
height: 100%;
border: 3px solid var(--primary-500);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-standard);
pointer-events: none;
}
.coreinfo-item:hover .coreinfo-item-block {
border-color: var(--primary-500);
background-color: var(--primary-50);
transform: translate(4px, 4px);
}
.coreinfo-item:hover .coreinfo-item-block::before {
opacity: 1;
}
#coreinfo-item-1-title,
#coreinfo-item-2-title,
#coreinfo-item-3-title,
#coreinfo-item-4-title,
#coreinfo-item-5-title,
#coreinfo-item-6-title {
color: var(--text-primary);
font-size: 1.06rem;
line-height: 1.3;
}
#coreinfo-item-1-desc,
#coreinfo-item-2-desc,
#coreinfo-item-3-desc,
#coreinfo-item-4-desc,
#coreinfo-item-5-desc,
#coreinfo-item-6-desc {
font-size: 0.94rem;
line-height: 1.5;
color: var(--text-secondary);
}
.coreinfo-bg-decoration {
position: absolute;
top: -120px;
right: -80px;
width: 400px;
height: 400px;
background: radial-gradient(
circle at center,
var(--primary-100) 0%,
transparent 70%
);
opacity: 0.15;
pointer-events: none;
z-index: 0;
border-radius: 50%;
}
@media (max-width: 991.98px) {
#coreinfo {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.coreinfo-header {
margin-bottom: 1.62rem;
}
#coreinfo-desc {
max-width: 100%;
}
.coreinfo-item-block {
padding: 1.25rem;
border-width: 2px;
}
}
@media (max-width: 575.98px) {
.coreinfo-item-block {
padding: 1rem;
}
#coreinfo-item-1-title,
#coreinfo-item-2-title,
#coreinfo-item-3-title,
#coreinfo-item-4-title,
#coreinfo-item-5-title,
#coreinfo-item-6-title {
font-size: 1.00rem;
}
#coreinfo-item-1-desc,
#coreinfo-item-2-desc,
#coreinfo-item-3-desc,
#coreinfo-item-4-desc,
#coreinfo-item-5-desc,
#coreinfo-item-6-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(5, 8, 15, 0.62) 0%,
rgba(2, 4, 11, 0.54) 45%,
rgba(8, 15, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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 2.98s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 1.17s ease, box-shadow 0.63s ease;
}
.leadgen-section-secondary .leadgen-form-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 60px rgba(var(--black-rgb), 0.15);
}
.leadgen-section-secondary .decorative-shape-corner {
position: absolute;
top: -40px;
right: -40px;
width: 140px;
height: 140px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.12;
animation: rotate-leadgen-v001 25s linear infinite;
}
.leadgen-section-secondary .decorative-shape-gradient {
position: absolute;
bottom: -50px;
left: -50px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
opacity: 0.1;
animation: rotate-leadgen-v001 30s linear infinite reverse;
}
@keyframes rotate-leadgen-v001 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.94s 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.82s 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, #2057e7, #1953cc) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.25rem;
letter-spacing: 0.4px;
transition: all 1.10s ease;
box-shadow: 0 6px 20px rgba(53, 98, 245, 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.46s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(42, 127, 241, 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(67, 112, 230, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.12rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 1.39s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 1.14s ease;
font-size: 1.00rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.60s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 30, 49, 0.62) 0%,
rgba(2, 4, 8, 0.54) 45%,
rgba(12, 22, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#contact {
position: relative;
padding: clamp(3rem, 8vw, 6rem) 0;
overflow: hidden;
background: var(--bg-primary);
}
.contact-section .contact-header {
text-align: center;
margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.contact-section #contact-title {
color: var(--text-primary);
margin-bottom: 0.58rem;
}
.contact-section #contact-subtitle {
color: var(--text-secondary);
font-size: clamp(0.95rem, 2vw, 1.1rem);
}
.contact-section .contact-card {
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
padding: clamp(2rem, 4vw, 2.5rem);
position: relative;
overflow: hidden;
box-shadow: var(--shadow-soft);
}
.contact-section .contact-card::before {
content: '';
position: absolute;
top: -40%;
right: -20%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.4;
pointer-events: none;
}
.contact-section .contact-desc {
color: var(--text-secondary);
margin-bottom: 1.83rem;
}
.contact-section .contact-form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.contact-section .form-group {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.contact-section .form-group label {
color: var(--text-primary);
font-weight: 600;
}
.contact-section .form-control {
border: 1px solid var(--border-light);
border-radius: var(--radius-md);
padding: 0.75rem 1rem;
background: var(--bg-primary);
color: var(--text-primary);
font-size: 1.00rem;
transition: border-color var(--duration-fast) var(--ease-default),
box-shadow var(--duration-fast) var(--ease-default);
}
.contact-section .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 3px var(--primary-100);
outline: none;
}
.contact-section .form-control::placeholder {
color: var(--text-muted);
}
.contact-section .form-check {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin: 0.5rem 0;
}
.contact-section .form-check-input {
margin-top: 0.44rem;
border: 1px solid var(--border-light);
accent-color: var(--primary-500);
cursor: pointer;
}
.contact-section .form-check-label {
color: var(--text-secondary);
cursor: pointer;
}
.contact-section #site_submit_btn {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
color: white;
font-weight: 600;
padding: 0.875rem 2rem;
margin-top: 0.60rem;
border-radius: var(--radius-md);
transition: transform var(--duration-fast) var(--ease-default),
box-shadow var(--duration-fast) var(--ease-default);
box-shadow: var(--shadow-soft);
}
.contact-section #site_submit_btn:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-medium);
}
.contact-section #site_submit_btn:active {
transform: translateY(0);
}
.contact-section .contact-info-stack {
position: relative;
display: flex;
flex-direction: column;
gap: 1.5rem;
height: 100%;
}
.contact-section .contact-info-card {
display: flex;
align-items: flex-start;
gap: 1.5rem;
padding: 1.75rem;
background: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: transform var(--duration-fast) var(--ease-default),
box-shadow var(--duration-fast) var(--ease-default);
}
.contact-section .contact-info-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-medium);
}
.contact-section .info-icon {
font-size: 1.62rem;
line-height: 1;
flex-shrink: 0;
}
.contact-section .info-content h3 {
color: var(--text-primary);
margin-bottom: 0.36rem;
}
.contact-section .info-content p {
color: var(--text-secondary);
margin: 0;
}
.contact-section .contact-decorative-blob {
position: absolute;
bottom: -100px;
right: -80px;
width: 350px;
height: 350px;
background: radial-gradient(ellipse 80% 50% at 60% 40%, var(--primary-100) 0%, transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
pointer-events: none;
}
.contact-section .contact-bg-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle 400px at 20% 80%, var(--primary-50) 0%, transparent 50%),
radial-gradient(circle 300px at 80% 20%, var(--neutral-50) 0%, transparent 50%);
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.contact-section > .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.contact-section .contact-info-card {
gap: 1rem;
padding: 1.5rem;
}
.contact-section .info-icon {
font-size: 1.44rem;
}
.contact-section .contact-decorative-blob {
opacity: 0.15;
}
}
@media (max-width: 576px) {
#contact {
padding: 2.5rem 0;
}
.contact-section .contact-card {
padding: 1.5rem;
}
.contact-section .contact-form {
gap: 1rem;
}
.contact-section .contact-info-stack {
gap: 1rem;
}
.contact-section .contact-info-card {
gap: 1rem;
padding: 1.25rem;
}
.contact-section #site_submit_btn {
width: 100%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 13, 27, 0.62) 0%,
rgba(10, 28, 52, 0.54) 45%,
rgba(5, 9, 18, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.blog-section-special {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
padding: 5rem 0;
}
.blog-section-special .section-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
color: white;
font-size: 1.38rem;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.blog-timeline {
max-width: 1000px;
margin: 0 auto;
padding: 2rem 0;
}
.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%);
}
.timeline-item {
position: relative;
margin-bottom: 4rem;
opacity: 0;
animation: fadeInUp 1.57s ease-out forwards;
}
.timeline-item:nth-child(2) {
animation-delay: 1.19s;
}
.timeline-item:nth-child(3) {
animation-delay: 0.81s;
}
.timeline-item:nth-child(4) {
animation-delay: 1.54s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 2;
}
.marker-dot {
width: 24px;
height: 24px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
transition: all 1.02s ease;
}
.timeline-item:hover .marker-dot {
transform: scale(1.3);
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-300) 60%, transparent 40%);
background: var(--primary-700);
}
.timeline-content {
padding: 0 2rem;
}
.content-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
box-shadow:
0 4px 6px rgba(0, 0, 0, 0.05),
0 10px 25px rgba(0, 0, 0, 0.08);
transition: all 1.16s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
position: relative;
overflow: hidden;
}
.content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 1.04s ease;
}
.content-card:hover::before {
transform: scaleX(1);
}
.content-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 24px rgba(0, 0, 0, 0.1),
0 20px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.category-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 80%, var(--primary-300) 20%),
var(--primary-100)
);
border-radius: 12px;
color: var(--primary-700);
font-size: 1.44rem;
margin-bottom: 1.59rem;
transition: all 0.48s ease;
}
.content-card:hover .category-badge {
transform: rotate(10deg) scale(1.1);
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: white;
}
.content-card h4 {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
transition: color 0.71s ease;
}
.content-card:hover h4 {
color: var(--primary-700);
}
.content-card p {
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 1.56rem;
}
.read-more-link {
display: inline-flex;
align-items: center;
color: var(--primary-500);
font-weight: 600;
text-decoration: none;
transition: all 0.67s ease;
position: relative;
padding-bottom: 2px;
}
.read-more-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.53s ease;
}
.read-more-link:hover {
color: var(--primary-700);
transform: translateX(4px);
}
.read-more-link:hover::after {
width: 100%;
}
.read-more-link i {
transition: transform 1.09s ease;
}
.read-more-link:hover i {
transform: translateX(4px);
}
.decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.shape-circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
}
.shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
top: 10%;
right: -100px;
animation: float 6s ease-in-out infinite;
}
.shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(225deg, var(--primary-300), var(--primary-500));
bottom: 15%;
left: -50px;
animation: float 8s ease-in-out infinite reverse;
}
.shape-blob {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent 70%
);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blobMorph 10s ease-in-out infinite;
}
@keyframes blobMorph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991px) {
.timeline-line {
left: 30px;
}
.timeline-marker {
left: 30px;
}
.timeline-content {
padding: 0 0 0 4rem;
}
.content-card {
padding: 2rem;
}
}
@media (max-width: 767px) {
.blog-section-special {
padding: 3rem 0;
}
.timeline-line {
left: 20px;
}
.timeline-marker {
left: 20px;
top: 20px;
}
.marker-dot {
width: 18px;
height: 18px;
border-width: 3px;
}
.timeline-content {
padding: 0 0 0 3rem;
}
.content-card {
padding: 1.5rem;
}
.content-card h4 {
font-size: 1.38rem;
}
.category-badge {
width: 40px;
height: 40px;
font-size: 1.25rem;
}
.timeline-item {
margin-bottom: 3rem;
}
.shape-1,
.shape-2 {
display: none;
}
}
@media (max-width: 575px) {
.content-card {
padding: 1.25rem;
}
.content-card h4 {
font-size: 1.31rem;
margin-bottom: 1rem;
}
.content-card p {
font-size: 0.94rem;
line-height: 1.6;
}
.timeline-content {
padding: 0 0 0 2.5rem;
}
}
@media print {
.decorative-shapes,
.timeline-line {
display: none;
}
.content-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
@media (prefers-contrast: high) {
.content-card {
border: 2px solid var(--neutral-900);
}
.marker-dot {
border-width: 3px;
}
.read-more-link {
text-decoration: underline;
}
}
@media (prefers-reduced-motion: reduce) {
.section-badge,
.shape-1,
.shape-2,
.shape-blob {
animation: none;
}
.timeline-item {
animation: none;
opacity: 1;
}
.content-card,
.marker-dot,
.category-badge,
.read-more-link {
transition: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 9, 15, 0.62) 0%,
rgba(4, 7, 13, 0.54) 45%,
rgba(17, 27, 50, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.blog-section-special {
overflow-x: hidden !important;
}
.faq-section-alt {
padding: 120px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
position: relative;
overflow: hidden;
}
.faq-section-alt .section-header {
margin-bottom: 60px;
}
.faq-section-alt .section-title {
font-size: 3.00rem;
font-weight: 800;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
}
.faq-section-alt .section-subtitle {
font-size: 1.44rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.faq-section-alt .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
}
.faq-section-alt .faq-card {
background: var(--surface-primary);
border: 2px solid var(--neutral-100);
border-radius: 16px;
padding: 32px;
height: 100%;
display: flex;
gap: 24px;
transition: all 0.59s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
.faq-section-alt .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
border-radius: 16px 16px 0 0;
opacity: 0;
transition: opacity 1.16s ease;
}
.faq-section-alt .faq-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.faq-section-alt .faq-card:hover::before {
opacity: 1;
}
.faq-section-alt .faq-icon-wrapper {
flex-shrink: 0;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.81rem;
box-shadow: 0 8px 16px color-mix(in srgb, var(--primary-500) 40%, transparent);
transition: all 0.40s ease;
}
.faq-section-alt .faq-card:hover .faq-icon-wrapper {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 24px color-mix(in srgb, var(--primary-500) 50%, transparent);
}
.faq-section-alt .faq-content {
flex: 1;
min-width: 0;
}
.faq-section-alt .faq-question {
font-size: 1.31rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.4;
}
.faq-section-alt .faq-answer {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.faq-section-alt .decorative-elements {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.faq-section-alt .deco-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
opacity: 0.08;
animation: float-circle 20s infinite ease-in-out;
}
.faq-section-alt .deco-circle-1 {
width: 400px;
height: 400px;
top: -100px;
right: -100px;
animation-delay: 0s;
}
.faq-section-alt .deco-circle-2 {
width: 300px;
height: 300px;
bottom: -80px;
left: -80px;
animation-delay: -10s;
}
.faq-section-alt .deco-shape {
position: absolute;
width: 200px;
height: 200px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.05;
animation: rotate-shape 25s infinite linear;
}
.faq-section-alt .deco-shape-1 {
top: 20%;
left: 5%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.faq-section-alt .deco-shape-2 {
bottom: 15%;
right: 8%;
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
animation-direction: reverse;
}
@keyframes float-circle {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes rotate-shape {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media (max-width: 991px) {
.faq-section-alt {
padding: 80px 0;
}
.faq-section-alt .section-title {
font-size: 2.31rem;
}
.faq-section-alt .section-subtitle {
font-size: 1.31rem;
}
.faq-section-alt .section-description {
font-size: 1.06rem;
}
.faq-section-alt .faq-card {
padding: 28px;
}
.faq-section-alt .faq-icon-wrapper {
width: 48px;
height: 48px;
font-size: 1.62rem;
}
.faq-section-alt .faq-question {
font-size: 1.25rem;
}
}
@media (max-width: 767px) {
.faq-section-alt {
padding: 60px 0;
}
.faq-section-alt .section-header {
margin-bottom: 40px;
}
.faq-section-alt .section-title {
font-size: 1.88rem;
}
.faq-section-alt .section-subtitle {
font-size: 1.19rem;
}
.faq-section-alt .section-description {
font-size: 0.88rem;
}
.faq-section-alt .faq-card {
flex-direction: column;
padding: 24px;
gap: 20px;
}
.faq-section-alt .faq-icon-wrapper {
width: 52px;
height: 52px;
}
.faq-section-alt .faq-question {
font-size: 1.00rem;
}
.faq-section-alt .faq-answer {
font-size: 1.00rem;
}
.faq-section-alt .deco-circle-1,
.faq-section-alt .deco-circle-2 {
display: none;
}
}
@media (min-width: 1400px) {
.faq-section-alt .section-title {
font-size: 3.00rem;
}
.faq-section-alt .section-subtitle {
font-size: 1.69rem;
}
.faq-section-alt .faq-card {
padding: 36px;
}
.faq-section-alt .faq-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.94rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-alt .faq-card {
transition: none;
}
.faq-section-alt .deco-circle,
.faq-section-alt .deco-shape {
animation: none;
}
}
@media print {
.faq-section-alt {
padding: 40px 0;
}
.faq-section-alt .decorative-elements {
display: none;
}
.faq-section-alt .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
[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, 27, 41, 0.62) 0%,
rgba(3, 8, 14, 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;
}
.faq-section-alt {
overflow-x: hidden !important;
}
.footer-clean {
position: relative;
background: linear-gradient(135deg, var(--primary-50) 0%, var(--surface-primary) 100%);
padding: 80px 0 40px;
overflow: hidden;
}
.footer-top-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 50%,
var(--primary-500) 100%);
opacity: 0.1;
pointer-events: none;}
.footer-main {
margin-bottom: 60px;
}
.footer-brand-section {
padding-right: 30px;
}
.footer-brand-title {
font-size: 26px;
font-weight: 700;
color: var(--primary-700);
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-brand-desc {
font-size: 16px;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 20px;
}
.brand-accent-line {
width: 60px;
height: 3px;
background: var(--primary-500);
border-radius: 2px;
position: relative;
overflow: hidden;
}
.brand-accent-line::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -100%; }
100% { left: 200%; }
}
.footer-links-section {padding: 0 15px;
}
.footer-section-title {
font-size: 19px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 24px;
position: relative;
padding-bottom: 12px;
}
.footer-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 2px;
background: var(--primary-500);
}
.footer-links-list {list-style: none;
padding: 0;
margin: 0;
}
.footer-links-list li {margin-bottom: 12px;
}
.footer-link {display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: var(--text-secondary);
text-decoration: none;
transition: all 0.59s ease;
position: relative;
}
.footer-link i {font-size: 13px;
color: var(--primary-500);
transition: transform 0.46s ease;
}
.footer-link:hover {color: var(--primary-700);
padding-left: 5px;
}
.footer-link:hover i {transform: translateX(3px);
}
.footer-contact-section {
padding: 0 15px;
}
.footer-contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 20px;
padding: 12px;
background: var(--surface-primary);
border-radius: 8px;
transition: all 1.01s ease;
}
.contact-item:hover {
background: color-mix(in srgb, var(--primary-50) 80%, var(--surface-primary) 20%);
transform: translateX(5px);
}
.contact-item i {
font-size: 17px;
color: var(--primary-500);
margin-top: 2px;
flex-shrink: 0;
}
.contact-link,
.contact-text {font-size: 13px;
color: var(--text-secondary);
text-decoration: none;
line-height: 1.6;
transition: color 1.12s ease;
}
.contact-link:hover {
color: var(--primary-700);
}
.footer-disclaimer-section {padding: 0 15px;
}
.disclaimer-card {
background: color-mix(in srgb, var(--primary-500) 8%, var(--surface-primary) 92%);
border: 1px solid color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
border-radius: 12px;
padding: 24px;
position: relative;
}
.disclaimer-icon {
font-size: 26px;
color: var(--primary-500);
margin-bottom: 12px;
display: block;
}
.disclaimer-text {
font-size: 14px;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
}
.footer-separator {
position: relative;
margin: 0 0 40px 0;
height: 1px;
display: flex;
align-items: center;
justify-content: center;
}
.separator-line {
position: absolute;
width: 100%;
height: 1px;
background: linear-gradient(90deg,
transparent 0%,
var(--neutral-300) 50%,
transparent 100%);
}
.separator-dot {
position: relative;
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
z-index: 1;
box-shadow: 0 0 0 4px var(--surface-primary);
}
.footer-copyright {text-align: center;
padding: 20px 0;
}
.copyright-text {
font-size: 13px;
color: var(--text-secondary);
margin: 0;
}
.footer-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.footer-bg-shapes .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
pointer-events: none;}
.footer-bg-shapes .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.footer-bg-shapes .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: 10%;
}
.footer-bg-shapes .shape-3 {
width: 200px;
height: 200px;
background: var(--primary-500);
top: 50%;
left: -100px;
transform: translateY(-50%);
}
.footer-clean .container {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.footer-clean {
padding: 60px 0 30px;
}
.footer-brand-section {
padding-right: 0;
margin-bottom: 40px;
}
.footer-links-section,
.footer-contact-section,
.footer-disclaimer-section {padding: 0;
margin-bottom: 40px;
}
.footer-main {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.footer-clean {
padding: 50px 0 30px;
}
.footer-brand-title {
font-size: 25px;
}
.footer-section-title {
font-size: 15px;
}
.contact-item {
flex-direction: column;
gap: 8px;
}
.contact-item i {
margin-top: 0;
}
.disclaimer-card {
padding: 20px;
}
.footer-bg-shapes .shape-1 {
width: 300px;
height: 300px;
}
.footer-bg-shapes .shape-2 {
width: 200px;
height: 200px;
}
.footer-bg-shapes .shape-3 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.footer-brand-section,
.footer-links-section,
.footer-contact-section,
.footer-disclaimer-section {margin-bottom: 30px;
}
.footer-main {
margin-bottom: 30px;
}
.footer-separator {
margin-bottom: 30px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 16, 42, 0.62) 0%,
rgba(7, 10, 20, 0.54) 45%,
rgba(13, 30, 45, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.footer-clean {
overflow-x: hidden !important;
}
.additional-universal-custom {
position: relative;
padding: 6rem 0;
background: radial-gradient(circle at top right, var(--primary-50) 0%, var(--neutral-50) 40%, var(--accent-50) 100%);
overflow: hidden;
}
.additional-universal-custom .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-custom .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 1.67rem;
line-height: 1.4;
}
.additional-universal-custom .section-description {
font-size: 1.19rem;
color: var(--neutral-700);
line-height: 1.7;
max-width: 850px;
margin: 0 auto;
}
.additional-universal-custom .creative-divider {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin: 3rem 0;
}
.additional-universal-custom .divider-line {
width: 100px;
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--primary-400) 50%, transparent 100%);
}
.additional-universal-custom .divider-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 15px var(--primary-300);
}
.additional-universal-custom .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.additional-universal-custom .features-grid .feature-box:nth-child(3) {
grid-column: 1 / -1;
max-width: 600px;
margin: 0 auto;
width: 100%;
}
.additional-universal-custom .feature-box {
position: relative;
background: var(--neutral-0);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
border: 2px solid var(--neutral-100);
transition: all 0.91s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
}
.additional-universal-custom .feature-box:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-custom .feature-visual {
position: relative;
margin-bottom: 1.75rem;
display: flex;
align-items: center;
gap: 1rem;
}
.additional-universal-custom .icon-wrapper {
width: 80px;
height: 80px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
position: relative;
z-index: 2;
}
.additional-universal-custom .icon-wrapper i {
font-size: 2.38rem;
color: var(--neutral-0);
}
.additional-universal-custom .gradient-1 {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
}
.additional-universal-custom .gradient-2 {
background: linear-gradient(135deg, var(--accent-500), var(--accent-700));
}
.additional-universal-custom .gradient-3 {
background: linear-gradient(135deg, var(--primary-600), var(--accent-600));
}
.additional-universal-custom .gradient-4 {
background: linear-gradient(135deg, var(--accent-400), var(--primary-600));
}
.additional-universal-custom .gradient-5 {
background: linear-gradient(135deg, var(--primary-700), var(--accent-500));
}
.additional-universal-custom .visual-accent {
flex: 1;
height: 3px;
border-radius: 2px;
opacity: 0.4;
}
.additional-universal-custom .accent-1 { background: linear-gradient(90deg, var(--primary-500), transparent); }
.additional-universal-custom .accent-2 { background: linear-gradient(90deg, var(--accent-500), transparent); }
.additional-universal-custom .accent-3 { background: linear-gradient(90deg, var(--primary-600), transparent); }
.additional-universal-custom .accent-4 { background: linear-gradient(90deg, var(--accent-400), transparent); }
.additional-universal-custom .accent-5 { background: linear-gradient(90deg, var(--primary-700), transparent); }
.additional-universal-custom .feature-title {
font-size: 1.56rem;
font-weight: 700;
color: var(--primary-900);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-custom .feature-description {
font-size: 1.06rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-custom .feature-glow {
position: absolute;
bottom: -50%;
right: -50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
opacity: 0;
transition: opacity 1.13s ease;
pointer-events: none;
}
.additional-universal-custom .feature-box:hover .feature-glow {
opacity: 0.3;
}
.additional-universal-custom .floating-orb {
position: absolute;
border-radius: 50%;
opacity: 0.06;
pointer-events: none;
filter: blur(40px);
}
.additional-universal-custom .orb-1 {
width: 350px;
height: 350px;
background: var(--primary-400);
top: 10%;
left: -100px;
}
.additional-universal-custom .orb-2 {
width: 300px;
height: 300px;
background: var(--accent-400);
top: 50%;
right: -80px;
}
.additional-universal-custom .orb-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: 10%;
left: 50%;
transform: translateX(-50%);
}
.additional-universal-custom .geometric-pattern {
position: absolute;
width: 150px;
height: 150px;
opacity: 0.03;
pointer-events: none;
}
.additional-universal-custom .pattern-1 {
top: 15%;
right: 10%;
background: repeating-linear-gradient(
45deg,
var(--primary-500),
var(--primary-500) 10px,
transparent 10px,
transparent 20px
);
}
.additional-universal-custom .pattern-2 {
bottom: 20%;
left: 8%;
background: repeating-linear-gradient(
-45deg,
var(--accent-500),
var(--accent-500) 10px,
transparent 10px,
transparent 20px
);
}
@media (max-width: 991px) {
.additional-universal-custom {
padding: 4rem 0;
}
.additional-universal-custom .features-grid {
gap: 1.5rem;
}
.additional-universal-custom .feature-box {
padding: 2rem;
}
.additional-universal-custom .icon-wrapper {
width: 70px;
height: 70px;
}
.additional-universal-custom .icon-wrapper i {
font-size: 1.81rem;
}
}
@media (max-width: 767px) {
.additional-universal-custom {
padding: 3rem 0;
}
.additional-universal-custom .section-title {
font-size: 1.62rem;
}
.additional-universal-custom .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-custom .section-description {
font-size: 1.06rem;
}
.additional-universal-custom .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-custom .features-grid .feature-box:nth-child(3) {
grid-column: 1;
max-width: 100%;
}
.additional-universal-custom .feature-box {
padding: 1.75rem;
}
.additional-universal-custom .icon-wrapper {
width: 60px;
height: 60px;
}
.additional-universal-custom .icon-wrapper i {
font-size: 1.75rem;
}
.additional-universal-custom .feature-title {
font-size: 1.38rem;
}
.additional-universal-custom .feature-description {
font-size: 0.94rem;
}
.additional-universal-custom .floating-orb,
.additional-universal-custom .geometric-pattern {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(16, 24, 41, 0.62) 0%,
rgba(9, 18, 29, 0.54) 45%,
rgba(4, 8, 12, 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-066 {
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary),
color-mix(in srgb, var(--neutral-100) 30%, var(--surface-primary)));
position: relative;
overflow: hidden;
}
.v-066 .section-header {
max-width: 850px;
margin: 0 auto 80px;
}
.v-066 .floating-icons {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.v-066 .floating-icons i {
font-size: 34px;
color: var(--primary-500);
animation: iconFloat 3s ease-in-out infinite;
}
.v-066 .floating-icons .icon-1 {
animation-delay: 0s;
}
.v-066 .floating-icons .icon-2 {
animation-delay: 1.37s;
}
.v-066 .floating-icons .icon-3 {
animation-delay: 1s;
}
.v-066 .section-title {
font-size: 2.75rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-066 .section-subtitle {
font-size: 1.44rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-066 .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 750px;
}
.v-066 .mixed-content-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 25px;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.v-066 .content-block {
position: relative;
border-radius: 20px;
overflow: hidden;
transition: all 0.70s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-066 .block-inner {
height: 100%;
background: white;
border: 2px solid var(--neutral-100);
border-radius: 20px;
padding: 40px 35px;
display: flex;
flex-direction: column;
transition: all 0.70s ease;
position: relative;
overflow: hidden;
}
.v-066 .block-inner::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 8%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent));
opacity: 0;
transition: opacity 1.37s ease;
}
.v-066 .content-block:hover {
transform: translateY(-10px);
}
.v-066 .content-block:hover .block-inner {
border-color: var(--primary-300);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.v-066 .content-block:hover .block-inner::before {
opacity: 1;
}
.v-066 .block-large {
grid-column: span 7;
grid-row: span 2;
}
.v-066 .block-medium {
grid-column: span 5;
}
.v-066 .block-small {
grid-column: span 6;
}
.v-066 .block-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
transition: all 1.40s ease;
position: relative;
z-index: 1;
}
.v-066 .block-icon-wrapper i {
font-size: 36px;
color: white;
transition: transform 1.27s ease;
}
.v-066 .content-block:hover .block-icon-wrapper {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.v-066 .content-block:hover .block-icon-wrapper i {
transform: scale(1.15);
}
.v-066 .block-title {
font-size: 1.44rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 16px;
position: relative;
z-index: 1;
}
.v-066 .block-large .block-title {
font-size: 1.56rem;
margin-bottom: 20px;
}
.v-066 .block-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
position: relative;
z-index: 1;
}
.v-066 .block-large .block-description {
font-size: 1.19rem;
line-height: 1.8;
}
.v-066 .block-decoration {
display: flex;
gap: 8px;
margin-top: auto;
padding-top: 25px;
position: relative;
z-index: 1;
}
.v-066 .deco-circle {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
animation: circleScale 2s ease-in-out infinite;
}
.v-066 .deco-circle:nth-child(1) { animation-delay: 0s; }
.v-066 .deco-circle:nth-child(2) { animation-delay: 0.42s; }
.v-066 .deco-circle:nth-child(3) { animation-delay: 1.36s; }
.v-066 .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
opacity: 0.6;
}
.v-066 .gradient-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.25;
}
.v-066 .orb-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
top: -100px;
right: -100px;
animation: orbFloat 20s ease-in-out infinite;
}
.v-066 .orb-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-700), transparent);
bottom: -80px;
left: -80px;
animation: orbFloat 25s ease-in-out infinite reverse;
}
.v-066 .orb-3 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300), transparent);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: orbPulse 18s ease-in-out infinite;
}
.v-066 .mesh-pattern {
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--primary-500) 10%, transparent) 1px, transparent 1px),
radial-gradient(circle at 75% 75%, color-mix(in srgb, var(--primary-300) 10%, transparent) 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.4;
}
@keyframes iconFloat {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(10deg);
}
}
@keyframes circleScale {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.4);
opacity: 0.6;
}
}
@keyframes orbFloat {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(50px, 50px);
}
}
@keyframes orbPulse {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.25;
}
50% {
transform: translate(-50%, -50%) scale(1.3);
opacity: 0.15;
}
}
@media (max-width: 991px) {
.v-066 {
padding: 80px 0;
}
.v-066 .section-title {
font-size: 2.06rem;
}
.v-066 .section-subtitle {
font-size: 1.31rem;
}
.v-066 .mixed-content-grid {
grid-template-columns: repeat(6, 1fr);
}
.v-066 .block-large {
grid-column: span 6;
grid-row: span 1;
}
.v-066 .block-medium {
grid-column: span 6;
}
.v-066 .block-small {
grid-column: span 3;
}
.v-066 .block-title {
font-size: 1.50rem;
}
.v-066 .block-large .block-title {
font-size: 1.44rem;
}
}
@media (max-width: 767px) {
.v-066 {
padding: 60px 0;
}
.v-066 .section-title {
font-size: 1.75rem;
}
.v-066 .section-subtitle {
font-size: 1.00rem;
}
.v-066 .floating-icons {
gap: 20px;
}
.v-066 .floating-icons i {
font-size: 30px;
}
.v-066 .mixed-content-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.v-066 .block-large,
.v-066 .block-medium,
.v-066 .block-small {
grid-column: span 1;
}
.v-066 .block-inner {
padding: 30px 25px;
}
.v-066 .block-icon-wrapper {
width: 60px;
height: 60px;
}
.v-066 .block-icon-wrapper i {
font-size: 26px;
}
.v-066 .block-title {
font-size: 1.38rem;
}
.v-066 .block-large .block-title {
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(1, 2, 5, 0.62) 0%,
rgba(7, 12, 25, 0.54) 45%,
rgba(10, 22, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap.v010_professional {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 700;
line-height: 1.2;
}
.add_wrap.v010_professional .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
}
.add_wrap.v010_professional .add_description {
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
margin: var(--space-8) auto var(--space-12);
border-radius: 2px;
}
.add_wrap.v010_professional .add_content_grid {
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.66s ease;
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--primary-500);
transition: height 0.72s ease;
}
.add_wrap.v010_professional .add_card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.add_wrap.v010_professional .add_card:hover::before {
height: 100%;
}
.add_wrap.v010_professional .add_card_icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 12px;
margin-bottom: var(--space-4);
transition: all 1.30s ease;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 28px;
color: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon {
background: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon i {
color: #ffffff;
}
.add_wrap.v010_professional .add_card_title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v010_professional .add_card_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap.v010_professional .add_card_primary .add_card_icon {
background: var(--primary-100);
}
.add_wrap.v010_professional .add_card_secondary .add_card_icon {
background: var(--primary-50);
}
.add_wrap.v010_professional .add_card_accent .add_card_icon i {
color: var(--primary-700);
}
.add_wrap.v010_professional .add_card_highlight {
border-color: var(--primary-300);
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
border: 2px solid var(--primary-300);
transition: all 1.21s ease;
}
.add_wrap.v010_professional .add_featured_card:hover {
box-shadow: 0 12px 24px rgba(55, 102, 255, 0.15);
}
.add_wrap.v010_professional .add_featured_icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 45px;
color: #ffffff;
}
.add_wrap.v010_professional .add_featured_title {
color: var(--text-primary);
font-size: 1.38rem;
font-weight: 700;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v010_professional .add_featured_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
}
.add_wrap.v010_professional .add_decorative_blob_1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.add_wrap.v010_professional .add_decorative_blob_2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
}
.add_wrap.v010_professional .add_decorative_circle {
position: absolute;
width: 150px;
height: 150px;
border: 3px solid var(--primary-300);
border-radius: 50%;
top: 50%;
left: -75px;
opacity: 0.15;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v010_professional .add_featured_icon {
width: 80px;
height: 80px;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 37px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.19rem;
}
}
@media (max-width: 768px) {
.add_wrap.v010_professional .add_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_card_icon {
width: 50px;
height: 50px;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 22px;
}
.add_wrap.v010_professional .add_card_title {
font-size: 1.06rem;
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_featured_icon {
width: 70px;
height: 70px;
margin-bottom: var(--space-4);
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 29px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.06rem;
}
.add_wrap.v010_professional .add_decorative_line {
width: 60px;
height: 3px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 11, 20, 0.62) 0%,
rgba(7, 15, 34, 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-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .header-content {
position: relative;
z-index: 2;
}
.additional-universal-section .accent-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 10px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .accent-badge i {
font-size: 1.31rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .description-wrapper {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border-left: 4px solid var(--primary-500);
}
.additional-universal-section .section-description {
font-size: 0.94rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .description-decoration {
position: absolute;
bottom: -10px;
right: -10px;
width: 80px;
height: 80px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .content-item {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.72s ease;
overflow: hidden;
}
.additional-universal-section .content-item:hover {
border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
transform: translateY(-4px);
}
.additional-universal-section .featured-item {
grid-column: span 7;
background: linear-gradient(
135deg,
var(--surface-secondary),
color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
);
}
.additional-universal-section .item-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-500);
border-radius: 12px;
margin-bottom: 1.55rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.additional-universal-section .item-badge i {
font-size: 1.44rem;
color: var(--light);
}
.additional-universal-section .compact-item {
grid-column: span 5;
}
.additional-universal-section .compact-item:first-of-type {
grid-column: span 5;
}
.additional-universal-section .compact-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
);
border-radius: 10px;
margin-bottom: 1rem;
}
.additional-universal-section .compact-icon i {
font-size: 1.31rem;
color: var(--primary-500);
}
.additional-universal-section .horizontal-item {
grid-column: span 6;
display: flex;
gap: 1.5rem;
align-items: flex-start;
}
.additional-universal-section .horizontal-icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 14px;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .horizontal-icon i {
font-size: 1.62rem;
color: var(--light);
}
.additional-universal-section .horizontal-content {
flex: 1;
}
.additional-universal-section .item-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-section .item-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .item-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decoration-1 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent
);
bottom: -50px;
right: -50px;
}
.additional-universal-section .background-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.25;
}
.additional-universal-section .shape-1 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
transparent
);
top: 10%;
right: 10%;
animation: float-smooth 10s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
bottom: 20%;
left: 5%;
animation: float-smooth 12s ease-in-out infinite 2s;
}
.additional-universal-section .shape-3 {
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
transparent
);
top: 50%;
left: 50%;
animation: float-smooth 8s ease-in-out infinite 4s;
}
.additional-universal-section .gradient-overlay {
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
);
opacity: 0.5;
}
@keyframes float-smooth {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(15px, -15px);
}
}
@media (max-width: 991.98px) {
.featured-item,
.compact-item,
.additional-universal-section .horizontal-item {
grid-column: span 12;
}
.additional-universal-section .description-wrapper {
padding: 1.5rem;
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .content-grid {
gap: 1rem;
}
.additional-universal-section .content-item {
padding: 1.5rem;
}
.additional-universal-section .horizontal-item {
flex-direction: column;
gap: 1rem;
}
.additional-universal-section .description-wrapper {
padding: 1.25rem;
}
.additional-universal-section .item-title {
font-size: 1.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(14, 23, 39, 0.62) 0%,
rgba(3, 4, 8, 0.54) 45%,
rgba(4, 10, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-044 {
padding: 80px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-044 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-044 .header-badge {
width: 72px;
height: 72px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section.v-044 .header-badge i {
font-size: 38px;
color: var(--light);
}
.additional-universal-section.v-044 .section-title {
font-size: 2.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.31rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
}
.additional-universal-section.v-044 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-044 .timeline-wrapper {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
.additional-universal-section.v-044 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-300));
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-section.v-044 .timeline-item {
position: relative;
margin-bottom: 60px;
z-index: 2;
}
.additional-universal-section.v-044 .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-section.v-044 .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 3;
}
.additional-universal-section.v-044 .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
position: relative;
z-index: 2;
}
.additional-universal-section.v-044 .marker-dot.final {
background: var(--primary-700);
width: 24px;
height: 24px;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.additional-universal-section.v-044 .marker-ring {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border: 2px solid var(--primary-300);
border-radius: 50%;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.8);
opacity: 0;
}
}
.additional-universal-section.v-044 .timeline-content {
position: relative;
}
.additional-universal-section.v-044 .content-wrapper {
width: calc(50% - 40px);
padding: 28px;
background: var(--surface-primary);
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
transition: all 1.00s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section.v-044 .content-wrapper:hover {
transform: translateY(-4px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.additional-universal-section.v-044 .content-wrapper.left {
margin-right: auto;
}
.additional-universal-section.v-044 .content-wrapper.right {
margin-left: auto;
}
.additional-universal-section.v-044 .content-wrapper.featured {
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border-color: var(--primary-500);
}
.additional-universal-section.v-044 .icon-badge {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
transition: transform 0.79s ease;
}
.additional-universal-section.v-044 .content-wrapper:hover .icon-badge {
transform: rotate(5deg) scale(1.05);
}
.additional-universal-section.v-044 .icon-badge.featured {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section.v-044 .icon-badge i {
font-size: 31px;
color: var(--light);
}
.additional-universal-section.v-044 .icon-badge.featured i {
font-size: 32px;
}
.additional-universal-section.v-044 .timeline-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.additional-universal-section.v-044 .timeline-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-044 .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section.v-044 .floating-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%), transparent);
}
.additional-universal-section.v-044 .floating-shape.shape-1 {
width: 250px;
height: 250px;
top: 10%;
right: 5%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section.v-044 .floating-shape.shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 8%;
animation: float 25s ease-in-out infinite reverse;
}
.additional-universal-section.v-044 .floating-shape.shape-3 {
width: 180px;
height: 180px;
top: 50%;
left: 10%;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section.v-044 {
padding: 60px 0;
}
.additional-universal-section.v-044 .section-title {
font-size: 2.12rem;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-044 .timeline-line {
left: 30px;
}
.additional-universal-section.v-044 .timeline-marker {
left: 30px;
}
.additional-universal-section.v-044 .content-wrapper {
width: calc(100% - 80px);
margin-left: 80px !important;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-044 {
padding: 40px 0;
}
.additional-universal-section.v-044 .section-title {
font-size: 1.88rem;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-section.v-044 .header-badge {
width: 64px;
height: 64px;
}
.additional-universal-section.v-044 .header-badge i {
font-size: 32px;
}
.additional-universal-section.v-044 .content-wrapper {
padding: 20px;
}
.additional-universal-section.v-044 .icon-badge {
width: 48px;
height: 48px;
}
.additional-universal-section.v-044 .icon-badge i {
font-size: 24px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(12, 25, 38, 0.62) 0%,
rgba(13, 21, 37, 0.54) 45%,
rgba(4, 6, 10, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap_clean {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
}
.add_wrap_clean .add_header_panels {
margin-bottom: var(--space-12, 3rem);
padding-bottom: var(--space-8, 2rem);
border-bottom: 2px solid var(--neutral-100, #f1f5f9);
}
.add_wrap_clean .panel_accent {
position: relative;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.add_wrap_clean .left_panel {
border-right: 4px solid var(--primary-500, #275ddb);
}
.add_wrap_clean .right_panel {
border-left: 4px solid var(--primary-500, #1036e4);
}
.add_wrap_clean .panel_decoration {
width: 40px;
height: 40px;
background: var(--primary-100, #c4e1fa);
transform: rotate(45deg);
border: 2px solid var(--primary-500, #1c7bfc);
}
.add_wrap_clean .header_main_content {
padding: var(--space-4, 1rem);
}
.add_wrap_clean .add_title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary, #122643);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.2;
letter-spacing: -0.02em;
}
.add_wrap_clean .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: var(--primary-500, #2163d9);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_clean .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #2b354b);
line-height: 1.7;
text-align: center;
margin-top: var(--space-6, 1.5rem);
}
.add_wrap_clean .add_horizontal_steps {
position: relative;
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_clean .steps_connector {
position: absolute;
top: 40px;
left: 10%;
right: 10%;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500, #3788fb) 0%,
var(--primary-300, #78a8f4) 50%,
var(--primary-500, #1337e5) 100%);
z-index: 0;
}
.add_wrap_clean .step_item {
position: relative;
margin-bottom: var(--space-8, 2rem);
z-index: 1;
}
.add_wrap_clean .step_marker {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: var(--space-4, 1rem);
}
.add_wrap_clean .marker_inner {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border: 4px solid var(--primary-500, #1a5ad9);
border-radius: 50%;
color: var(--primary-500, #356fe0);
font-size: 1.62rem;
box-shadow: 0 4px 16px rgba(33, 122, 243, 0.20);
transition: all 0.73s ease;
position: relative;
z-index: 2;
}
.add_wrap_clean .step_item:hover .marker_inner {
background: var(--primary-500, #1b3ad5);
color: #ffffff;
transform: scale(1.1);
}
.add_wrap_clean .marker_label {
margin-top: var(--space-2, 0.5rem);
font-size: 0.81rem;
font-weight: 700;
color: var(--neutral-500, #70869b);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.add_wrap_clean .step_content {
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
text-align: center;
transition: all 0.55s ease;
}
.add_wrap_clean .step_item:hover .step_content {
border-color: var(--primary-300, #8fbeef);
box-shadow: 0 8px 24px rgba(51, 137, 255, 0.10);
transform: translateY(-4px);
}
.add_wrap_clean .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #0a0f21);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_clean .add_elem_desc {
font-size: 0.94rem;
color: var(--text-secondary, #2f3850);
line-height: 1.65;
margin: 0;
}
.add_wrap_clean .step_conclusion {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_clean .step_conclusion .step_content {
background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
border: 3px solid var(--primary-500, #2e4cf1);
padding: var(--space-8, 2rem);
max-width: 900px;
margin: 0 auto;
}
.add_wrap_clean .step_conclusion:hover .step_content {
border-color: var(--primary-700, #1d50ec);
background: linear-gradient(135deg, var(--primary-100, #e2e7ee) 0%, #ffffff 100%);
}
.add_wrap_clean .conclusion_badge {
width: 96px;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #2a88f4) 0%, var(--primary-700, #2451c0) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.38rem;
margin: 0 auto var(--space-6, 1.5rem);
box-shadow: 0 12px 32px rgba(57, 129, 249, 0.30);
}
.add_wrap_clean .step_conclusion .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
color: var(--primary-700, #0e55ce);
}
@media (max-width: 991.98px) {
.add_wrap_clean .panel_accent {
display: none;
}
.add_wrap_clean .steps_connector {
display: none;
}
}
@media (max-width: 767.98px) {
.add_wrap_clean {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_clean .add_header_panels {
margin-bottom: var(--space-8, 2rem);
padding-bottom: var(--space-6, 1.5rem);
}
.add_wrap_clean .marker_inner {
width: 64px;
height: 64px;
font-size: 1.44rem;
}
.add_wrap_clean .step_content {
padding: var(--space-4, 1rem);
}
.add_wrap_clean .step_conclusion .step_content {
padding: var(--space-6, 1.5rem);
}
.add_wrap_clean .conclusion_badge {
width: 80px;
height: 80px;
font-size: 1.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(1, 2, 4, 0.62) 0%,
rgba(7, 11, 24, 0.54) 45%,
rgba(7, 17, 33, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-modern #96dedf_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-modern #95c6c1_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-modern #cff3f1_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-modern .feature-card {
position: relative;
padding: 2.5rem 2rem;
border-radius: 20px;
background: var(--surface-secondary);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
transition: all 0.56s ease;
overflow: hidden;
}
.additional-universal-modern .feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px color-mix(in srgb, var(--primary-500) 15%, transparent);
border-color: var(--primary-500);
}
.additional-universal-modern .feature-card.featured {
background: color-mix(in srgb, var(--primary-500) 5%, var(--surface-secondary));
border-width: 2px;
}
.additional-universal-modern .card-icon-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 16px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 2.19rem;
margin-bottom: 1.57rem;
transition: all 0.60s ease;
}
.additional-universal-modern .feature-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: var(--primary-500);
color: white;
}
.additional-universal-modern .card-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
}
.additional-universal-modern .card-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.06rem;
margin-bottom: 0;
}
.additional-universal-modern .card-decoration {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-500) 8%, transparent);
filter: blur(30px);
pointer-events: none;
}
.additional-universal-modern .featured-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.00rem;
animation: pulse-v080 2s ease-in-out infinite;
}
.additional-universal-modern .floating-shape {
position: absolute;
opacity: 0.06;
pointer-events: none;
color: var(--primary-500);
}
.additional-universal-modern .shape-1 {
top: 15%;
left: 5%;
font-size: 3.00rem;
animation: float-v080 8s ease-in-out infinite;
}
.additional-universal-modern .shape-2 {
top: 50%;
right: 8%;
font-size: 3.00rem;
animation: float-v080 10s ease-in-out infinite reverse;
}
.additional-universal-modern .shape-3 {
bottom: 20%;
left: 10%;
font-size: 3.00rem;
animation: float-v080 12s ease-in-out infinite;
}
@keyframes float-v080 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(10deg);
}
}
@keyframes pulse-v080 {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
@media (max-width: 991.98px) {
.additional-universal-modern .feature-card {
padding: 2rem 1.5rem;
}
.additional-universal-modern .card-icon-wrapper {
width: 60px;
height: 60px;
font-size: 1.75rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-modern #b4cdd1_page_1_sec_1_title {
font-size: 1.88rem;
}
.additional-universal-modern .feature-card {
padding: 1.5rem 1.25rem;
}
.additional-universal-modern .floating-shape {
opacity: 0.03;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 10, 16, 0.62) 0%,
rgba(11, 21, 45, 0.54) 45%,
rgba(6, 16, 25, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap_style {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
}
.add_wrap_style .add_intro_section {
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_style .intro_accent_line {
width: 4px;
height: 120px;
background: linear-gradient(180deg, var(--primary-500, #257ef8) 0%, var(--primary-300, #9bc6ff) 100%);
border-radius: 2px;
margin: 0 auto;
}
.add_wrap_style .intro_content {
padding-left: var(--space-4, 1rem);
}
.add_wrap_style .add_title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 700;
color: var(--text-primary, #090f1d);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.2;
}
.add_wrap_style .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.375rem);
color: var(--primary-500, #1459dd);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_style .add_description {
font-size: 1.00rem;
color: var(--text-secondary, #2c3545);
line-height: 1.7;
margin-top: var(--space-6, 1.5rem);
padding: var(--space-6, 1.5rem);
background: #ffffff;
border-left: 4px solid var(--primary-500, #1e54f2);
border-radius: var(--radius-md, 10px);
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
}
.add_wrap_style .add_split_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_style .feature_block {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
height: 100%;
transition: all 0.66s ease;
overflow: hidden;
}
.add_wrap_style .feature_block:hover {
border-color: var(--primary-300, #a2ccef);
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(22, 129, 249, 0.12);
}
.add_wrap_style .feature_large {
padding: var(--space-8, 2rem);
min-height: 320px;
}
.add_wrap_style .feature_compact {
min-height: 280px;
}
.add_wrap_style .block_number {
position: absolute;
top: var(--space-4, 1rem);
right: var(--space-4, 1rem);
font-size: 2.88rem;
font-weight: 800;
color: var(--primary-100, #c3dfff);
line-height: 1;
z-index: 0;
transition: all 0.48s ease;
}
.add_wrap_style .feature_block:hover .block_number {
color: var(--primary-200, #c1d9ff);
transform: scale(1.1);
}
.add_wrap_style .block_icon_box {
position: relative;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50, #eff6ff);
border-radius: var(--radius-md, 10px);
color: var(--primary-500, #1777ef);
font-size: 1.62rem;
margin-bottom: var(--space-4, 1rem);
z-index: 1;
transition: all 0.69s ease;
}
.add_wrap_style .feature_block:hover .block_icon_box {
background: var(--primary-500, #376bff);
color: #ffffff;
transform: scale(1.05) rotate(-5deg);
}
.add_wrap_style .feature_large .block_icon_box {
width: 72px;
height: 72px;
font-size: 2.06rem;
}
.add_wrap_style .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #0d141f);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
position: relative;
z-index: 1;
}
.add_wrap_style .add_elem_desc {
font-size: 1.06rem;
color: var(--text-secondary, #213141);
line-height: 1.65;
margin: 0;
position: relative;
z-index: 1;
}
.add_wrap_style .feature_highlight {
position: relative;
background: linear-gradient(135deg, var(--primary-50, #eff6ff) 0%, #ffffff 100%);
border: 3px solid var(--primary-300, #8ac5ff);
padding: var(--space-8, 2rem);
min-height: auto;
}
.add_wrap_style .feature_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #eaf0ff) 0%, #ffffff 100%);
border-color: var(--primary-500, #1031ef);
}
.add_wrap_style .highlight_decoration {
position: absolute;
top: var(--space-4, 1rem);
right: var(--space-4, 1rem);
}
.add_wrap_style .decoration_badge {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #3c61ee) 0%, var(--primary-700, #1f41d2) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 2.12rem;
box-shadow: 0 8px 24px rgba(40, 90, 255, 0.25);
opacity: 0.9;
}
.add_wrap_style .feature_highlight:hover .decoration_badge {
opacity: 1;
transform: scale(1.05);
}
.add_wrap_style .highlight_content {
position: relative;
z-index: 1;
max-width: 900px;
}
.add_wrap_style .feature_highlight .block_number {
position: relative;
top: 0;
right: 0;
display: inline-block;
font-size: 2.00rem;
margin-bottom: var(--space-4, 1rem);
color: var(--primary-500, #3052e1);
}
.add_wrap_style .feature_highlight .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
@media (max-width: 991.98px) {
.add_wrap_style .intro_accent_line {
height: 80px;
margin-bottom: var(--space-4, 1rem);
}
.add_wrap_style .intro_content {
padding-left: 0;
}
.add_wrap_style .feature_large,
.add_wrap_style .feature_compact {
min-height: auto;
}
}
@media (max-width: 767.98px) {
.add_wrap_style {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_style .add_intro_section {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_style .block_number {
font-size: 2.31rem;
}
.add_wrap_style .feature_block {
padding: var(--space-4, 1rem);
}
.add_wrap_style .feature_large {
padding: var(--space-6, 1.5rem);
}
.add_wrap_style .feature_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_style .decoration_badge {
width: 60px;
height: 60px;
font-size: 1.44rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 19, 42, 0.62) 0%,
rgba(6, 11, 21, 0.54) 45%,
rgba(13, 20, 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;
}
.add_wrap_classic {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_classic .gradient_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
pointer-events: none;
z-index: 0;
}
.add_wrap_classic .container {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_header_creative {
position: relative;
padding: var(--space-8, 2rem) 0;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_classic .floating_icon {
position: absolute;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100, #e5e1ff) 0%, var(--primary-50, #f5f3ff) 100%);
border: 2px solid var(--primary-300, #bfb6ff);
border-radius: 12px;
color: var(--primary-500, #8236e9);
font-size: 1.19rem;
animation: float 6s ease-in-out infinite;
}
.add_wrap_classic .icon_1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.add_wrap_classic .icon_2 {
top: 5%;
right: 10%;
animation-delay: 2s;
}
.add_wrap_classic .icon_3 {
bottom: 20%;
left: 8%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
.add_wrap_classic .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #2a2a2a);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--text-primary, #0d0d0f) 0%, var(--primary-700, #6a2bc3) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_classic .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #8652ff);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_classic .description_box {
position: relative;
padding: var(--space-6, 1.5rem);
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-200, #cfbfff);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}
.add_wrap_classic .add_description {
font-size: 1.12rem;
color: var(--text-secondary, #374553);
line-height: 1.75;
margin: 0;
}
.add_wrap_classic .add_diagonal_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_classic .diagonal_item {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
height: 100%;
min-height: 320px;
overflow: hidden;
transition: all 1.11s cubic-bezier(0.4, 0, 0.2, 1);
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-8px) rotate(-1deg);
border-color: var(--primary-500, #572af3);
box-shadow: 0 20px 40px rgba(79, 38, 229, 0.20);
}
.add_wrap_classic .item_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
opacity: 0.5;
transition: all 0.52s ease;
}
.add_wrap_classic .diagonal_item:hover .item_corner_accent {
opacity: 1;
background: linear-gradient(135deg, transparent 50%, var(--primary-100, #e5dbff) 50%);
}
.add_wrap_classic .item_style_a {
transform: rotate(0.5deg);
}
.add_wrap_classic .item_style_b {
transform: rotate(-0.5deg);
}
.add_wrap_classic .item_style_a:hover {
transform: translateY(-8px) rotate(-0.5deg);
}
.add_wrap_classic .item_style_b:hover {
transform: translateY(-8px) rotate(0.5deg);
}
.add_wrap_classic .item_icon_frame {
position: relative;
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #f4f0ff) 100%);
border-radius: 16px;
color: var(--primary-500, #8940e4);
font-size: 1.88rem;
margin-bottom: var(--space-4, 1rem);
transition: all 1.08s ease;
z-index: 1;
}
.add_wrap_classic .diagonal_item:hover .item_icon_frame {
background: linear-gradient(135deg, var(--primary-500, #933be6) 0%, var(--primary-700, #7b2dc6) 100%);
color: #ffffff;
transform: scale(1.1) rotate(10deg);
}
.add_wrap_classic .item_content {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #17171a);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_classic .add_elem_desc {
font-size: 0.94rem;
color: var(--text-secondary, #4a5b7b);
line-height: 1.65;
margin: 0;
}
.add_wrap_classic .item_highlight {
position: relative;
min-height: auto;
padding: var(--space-8, 2rem);
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 3px solid var(--primary-300, #cdb4ff);
transform: rotate(0deg);
text-align: center;
}
.add_wrap_classic .item_highlight:hover {
transform: translateY(-8px) scale(1.02);
border-color: var(--primary-500, #6d3cdb);
}
.add_wrap_classic .highlight_glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(157, 64, 239, 0.10) 0%, transparent 70%);
pointer-events: none;
animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.5;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.8;
}
}
.add_wrap_classic .icon_frame_large {
width: 96px;
height: 96px;
font-size: 2.38rem;
margin: 0 auto var(--space-6, 1.5rem);
border-radius: 50%;
}
.add_wrap_classic .icon_ripple {
position: absolute;
width: 120px;
height: 120px;
border: 3px solid var(--primary-300, #d7c0ff);
border-radius: 50%;
animation: ripple-out 2s ease-out infinite;
}
@keyframes ripple-out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
.add_wrap_classic .item_content_centered {
max-width: 900px;
margin: 0 auto;
}
.add_wrap_classic .item_highlight .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
@media (max-width: 991.98px) {
.add_wrap_classic .floating_icon {
display: none;
}
}
@media (max-width: 767.98px) {
.add_wrap_classic {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_classic .add_header_creative {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_classic .diagonal_item {
min-height: auto;
padding: var(--space-4, 1rem);
transform: rotate(0deg) !important;
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-4px) rotate(0deg) !important;
}
.add_wrap_classic .item_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_classic .item_icon_frame {
width: 64px;
height: 64px;
font-size: 1.81rem;
}
.add_wrap_classic .icon_frame_large {
width: 80px;
height: 80px;
font-size: 2.00rem;
}
.add_wrap_classic .icon_ripple {
width: 100px;
height: 100px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 10, 27, 0.62) 0%,
rgba(5, 11, 23, 0.54) 45%,
rgba(11, 28, 47, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}