:root {
--primary-50: #f0fdf4;
--primary-50-rgb: 240, 253, 244;
--primary-100: #edf5ef;
--primary-100-rgb: 220, 252, 231;
--primary-300: #6ed897;
--primary-300-rgb: 134, 239, 172;
--primary-500: #1b8d46;
--primary-500-rgb: 22, 163, 74;
--primary-700: #218f4d;
--primary-700-rgb: 21, 128, 61;
--primary-200: #a8e6c2;
--primary-200-rgb: 177, 246, 202;
--primary-400: #49ca76;
--primary-400-rgb: 78, 201, 123;
--primary-600: #25a058;
--primary-600-rgb: 22, 146, 68;
--primary-800: #10844b;
--primary-800-rgb: 18, 109, 52;
--primary-900: #086528;
--primary-900-rgb: 15, 90, 43;
--primary-950: #094017;
--primary-950-rgb: 10, 59, 28;
--primary-rgb: 22, 163, 74;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #e8e7e6;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #655852;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #494947;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #060504;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #ddd6d0;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #b2b2b2;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #64615f;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #343332;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #0a0a09;
--neutral-950-rgb: 31, 29, 27;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 1px 6px rgba(0, 0, 0, 0.05);
--shadow-md: 0 19px 9px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 13px 19px rgba(0, 0, 0, 0.1);
--shadow-card: 0 5px 9px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 17px 27px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 11px 20px rgba(19, 139, 73, 0.30);
--radius-sm: 9px;
--radius-md: 15px;
--radius-lg: 17px;
--radius-xl: 25px;
--transition-fast: 0.35s ease;
--transition-base: 1.00s ease;
--transition-slow: 0.75s 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 21px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 7px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 5px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 16px 15px -3px rgba(0, 0, 0, 0.1), 0 7px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 22px 25px -5px rgba(0, 0, 0, 0.1), 0 13px 15px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -16px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 7px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 1.06s ease;
--transition-normal: 0.66s ease;
--transition-slow: 0.97s ease;
--transition-all: all 0.42s ease;
--duration-fast: 0.45s;
--duration-normal: 0.63s;
--duration-slow: 1.33s;
--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: 1025px) {
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 5px 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;
}
.digital_font_primary {
font-family: var(--font-primary);
}
.web_font_secondary {
font-family: var(--font-secondary);
}
.clean_font_mono {
font-family: var(--font-mono);
}
.company_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);
}
.smart_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);
}
.theme_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);
}
.business_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);
}
.custom_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);
}
.fresh_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.brand_heading_4 {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.studio_heading_5 {
font-family: var(--font-primary);
font-size: var(--text-lg);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.pro_heading_6 {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
}
.prime_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);
}
.design_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);
}
.ui_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);
}
.core_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);
}
.main_overline {
font-family: var(--font-primary);
font-size: var(--text-xs);
font-weight: var(--font-semibold);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-wider);
text-transform: uppercase;
color: var(--text-muted);
}
.site_code_inline {
font-family: var(--font-mono);
font-size: 0.875em;
font-weight: var(--font-medium);
line-height: var(--leading-normal);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: 0.125rem 0.25rem;
border-radius: var(--radius-sm);
}
.modern_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;
}
.bright_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);
}
.creative_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.dark_section_title {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.minimal_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);
}
.light_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;
}
.content_card_title {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
margin-bottom: var(--space-3);
}
.unique_card_text {
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-primary);
}
.premium_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);
}
.premium_nav_link:hover,
.premium_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.bold_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);
}
.agency_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 7613px) {
.bright_hero_title {
font-size: var(--text-4xl);
}
.dark_section_title {
font-size: var(--text-3xl);
}
.company_display_1 {
font-size: var(--text-5xl);
}
.smart_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.bright_hero_title {
font-size: var(--text-3xl);
}
.dark_section_title {
font-size: var(--text-2xl);
}
.company_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);
}
.base_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.style_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.container_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.best_text_balance {
text-wrap: balance;
}
.section_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.premium_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.core_caption,
.main_overline,
.agency_footer_text {
color: var(--text-secondary);
}
.creative_hero_subtitle,
.minimal_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.bright_hero_title,
.dark_section_title,
.business_heading_1,
.custom_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.base_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: 0.94rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.19rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.06rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.94rem;
}
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: 769px) {
body {
font-size: 0.94rem;
}
.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;
}
}
.page_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.new_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.layout_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.top_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.elite_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.app_stack {
display: flex;
flex-direction: column;
}
.page83_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.web32_full_height {
min-height: auto;
}
.content18_section_height {
min-height: auto;
}
.app78_hero_height {
min-height: auto;
}
.design12_m_0 { margin: 0; }
.brand36_m_1 { margin: var(--space-1); }
.design36_m_2 { margin: var(--space-2); }
.best55_m_3 { margin: var(--space-3); }
.brand21_m_4 { margin: var(--space-4); }
.main88_m_6 { margin: var(--space-6); }
.bold74_m_8 { margin: var(--space-8); }
.clean78_m_12 { margin: var(--space-12); }
.app73_m_16 { margin: var(--space-16); }
.web29_mx_auto { margin-left: auto; margin-right: auto; }
.company5_my_auto { margin-top: auto; margin-bottom: auto; }
.agency20_mt_0 { margin-top: 0; }
.page28_mt_4 { margin-top: var(--space-4); }
.clean34_mt_8 { margin-top: var(--space-8); }
.section77_mt_12 { margin-top: var(--space-12); }
.premium83_mb_0 { margin-bottom: 0; }
.main29_mb_4 { margin-bottom: var(--space-4); }
.unique14_mb_8 { margin-bottom: var(--space-8); }
.base17_mb_12 { margin-bottom: var(--space-12); }
.section42_p_0 { padding: 0; }
.dark83_p_1 { padding: var(--space-1); }
.digital7_p_2 { padding: var(--space-2); }
.minimal48_p_3 { padding: var(--space-3); }
.custom27_p_4 { padding: var(--space-4); }
.creative87_p_6 { padding: var(--space-6); }
.dark42_p_8 { padding: var(--space-8); }
.bold89_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.main0_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.main78_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.elite82_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.style23_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.studio13_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.site8_gap_1 { gap: var(--space-1); }
.section36_gap_2 { gap: var(--space-2); }
.core36_gap_3 { gap: var(--space-3); }
.web92_gap_4 { gap: var(--space-4); }
.bright76_gap_6 { gap: var(--space-6); }
.creative42_gap_8 { gap: var(--space-8); }
.digital50_shadow_none { box-shadow: var(--shadow-none); }
.ui1_shadow_xs { box-shadow: var(--shadow-xs); }
.modern46_shadow_sm { box-shadow: var(--shadow-sm); }
.unique78_shadow_md { box-shadow: var(--shadow-md); }
.container18_shadow_lg { box-shadow: var(--shadow-lg); }
.smart44_shadow_xl { box-shadow: var(--shadow-xl); }
.minimal31_shadow_2xl { box-shadow: var(--shadow-2xl); }
.best0_shadow_inner { box-shadow: var(--shadow-inner); }
.section43_shadow_colored { box-shadow: var(--shadow-colored); }
.company14_radius_none { border-radius: var(--radius-none); }
.core78_radius_xs { border-radius: var(--radius-xs); }
.theme2_radius_sm { border-radius: var(--radius-sm); }
.ui37_radius_md { border-radius: var(--radius-md); }
.best82_radius_lg { border-radius: var(--radius-lg); }
.bright20_radius_xl { border-radius: var(--radius-xl); }
.style77_radius_2xl { border-radius: var(--radius-2xl); }
.digital77_radius_3xl { border-radius: var(--radius-3xl); }
.base55_radius_full { border-radius: var(--radius-full); }
.light3_gradient_primary {
background: var(--gradient-primary);
}
.bold64_gradient_secondary {
background: var(--gradient-secondary);
}
.core71_gradient_hero {
background: var(--gradient-hero);
}
.custom97_gradient_card {
background: var(--gradient-card);
}
.light66_gradient_overlay {
position: relative;
}
.light66_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;
}
.light66_gradient_overlay > * {
position: relative;
z-index: 2;
}
.modern81_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.modern81_hover_lift:hover {
transform: translateY(-7px);
box-shadow: var(--shadow-lg);
}
.new88_hover_scale {
transition: transform var(--transition-normal);
}
.new88_hover_scale:hover {
transform: scale(1.02);
}
.section2_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.section2_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.container72_hover_fade {
transition: opacity var(--transition-normal);
}
.container72_hover_fade:hover {
opacity: var(--opacity-loading);
}
.brand87_focus_ring {
transition: box-shadow var(--transition-fast);
}
.brand87_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.studio88_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.elite32_hero_content {
position: relative;
z-index: 2;
}
.clean85_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.dark84_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.page66_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.base33_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.pro64_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(322px, 1fr));
gap: var(--space-6);
}
.light57_timeline {
position: relative;
}
.light57_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.modern76_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.modern76_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.modern76_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.ui46_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.bold15_slide_up {
transform: translateY(22px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.studio81_slide_in_left {
transform: translateX(-23px);
opacity: 0;
animation: tc-slideInLeft var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideInLeft {
to {
transform: translateX(0);
opacity: 1;
}
}
.design98_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;
}
}
.brand70_transition_all {
transition: var(--transition-all);
}
.section9_transition_fast {
transition: all var(--transition-fast);
}
.container91_transition_normal {
transition: all var(--transition-normal);
}
.agency94_transition_slow {
transition: all var(--transition-slow);
}
.custom44_bg_primary { background-color: var(--bg-primary); }
.studio73_bg_secondary { background-color: var(--bg-secondary); }
.core72_bg_muted { background-color: var(--bg-muted); }
.app16_bg_glass { background-color: var(--bg-glass); }
.core53_text_primary { color: var(--text-primary); }
.container3_text_secondary { color: var(--text-secondary); }
.smart33_text_muted { color: var(--text-muted); }
.agency6_text_inverse { color: var(--text-inverse); }
.bold76_text_link { color: var(--text-link); }
.new45_border_light { border-color: var(--border-light); }
.theme52_border_medium { border-color: var(--border-medium); }
.elite98_border_strong { border-color: var(--border-strong); }
.creative48_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7610px) {
.clean85_services_grid,
.page66_features_grid,
.dark84_team_grid,
.pro64_pricing_grid {
grid-template-columns: 1fr;
}
.base33_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.light57_timeline::before {
left: 30px;
}
.modern76_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.content18_section_height {
min-height: auto;
}
.app78_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.base33_gallery_grid {
grid-template-columns: 1fr;
}
.modern76_timeline_item {
padding-left: var(--space-12) !important;
}
}
.brand48_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;
}
.best19_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.site35_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);
}
.site35_skip_link:focus {
top: 6px;
}
@media print {
.content77_no_print {
display: none !important;
}
.fresh5_print_only {
display: block !important;
}
.ui1_shadow_xs,
.modern46_shadow_sm,
.unique78_shadow_md,
.container18_shadow_lg,
.smart44_shadow_xl,
.minimal31_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.65rem;
font-family: var(--font-primary);
font-size: var(--text-base);
font-weight: var(--font-semibold);
line-height: var(--leading-tight);
text-decoration: none;
color: var(--button-primary-text);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: none;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
transition: all var(--duration-normal) var(--ease-smooth);
}
.cta-action-btn .btn-icon {
font-size: 1.19rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(9px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.ui46_fade_in,
.bold15_slide_up,
.studio81_slide_in_left,
.design98_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.modern81_hover_lift,
.new88_hover_scale,
.section2_hover_shadow,
.container72_hover_fade,
.brand70_transition_all,
.section9_transition_fast,
.container91_transition_normal,
.agency94_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
.header-alt {
position: relative;
background: var(--light);
border-bottom: 1px solid var(--neutral-300);
height: 70px;
display: flex;
align-items: center;
z-index: 1000;
}
.header-alt .container-fluid {
max-width: 1400px;
margin: 0 auto;
padding: 0 26px;
}
.sitename-wrapper {
height: 70px;
display: flex;
align-items: center;
}
.sitename-link {
font-size: 1.12rem;
font-weight: 600;
letter-spacing: -0.01em;
color: var(--neutral-900);
text-decoration: none;
text-transform: uppercase;
transition: color 0.91s ease;
line-height: 1;
}
.sitename-link:hover {
color: var(--primary-500);
}
.header-alt nav {
height: 70px;
}
.nav-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
gap: 0;
}
.nav-item {
height: 100%;
display: flex;
align-items: center;
}
.nav-link {
font-size: var(--nav-font-size);
font-weight: 500;
letter-spacing: 0.01em;
color: var(--neutral-700);
text-decoration: none;
padding: 0 29px;
height: 100%;
display: flex;
align-items: center;
position: relative;
transition: color 1.16s ease;
border-left: 1px solid var(--neutral-300);
}
.nav-item:last-child .nav-link {
border-right: 1px solid var(--neutral-300);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--primary-500);
transition: width 0.41s ease;
}
.nav-link:hover {
color: var(--primary-500);
}
.nav-link:hover::after {
width: 100%;
}
.menu-toggle {
background: transparent;
border: none;
padding: 0;
width: 36px;
height: 32px;
cursor: pointer;
position: relative;
z-index: 1001;
}
.menu-icon {
display: block;
position: relative;
width: 212px;
height: 2px;
background: var(--neutral-900);
margin: 0 auto;
transition: background 0.84s ease;
}
.menu-icon::before,
.menu-icon::after {
content: '';
position: absolute;
width: 210px;
height: 2px;
background: var(--neutral-900);
left: 0;
transition: transform 0.98s ease, top 0.84s ease, bottom 1.11s ease;
}
.menu-icon::before {
top: -9px;
}
.menu-icon::after {
bottom: -8px;
}
.menu-toggle.active .menu-icon {
background: transparent;
}
.menu-toggle.active .menu-icon::before {
top: 0;
transform: rotate(45deg);
}
.menu-toggle.active .menu-icon::after {
bottom: 0;
transform: rotate(-45deg);
}
.mobile-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: var(--light);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.68s ease, visibility 1.08s ease;
}
.mobile-nav.active {
opacity: 1;
visibility: visible;
}
.mobile-nav-inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 80px 24px 40px;
position: relative;
}
.mobile-nav-list {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.mobile-nav-item {
margin: 0;
border-bottom: 1px solid var(--neutral-300);
}
.mobile-nav-item:first-child {
border-top: 1px solid var(--neutral-300);
}
.mobile-nav-link {
display: block;
font-size: 1.12rem;
font-weight: 500;
letter-spacing: 0.02em;
color: var(--neutral-900);
text-decoration: none;
padding: 21px 0;
transition: color 0.96s ease, padding-left 0.76s ease;
}
.mobile-nav-link:hover {
color: var(--primary-500);
padding-left: 14px;
}
.mobile-nav-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}
.decoration-line {
position: absolute;
background: var(--primary-500);
opacity: 0.1;
}
.decoration-line-1 {
width: 2px;
height: 100%;
left: 15%;
top: 0;
}
.decoration-line-2 {
width: 2px;
height: 100%;
right: 15%;
top: 0;
}
.decoration-square {
position: absolute;
width: 80px;
height: 80px;
border: 2px solid var(--primary-500);
opacity: 0.15;
bottom: 40px;
right: 24px;
transform: rotate(45deg);
}
.grid-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}
.vertical-line {
position: absolute;
width: 1px;
height: 100%;
background: var(--neutral-300);
opacity: 0.5;
}
.vertical-line.line-1 {
left: 25%;
}
.vertical-line.line-2 {
right: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
.nav-link {
padding: 0 20px;
font-size: var(--nav-font-size);
}
}
@media (max-width: 767px) {
.header-alt {
height: 64px;
}
.sitename-wrapper {
height: 64px;
}
.sitename-link {
font-size: 1.00rem;
}
.header-alt .container-fluid {
padding: 0 16px;
}
}
@media (min-width: 1400px) {
.nav-link {
padding: 0 36px;
}
}
[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, 15, 0.62) 0%,
rgba(9, 16, 33, 0.54) 45%,
rgba(9, 19, 30, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.header-alt {
overflow-x: hidden !important;
}
.hero-section-custom {
position: relative;
overflow: hidden;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%) 100%
);
min-height: 100vh;
}
.hero-section-custom .hero-title {
font-size: clamp(2.5rem, 6vw, 5rem);
font-weight: 800;
line-height: 1.1;
color: var(--text-primary);
background: linear-gradient(135deg,
var(--primary-700) 0%,
var(--primary-500) 50%,
var(--primary-700) 100%
);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 200% auto;
animation: gradientShift 4s ease-in-out infinite;
letter-spacing: -0.02em;
}
.hero-section-custom .hero-subtitle {
font-size: clamp(1.25rem, 3vw, 2rem);
font-weight: 600;
color: var(--text-secondary);
line-height: 1.4;
letter-spacing: -0.01em;
}
.hero-section-custom .hero-description {
font-size: clamp(1rem, 2vw, 1.25rem);
color: var(--text-secondary);
line-height: 1.8;
max-width: 600px;
}
@keyframes gradientShift {
0%, 100% { background-position: 0% center; }
50% { background-position: 100% center; }
}
.hero-section-custom .visual-composition {
position: relative;
height: 600px;
width: 100%;
}
.hero-section-custom .shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: floatShape 8s ease-in-out infinite;
}
.hero-section-custom .shape-1 {
width: 300px;
height: 300px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
color-mix(in srgb, var(--primary-500) 20%, transparent 80%)
);
top: 10%;
right: 10%;
animation-delay: 0s;
}
.hero-section-custom .shape-2 {
width: 200px;
height: 200px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
color-mix(in srgb, var(--primary-700) 15%, transparent 85%)
);
bottom: 20%;
right: 15%;
animation-delay: 1s;
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}
.hero-section-custom .shape-3 {
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 35%, transparent 65%),
transparent
);
top: 50%;
left: 5%;
animation-delay: 2s;
}
.hero-section-custom .shape-4 {
width: 100px;
height: 100px;
border: 3px solid color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
background: transparent;
top: 15%;
left: 20%;
border-radius: 50%;
animation-delay: 2.22s;
}
.hero-section-custom .shape-5 {
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-700) 30%, transparent 70%);
bottom: 10%;
left: 30%;
transform: rotate(45deg);
border-radius: 20%;
animation-delay: 2.96s;
}
@keyframes floatShape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(5deg);
}
66% {
transform: translateY(-15px) rotate(-5deg);
}
}
.hero-section-custom .blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
filter: blur(60px);
opacity: 0.15;
animation: morphBlob 10s ease-in-out infinite;
}
.hero-section-custom .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -10%;
right: -5%;
animation-delay: 0s;
}
.hero-section-custom .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -10%;
right: 20%;
animation-delay: 3s;
}
.hero-section-custom .blob-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
top: 40%;
left: -5%;
animation-delay: 6s;
}
@keyframes morphBlob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(0, 0) scale(1);
}
33% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: translate(30px, -30px) scale(1.1);
}
66% {
border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
transform: translate(-20px, 20px) scale(0.9);
}
}
.hero-section-custom .icon-grid-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.hero-section-custom .icon-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
padding: 2rem;
background: color-mix(in srgb, var(--surface-primary) 70%, transparent 30%);
backdrop-filter: blur(10px);
border-radius: 2rem;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
box-shadow:
0 10px 40px color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
inset 0 1px 0 color-mix(in srgb, var(--light) 50%, transparent 50%);
}
.hero-section-custom .icon-item {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--surface-primary) 20%)
);
border-radius: 1rem;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
transition: all 1.16s cubic-bezier(0.4, 0, 0.2, 1);
animation: iconPulse 2s ease-in-out infinite;
animation-delay: var(--delay, 0s);
}
.hero-section-custom .icon-item i {
font-size: 1.81rem;
color: var(--primary-700);
transition: all 0.52s ease;
}
.hero-section-custom .icon-item:hover {
transform: translateY(-8px) scale(1.1);
background: linear-gradient(135deg,
var(--primary-100),
var(--primary-300)
);
border-color: var(--primary-500);
box-shadow:
0 15px 35px color-mix(in srgb, var(--primary-500) 25%, transparent 75%),
0 5px 15px color-mix(in srgb, var(--primary-700) 15%, transparent 85%);
}
.hero-section-custom .icon-item:hover i {
transform: scale(1.2) rotate(5deg);
color: var(--primary-700);
}
@keyframes iconPulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}
.hero-section-custom .decorative-line {
position: absolute;
height: 3px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent
);
animation: slideLine 3s ease-in-out infinite;
}
.hero-section-custom .line-1 {
width: 200px;
top: 25%;
right: 0;
animation-delay: 0s;
}
.hero-section-custom .line-2 {
width: 150px;
top: 60%;
right: 10%;
animation-delay: 1s;
transform: rotate(-45deg);
}
.hero-section-custom .line-3 {
width: 180px;
bottom: 20%;
left: 10%;
animation-delay: 2s;
transform: rotate(45deg);
}
@keyframes slideLine {
0%, 100% {
opacity: 0.3;
transform: translateX(0) scaleX(1);
}
50% {
opacity: 0.8;
transform: translateX(20px) scaleX(1.2);
}
}
.hero-section-custom .accent-dot {
position: absolute;
width: 13px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 20px color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
animation: dotPulse 2s ease-in-out infinite;
}
.hero-section-custom .dot-1 {
top: 20%;
right: 25%;
animation-delay: 0s;
}
.hero-section-custom .dot-2 {
top: 45%;
right: 5%;
animation-delay: 0.84s;
}
.hero-section-custom .dot-3 {
bottom: 30%;
left: 15%;
animation-delay: 1s;
}
.hero-section-custom .dot-4 {
bottom: 15%;
right: 30%;
animation-delay: 1.62s;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.5);
opacity: 1;
}
}
.hero-section-custom .bg-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.03;
background-image:
repeating-linear-gradient(45deg,
var(--primary-700) 0px,
var(--primary-700) 2px,
transparent 2px,
transparent 20px
),
repeating-linear-gradient(-45deg,
var(--primary-700) 0px,
var(--primary-700) 2px,
transparent 2px,
transparent 20px
);
pointer-events: none;
}
.hero-section-custom .floating-element {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500)
);
border-radius: 50%;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
animation: floatElement 6s ease-in-out infinite;
z-index: 1;
}
.hero-section-custom .floating-element i {
font-size: 1.56rem;
color: var(--light);
}
.hero-section-custom .element-1 {
top: 15%;
left: 5%;
animation-delay: 0s;
}
.hero-section-custom .element-2 {
top: 70%;
right: 8%;
animation-delay: 2s;
}
.hero-section-custom .element-3 {
bottom: 10%;
left: 15%;
animation-delay: 4s;
}
@keyframes floatElement {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
25% {
transform: translateY(-30px) rotate(10deg);
}
50% {
transform: translateY(-50px) rotate(-10deg);
}
75% {
transform: translateY(-30px) rotate(5deg);
}
}
@media (max-width: 991px) {
.hero-section-custom .visual-composition {
height: 400px;
margin-top: 3rem;
}
.hero-section-custom .icon-grid {
gap: 1.5rem;
padding: 1.5rem;
}
.hero-section-custom .icon-item {
width: 60px;
height: 60px;
}
.hero-section-custom .icon-item i {
font-size: 1.44rem;
}
.hero-section-custom .shape-1 {
width: 200px;
height: 200px;
}
.hero-section-custom .shape-2 {
width: 150px;
height: 150px;
}
.hero-section-custom .blob-1,
.hero-section-custom .blob-2,
.hero-section-custom .blob-3 {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.hero-section-custom .visual-composition {
height: 350px;
}
.hero-section-custom .icon-grid {
gap: 1rem;
padding: 1rem;
}
.hero-section-custom .icon-item {
width: 50px;
height: 50px;
}
.hero-section-custom .icon-item i {
font-size: 1.25rem;
}
.hero-section-custom .floating-element {
width: 50px;
height: 50px;
}
.hero-section-custom .floating-element i {
font-size: 1.62rem;
}
.hero-section-custom .shape-1 {
width: 150px;
height: 150px;
}
.hero-section-custom .shape-2 {
width: 120px;
height: 120px;
}
.hero-section-custom .shape-3 {
width: 100px;
height: 100px;
}
}
@media (max-width: 575px) {
.hero-section-custom .icon-grid {
grid-template-columns: repeat(2, 1fr);
}
.hero-section-custom .icon-item:last-child {
grid-column: span 2;
justify-self: center;
}
.hero-section-custom .visual-composition {
height: 300px;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-section-custom * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.hero-section-custom .hero-title {
-webkit-text-fill-color: var(--text-primary);
}
.hero-section-custom .icon-item {
border-width: 3px;
}
.hero-section-custom .blob {
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, 5, 7, 0.62) 0%,
rgba(11, 17, 33, 0.54) 45%,
rgba(6, 11, 23, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-section-custom {
overflow-x: hidden !important;
}
.usp-section {
position: relative;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, rgba(var(--neutral-50-rgb), 0.5) 100%);
min-height: auto;
display: flex;
align-items: center;
}
.usp-card {
position: relative;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(20px);
border: 1px solid rgba(var(--primary-100-rgb), 0.3);
border-radius: var(--radius-2xl);
padding: var(--space-6);
transition: all var(--duration-normal) var(--ease-smooth);
overflow: hidden;
}
.usp-card:hover {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(var(--primary-300-rgb), 0.5);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.usp-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.usp-item-header h3 {
color: var(--text-primary);
font-weight: 600;
}
.usp-item-header p {
color: var(--text-secondary);
}
.usp-item-value {
display: flex;
align-items: baseline;
gap: var(--space-2);
}
.usp-item-value span {
color: var(--primary-600);
font-weight: 700;
}
.usp-card-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
}
.usp-accent-1 {
background: var(--primary-500);
}
.usp-accent-2 {
background: var(--primary-300);
}
.usp-accent-3 {
background: var(--primary-500);
}
.usp-accent-4 {
background: var(--primary-300);
}
.usp-bg-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.usp-blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -150px;
filter: blur(60px);
}
.usp-blob-2 {
width: 350px;
height: 350px;
background: var(--primary-300);
bottom: -80px;
right: -120px;
filter: blur(60px);
}
@media (max-width: 768px) {
.usp-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.usp-card {
padding: var(--space-5);
}
.usp-card-accent {
width: 90px;
height: 90px;
}
.usp-blob-1,
.usp-blob-2 {
width: 250px;
height: 250px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 11, 19, 0.62) 0%,
rgba(6, 11, 19, 0.54) 45%,
rgba(15, 24, 41, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#about {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
#about .container {
position: relative;
z-index: 2;
}
.about-feature {
display: flex;
flex-direction: column;
height: 100%;
transition: transform var(--duration-default) var(--ease-out),
box-shadow var(--duration-default) var(--ease-out);
}
.about-feature:hover {
transform: translateY(-4px);
}
.about-feature-image {
overflow: hidden;
background-color: var(--bg-secondary);
aspect-ratio: 4/3;
}
.about-feature-image img {
object-fit: cover;
width: 100%;
height: 100%;
transition: transform var(--duration-default) var(--ease-out);
}
.about-feature:hover .about-feature-image img {
transform: scale(1.02);
}
.about-decoration {
position: absolute;
pointer-events: none;
opacity: 0.03;
z-index: 1;
}
.about-decoration-top {
top: -100px;
right: -150px;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
}
.about-decoration-bottom {
bottom: -200px;
left: -100px;
width: 700px;
height: 700px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
}
@media (max-width: 991.98px) {
#about {
min-height: auto;
}
.about-decoration {
opacity: 0.02;
}
}
[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, 22, 44, 0.62) 0%,
rgba(13, 20, 39, 0.54) 45%,
rgba(11, 20, 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;
}
.features-section {
position: relative;
padding: var(--space-8) 0;
min-height: auto;
overflow: hidden;
}
.features-header {
position: relative;
z-index: 2;
margin-bottom: var(--space-6);
}
.features-header .dark_section_title {
color: var(--text-primary);
margin-bottom: var(--space-2);
}
.features-header .minimal_section_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-3);
}
.features-header .design_body_base {
color: var(--text-secondary);
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.features-grid {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-4);
margin-bottom: var(--space-4);
}
@media (min-width: 768px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--space-5);
}
}
@media (min-width: 1200px) {
.features-grid {
grid-template-columns: repeat(4, 1fr);
gap: var(--space-4);
}
}
.features-item {
position: relative;
height: 100%;
}
.features-item-inner {
position: relative;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: var(--radius-lg);
padding: var(--space-4);
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
transition: all var(--duration-300) var(--ease-smooth);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.features-item-inner:hover {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.09) 100%);
border-color: rgba(255, 255, 255, 0.25);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
transform: translateY(-2px);
}
.features-icon-wrapper {
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: var(--space-3);
box-shadow: 0 8px 16px rgba(85, 133, 255, 0.20);
}
.features-icon {
width: 24px;
height: 24px;
background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), transparent);
border-radius: 50%;
}
.features-item-inner #ffe4a2tures-item-1-name,
.features-item-inner #ebdaa0tures-item-2-name,
.features-item-inner #efe5b6tures-item-3-name,
.features-item-inner #f9e7a5tures-item-4-name {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 600;
}
.features-item-inner #fff3b3tures-item-1-desc,
.features-item-inner #fff3aetures-item-2-desc,
.features-item-inner #fce5aatures-item-3-desc,
.features-item-inner #ffefb8tures-item-4-desc {
color: var(--text-secondary);
flex-grow: 1;
}
.features-decoration {
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.features-decoration-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -150px;
}
.features-decoration-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -80px;
right: -100px;
}
@media (max-width: 768px) {
.features-decoration-1,
.features-decoration-2 {
display: none;
}
.features-section {
padding: var(--space-6) 0;
}
.features-header {
margin-bottom: var(--space-5);
}
.features-item-inner {
padding: var(--space-3);
}
.features-icon-wrapper {
width: 40px;
height: 40px;
}
.features-icon {
width: 20px;
height: 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(4, 10, 20, 0.62) 0%,
rgba(9, 15, 38, 0.54) 45%,
rgba(1, 3, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--light);
position: relative;
padding: 0;
}
.grid-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}
.grid-line {
position: absolute;
background: var(--neutral-100);
opacity: 0.5;
}
.grid-line-1 {
width: 1px;
height: 100%;
left: 33.333%;
top: 0;
}
.grid-line-2 {
width: 1px;
height: 100%;
left: 66.666%;
top: 0;
}
.grid-line-3 {
width: 100%;
height: 1px;
left: 0;
top: 50%;
}
.services-section .container-fluid {
position: relative;
z-index: 2;
padding: 0;
max-width: 1600px;
margin: 0 auto;
}
.services-header {
padding: 4rem 3rem 4rem 5rem;
border-right: 1px solid var(--neutral-100);
height: 100vh;
display: flex;
align-items: center;
position: relative;
}
.header-content {
max-width: 480px;
}
.section-label {
font-size: 0.69rem;
font-weight: 700;
letter-spacing: 3px;
color: var(--primary-500);
text-transform: uppercase;
margin-bottom: 1.74rem;
display: inline-block;
border-bottom: 2px solid var(--primary-500);
padding-bottom: 0.55rem;
}
#services-title {
font-size: 3.00rem;
line-height: 1.1;
color: var(--text-primary);
font-weight: 700;
margin-bottom: 1.63rem;
letter-spacing: -1px;
}
#services-subtitle {
font-size: 0.88rem;
font-weight: 600;
color: var(--neutral-700);
margin-bottom: 1.60rem;
}
.letter-spacing-2 {
letter-spacing: 2px;
}
#services-desc {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.decorative-line-vertical {
position: absolute;
right: -1px;
top: 15%;
width: 3px;
height: 70%;
background: var(--primary-500);
opacity: 0.8;
}
.services-grid-column {
padding: 3rem 5rem 3rem 3rem;
height: 100vh;
display: flex;
align-items: center;
overflow-y: auto;
}
.services-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
width: 100%;
}
.service-item {
border: 1px solid var(--neutral-100);
padding: 2rem;
background: var(--surface-primary);
transition: all 1.23s ease;
border-radius: 0;
position: relative;
}
.service-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 0;
background: var(--primary-500);
transition: height 0.78s ease;
}
.service-item:hover {
border-color: var(--primary-500);
transform: translateY(-4px);
}
.service-item:hover::before {
height: 100%;
}
.service-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border: 1px solid var(--primary-500);
margin-bottom: 1.40rem;
border-radius: 0;
}
.service-icon i {
font-size: 1.56rem;
color: var(--primary-500);
}
.service-content {
display: flex;
flex-direction: column;
}
.service-name {
font-size: 1.12rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.97rem;
line-height: 1.3;
letter-spacing: -0.5px;
}
.service-desc {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 1rem;
}
.service-features {
font-size: 0.75rem;
color: var(--neutral-700);
margin-bottom: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--neutral-100);
line-height: 1.5;
font-weight: 500;
}
.service-price {
font-size: 1.00rem;
font-weight: 700;
color: var(--primary-500);
letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
#services-title {
font-size: 2.56rem;
}
.services-header {
padding: 3rem 2rem 3rem 4rem;
}
.services-grid-column {
padding: 3rem 4rem 3rem 2rem;
}
}
@media (max-width: 991px) {
.services-section {
min-height: auto;
max-height: none;
}
.services-header {
border-right: none;
border-bottom: 1px solid var(--neutral-100);
height: auto;
padding: 3rem 2rem;
}
.header-content {
max-width: 100%;
}
.decorative-line-vertical {
display: none;
}
#services-title {
font-size: 2.19rem;
}
.services-grid-column {
height: auto;
padding: 3rem 2rem;
overflow-y: visible;
}
.services-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.grid-line {
display: none;
}
}
@media (max-width: 767px) {
.services-header {
padding: 2rem 1.5rem;
}
#services-title {
font-size: 1.81rem;
}
#services-subtitle {
font-size: 0.75rem;
}
.services-grid-column {
padding: 2rem 1.5rem;
}
.service-item {
padding: 1.5rem;
}
.service-icon {
width: 40px;
height: 40px;
}
.service-icon i {
font-size: 1.19rem;
}
.service-name {
font-size: 1.06rem;
}
}
@media (max-width: 575px) {
.section-label {
font-size: 0.75rem;
letter-spacing: 2px;
}
#services-title {
font-size: 1.50rem;
}
#services-desc {
font-size: 1.00rem;
}
.service-desc {
font-size: 0.88rem;
}
.service-features {
font-size: 0.69rem;
}
}
.service-item {
animation: fadeInUp 1.59s ease backwards;
}
.service-item:nth-child(1) { animation-delay: 0.26s; }
.service-item:nth-child(2) { animation-delay: 0.90s; }
.service-item:nth-child(3) { animation-delay: 1.25s; }
.service-item:nth-child(4) { animation-delay: 1.16s; }
.service-item:nth-child(5) { animation-delay: 1.06s; }
.service-item:nth-child(6) { animation-delay: 1.04s; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.service-item:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-contrast: high) {
.service-item {
border-width: 2px;
}
.service-icon {
border-width: 2px;
}
}
.cta-action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.5rem;
background: var(--primary-color, #007fe7);
color: var(--button-text, #ffffff);
text-decoration: none;
border-radius: var(--border-radius, 8px);
font-weight: 600;
font-size: 1.00rem;
transition: all 0.68s ease;
margin-top: 1rem;
border: 2px solid transparent;
}
.cta-action-btn:hover {
background: var(--primary-color-dark, #106ba7);
color: var(--button-text, #ffffff);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-action-btn:active {
transform: translateY(0);
}
.cta-action-btn .btn-icon {
transition: transform 0.40s ease;
}
.cta-action-btn:hover .btn-icon {
transform: translateX(4px);
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 22, 34, 0.62) 0%,
rgba(6, 10, 17, 0.54) 45%,
rgba(1, 3, 6, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.priceplan-section-modern {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.priceplan-section-modern .section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 80px;
position: relative;
}
.priceplan-section-modern .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 30px;
border-radius: 2px;
}
.priceplan-section-modern .section-title {
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 800;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.priceplan-section-modern .title-accent {
display: flex;
justify-content: center;
gap: 8px;
margin-bottom: 20px;
}
.priceplan-section-modern .accent-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.priceplan-section-modern .accent-dot:nth-child(2) {
animation-delay: 0.45s;
}
.priceplan-section-modern .accent-dot:nth-child(3) {
animation-delay: 1.15s;
}
@keyframes pulse-dot {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.5); opacity: 0.6; }
}
.priceplan-section-modern .section-subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 20px;
}
.priceplan-section-modern .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.priceplan-section-modern .pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
max-width: 1200px;
margin: 0 auto;
}
.priceplan-section-modern .pricing-card {
position: relative;
background: var(--surface-primary);
border-radius: 24px;
padding: 50px 35px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
transition: all 0.61s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.priceplan-section-modern .pricing-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
border-color: var(--primary-500);
}
.priceplan-section-modern .featured-card {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
border: 2px solid var(--primary-500);
transform: scale(1.05);
}
.priceplan-section-modern .featured-card:hover {
transform: scale(1.08) translateY(-12px);
}
.priceplan-section-modern .featured-badge {
position: absolute;
top: 25px;
right: 25px;
width: 50px;
height: 50px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.19rem;
animation: rotate-badge 10s linear infinite;
}
@keyframes rotate-badge {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.priceplan-section-modern .card-decoration {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
border-radius: 24px 24px 0 0;
}
.priceplan-section-modern .decoration-circle {
position: absolute;
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
border-radius: 50%;
top: -50px;
right: -30px;
pointer-events: none;
}
.priceplan-section-modern .decoration-pattern {
position: absolute;
width: 100px;
height: 100px;
background:
repeating-linear-gradient(45deg,
transparent,
transparent 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 10px,
color-mix(in srgb, var(--primary-300) 5%, transparent 95%) 11px
);
bottom: -20px;
left: -20px;
pointer-events: none;
}
.priceplan-section-modern .card-header {
margin-bottom: 35px;
text-align: center;
}
.priceplan-section-modern .plan-badge {
width: 70px;
height: 70px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
color: var(--light);
font-size: 1.94rem;
transition: transform 0.60s ease;
}
.priceplan-section-modern .plan-badge.featured {
background: linear-gradient(135deg,
var(--primary-700),
var(--primary-500)
);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.priceplan-section-modern .pricing-card:hover .plan-badge {
transform: rotateY(360deg);
}
.priceplan-section-modern .plan-name {
font-size: 1.81rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 15px;
}
.priceplan-section-modern .plan-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
}
.priceplan-section-modern .card-price {
position: relative;
text-align: center;
margin-bottom: 35px;
padding: 30px 0;
}
.priceplan-section-modern .price-container {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.priceplan-section-modern .currency-symbol {
font-size: 1.56rem;
font-weight: 700;
color: var(--primary-700);
align-self: flex-start;
margin-top: 8px;
}
.priceplan-section-modern .price-amount {
font-size: 3.00rem;
font-weight: 800;
color: var(--primary-500);
line-height: 1;
}
.priceplan-section-modern .price-period {
font-size: 1.06rem;
color: var(--text-secondary);
align-self: flex-end;
margin-bottom: 12px;
}
.priceplan-section-modern .price-decoration {
width: 80px;
height: 3px;
background: var(--primary-300);
margin: 20px auto 0;
border-radius: 2px;
}
.priceplan-section-modern .price-decoration.featured {
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300)
);
width: 120px;
}
.priceplan-section-modern .card-features {
position: relative;
padding: 30px 25px;
background: color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%);
border-radius: 16px;
margin-bottom: 30px;
}
.priceplan-section-modern .features-icon {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.19rem;
}
.priceplan-section-modern .features-list {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.8;
text-align: left;
}
.priceplan-section-modern .card-footer {
text-align: center;
padding-top: 20px;
}
.priceplan-section-modern .footer-decoration {
display: flex;
justify-content: center;
gap: 6px;
}
.priceplan-section-modern .footer-decoration .dot {
width: 6px;
height: 6px;
background: var(--primary-300);
border-radius: 50%;
}
.priceplan-section-modern .section-footer {
text-align: center;
margin-top: 80px;
}
.priceplan-section-modern .footer-icons {
display: flex;
justify-content: center;
gap: 30px;
font-size: 1.94rem;
color: var(--primary-500);
}
.priceplan-section-modern .footer-icons i {
opacity: 0.6;
transition: all 0.78s ease;
}
.priceplan-section-modern .footer-icons i:hover {
opacity: 1;
transform: translateY(-5px);
}
.priceplan-section-modern .bg-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.priceplan-section-modern .bg-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
top: -100px;
right: -100px;
animation: float-decoration 20s ease-in-out infinite;
}
.priceplan-section-modern .bg-decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%),
transparent 70%
);
bottom: -50px;
left: -50px;
animation: float-decoration 15s ease-in-out infinite reverse;
}
.priceplan-section-modern .bg-decoration-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-700) 12%, transparent 88%),
transparent 70%
);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: pulse-decoration 10s ease-in-out infinite;
}
@keyframes float-decoration {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(30px, 30px); }
}
@keyframes pulse-decoration {
0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.1; }
}
@media (max-width: 991px) {
.priceplan-section-modern {
padding: 80px 0;
}
.priceplan-section-modern .section-header {
margin-bottom: 60px;
}
.priceplan-section-modern .pricing-grid {
gap: 30px;
}
.priceplan-section-modern .featured-card {
transform: scale(1);
}
.priceplan-section-modern .featured-card:hover {
transform: scale(1.02) translateY(-8px);
}
}
@media (max-width: 767px) {
.priceplan-section-modern {
padding: 60px 0;
}
.priceplan-section-modern .section-title {
font-size: 2.06rem;
}
.priceplan-section-modern .section-subtitle {
font-size: 1.31rem;
}
.priceplan-section-modern .pricing-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.priceplan-section-modern .pricing-card {
padding: 40px 25px;
}
.priceplan-section-modern .price-amount {
font-size: 3.00rem;
}
.priceplan-section-modern .section-footer {
margin-top: 60px;
}
.priceplan-section-modern .footer-icons {
gap: 20px;
font-size: 1.38rem;
}
}
@media (max-width: 575px) {
.priceplan-section-modern .pricing-card {
padding: 35px 20px;
}
.priceplan-section-modern .plan-badge {
width: 60px;
height: 60px;
font-size: 1.69rem;
}
.priceplan-section-modern .price-amount {
font-size: 2.75rem;
}
.priceplan-section-modern .card-features {
padding: 25px 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, 21, 39, 0.62) 0%,
rgba(9, 16, 30, 0.54) 45%,
rgba(3, 9, 16, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section-374 {
padding: 100px 0;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--surface-primary) 95%, var(--primary-500) 5%) 100%);
position: relative;
overflow: hidden;
}
.section-header-374 {
position: relative;
z-index: 2;
}
.decorative-dot-pattern-374 {
width: 60px;
height: 8px;
background: repeating-linear-gradient(
90deg,
var(--primary-500) 0px,
var(--primary-500) 8px,
transparent 8px,
transparent 16px
);
margin: 0 auto 20px;
border-radius: 4px;
}
.subtitle-374 {
font-size: 1.00rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--primary-500);
margin-bottom: 16px;
}
.title-374 {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 24px;
line-height: 1.2;
}
.description-374 {
font-size: 1.19rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.decorative-line-374 {
width: 80px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
margin: 30px auto 0;
}
.team-card-374 {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.97s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.team-card-374:hover {
transform: translateY(-12px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.image-wrapper-374 {
position: relative;
overflow: hidden;
aspect-ratio: 4/5;
}
.image-wrapper-374 img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card-374:hover .image-wrapper-374 img {
transform: scale(1.08);
}
.image-overlay-374 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 30%, transparent 70%) 100%);
opacity: 0;
transition: opacity 1.16s ease;
}
.team-card-374:hover .image-overlay-374 {
opacity: 1;
}
.decorative-corner-374 {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
border-top: 3px solid var(--light);
border-right: 3px solid var(--light);
opacity: 0;
transform: translate(10px, -10px);
transition: all 0.84s ease;
}
.team-card-374:hover .decorative-corner-374 {
opacity: 0.8;
transform: translate(0, 0);
}
.content-wrapper-374 {
padding: 30px 25px;
text-align: center;
position: relative;
}
.member-name-374 {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 8px;
transition: color 0.80s ease;
}
.team-card-374:hover .member-name-374 {
color: var(--primary-500);
}
.member-role-374 {
font-size: 1.00rem;
font-weight: 500;
color: var(--text-secondary);
margin-bottom: 20px;
line-height: 1.5;
}
.accent-bar-374 {
width: 40px;
height: 3px;
background: var(--primary-500);
margin: 0 auto;
border-radius: 2px;
transform: scaleX(0);
transition: transform 1.00s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card-374:hover .accent-bar-374 {
transform: scaleX(1);
}
.decorative-shapes-374 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}
.shape-circle-374 {
position: absolute;
top: 10%;
right: 5%;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
animation: float-374 8s ease-in-out infinite;
}
.shape-square-374 {
position: absolute;
bottom: 15%;
left: 8%;
width: 120px;
height: 120px;
background: color-mix(in srgb, var(--primary-500) 8%, transparent 92%);
transform: rotate(45deg);
animation: rotate-pulse-374 10s ease-in-out infinite;
}
.shape-triangle-374 {
position: absolute;
top: 50%;
left: 3%;
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-bottom: 100px solid color-mix(in srgb, var(--primary-300) 10%, transparent 90%);
animation: float-374 12s ease-in-out infinite reverse;
}
@keyframes float-374 {
0%, 100% {
transform: translateY(0) translateX(0);
}
50% {
transform: translateY(-30px) translateX(20px);
}
}
@keyframes rotate-pulse-374 {
0%, 100% {
transform: rotate(45deg) scale(1);
}
50% {
transform: rotate(225deg) scale(1.1);
}
}
@media (max-width: 991px) {
.team-section-374 {
padding: 80px 0;
}
.title-374 {
font-size: 1.94rem;
}
.description-374 {
font-size: 0.94rem;
}
.shape-circle-374,
.shape-square-374,
.shape-triangle-374 {
opacity: 0.5;
}
}
@media (max-width: 767px) {
.team-section-374 {
padding: 60px 0;
}
.title-374 {
font-size: 1.69rem;
}
.subtitle-374 {
font-size: 0.81rem;
}
.member-name-374 {
font-size: 1.25rem;
}
.member-role-374 {
font-size: 0.88rem;
}
.content-wrapper-374 {
padding: 25px 20px;
}
.decorative-shapes-374 {
display: none;
}
}
@media (max-width: 575px) {
.title-374 {
font-size: 1.50rem;
}
.description-374 {
font-size: 1.00rem;
}
.team-card-374 {
border-radius: 12px;
}
.team-card-374:hover {
transform: translateY(-8px);
}
}
@media (prefers-reduced-motion: reduce) {
.team-card-374,
.image-wrapper-374 img,
.decorative-corner-374,
.accent-bar-374 {
transition: none;
}
.shape-circle-374,
.shape-square-374,
.shape-triangle-374 {
animation: none;
}
}
@media (prefers-contrast: high) {
.team-card-374 {
border: 2px solid var(--neutral-500);
}
.member-name-374 {
font-weight: 800;
}
.accent-bar-374 {
height: 4px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 6, 12, 0.62) 0%,
rgba(14, 23, 43, 0.54) 45%,
rgba(11, 21, 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;
}
.reviews-section-standard {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.reviews-section-standard .header-wrapper {
position: relative;
z-index: 2;
}
.reviews-section-standard .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.reviews-section-standard .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1.61rem;
}
.reviews-section-standard .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-standard .decorative-dot-1,
.reviews-section-standard .decorative-dot-2 {
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
z-index: 1;
}
.reviews-section-standard .decorative-dot-1 {
top: 0;
left: -20px;
}
.reviews-section-standard .decorative-dot-2 {
bottom: 0;
right: -20px;
}
.reviews-section-standard .review-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
height: 100%;
position: relative;
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.81s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.reviews-section-standard .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.reviews-section-standard .review-card-featured {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%
);
border: 2px solid var(--primary-300);
}
.reviews-section-standard .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: 1.66rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.reviews-section-standard .quote-icon i {
font-size: 2.00rem;
color: var(--light);
}
.reviews-section-standard .review-content {
margin-bottom: 2rem;
}
.reviews-section-standard .review-text {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin: 0;
font-style: italic;
position: relative;
padding-left: 1.5rem;
border-left: 3px solid var(--primary-300);
}
.reviews-section-standard .review-author-wrapper {
display: flex;
align-items: center;
gap: 1.25rem;
position: relative;
z-index: 2;
}
.reviews-section-standard .author-avatar {
flex-shrink: 0;
}
.reviews-section-standard .avatar-placeholder {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-100), var(--primary-300));
display: flex;
align-items: center;
justify-content: center;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.reviews-section-standard .avatar-placeholder i {
font-size: 1.88rem;
color: var(--primary-700);
}
.reviews-section-standard .author-info {
flex: 1;
}
.reviews-section-standard .author-name {
font-size: 1.00rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.reviews-section-standard .decorative-accent {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: linear-gradient(135deg,
transparent 0%,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 100%
);
border-radius: 16px 0 16px 0;
z-index: 1;
}
.reviews-section-standard .background-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
pointer-events: none;
}
.reviews-section-standard .shape-circle-1 {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 0%,
transparent 70%
);
top: -100px;
right: -50px;
animation: float-shape 20s ease-in-out infinite;
}
.reviews-section-standard .shape-circle-2 {
position: absolute;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 15%, transparent 85%) 0%,
transparent 70%
);
bottom: 50px;
left: 50px;
animation: float-shape 15s ease-in-out infinite reverse;
}
.reviews-section-standard .shape-blob-1 {
position: absolute;
width: 250px;
height: 250px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
bottom: -80px;
right: 100px;
animation: blob-morph 18s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) translateX(0) scale(1);
}
33% {
transform: translateY(-30px) translateX(20px) scale(1.05);
}
66% {
transform: translateY(-15px) translateX(-20px) scale(0.95);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: rotate(0deg) scale(1);
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
transform: rotate(90deg) scale(1.1);
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
transform: rotate(180deg) scale(1);
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
transform: rotate(270deg) scale(1.05);
}
}
@media (max-width: 991px) {
.reviews-section-standard .section-title {
font-size: 1.88rem;
}
.reviews-section-standard .section-subtitle {
font-size: 1.00rem;
}
.reviews-section-standard .review-card {
padding: 2rem;
}
.reviews-section-standard .review-text {
font-size: 1.00rem;
}
}
@media (max-width: 767px) {
.reviews-section-standard {
padding: 3rem 0;
}
.reviews-section-standard .section-title {
font-size: 1.88rem;
}
.reviews-section-standard .section-subtitle {
font-size: 1.00rem;
}
.reviews-section-standard .section-description {
font-size: 1.06rem;
}
.reviews-section-standard .review-card {
padding: 1.5rem;
}
.reviews-section-standard .quote-icon {
width: 50px;
height: 50px;
}
.reviews-section-standard .quote-icon i {
font-size: 1.56rem;
}
.reviews-section-standard .avatar-placeholder {
width: 50px;
height: 50px;
}
.reviews-section-standard .avatar-placeholder i {
font-size: 1.56rem;
}
.reviews-section-standard .author-name {
font-size: 0.88rem;
}
.reviews-section-standard .decorative-accent {
width: 80px;
height: 80px;
}
}
@media (max-width: 575px) {
.reviews-section-standard .review-author-wrapper {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.reviews-section-standard .review-text {
padding-left: 1rem;
border-left-width: 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(18, 26, 49, 0.62) 0%,
rgba(19, 26, 53, 0.54) 45%,
rgba(17, 24, 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;
}
.casestudy-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: auto;
}
.casestudy-header {
display: flex;
flex-direction: column;
gap: calc(var(--space-base) * 1.5);
}
.casestudy-title {
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
margin-bottom: var(--space-base);
}
.casestudy-subtitle {
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 600;
}
.casestudy-desc {
color: var(--text-secondary);
max-width: 400px;
line-height: 1.6;
}
.casestudy-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--space-base);
}
.casestudy-item {
position: relative;
padding: calc(var(--space-base) * 1.75);
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-base);
transition: all var(--duration-standard) var(--ease-smooth);
}
.casestudy-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 0;
background: linear-gradient(to bottom, var(--primary-500), transparent);
border-radius: var(--radius-base) 0 0 0;
transition: height var(--duration-standard) var(--ease-smooth);
}
.casestudy-item:hover {
border-color: var(--border-interactive);
background-color: var(--bg-primary);
box-shadow: var(--shadow-medium);
}
.casestudy-item:hover::before {
height: 100%;
}
.casestudy-item-content {
display: flex;
flex-direction: column;
gap: calc(var(--space-base) * 0.75);
}
.casestudy-item-title {
color: var(--text-primary);
font-weight: 600;
letter-spacing: -0.01em;
}
.casestudy-item-desc {
color: var(--text-secondary);
line-height: 1.5;
}
.casestudy-decoration {
position: absolute;
opacity: 0.04;
pointer-events: none;
}
.casestudy-deco-1 {
top: -8%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500), transparent);
border-radius: 50%;
}
.casestudy-deco-2 {
bottom: -10%;
left: -8%;
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 50%;
}
@media (max-width: 991.98px) {
.casestudy-section {
padding-top: calc(var(--space-base) * 2.5);
padding-bottom: calc(var(--space-base) * 2.5);
}
.casestudy-title {
font-size: 2.00rem;
}
.casestudy-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 576px) {
.casestudy-item {
padding: calc(var(--space-base) * 1.25);
}
.casestudy-desc {
max-width: 100%;
}
.casestudy-deco-1,
.casestudy-deco-2 {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 20, 41, 0.62) 0%,
rgba(7, 13, 20, 0.54) 45%,
rgba(3, 7, 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;
}
.process-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3) 0%, rgba(var(--neutral-50), 0.2) 100%);
}
.process-section h2 {
color: var(--text-primary);
}
.process-section .minimal_section_subtitle {
color: var(--primary-500);
font-weight: 600;
}
.process-items-grid {
position: relative;
z-index: 2;
}
.process-card {
position: relative;
padding: var(--space-6);
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-300) var(--ease-out);
box-shadow: var(--shadow-sm);
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.process-card::before {
content: '';
position: absolute;
top: -40%;
right: -40%;
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(var(--primary-300), 0.08) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.process-card:hover {
border-color: var(--primary-300);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.process-card-number {
font-size: 3.00rem;
font-weight: 700;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: var(--space-4);
line-height: 1;
opacity: 0.6;
}
.process-card-offset {
margin-top: var(--space-4);
}
.process-card h3 {
color: var(--text-primary);
position: relative;
z-index: 1;
}
.process-card p {
flex-grow: 1;
position: relative;
z-index: 1;
}
.process-bg-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.04;
pointer-events: none;
z-index: 1;
}
.process-blob-1 {
width: 350px;
height: 350px;
background: var(--primary-500);
top: -100px;
left: -80px;
animation: float 6s ease-in-out infinite;
}
.process-blob-2 {
width: 280px;
height: 280px;
background: var(--neutral-500);
bottom: -120px;
right: -60px;
animation: float 8s ease-in-out infinite reverse;
}
.process-bg-line {
position: absolute;
width: 2px;
height: 60%;
background: linear-gradient(180deg, transparent 0%, var(--border-light) 50%, transparent 100%);
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
z-index: 1;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(30px);
}
}
@media (max-width: 991px) {
.process-card {
padding: var(--space-5);
}
.process-card-number {
font-size: 2.50rem;
}
.process-card-offset {
margin-top: 0;
}
.process-bg-blob {
opacity: 0.02;
}
.process-bg-line {
height: 40%;
}
}
@media (max-width: 768px) {
.process-section {
padding-top: var(--space-6) !important;
padding-bottom: var(--space-6) !important;
}
.process-card {
padding: var(--space-4);
}
.process-card-number {
font-size: 2.06rem;
}
.process-items-grid {
margin-bottom: var(--space-4);
}
.process-bg-blob {
opacity: 0.01;
}
.process-bg-line {
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(13, 28, 42, 0.62) 0%,
rgba(11, 22, 42, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.timeline-section {
position: relative;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
}
.timeline-section::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 20% 50%, var(--primary-50) 0%, transparent 50%);
opacity: 0.4;
pointer-events: none;
}
.timeline-bg-blob-1 {
position: absolute;
top: 10%;
right: -5%;
width: 300px;
height: 300px;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-100));
opacity: 0.08;
filter: blur(60px);
z-index: 0;
}
.timeline-bg-blob-2 {
position: absolute;
bottom: 15%;
left: -8%;
width: 250px;
height: 250px;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
background: linear-gradient(45deg, var(--primary-300), var(--primary-100));
opacity: 0.06;
filter: blur(60px);
z-index: 0;
}
.timeline-track {
position: relative;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: var(--space-4);
z-index: 1;
}
.timeline-track::before {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(
90deg,
transparent 0%,
var(--border-medium) 20%,
var(--border-medium) 80%,
transparent 100%
);
transform: translateY(-50%);
z-index: -1;
}
.timeline-item {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.timeline-marker {
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--primary-500);
border: 3px solid var(--bg-primary);
box-shadow: 0 0 20px rgba(var(--primary-rgb, 59, 130, 246), 0.5),
inset 0 0 8px rgba(255, 255, 255, 0.4);
margin-bottom: var(--space-3);
z-index: 2;
transition: all var(--duration-300) var(--ease-out-cubic);
}
.timeline-item:hover .timeline-marker {
width: 20px;
height: 20px;
box-shadow: 0 0 32px rgba(var(--primary-rgb, 59, 130, 246), 0.7),
inset 0 0 12px rgba(255, 255, 255, 0.6);
}
.timeline-card {
position: relative;
width: 100%;
padding: var(--space-4);
border-radius: var(--radius-lg);
background: rgba(var(--bg-primary-rgb, 255, 255, 255), 0.7);
border: 1px solid var(--border-light);
backdrop-filter: blur(10px);
overflow: hidden;
transition: all var(--duration-300) var(--ease-out-cubic);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.timeline-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--primary-50), transparent);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out-cubic);
pointer-events: none;
}
.timeline-item:hover .timeline-card {
border-color: var(--border-medium);
background: rgba(var(--bg-primary-rgb, 255, 255, 255), 0.85);
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12),
0 0 40px rgba(var(--primary-rgb, 59, 130, 246), 0.15);
transform: translateY(-4px);
}
.timeline-item:hover .timeline-card::before {
opacity: 1;
}
.card-glow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 20% 20%, var(--primary-300), transparent 60%);
opacity: 0;
pointer-events: none;
transition: opacity var(--duration-300) var(--ease-out-cubic);
border-radius: var(--radius-lg);
}
.timeline-item:hover .card-glow {
opacity: 0.1;
}
.timeline-card h3 {
position: relative;
z-index: 1;
color: var(--text-primary);
}
.timeline-card p {
position: relative;
z-index: 1;
color: var(--text-muted);
}
@media (max-width: 768px) {
.timeline-section {
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.timeline-track {
grid-template-columns: 1fr;
gap: var(--space-5);
}
.timeline-track::before {
left: 7px;
width: 2px;
top: 0;
bottom: 0;
background: linear-gradient(
180deg,
transparent 0%,
var(--border-medium) 10%,
var(--border-medium) 90%,
transparent 100%
);
}
.timeline-item {
flex-direction: row;
align-items: flex-start;
padding-left: var(--space-4);
}
.timeline-marker {
margin-bottom: 0;
margin-right: var(--space-3);
flex-shrink: 0;
margin-top: var(--space-2);
}
.timeline-card {
flex: 1;
}
}
@media (max-width: 480px) {
.timeline-card {
padding: var(--space-3);
}
.timeline-card h3 {
font-size: 1.00rem;
}
.timeline-card p {
font-size: 0.94rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 24, 46, 0.62) 0%,
rgba(16, 26, 49, 0.54) 45%,
rgba(8, 14, 28, 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-color: var(--bg-primary);
overflow: hidden;
min-height: auto;
}
.career-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.career-decoration-1 {
top: -10%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
}
.career-decoration-2 {
bottom: -15%;
left: -8%;
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
}
.career-card {
position: relative;
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
padding: var(--space-6);
display: flex;
flex-direction: column;
height: 100%;
transition: all var(--duration-medium) var(--ease-out);
box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.08);
}
.career-card:hover {
transform: translate(-4px, -4px);
box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.career-card-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-3);
margin-bottom: var(--space-4);
}
.career-card-header h3 {
margin: 0;
color: var(--text-primary);
flex: 1;
}
.career-role-badge {
display: inline-block;
background-color: var(--primary-500);
color: var(--text-inverse);
padding: var(--space-1) var(--space-3);
font-size: 0.81rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: var(--radius-sm);
white-space: nowrap;
flex-shrink: 0;
}
.career-card-desc {
margin: 0;
color: var(--text-secondary);
flex-grow: 1;
margin-bottom: var(--space-4);
line-height: 1.6;
}
.career-card-accent {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}
@media (max-width: 768px) {
.career-card {
padding: var(--space-5);
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.06);
}
.career-card:hover {
box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}
.career-card-header {
flex-direction: column;
gap: var(--space-2);
}
.career-role-badge {
align-self: flex-start;
}
}
@media (max-width: 576px) {
.career-section {
padding-top: var(--space-5) !important;
padding-bottom: var(--space-5) !important;
}
.career-card {
padding: var(--space-4);
}
.career-decoration-1,
.career-decoration-2 {
opacity: 0.05;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 14, 38, 0.62) 0%,
rgba(8, 13, 23, 0.54) 45%,
rgba(10, 15, 36, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-special {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.coreinfo-special .decorative-line {
width: 60px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%);
border-radius: 2px;
}
.coreinfo-special .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.coreinfo-special .decorative-dots .dot {
width: 8px;
height: 8px;
background-color: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.coreinfo-special .decorative-dots .dot:nth-child(2) {
animation-delay: 0.72s;
}
.coreinfo-special .decorative-dots .dot:nth-child(3) {
animation-delay: 1.25s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
.coreinfo-special #coreinfo-title {
color: var(--text-primary);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.5px;
}
.coreinfo-special #coreinfo-subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.coreinfo-special #coreinfo-desc {
color: var(--text-secondary);
line-height: 1.7;
}
.coreinfo-special .info-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 1.05s 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);
overflow: hidden;
}
.coreinfo-special .info-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: var(--primary-300);
}
.coreinfo-special .icon-wrapper {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-100) 0%,
var(--primary-300) 100%);
border-radius: 12px;
margin-bottom: 1.60rem;
transition: all 1.31s ease;
position: relative;
z-index: 2;
}
.coreinfo-special .icon-wrapper i {
font-size: 1.69rem;
color: var(--primary-700);
transition: transform 0.59s ease;
}
.coreinfo-special .info-card:hover .icon-wrapper {
background: linear-gradient(135deg,
var(--primary-300) 0%,
var(--primary-500) 100%);
transform: scale(1.05);
}
.coreinfo-special .info-card:hover .icon-wrapper i {
color: var(--light);
transform: rotate(5deg);
}
.coreinfo-special .decorative-accent {
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: radial-gradient(circle at top right,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%) 0%,
transparent 70%);
border-radius: 0 16px 0 100%;
pointer-events: none;
}
.coreinfo-special .card-title {
color: var(--text-primary);
font-weight: 600;
font-size: 1.19rem;
line-height: 1.4;
transition: color 0.85s ease;
position: relative;
z-index: 2;
}
.coreinfo-special .info-card:hover .card-title {
color: var(--primary-700);
}
.coreinfo-special .card-description {
color: var(--text-secondary);
font-size: 1.00rem;
line-height: 1.6;
margin-bottom: 0;
position: relative;
z-index: 2;
}
.coreinfo-special .card-footer-decoration {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-300) 100%);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.95s ease;
}
.coreinfo-special .info-card:hover .card-footer-decoration {
transform: scaleX(1);
}
.coreinfo-special .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.coreinfo-special .shape {
position: absolute;
border-radius: 50%;
opacity: 0.06;
animation: float 20s ease-in-out infinite;
}
.coreinfo-special .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -100px;
left: -100px;
animation-delay: 0s;
}
.coreinfo-special .shape-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -150px;
right: -150px;
animation-delay: 5s;
}
.coreinfo-special .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation-delay: 10s;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@media (max-width: 991.98px) {
.coreinfo-special .info-card {
padding: 1.75rem;
}
.coreinfo-special #coreinfo-title {
font-size: 1.88rem;
}
.coreinfo-special #coreinfo-subtitle {
font-size: 1.12rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-special .info-card {
padding: 1.5rem;
}
.coreinfo-special .icon-wrapper {
width: 56px;
height: 56px;
}
.coreinfo-special .icon-wrapper i {
font-size: 1.56rem;
}
.coreinfo-special #coreinfo-title {
font-size: 1.62rem;
}
.coreinfo-special .card-title {
font-size: 1.19rem;
}
.coreinfo-special .decorative-line {
width: 50px;
height: 3px;
}
}
@media (max-width: 575.98px) {
.coreinfo-special {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.coreinfo-special .info-card {
padding: 1.25rem;
}
.coreinfo-special #coreinfo-title {
font-size: 1.62rem;
}
.coreinfo-special #coreinfo-subtitle {
font-size: 1.19rem;
}
}
@media (prefers-reduced-motion: reduce) {
.coreinfo-special .info-card,
.coreinfo-special .icon-wrapper,
.coreinfo-special .card-footer-decoration,
.coreinfo-special .decorative-dots .dot,
.coreinfo-special .shape {
animation: none !important;
transition: none !important;
}
}
.coreinfo-special .info-card:focus-within {
outline: 2px solid var(--primary-500);
outline-offset: 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(5, 13, 24, 0.62) 0%,
rgba(16, 30, 49, 0.54) 45%,
rgba(10, 29, 52, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.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.80s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.88s ease, box-shadow 1.25s 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.74s 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 1.21s 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, #287fff, #283adc) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.06rem;
letter-spacing: 0.4px;
transition: all 0.63s ease;
box-shadow: 0 6px 20px rgba(62, 125, 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 0.79s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(41, 119, 254, 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(55, 124, 232, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.06rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 1.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.21s ease;
font-size: 0.94rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.90s ease;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-label {
cursor: pointer;
user-select: none;
padding-left: 0.6rem;
line-height: 1.6;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 18, 31, 0.62) 0%,
rgba(12, 25, 49, 0.54) 45%,
rgba(8, 14, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-featured {
position: relative;
overflow: hidden;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
min-height: 100vh;
display: flex;
align-items: center;
}
.contact-section-featured .decorative-blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.15;
z-index: 0;
pointer-events: none;
}
.contact-section-featured .blob-1 {
width: 500px;
height: 500px;
background: var(--primary-300);
top: -150px;
left: -150px;
animation: float 20s ease-in-out infinite;
}
.contact-section-featured .blob-2 {
width: 400px;
height: 400px;
background: var(--primary-500);
bottom: -100px;
right: -100px;
animation: float 15s ease-in-out infinite reverse;
}
.contact-section-featured .decorative-circle {
position: absolute;
border: 2px solid var(--primary-300);
border-radius: 50%;
opacity: 0.2;
z-index: 0;
pointer-events: none;
}
.contact-section-featured .circle-1 {
width: 300px;
height: 300px;
top: 10%;
right: 5%;
animation: pulse 8s ease-in-out infinite;
}
.contact-section-featured .circle-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 10%;
animation: pulse 6s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
33% { transform: translate(30px, -30px) rotate(120deg); }
66% { transform: translate(-20px, 20px) rotate(240deg); }
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.2; }
50% { transform: scale(1.1); opacity: 0.3; }
}
.contact-section-featured .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: var(--light);
font-size: 1.56rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
margin-bottom: 1rem;
}
.contact-section-featured #contact-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.contact-section-featured #contact-subtitle {
color: var(--primary-500);
font-weight: 600;
}
.contact-section-featured #contact-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.contact-section-featured .contact-form-wrapper {
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 1;
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
}
.contact-section-featured .form-header {
display: flex;
align-items: center;
padding-bottom: 1.72rem;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-featured .form-header i {
font-size: 2.12rem;
color: var(--primary-500);
}
.contact-section-featured .form-header h4 {
margin: 0;
font-weight: 600;
color: var(--text-primary);
}
.contact-section-featured .form-floating {
position: relative;
}
.contact-section-featured .form-control {
border: 2px solid var(--neutral-100);
border-radius: 12px;
padding: 1rem 1rem 1rem 3rem;
font-size: 1.06rem;
transition: all 0.82s ease;
background: var(--surface-primary);
}
.contact-section-featured .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
background: var(--surface-primary);
}
.contact-section-featured .form-floating > label {
padding-left: 3rem;
color: var(--text-secondary);
}
.contact-section-featured .field-icon {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.31rem;
z-index: 4;
pointer-events: none;
}
.contact-section-featured textarea.form-control {
resize: vertical;
min-height: 150px;
}
.contact-section-featured .form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-featured .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-featured .form-check-label {
color: var(--text-secondary);
font-size: 0.94rem;
cursor: pointer;
margin-left: 0.5rem;
}
.contact-section-featured #site_submit_btn {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700)) !important;
border: none !important;
border-radius: 12px !important;
padding: 1rem 2rem !important;
font-weight: 600 !important;
font-size: 1.06rem !important;
color: var(--light) !important;
transition: all 0.47s ease !important;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.contact-section-featured #site_submit_btn:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2) !important;
}
.contact-section-featured #site_submit_btn:active {
transform: translateY(0) !important;
}
.contact-section-featured .contact-info-wrapper {
position: relative;
z-index: 1;
}
.contact-section-featured .info-header {
display: flex;
align-items: center;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 2px solid var(--neutral-100);
}
.contact-section-featured .info-header i {
font-size: 1.88rem;
color: var(--primary-500);
}
.contact-section-featured .info-header h4 {
margin: 0;
font-weight: 600;
color: var(--text-primary);
}
.contact-section-featured .contact-info-item {
display: flex;
align-items: flex-start;
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 16px;
margin-bottom: 1rem;
border: 2px solid var(--neutral-100);
transition: all 0.54s ease;
}
.contact-section-featured .contact-info-item:hover {
border-color: var(--primary-300);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transform: translateX(5px);
}
.contact-section-featured .info-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--light);
font-size: 1.56rem;
flex-shrink: 0;
margin-right: 1rem;
}
.contact-section-featured .info-content h5 {
font-size: 1.00rem;
font-weight: 600;
color: var(--text-secondary);
margin-bottom: 0.49rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.contact-section-featured .info-content p {
color: var(--text-primary);
font-size: 1.12rem;
font-weight: 500;
line-height: 1.5;
}
.contact-section-featured .social-icons-wrapper {
background: var(--surface-primary);
border-radius: 16px;
padding: 1.5rem;
border: 2px solid var(--neutral-100);
}
.contact-section-featured .social-icons-wrapper h5 {
font-size: 1.00rem;
font-weight: 600;
color: var(--text-primary);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.contact-section-featured .social-icons {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.contact-section-featured .social-icon {
width: 45px;
height: 45px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent 90%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-500);
font-size: 1.19rem;
transition: all 1.28s ease;
text-decoration: none;
}
.contact-section-featured .social-icon:hover {
background: var(--primary-500);
color: var(--light);
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.contact-section-featured .business-hours {
background: var(--surface-primary);
border-radius: 16px;
padding: 1.5rem;
border: 2px solid var(--neutral-100);
}
.contact-section-featured .hours-header {
display: flex;
align-items: center;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--neutral-100);
}
.contact-section-featured .hours-header i {
font-size: 1.56rem;
color: var(--primary-500);
}
.contact-section-featured .hours-header h5 {
margin: 0;
font-weight: 600;
color: var(--text-primary);
font-size: 1.06rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.contact-section-featured .hours-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.contact-section-featured .hours-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem;
background: color-mix(in srgb, var(--primary-50) 50%, transparent 50%);
border-radius: 8px;
}
.contact-section-featured .hours-item .day {
font-weight: 600;
color: var(--text-primary);
}
.contact-section-featured .hours-item .time {
color: var(--text-secondary);
font-size: 1.00rem;
}
@media (max-width: 991px) {
.contact-section-featured .contact-form-wrapper {
margin-bottom: 2rem;
}
.contact-section-featured .blob-1,
.contact-section-featured .blob-2 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767px) {
.contact-section-featured {
min-height: auto;
padding: 3rem 0;
}
.contact-section-featured #contact-title {
font-size: 2.06rem;
}
.contact-section-featured .contact-form-wrapper,
.contact-section-featured .contact-info-wrapper {
padding: 1.5rem;
}
.contact-section-featured .section-badge {
width: 50px;
height: 50px;
font-size: 1.31rem;
}
.contact-section-featured .blob-1,
.contact-section-featured .blob-2 {
width: 200px;
height: 200px;
}
.contact-section-featured .circle-1,
.contact-section-featured .circle-2 {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.contact-section-featured #contact-title {
font-size: 1.88rem;
}
.contact-section-featured #contact-subtitle {
font-size: 1.31rem;
}
.contact-section-featured .social-icons {
justify-content: center;
}
.contact-section-featured .hours-item {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(19, 32, 53, 0.62) 0%,
rgba(10, 26, 44, 0.54) 45%,
rgba(17, 29, 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;
}
.contact-section-featured {
overflow-x: hidden !important;
}
#blog {
background-color: var(--bg-primary);
position: relative;
min-height: auto;
}
.blog-decoration {
position: absolute;
pointer-events: none;
opacity: 0.08;
}
.blog-decoration-1 {
width: 320px;
height: 320px;
background-color: var(--primary-500);
border-radius: 40px;
top: 10%;
right: -80px;
transform: rotate(25deg);
}
.blog-decoration-2 {
width: 240px;
height: 240px;
background-color: var(--primary-700);
border-radius: 50%;
bottom: 5%;
left: -100px;
}
.blog-card {
background-color: var(--bg-secondary);
border: 3px solid var(--border-strong);
border-radius: var(--radius-lg);
padding: var(--space-6);
transition: all var(--duration-default) var(--ease-out);
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.blog-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
}
.blog-card:hover {
transform: translateY(-6px);
border-color: var(--primary-500);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.blog-card-header {
width: 100%;
height: 8px;
background-color: var(--primary-100);
border-radius: var(--radius-sm);
margin-bottom: var(--space-4);
}
.blog-card-body {
flex-grow: 1;
}
.blog-card-footer {
margin-top: var(--space-4);
padding-top: var(--space-4);
border-top: 2px solid var(--border-light);
}
.blog-card-link {
color: var(--primary-700);
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
transition: all var(--duration-fast) var(--ease-out);
}
.blog-card-link:hover {
color: var(--primary-500);
transform: translateX(4px);
}
@media (max-width: 768px) {
#blog {
padding-top: var(--space-5);
padding-bottom: var(--space-5);
}
.blog-card {
padding: var(--space-5);
}
.blog-decoration-1 {
width: 240px;
height: 240px;
top: 15%;
right: -60px;
}
.blog-decoration-2 {
width: 180px;
height: 180px;
bottom: 10%;
left: -70px;
}
}
[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, 13, 0.62) 0%,
rgba(15, 32, 52, 0.54) 45%,
rgba(13, 22, 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;
}
#faq {
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
position: relative;
min-height: auto;
max-height: none;
}
.faq-bg-accent {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
filter: blur(80px);
}
.faq-accent-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -10%;
right: -5%;
z-index: 0;
}
.faq-accent-2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 5%;
left: -5%;
z-index: 0;
}
.faq-accent-3 {
width: 250px;
height: 250px;
background: var(--primary-700);
top: 50%;
right: 10%;
z-index: 0;
}
.faq-card {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
backdrop-filter: blur(12px);
border: 1px solid var(--border-light);
border-radius: var(--radius-xl);
padding: var(--space-5);
transition: all var(--duration-300) var(--ease-out);
position: relative;
overflow: hidden;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border-light), transparent);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.faq-card:hover {
border-color: var(--border-medium);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
transform: translateY(-4px);
}
.faq-card:hover::before {
opacity: 1;
}
.faq-card h3 {
color: var(--text-primary);
font-weight: 600;
letter-spacing: -0.5px;
}
.faq-card p {
line-height: 1.6;
color: var(--text-secondary);
}
#faq .dark_section_title {
background: linear-gradient(135deg, var(--text-primary) 0%, var(--primary-700) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-weight: 700;
letter-spacing: -1px;
}
#faq .minimal_section_subtitle {
color: var(--text-primary);
font-weight: 600;
}
@media (max-width: 991.98px) {
.faq-card {
padding: var(--space-4);
}
#faq .dark_section_title {
font-size: 1.94rem;
}
.faq-accent-1 {
width: 300px;
height: 300px;
}
.faq-accent-2 {
width: 250px;
height: 250px;
}
.faq-accent-3 {
width: 200px;
height: 200px;
}
}
@media (max-width: 767.98px) {
#faq {
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.faq-card {
padding: var(--space-3);
}
.faq-accent-1,
.faq-accent-2,
.faq-accent-3 {
opacity: 0.05;
}
}
[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(8, 16, 23, 0.54) 45%,
rgba(8, 17, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.footer-pro {
position: relative;
padding: 80px 0 40px;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-700) 95%, transparent) 0%,
color-mix(in srgb, var(--primary-500) 90%, transparent) 50%,
color-mix(in srgb, var(--neutral-900) 92%, transparent) 100%
),
url('assets/images/footer_bg.webp');
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #ffffff;
}
.footer-pro .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.footer-pro .shape-1 {
width: 400px;
height: 400px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent);
top: -100px;
left: -100px;
animation: float-1 20s ease-in-out infinite;
}
.footer-pro .shape-2 {
width: 300px;
height: 300px;
background: color-mix(in srgb, var(--primary-500) 25%, transparent);
top: 50%;
right: -80px;
animation: float-2 18s ease-in-out infinite;
}
.footer-pro .shape-3 {
width: 250px;
height: 250px;
background: color-mix(in srgb, var(--primary-300) 20%, transparent);
bottom: -80px;
left: 30%;
animation: float-3 22s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(30px, 30px) rotate(180deg); }
}
@keyframes float-2 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-40px, 40px) rotate(-180deg); }
}
@keyframes float-3 {
0%, 100% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(25px, -25px) rotate(180deg); }
}
.footer-pro .grid-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
}
.footer-pro .footer-brand {
position: relative;
}
.footer-pro .brand-logo-wrapper {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.footer-pro .logo-circle {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
position: relative;
}
.footer-pro .logo-circle::before {
content: '';
position: absolute;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.9);
border-radius: 4px;
transform: rotate(45deg);
}
.footer-pro .brand-name {
font-size: 1.44rem;
font-weight: 700;
color: #ffffff;
margin: 0;
letter-spacing: -0.5px;
}
.footer-pro .brand-description {
color: rgba(255, 255, 255, 0.85);
line-height: 1.7;
margin-bottom: 20px;
font-size: 0.88rem;
}
.footer-pro .decorative-accent {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), transparent);
border-radius: 2px;
}
.footer-pro .footer-section {
position: relative;
}
.footer-pro .section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 25px;
}
.footer-pro .section-icon {
font-size: 1.44rem;
color: var(--primary-300);
}
.footer-pro .section-title {
font-size: 1.25rem;
font-weight: 600;
color: #ffffff;
margin: 0;
letter-spacing: -0.3px;
}
.footer-pro .footer-links {list-style: none;
padding: 0;
margin: 0;
}
.footer-pro .footer-links li {margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
transition: transform 0.57s ease;
}
.footer-pro .footer-links li:hover {transform: translateX(5px);
}
.footer-pro .footer-links i {font-size: 0.69rem;
color: var(--primary-300);
transition: transform 0.47s ease;
}
.footer-pro .footer-links li:hover i {transform: translateX(3px);
}
.footer-pro .footer-links a {color: rgba(255, 255, 255, 0.85);
text-decoration: none;
font-size: 1.00rem;
transition: color 0.49s ease;
}
.footer-pro .footer-links a:hover {color: #ffffff;
}
.footer-pro .contact-info {
list-style: none;
padding: 0;
margin: 0;
}
.footer-pro .contact-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
padding: 15px;
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
border-left: 3px solid var(--primary-300);
transition: all 1.24s ease;
}
.footer-pro .contact-item:hover {
background: rgba(255, 255, 255, 0.08);
transform: translateX(5px);
}
.footer-pro .contact-item > i {
font-size: 1.19rem;
color: var(--primary-300);
margin-top: 3px;
}
.footer-pro .contact-details {
display: flex;
flex-direction: column;
gap: 4px;
}
.footer-pro .contact-label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.5px;
color: rgba(255, 255, 255, 0.6);
font-weight: 600;
}
.footer-pro .contact-value {
color: rgba(255, 255, 255, 0.9);
font-size: 0.88rem;
line-height: 1.5;
}
.footer-pro .trust-section {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.footer-pro .trust-badges {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}
.footer-pro .badge-item {
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.08);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
transition: all 1.03s ease;
border: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-pro .badge-item:hover {
background: rgba(255, 255, 255, 0.12);
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.footer-pro .badge-item i {
font-size: 1.62rem;
color: var(--primary-300);
}
.footer-pro .decorative-line {
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
}
.footer-pro .footer-bottom {
margin-top: 60px;
padding-top: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-pro .disclaimer-box {
background: rgba(255, 255, 255, 0.05);
padding: 20px 25px;
border-radius: 10px;
margin-bottom: 30px;
border-left: 4px solid var(--primary-300);
}
.footer-pro .disclaimer-text {
color: rgba(255, 255, 255, 0.75);
font-size: 0.88rem;
line-height: 1.7;
margin: 0;
}
.footer-pro .copyright-wrapper {
display: flex;
align-items: center;
gap: 20px;
justify-content: center;
}
.footer-pro .copyright-line {
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.footer-pro .copyright-text {
color: rgba(255, 255, 255, 0.7);
font-size: 0.88rem;
margin: 0;
text-align: center;
white-space: nowrap;
}
@media (max-width: 991px) {
.footer-pro {
padding: 60px 0 30px;
}
.footer-pro .brand-name {
font-size: 1.31rem;
}
.footer-pro .footer-brand {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.footer-pro {
padding: 50px 0 25px;
background-attachment: scroll;
}
.footer-pro .brand-logo-wrapper {
flex-direction: column;
text-align: center;
}
.footer-pro .decorative-accent {
margin: 0 auto;
}
.footer-pro .section-header {
justify-content: center;
}
.footer-pro .footer-links,
.footer-pro .contact-info {margin: 0 auto;
}
.footer-pro .copyright-wrapper {
flex-direction: column;
gap: 15px;
}
.footer-pro .copyright-line {
width: 100%;
max-width: 200px;
}
.footer-pro .copyright-text {
white-space: normal;
}
.footer-pro .shape-1,
.footer-pro .shape-2,
.footer-pro .shape-3 {
width: 200px;
height: 200px;
}
}
@media (max-width: 575px) {
.footer-pro {
padding: 40px 0 20px;
}
.footer-pro .footer-bottom {
margin-top: 40px;
padding-top: 30px;
}
.footer-pro .disclaimer-box {
padding: 15px 20px;
}
.footer-pro .contact-item {
padding: 12px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(8, 14, 25, 0.62) 0%,
rgba(6, 14, 23, 0.54) 45%,
rgba(2, 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;
}
.footer-pro {
overflow-x: hidden !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .modern-accent {
position: relative;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.additional-universal-section .accent-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
position: relative;
animation: accent-pulse 3s ease-in-out infinite;
}
.accent-dot::before,
.additional-universal-section .accent-dot::after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-300));
}
.additional-universal-section .accent-dot::before {
right: 100%;
margin-right: 8px;
background: linear-gradient(90deg, var(--primary-300), transparent);
}
.additional-universal-section .accent-dot::after {
left: 100%;
margin-left: 8px;
}
@keyframes accent-pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 50%, transparent);
}
50% {
transform: scale(1.2);
box-shadow: 0 0 0 10px transparent;
}
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.875rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
}
.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-block {
background: var(--surface-secondary);
border-radius: 20px;
padding: 2rem;
transition: all 1.05s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid var(--neutral-100);
position: relative;
overflow: hidden;
}
.additional-universal-section .content-block::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.89s ease;
}
.additional-universal-section .content-block:hover {
transform: translateY(-6px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.additional-universal-section .content-block:hover::before {
transform: scaleX(1);
}
.additional-universal-section .block-full {
grid-column: span 12;
}
.additional-universal-section .block-half {
grid-column: span 6;
}
.additional-universal-section .block-large {
grid-column: span 8;
}
.additional-universal-section .block-small {
grid-column: span 4;
}
.additional-universal-section .block-inner {
display: flex;
align-items: center;
gap: 2.5rem;
}
.additional-universal-section .block-visual {
flex-shrink: 0;
width: 100px;
height: 100px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.additional-universal-section .visual-bg {
position: absolute;
inset: 0;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 24px;
opacity: 0.15;
transform: rotate(10deg);
transition: all 0.67s ease;
}
.additional-universal-section .content-block:hover .visual-bg {
transform: rotate(20deg) scale(1.1);
opacity: 0.25;
}
.additional-universal-section .block-visual i {
font-size: 3.00rem;
color: var(--primary-500);
position: relative;
z-index: 2;
}
.additional-universal-section .mini-icon {
width: 48px;
height: 48px;
background: var(--primary-50);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.47rem;
transition: all 0.51s ease;
}
.additional-universal-section .content-block:hover .mini-icon {
background: var(--primary-300);
transform: rotate(-5deg);
}
.additional-universal-section .mini-icon i {
font-size: 1.62rem;
color: var(--primary-700);
}
.additional-universal-section .block-inner-horizontal {
display: flex;
align-items: flex-start;
gap: 1.75rem;
}
.additional-universal-section .block-icon-circle {
flex-shrink: 0;
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), color-mix(in srgb, var(--primary-700) 60%, var(--primary-500) 40%));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.70s ease;
}
.additional-universal-section .content-block:hover .block-icon-circle {
transform: scale(1.1) rotate(10deg);
}
.additional-universal-section .block-icon-circle i {
font-size: 1.81rem;
color: var(--light);
}
.additional-universal-section .compact-visual {
margin-bottom: 1.33rem;
}
.additional-universal-section .icon-stack {
display: flex;
gap: 0.25rem;
}
.additional-universal-section .icon-stack i {
font-size: 1.12rem;
color: var(--primary-500);
}
.additional-universal-section .block-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .block-title-small {
font-size: 1.50rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.98rem;
line-height: 1.3;
}
.additional-universal-section .block-title-medium {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .block-title-compact {
font-size: 1.12rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 0.89rem;
line-height: 1.3;
}
.additional-universal-section .block-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.block-description-small,
.block-description-medium,
.additional-universal-section .block-description-compact {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.additional-universal-section .floating-element {
position: absolute;
pointer-events: none;
z-index: 1;
border-radius: 50%;
opacity: 0.5;
}
.additional-universal-section .element-1 {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
top: 20%;
right: 5%;
animation: float-1 15s ease-in-out infinite;
}
.additional-universal-section .element-2 {
width: 150px;
height: 150px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
bottom: 25%;
left: 8%;
animation: float-2 18s ease-in-out infinite;
}
.additional-universal-section .element-3 {
width: 180px;
height: 180px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
top: 60%;
right: 10%;
animation: float-3 20s ease-in-out infinite;
}
.additional-universal-section .gradient-overlay {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 300px;
background: radial-gradient(ellipse at top, color-mix(in srgb, var(--primary-300) 8%, transparent), transparent);
pointer-events: none;
z-index: 0;
}
@keyframes float-1 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(-30px, -40px);
}
}
@keyframes float-2 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(40px, -30px);
}
}
@keyframes float-3 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(-20px, 35px);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-grid {
grid-template-columns: repeat(6, 1fr);
}
.block-full,
.block-half,
.block-large,
.additional-universal-section .block-small {
grid-column: span 6;
}
.additional-universal-section .block-inner {
flex-direction: column;
text-align: center;
}
.additional-universal-section .section-title {
font-size: 2.06rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-grid {
grid-template-columns: 1fr;
}
.block-full,
.block-half,
.block-large,
.additional-universal-section .block-small {
grid-column: span 1;
}
.additional-universal-section .content-block {
padding: 1.5rem;
}
.additional-universal-section .block-title {
font-size: 1.50rem;
}
.block-title-small,
.additional-universal-section .block-title-medium {
font-size: 1.19rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 25, 38, 0.62) 0%,
rgba(4, 10, 16, 0.54) 45%,
rgba(1, 3, 6, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: white;
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-8);
}
.add_wrap .add_title {
font-family: var(--dark_section_title);
font-size: clamp(1.875rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.2;
}
.add_wrap .add_subtitle {
font-family: var(--prime_body_large);
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--design_body_base);
font-size: 1.12rem;
color: var(--text-body);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_card {
height: 100%;
padding: var(--space-6);
background: var(--neutral-50);
border-radius: var(--radius-lg);
border: 2px solid transparent;
transition: all 0.49s ease;
display: flex;
flex-direction: column;
gap: var(--space-3);
}
.add_wrap .add_card:hover {
border-color: var(--primary-500);
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
background: white;
}
.add_wrap .add_card_featured {
background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
border: 2px solid var(--primary-500);
}
.add_wrap .add_card_featured:hover {
background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}
.add_wrap .add_card_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: white;
border-radius: 50%;
font-size: 1.56rem;
flex-shrink: 0;
}
.add_wrap .add_card_featured .add_card_icon {
width: 72px;
height: 72px;
font-size: 1.94rem;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}
.add_wrap .add_card_title {
font-family: var(--prime_body_large);
font-size: 1.50rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.add_wrap .add_card_featured .add_card_title {
font-size: 1.62rem;
}
.add_wrap .add_card_desc {
font-family: var(--design_body_base);
font-size: 0.94rem;
color: var(--text-body);
margin: 0;
line-height: 1.6;
flex-grow: 1;
}
.add_wrap .add_card_featured .add_card_desc {
font-size: 1.06rem;
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_card {
padding: var(--space-5);
}
.add_wrap .add_card_icon {
width: 56px;
height: 56px;
font-size: 1.62rem;
}
.add_wrap .add_card_featured .add_card_icon {
width: 64px;
height: 64px;
font-size: 1.62rem;
}
.add_wrap .add_card:hover {
transform: translateY(-4px);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 24, 47, 0.62) 0%,
rgba(9, 23, 39, 0.54) 45%,
rgba(6, 8, 18, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: linear-gradient(135deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
overflow: hidden;
}
.additional-universal-section .section-header {
max-width: 900px;
margin: 0 auto;
position: relative;
}
.additional-universal-section .header-accent {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 100%);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.additional-universal-section .section-main-title {
font-size: 2.44rem;
font-weight: 800;
color: var(--primary-700);
line-height: 1.2;
margin-bottom: 1rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.38rem;
font-weight: 600;
color: var(--primary-600);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.12rem;
color: var(--neutral-700);
line-height: 1.8;
max-width: 800px;
}
.additional-universal-section .features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 4rem;
}
.additional-universal-section .feature-item {
background: #ffffff;
border-radius: 24px;
padding: 2.5rem;
position: relative;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
transition: all 0.86s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.additional-universal-section .feature-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
border-color: var(--primary-300);
}
.additional-universal-section .feature-large {
grid-column: span 2;
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
padding: 3rem;
}
.additional-universal-section .feature-bg-pattern {
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-200) 0%, transparent 70%);
opacity: 0.3;
border-radius: 0 24px 0 50%;
}
.additional-universal-section .feature-large:hover .feature-bg-pattern {
opacity: 0.5;
transform: scale(1.2);
transition: all 1.11s ease;
}
.additional-universal-section .feature-icon {
width: 65px;
height: 65px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.61rem;
transition: transform 1.14s ease;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.additional-universal-section .feature-item:hover .feature-icon {
transform: rotate(-10deg) scale(1.1);
}
.additional-universal-section .feature-icon i {
font-size: 2.00rem;
color: #ffffff;
}
.additional-universal-section .feature-icon-large {
width: 90px;
height: 90px;
background: linear-gradient(135deg, var(--primary-600) 0%, var(--secondary-600) 100%);
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2rem;
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
transition: transform 0.57s ease;
}
.additional-universal-section .feature-large:hover .feature-icon-large {
transform: rotate(5deg) scale(1.1);
}
.additional-universal-section .feature-icon-large i {
font-size: 2.38rem;
color: #ffffff;
}
.additional-universal-section .feature-content {
position: relative;
z-index: 2;
}
.additional-universal-section .feature-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-800);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.50rem;
margin-bottom: 1.40rem;
}
.additional-universal-section .feature-description {
font-size: 0.88rem;
color: var(--neutral-700);
line-height: 1.7;
margin: 0;
}
.additional-universal-section .feature-large .feature-description {
font-size: 1.06rem;
line-height: 1.75;
}
.additional-universal-section .feature-corner-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background: linear-gradient(225deg, transparent 50%, var(--secondary-200) 50%);
opacity: 0.4;
border-radius: 0 100% 0 24px;
transition: opacity 1.03s ease;
}
.additional-universal-section .feature-large:hover .feature-corner-accent {
opacity: 0.6;
}
.additional-universal-section .decorative-circle {
position: absolute;
border-radius: 50%;
border: 3px solid var(--primary-300);
opacity: 0.15;
z-index: 0;
pointer-events: none;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section .circle-1 {
width: 200px;
height: 200px;
top: 15%;
left: 5%;
animation-delay: 0s;
}
.additional-universal-section .circle-2 {
width: 150px;
height: 150px;
top: 60%;
right: 8%;
animation-delay: 5s;
}
.additional-universal-section .circle-3 {
width: 120px;
height: 120px;
bottom: 20%;
left: 15%;
animation-delay: 10s;
}
.additional-universal-section .floating-icon {
position: absolute;
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--secondary-400) 0%, var(--secondary-500) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.1;
z-index: 0;
pointer-events: none;
animation: float 15s ease-in-out infinite;
}
.additional-universal-section .floating-icon i {
font-size: 1.62rem;
color: #ffffff;
}
.additional-universal-section .icon-1 {
top: 25%;
right: 10%;
animation-delay: 2s;
}
.additional-universal-section .icon-2 {
bottom: 25%;
left: 8%;
animation-delay: 7s;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
25% {
transform: translateY(-20px) rotate(5deg);
}
50% {
transform: translateY(-10px) rotate(-5deg);
}
75% {
transform: translateY(-15px) rotate(3deg);
}
}
@media (max-width: 1200px) {
.additional-universal-section .features-grid {
grid-template-columns: repeat(2, 1fr);
}
.additional-universal-section .feature-large {
grid-column: span 2;
}
}
@media (max-width: 768px) {
.additional-universal-section .section-main-title {
font-size: 1.94rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.38rem;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
}
.additional-universal-section .features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
margin-top: 3rem;
}
.additional-universal-section .feature-large {
grid-column: span 1;
padding: 2.5rem;
}
.additional-universal-section .feature-item {
padding: 2rem;
}
.additional-universal-section .feature-icon {
width: 55px;
height: 55px;
}
.additional-universal-section .feature-icon i {
font-size: 1.56rem;
}
.additional-universal-section .feature-icon-large {
width: 75px;
height: 75px;
}
.additional-universal-section .feature-icon-large i {
font-size: 1.94rem;
}
.additional-universal-section .feature-title {
font-size: 1.12rem;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.25rem;
}
}
@media (max-width: 576px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .section-main-title {
font-size: 1.88rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.12rem;
}
.feature-item,
.additional-universal-section .feature-large {
padding: 1.75rem;
}
.additional-universal-section .header-accent {
width: 60px;
margin-bottom: 1rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 7, 16, 0.62) 0%,
rgba(12, 21, 48, 0.54) 45%,
rgba(10, 19, 42, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 2;
}
.additional-universal-section .header-ornament {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 2rem;
}
.additional-universal-section .ornament-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
}
.additional-universal-section .ornament-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
);
}
.additional-universal-section .section-main-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block {
position: relative;
padding: 2rem;
border-radius: 20px;
transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .block-style-1 {
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
);
border: 2px solid var(--primary-300);
overflow: hidden;
}
.additional-universal-section .block-decoration {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
border-radius: 50%;
opacity: 0.4;
transition: all 0.78s ease;
}
.additional-universal-section .block-decoration i {
font-size: 2.31rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-1:hover .block-decoration {
opacity: 1;
transform: rotate(15deg) scale(1.1);
}
.additional-universal-section .block-glow {
position: absolute;
bottom: -50%;
right: -20%;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
transparent 70%
);
border-radius: 50%;
transition: all 0.91s ease;
pointer-events: none;
}
.additional-universal-section .block-style-1:hover .block-glow {
bottom: -30%;
right: -10%;
opacity: 0.8;
}
.additional-universal-section .block-style-2 {
background: var(--light);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.additional-universal-section .block-style-2:hover {
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
transform: translateY(-6px);
}
.additional-universal-section .block-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
);
border-radius: 16px;
margin-bottom: 1.63rem;
transition: all 1.17s ease;
}
.additional-universal-section .block-icon-wrapper i {
font-size: 2.06rem;
color: var(--primary-500);
transition: all 0.60s ease;
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper {
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
transform: scale(1.1);
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper i {
color: var(--light);
}
.additional-universal-section .block-corner-accent {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
transparent 50%,
var(--primary-100) 50%
);
border-radius: 0 20px 0 0;
opacity: 0.5;
transition: opacity 1.20s ease;
}
.additional-universal-section .block-style-2:hover .block-corner-accent {
opacity: 1;
}
.additional-universal-section .block-style-3 {
grid-column: 1 / -1;
background: var(--light);
border: 3px solid var(--primary-300);
padding: 3rem;
position: relative;
overflow: hidden;
}
.additional-universal-section .block-style-3:hover {
border-color: var(--primary-500);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.additional-universal-section .block-highlight-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
var(--primary-500)
);
}
.additional-universal-section .block-mega-icon {
position: absolute;
top: 50%;
right: 3rem;
transform: translateY(-50%);
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
);
border-radius: 50%;
opacity: 0.3;
transition: all 0.70s ease;
}
.additional-universal-section .block-mega-icon i {
font-size: 3.00rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-3:hover .block-mega-icon {
opacity: 0.6;
transform: translateY(-50%) rotate(20deg) scale(1.1);
}
.additional-universal-section .block-pattern {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
repeating-linear-gradient(45deg,
transparent,
transparent 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
);
pointer-events: none;
opacity: 0.3;
}
.additional-universal-section .content-title {
font-size: 1.56rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.50s ease;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block:hover .content-title {
color: var(--primary-500);
}
.additional-universal-section .block-style-3 .content-title {
font-size: 1.88rem;
max-width: 70%;
}
.additional-universal-section .content-description {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
position: relative;
z-index: 2;
}
.additional-universal-section .block-style-3 .content-description {
font-size: 1.19rem;
max-width: 70%;
}
.bg-shape {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.additional-universal-section .shape-blob-1 {
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 20s ease-in-out infinite;
}
.additional-universal-section .shape-blob-2 {
top: 50%;
right: 5%;
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morph-blob 25s ease-in-out infinite 5s;
}
.additional-universal-section .shape-blob-3 {
bottom: 10%;
left: 50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-blob 30s ease-in-out infinite 10s;
}
.additional-universal-section .decorative-dots {
position: absolute;
bottom: 5%;
right: 10%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
opacity: 0.2;
}
.additional-universal-section .decorative-dots span {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: rotate(180deg);
}
75% {
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-grid {
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2.5rem;
}
.additional-universal-section .block-mega-icon {
width: 100px;
height: 100px;
}
.additional-universal-section .block-mega-icon i {
font-size: 3.00rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .content-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2rem;
}
.block-style-3 .content-title,
.additional-universal-section .block-style-3 .content-description {
max-width: 100%;
}
.additional-universal-section .block-mega-icon {
position: static;
transform: none;
margin: 0 auto 1.5rem;
opacity: 0.5;
}
.additional-universal-section .block-decoration {
width: 60px;
height: 60px;
}
.additional-universal-section .block-decoration i {
font-size: 2.00rem;
}
.bg-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-block {
padding: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 1.5rem;
}
.additional-universal-section .content-title {
font-size: 1.19rem;
}
.additional-universal-section .block-style-3 .content-title {
font-size: 1.38rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 3, 6, 0.62) 0%,
rgba(10, 17, 28, 0.54) 45%,
rgba(8, 17, 36, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-059 {
position: relative;
padding: 100px 0;
background: linear-gradient(to bottom, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 50%, var(--surface-primary) 50%) 100%);
overflow: hidden;
}
.v-059 .section-header {
position: relative;
z-index: 2;
}
.v-059 .header-line-group {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-bottom: 30px;
}
.v-059 .header-line {
width: 80px;
height: 2px;
background: linear-gradient(to right, var(--primary-500), var(--primary-700));
}
.v-059 .header-square {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
position: relative;
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
box-shadow: 0 6px 24px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.v-059 .header-square i {
font-size: 37px;
color: var(--light);
}
.v-059 .section-title {
font-size: 2.81rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-059 .section-subtitle {
font-size: 1.50rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-059 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 850px;
margin: 0 auto;
}
.v-059 .list-container {
position: relative;
z-index: 2;
}
.v-059 .list-item {
position: relative;
display: flex;
align-items: flex-start;
gap: 30px;
padding: 36px 0;
transition: all 0.42s ease;
}
.v-059 .list-item:hover {
transform: translateX(8px);
}
.v-059 .item-number {
font-size: 2.44rem;
font-weight: 700;
color: color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
line-height: 1;
min-width: 80px;
flex-shrink: 0;
font-variant-numeric: tabular-nums;
}
.v-059 .item-number.large {
font-size: 3.00rem;
color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
}
.v-059 .item-icon {
width: 72px;
height: 72px;
background: var(--light);
border: 3px solid var(--primary-500);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
transition: all 0.52s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.v-059 .list-item:hover .item-icon {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-color: var(--primary-700);
transform: rotate(45deg);
}
.v-059 .item-icon i {
font-size: 31px;
color: var(--primary-500);
transition: all 0.63s ease;
}
.v-059 .list-item:hover .item-icon i {
color: var(--light);
transform: rotate(-45deg);
}
.v-059 .item-icon.large {
width: 88px;
height: 88px;
}
.v-059 .item-icon.large i {
font-size: 43px;
}
.v-059 .item-content {
flex: 1;
padding-top: 8px;
}
.v-059 .item-title {
font-size: 1.75rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
}
.v-059 .item-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-059 .item-separator {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(to right, var(--neutral-300), transparent);
}
.v-059 .list-item.featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
padding: 48px 40px;
margin: 20px 0;
position: relative;
}
.v-059 .list-item.featured:hover {
transform: translateX(12px) scale(1.02);
}
.v-059 .list-item.featured .item-number {
color: color-mix(in srgb, var(--light) 50%, transparent 50%);
}
.v-059 .list-item.featured .item-icon {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
border-color: var(--light);
backdrop-filter: blur(10px);
}
.v-059 .list-item.featured .item-icon i {
color: var(--light);
}
.v-059 .list-item.featured:hover .item-icon {
background: var(--light);
border-color: var(--light);
}
.v-059 .list-item.featured:hover .item-icon i {
color: var(--primary-500);
}
.v-059 .list-item.featured .item-title {
color: var(--light);
font-size: 1.69rem;
}
.v-059 .list-item.featured .item-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.12rem;
}
.v-059 .featured-badge {
position: absolute;
top: -15px;
right: 40px;
width: 50px;
height: 50px;
background: var(--light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.v-059 .featured-badge i {
font-size: 23px;
color: var(--primary-500);
}
.v-059 .item-separator.featured-sep {
background: linear-gradient(to right, color-mix(in srgb, var(--light) 50%, transparent 50%), transparent);
}
.v-059 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-059 .deco-grid {
position: absolute;
width: 250px;
height: 250px;
background-image:
linear-gradient(to right, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px),
linear-gradient(to bottom, color-mix(in srgb, var(--neutral-300) 30%, transparent 70%) 1px, transparent 1px);
background-size: 25px 25px;
opacity: 0.5;
}
.v-059 .deco-grid.grid-1 {
top: 10%;
left: 5%;
}
.v-059 .deco-grid.grid-2 {
bottom: 15%;
right: 5%;
}
.v-059 .deco-line {
position: absolute;
width: 3px;
height: 200px;
background: linear-gradient(to bottom, transparent, var(--primary-300), transparent);
opacity: 0.3;
}
.v-059 .deco-line.line-v1 {
top: 25%;
left: 10%;
}
.v-059 .deco-line.line-v2 {
bottom: 20%;
right: 15%;
}
@media (max-width: 991px) {
.v-059 {
padding: 80px 0;
}
.v-059 .section-title {
font-size: 2.38rem;
}
.v-059 .section-subtitle {
font-size: 1.31rem;
}
.v-059 .list-item {
gap: 24px;
padding: 32px 0;
}
.v-059 .list-item.featured {
padding: 40px 32px;
}
.v-059 .item-number {
font-size: 1.94rem;
min-width: 60px;
}
.v-059 .item-number.large {
font-size: 2.25rem;
}
.v-059 .item-icon {
width: 64px;
height: 64px;
}
.v-059 .item-icon i {
font-size: 26px;
}
.v-059 .item-icon.large {
width: 76px;
height: 76px;
}
.v-059 .item-icon.large i {
font-size: 34px;
}
.v-059 .item-title {
font-size: 1.38rem;
}
.v-059 .list-item.featured .item-title {
font-size: 1.81rem;
}
}
@media (max-width: 767px) {
.v-059 {
padding: 60px 0;
}
.v-059 .section-title {
font-size: 1.69rem;
}
.v-059 .section-subtitle {
font-size: 1.19rem;
}
.v-059 .section-description {
font-size: 1.06rem;
}
.v-059 .header-line-group {
gap: 20px;
}
.v-059 .header-line {
width: 50px;
}
.v-059 .header-square {
width: 64px;
height: 64px;
}
.v-059 .header-square i {
font-size: 26px;
}
.v-059 .list-item {
flex-direction: column;
gap: 20px;
padding: 28px 0;
align-items: center;
text-align: center;
}
.v-059 .list-item.featured {
padding: 32px 24px;
}
.v-059 .item-number {
min-width: auto;
}
.v-059 .item-icon {
width: 56px;
height: 56px;
}
.v-059 .item-icon i {
font-size: 24px;
}
.v-059 .item-icon.large {
width: 64px;
height: 64px;
}
.v-059 .item-icon.large i {
font-size: 28px;
}
.v-059 .item-title {
font-size: 1.25rem;
}
.v-059 .list-item.featured .item-title {
font-size: 1.62rem;
}
.v-059 .featured-badge {
right: 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(9, 14, 26, 0.62) 0%,
rgba(6, 16, 26, 0.54) 45%,
rgba(10, 19, 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;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 800px;
margin: 0 auto;
}
.additional-universal-section .decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: 3px;
margin: 0 auto 1.5rem;
}
.additional-universal-section .section-title {
font-size: 2.38rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: 1.62rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
}
.additional-universal-section .info-card {
position: relative;
background: var(--light);
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 2rem;
transition: all 0.41s ease;
overflow: hidden;
}
.additional-universal-section .info-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
border-color: var(--primary-300);
}
.card-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.63rem;
transition: transform 1.28s ease;
}
.additional-universal-section .info-card:hover .card-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.card-icon-wrapper i {
font-size: 2.12rem;
color: var(--light);
}
.card-title {
font-size: 1.50rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.card-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section .info-card-featured {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--surface-secondary) 100%);
border: 2px solid var(--primary-300);
}
.additional-universal-section .info-card-featured .card-title {
color: var(--primary-700);
}
.additional-universal-section .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: var(--primary-500);
border-radius: 50%;
opacity: 0.1;
}
.card-decorative-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 120px;
height: 120px;
background: var(--primary-50);
border-radius: 50%;
opacity: 0.5;
transition: transform 0.89s ease;
}
.additional-universal-section .info-card:hover .card-decorative-shape {
transform: scale(1.3);
}
.additional-universal-section .decorative-blob {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -100px;
left: -100px;
}
.additional-universal-section .blob-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -50px;
right: -50px;
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 1.94rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.19rem;
}
.additional-universal-section .info-card {
padding: 1.5rem;
}
.card-icon-wrapper {
width: 60px;
height: 60px;
}
.card-icon-wrapper i {
font-size: 1.81rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.69rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.06rem;
}
.additional-universal-section .section-description {
font-size: 0.94rem;
}
.card-title {
font-size: 1.25rem;
}
.blob-1,
.additional-universal-section .blob-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .info-card {
padding: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 5, 9, 0.62) 0%,
rgba(11, 22, 52, 0.54) 45%,
rgba(8, 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.v-063 {
padding: 100px 0;
background: linear-gradient(180deg,
var(--surface-primary),
color-mix(in srgb, var(--primary-300) 3%, var(--surface-primary)));
position: relative;
overflow: hidden;
}
.v-063 .section-header {
max-width: 800px;
margin: 0 auto 80px;
}
.v-063 .header-accent {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.v-063 .accent-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-500);
animation: dotPulse 2s ease-in-out infinite;
}
.v-063 .accent-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
}
.v-063 .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-063 .section-subtitle {
font-size: 1.50rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-063 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
}
.v-063 .timeline-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
padding: 40px 0;
}
.v-063 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
transparent,
var(--primary-300) 10%,
var(--primary-300) 90%,
transparent);
transform: translateX(-50%);
z-index: 1;
}
.v-063 .timeline-item {
position: relative;
margin-bottom: 60px;
display: flex;
align-items: center;
z-index: 2;
}
.v-063 .timeline-item:last-child {
margin-bottom: 0;
}
.v-063 .timeline-item:nth-child(odd) {
flex-direction: row;
}
.v-063 .timeline-item:nth-child(even) {
flex-direction: row-reverse;
}
.v-063 .timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 3;
}
.v-063 .marker-dot {
width: 24px;
height: 24px;
background: white;
border: 4px solid var(--primary-500);
border-radius: 50%;
position: relative;
z-index: 2;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 15%, white);
}
.v-063 .marker-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
border: 2px solid var(--primary-500);
border-radius: 50%;
opacity: 0;
animation: markerPulse 2s ease-out infinite;
}
.v-063 .timeline-content {
width: calc(50% - 60px);
background: white;
border: 1px solid var(--neutral-100);
border-radius: 16px;
padding: 35px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: all 1.12s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.v-063 .timeline-content::before {
content: '';
position: absolute;
top: 50%;
width: 30px;
height: 2px;
background: var(--primary-300);
}
.v-063 .timeline-item:nth-child(odd) .timeline-content {
margin-right: auto;
text-align: right;
}
.v-063 .timeline-item:nth-child(odd) .timeline-content::before {
right: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-item:nth-child(even) .timeline-content {
margin-left: auto;
text-align: left;
}
.v-063 .timeline-item:nth-child(even) .timeline-content::before {
left: -30px;
transform: translateY(-50%);
}
.v-063 .timeline-content:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.v-063 .timeline-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 15%, white),
color-mix(in srgb, var(--primary-300) 10%, white));
border-radius: 14px;
margin-bottom: 20px;
transition: all 1.19s ease;
}
.v-063 .timeline-icon i {
font-size: 30px;
color: var(--primary-500);
transition: transform 0.53s ease;
}
.v-063 .timeline-content:hover .timeline-icon {
background: var(--primary-500);
}
.v-063 .timeline-content:hover .timeline-icon i {
color: white;
transform: scale(1.1) rotate(5deg);
}
.v-063 .timeline-title {
font-size: 1.62rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 15px;
}
.v-063 .timeline-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-063 .decorative-elements {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
overflow: hidden;
}
.v-063 .deco-shape {
position: absolute;
opacity: 0.08;
}
.v-063 .shape-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 60%);
top: 5%;
right: 5%;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morphShape 20s ease-in-out infinite;
}
.v-063 .shape-2 {
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-700), transparent 60%);
bottom: 10%;
left: 5%;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morphShape 25s ease-in-out infinite reverse;
}
.v-063 .shape-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 60%);
top: 50%;
right: 10%;
border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
animation: float 18s ease-in-out infinite;
}
@keyframes dotPulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
@keyframes markerPulse {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.8;
}
100% {
transform: translate(-50%, -50%) scale(2.5);
opacity: 0;
}
}
@keyframes morphShape {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
transform: rotate(90deg);
}
50% {
border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
transform: rotate(180deg);
}
75% {
border-radius: 30% 70% 60% 40% / 50% 50% 30% 70%;
transform: rotate(270deg);
}
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(20px, -20px);
}
66% {
transform: translate(-15px, 15px);
}
}
@media (max-width: 991px) {
.v-063 {
padding: 80px 0;
}
.v-063 .section-title {
font-size: 2.44rem;
}
.v-063 .section-subtitle {
font-size: 1.25rem;
}
.v-063 .timeline-title {
font-size: 1.38rem;
}
}
@media (max-width: 767px) {
.v-063 {
padding: 60px 0;
}
.v-063 .section-title {
font-size: 1.94rem;
}
.v-063 .section-subtitle {
font-size: 1.19rem;
}
.v-063 .section-header {
margin-bottom: 60px;
}
.v-063 .timeline-line {
left: 30px;
}
.v-063 .timeline-item,
.v-063 .timeline-item:nth-child(even) {
flex-direction: column;
align-items: flex-start;
padding-left: 70px;
}
.v-063 .timeline-marker {
left: 30px;
top: 20px;
transform: translateX(-50%);
}
.v-063 .timeline-content,
.v-063 .timeline-item:nth-child(odd) .timeline-content,
.v-063 .timeline-item:nth-child(even) .timeline-content {
width: 100%;
text-align: left;
margin: 0;
}
.v-063 .timeline-content::before {
display: none;
}
.v-063 .timeline-title {
font-size: 1.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(11, 21, 32, 0.62) 0%,
rgba(4, 6, 17, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-047 {
padding: 80px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, color-mix(in srgb, var(--neutral-100) 60%, var(--surface-primary) 40%) 100%);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-047 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-047 .tech-indicator {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 24px;
}
.additional-universal-section.v-047 .indicator-line {
width: 40px;
height: 2px;
background: var(--primary-500);
}
.additional-universal-section.v-047 .indicator-dot {
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
position: relative;
animation: pulse-indicator 2s ease-in-out infinite;
}
@keyframes pulse-indicator {
0%, 100% {
box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-500) 70%, transparent 30%);
}
50% {
box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-500) 0%, transparent 100%);
}
}
.additional-universal-section.v-047 .section-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section.v-047 .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 1.06rem;
}
.additional-universal-section.v-047 .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-047 .tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.additional-universal-section.v-047 .tech-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.additional-universal-section.v-047 .tech-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.additional-universal-section.v-047 .grid-cell.featured {
grid-column: 1 / -1;
}
.additional-universal-section.v-047 .cell-container {
background: var(--surface-primary);
border: 2px solid var(--neutral-300);
border-radius: 4px;
padding: 28px;
height: 100%;
display: flex;
flex-direction: column;
transition: all 0.61s ease;
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.additional-universal-section.v-047 .cell-container:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}
.additional-universal-section.v-047 .grid-cell.featured .cell-container {
background: linear-gradient(135deg, var(--surface-primary), color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%));
border-color: var(--primary-500);
border-width: 2px;
}
.additional-universal-section.v-047 .cell-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.additional-universal-section.v-047 .tech-badge {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
transition: transform 0.41s ease;
}
.additional-universal-section.v-047 .cell-container:hover .tech-badge {
transform: scale(1.1);
}
.additional-universal-section.v-047 .tech-badge.featured-badge {
width: 64px;
height: 64px;
}
.additional-universal-section.v-047 .tech-badge i {
font-size: 31px;
color: var(--light);
}
.additional-universal-section.v-047 .tech-badge.featured-badge i {
font-size: 31px;
}
.additional-universal-section.v-047 .status-indicator {
width: 10px;
height: 10px;
background: var(--neutral-500);
border-radius: 50%;
position: relative;
}
.additional-universal-section.v-047 .status-indicator::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
border: 2px solid var(--neutral-500);
border-radius: 50%;
}
.additional-universal-section.v-047 .status-indicator.active {
background: var(--primary-500);
animation: status-blink 2s ease-in-out infinite;
}
.additional-universal-section.v-047 .status-indicator.active::after {
border-color: var(--primary-500);
}
@keyframes status-blink {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.3;
}
}
.additional-universal-section.v-047 .cell-content {
flex: 1;
}
.additional-universal-section.v-047 .cell-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
letter-spacing: -0.01em;
}
.additional-universal-section.v-047 .cell-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-047 .cell-footer {
margin-top: 20px;
}
.additional-universal-section.v-047 .tech-line {
height: 3px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 30%, transparent 30%);
background-size: 12px 3px;
transition: background 1.28s ease;
}
.additional-universal-section.v-047 .cell-container:hover .tech-line {
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-500) 60%, transparent 60%);
}
.additional-universal-section.v-047 .tech-line.featured-line {
background: linear-gradient(90deg, var(--primary-700) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
}
.additional-universal-section.v-047 .featured-layout {
display: flex;
flex-direction: column;
}
.additional-universal-section.v-047 .tech-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-047 .circuit-line {
position: absolute;
background: linear-gradient(90deg, transparent, var(--neutral-300), transparent);
height: 1px;
}
.additional-universal-section.v-047 .circuit-line.line-1 {
width: 200px;
top: 20%;
right: 10%;
transform: rotate(45deg);
}
.additional-universal-section.v-047 .circuit-line.line-2 {
width: 150px;
bottom: 30%;
left: 5%;
transform: rotate(-30deg);
}
.additional-universal-section.v-047 .circuit-line.line-3 {
width: 180px;
top: 60%;
right: 8%;
transform: rotate(15deg);
}
.additional-universal-section.v-047 .circuit-node {
position: absolute;
width: 6px;
height: 6px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 8px color-mix(in srgb, var(--primary-500) 60%, transparent 40%);
}
.additional-universal-section.v-047 .circuit-node.node-1 {
top: 25%;
right: 15%;
}
.additional-universal-section.v-047 .circuit-node.node-2 {
bottom: 35%;
left: 12%;
}
.additional-universal-section.v-047 .circuit-node.node-3 {
top: 55%;
right: 20%;
}
.additional-universal-section.v-047 .grid-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(var(--neutral-300) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-300) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.03;
}
@media (max-width: 991.98px) {
.additional-universal-section.v-047 {
padding: 60px 0;
}
.additional-universal-section.v-047 .section-title {
font-size: 2.06rem;
}
.additional-universal-section.v-047 .section-subtitle {
font-size: 1.00rem;
}
.additional-universal-section.v-047 .cell-container {
padding: 24px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-047 {
padding: 40px 0;
}
.additional-universal-section.v-047 .section-title {
font-size: 1.69rem;
}
.additional-universal-section.v-047 .tech-grid {
gap: 16px;
}
.additional-universal-section.v-047 .cell-container {
padding: 20px;
}
.additional-universal-section.v-047 .tech-badge {
width: 48px;
height: 48px;
}
.additional-universal-section.v-047 .tech-badge i {
font-size: 26px;
}
}
[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, 5, 9, 0.62) 0%,
rgba(15, 31, 52, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-modern {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-modern #a8d4db_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-modern #8cc4c9_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-modern #c1e6e4_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.54s 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: 1.88rem;
margin-bottom: 1.65rem;
transition: all 0.93s 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.00rem;
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: 0.94rem;
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.88rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-modern #a9dcde_page_1_sec_1_title {
font-size: 1.94rem;
}
.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(10, 19, 35, 0.62) 0%,
rgba(9, 15, 23, 0.54) 45%,
rgba(9, 16, 40, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}