:root {
--primary-50: #fef2f2;
--primary-50-rgb: 254, 242, 242;
--primary-100: #fff3f3;
--primary-100-rgb: 254, 226, 226;
--primary-300: #ecaaac;
--primary-300-rgb: 252, 165, 165;
--primary-500: #a12336;
--primary-500-rgb: 185, 28, 28;
--primary-700: #892023;
--primary-700-rgb: 127, 29, 29;
--primary-200: #e8aea3;
--primary-200-rgb: 253, 196, 196;
--primary-400: #c3544c;
--primary-400-rgb: 219, 97, 97;
--primary-600: #952924;
--primary-600-rgb: 156, 29, 29;
--primary-800: #7e1a23;
--primary-800-rgb: 108, 25, 25;
--primary-900: #451418;
--primary-900-rgb: 89, 20, 20;
--primary-950: #37090f;
--primary-950-rgb: 58, 13, 13;
--primary-rgb: 185, 28, 28;
--neutral-50: #fafaf9;
--neutral-50-rgb: 250, 250, 249;
--neutral-100: #f5f5f4;
--neutral-100-rgb: 245, 245, 244;
--neutral-300: #cfc4bd;
--neutral-300-rgb: 214, 211, 209;
--neutral-500: #67615c;
--neutral-500-rgb: 120, 113, 108;
--neutral-700: #494441;
--neutral-700-rgb: 68, 64, 60;
--neutral-900: #211f1d;
--neutral-900-rgb: 28, 25, 23;
--neutral-200: #dadada;
--neutral-200-rgb: 230, 228, 227;
--neutral-400: #988984;
--neutral-400-rgb: 167, 162, 159;
--neutral-600: #61605f;
--neutral-600-rgb: 94, 89, 84;
--neutral-800: #3d3935;
--neutral-800-rgb: 58, 54, 51;
--neutral-950: #0c0b0b;
--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 5px rgba(0, 0, 0, 0.05);
--shadow-md: 0 7px 17px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 13px 111px rgba(0, 0, 0, 0.1);
--shadow-card: 0 9px 111px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 19px 211px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 10px 19px rgba(168, 42, 41, 0.30);
--radius-sm: 9px;
--radius-md: 11px;
--radius-lg: 19px;
--radius-xl: 17px;
--transition-fast: 0.53s ease;
--transition-base: 0.44s ease;
--transition-slow: 1.16s 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 3px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 7px 9px -1px rgba(0, 0, 0, 0.1), 0 2px 9px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -6px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 21px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -15px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 9px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.85s ease;
--transition-normal: 1.09s ease;
--transition-slow: 1.16s ease;
--transition-all: all 1.02s ease;
--duration-fast: 0.28s;
--duration-normal: 0.83s;
--duration-slow: 0.71s;
--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: 7613px) {
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 7px 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;
}
.minimal_font_primary {
font-family: var(--font-primary);
}
.brand_font_secondary {
font-family: var(--font-secondary);
}
.company_font_mono {
font-family: var(--font-mono);
}
.smart_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);
}
.web_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);
}
.elite_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);
}
.main_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);
}
.modern_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);
}
.design_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);
}
.premium_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);
}
.business_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);
}
.clean_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);
}
.pro_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);
}
.style_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);
}
.theme_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);
}
.light_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);
}
.ui_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);
}
.dark_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);
}
.digital_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;
}
.layout_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.base_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.top_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);
}
.creative_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);
}
.fresh_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);
}
.app_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);
}
.section_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);
}
.section_nav_link:hover,
.section_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.page_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);
}
.new_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: 7611px) {
.layout_hero_title {
font-size: var(--text-4xl);
}
.top_section_title {
font-size: var(--text-3xl);
}
.smart_display_1 {
font-size: var(--text-5xl);
}
.web_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.layout_hero_title {
font-size: var(--text-3xl);
}
.top_section_title {
font-size: var(--text-2xl);
}
.smart_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);
}
.best_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.site_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.container_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.unique_text_balance {
text-wrap: balance;
}
.core_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.section_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.light_caption,
.ui_overline,
.new_footer_text {
color: var(--text-secondary);
}
.base_hero_subtitle,
.creative_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.layout_hero_title,
.top_section_title,
.main_heading_1,
.modern_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.best_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.06rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 0.94rem;
font-weight: 500;
}
p {
font-family: var(--font-body);
margin-bottom: 1em;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.7;
}
.text-accent,
.hero-title,
.section-title,
.card-title {
font-family: var(--font-accent);
}
.subtitle,
.section-subtitle {
font-family: var(--font-primary);
font-weight: 500;
}
blockquote {
font-family: var(--font-accent);
font-style: italic;
font-size: 1.12rem;
border-left: 3px solid currentColor;
padding-left: 1.5rem;
margin: 1.5rem 0;
}
.navbar,
.nav-link,
.navbar-brand {
font-family: var(--font-primary);
font-weight: 500;
}
.btn,
button {
font-family: var(--font-primary);
font-weight: 600;
letter-spacing: 0.025em;
}
input,
textarea,
select,
.form-control,
.form-label {
font-family: var(--font-primary);
}
.form-label {
font-weight: 500;
}
.card {
font-family: var(--font-primary);
}
.card-header,
.card-title {
font-family: var(--font-accent);
font-weight: 600;
}
.badge,
.label,
.tag {
font-family: var(--font-primary);
font-weight: 600;
font-size: 0.88rem;
}
footer,
.footer {
font-family: var(--font-primary);
font-size: 0.81rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 7613px) {
body {
font-size: 1.06rem;
}
.lead {
font-size: 1.19rem;
}
}
@media print {
body {
font-family: var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-accent);
page-break-after: avoid;
}
}
.studio_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.bright_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.prime_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.agency_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.custom_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.bold_stack {
display: flex;
flex-direction: column;
}
.design31_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.base87_full_height {
min-height: auto;
}
.design34_section_height {
min-height: auto;
}
.clean72_hero_height {
min-height: auto;
}
.main46_m_0 { margin: 0; }
.section36_m_1 { margin: var(--space-1); }
.site56_m_2 { margin: var(--space-2); }
.fresh81_m_3 { margin: var(--space-3); }
.agency29_m_4 { margin: var(--space-4); }
.studio29_m_6 { margin: var(--space-6); }
.app27_m_8 { margin: var(--space-8); }
.design0_m_12 { margin: var(--space-12); }
.brand63_m_16 { margin: var(--space-16); }
.premium55_mx_auto { margin-left: auto; margin-right: auto; }
.minimal52_my_auto { margin-top: auto; margin-bottom: auto; }
.content90_mt_0 { margin-top: 0; }
.web91_mt_4 { margin-top: var(--space-4); }
.modern47_mt_8 { margin-top: var(--space-8); }
.elite60_mt_12 { margin-top: var(--space-12); }
.ui75_mb_0 { margin-bottom: 0; }
.digital73_mb_4 { margin-bottom: var(--space-4); }
.page82_mb_8 { margin-bottom: var(--space-8); }
.digital87_mb_12 { margin-bottom: var(--space-12); }
.bright90_p_0 { padding: 0; }
.theme67_p_1 { padding: var(--space-1); }
.clean62_p_2 { padding: var(--space-2); }
.main69_p_3 { padding: var(--space-3); }
.container43_p_4 { padding: var(--space-4); }
.layout70_p_6 { padding: var(--space-6); }
.modern52_p_8 { padding: var(--space-8); }
.custom40_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.light70_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.pro89_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.core81_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.pro8_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.pro85_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.main53_gap_1 { gap: var(--space-1); }
.site11_gap_2 { gap: var(--space-2); }
.site34_gap_3 { gap: var(--space-3); }
.bold24_gap_4 { gap: var(--space-4); }
.custom98_gap_6 { gap: var(--space-6); }
.minimal76_gap_8 { gap: var(--space-8); }
.brand50_shadow_none { box-shadow: var(--shadow-none); }
.unique87_shadow_xs { box-shadow: var(--shadow-xs); }
.premium74_shadow_sm { box-shadow: var(--shadow-sm); }
.main48_shadow_md { box-shadow: var(--shadow-md); }
.bold66_shadow_lg { box-shadow: var(--shadow-lg); }
.dark88_shadow_xl { box-shadow: var(--shadow-xl); }
.clean33_shadow_2xl { box-shadow: var(--shadow-2xl); }
.top34_shadow_inner { box-shadow: var(--shadow-inner); }
.dark74_shadow_colored { box-shadow: var(--shadow-colored); }
.layout76_radius_none { border-radius: var(--radius-none); }
.web41_radius_xs { border-radius: var(--radius-xs); }
.agency17_radius_sm { border-radius: var(--radius-sm); }
.container79_radius_md { border-radius: var(--radius-md); }
.bold92_radius_lg { border-radius: var(--radius-lg); }
.style49_radius_xl { border-radius: var(--radius-xl); }
.agency95_radius_2xl { border-radius: var(--radius-2xl); }
.best98_radius_3xl { border-radius: var(--radius-3xl); }
.modern29_radius_full { border-radius: var(--radius-full); }
.digital23_gradient_primary {
background: var(--gradient-primary);
}
.clean87_gradient_secondary {
background: var(--gradient-secondary);
}
.premium89_gradient_hero {
background: var(--gradient-hero);
}
.agency29_gradient_card {
background: var(--gradient-card);
}
.layout52_gradient_overlay {
position: relative;
}
.layout52_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;
}
.layout52_gradient_overlay > * {
position: relative;
z-index: 2;
}
.theme67_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.theme67_hover_lift:hover {
transform: translateY(-9px);
box-shadow: var(--shadow-lg);
}
.layout62_hover_scale {
transition: transform var(--transition-normal);
}
.layout62_hover_scale:hover {
transform: scale(1.02);
}
.brand53_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.brand53_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.section70_hover_fade {
transition: opacity var(--transition-normal);
}
.section70_hover_fade:hover {
opacity: var(--opacity-loading);
}
.clean33_focus_ring {
transition: box-shadow var(--transition-fast);
}
.clean33_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.modern59_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.studio0_hero_content {
position: relative;
z-index: 2;
}
.main29_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.page38_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.unique40_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.prime54_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.smart42_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(321px, 1fr));
gap: var(--space-6);
}
.best13_timeline {
position: relative;
}
.best13_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.core32_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.core32_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.core32_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.brand28_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.section38_slide_up {
transform: translateY(25px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.prime16_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;
}
}
.top49_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;
}
}
.dark13_transition_all {
transition: var(--transition-all);
}
.page69_transition_fast {
transition: all var(--transition-fast);
}
.prime92_transition_normal {
transition: all var(--transition-normal);
}
.style43_transition_slow {
transition: all var(--transition-slow);
}
.style32_bg_primary { background-color: var(--bg-primary); }
.new37_bg_secondary { background-color: var(--bg-secondary); }
.pro28_bg_muted { background-color: var(--bg-muted); }
.web74_bg_glass { background-color: var(--bg-glass); }
.core22_text_primary { color: var(--text-primary); }
.light44_text_secondary { color: var(--text-secondary); }
.smart51_text_muted { color: var(--text-muted); }
.container18_text_inverse { color: var(--text-inverse); }
.base57_text_link { color: var(--text-link); }
.custom46_border_light { border-color: var(--border-light); }
.digital10_border_medium { border-color: var(--border-medium); }
.prime31_border_strong { border-color: var(--border-strong); }
.theme28_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7611px) {
.main29_services_grid,
.unique40_features_grid,
.page38_team_grid,
.smart42_pricing_grid {
grid-template-columns: 1fr;
}
.prime54_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.best13_timeline::before {
left: 30px;
}
.core32_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.design34_section_height {
min-height: auto;
}
.clean72_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.prime54_gallery_grid {
grid-template-columns: 1fr;
}
.core32_timeline_item {
padding-left: var(--space-12) !important;
}
}
.unique14_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;
}
.layout83_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.light25_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);
}
.light25_skip_link:focus {
top: 6px;
}
@media print {
.clean74_no_print {
display: none !important;
}
.main22_print_only {
display: block !important;
}
.unique87_shadow_xs,
.premium74_shadow_sm,
.main48_shadow_md,
.bold66_shadow_lg,
.dark88_shadow_xl,
.clean33_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.71rem;
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.12rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(5px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.brand28_fade_in,
.section38_slide_up,
.prime16_slide_in_left,
.top49_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.theme67_hover_lift,
.layout62_hover_scale,
.brand53_hover_shadow,
.section70_hover_fade,
.dark13_transition_all,
.page69_transition_fast,
.prime92_transition_normal,
.style43_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
position: relative;
background: linear-gradient(180deg, var(--neutral-900) 0%, var(--neutral-900) 100%);
border-bottom: 1px solid var(--border-medium);
z-index: 1000;
}
#header .navbar {
padding-top: var(--space-4);
padding-bottom: var(--space-4);
position: relative;
z-index: 10;
}
#header .navbar-brand {
position: relative;
z-index: 2;
padding: 0;
}
#header .brand-text {
font-weight: 700;
color: var(--text-inverse);
letter-spacing: -0.02em;
position: relative;
display: inline-block;
}
#header .brand-text::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
opacity: 0.8;
}
#header .navbar-nav {
gap: var(--space-2);
}
#header .nav-link {
padding: var(--space-2) var(--space-4);
border-radius: var(--radius-md);
transition: all var(--duration-normal) var(--ease-smooth);
position: relative;
overflow: hidden;
}
#header .nav-link span {
color: var(--text-secondary);
font-weight: 500;
position: relative;
z-index: 1;
transition: color var(--duration-fast) var(--ease-smooth);
}
#header .nav-link::before {
content: '';
position: absolute;
inset: 0;
background: var(--primary-500);
opacity: 0;
transition: opacity var(--duration-normal) var(--ease-smooth);
z-index: 0;
}
#header .nav-link:hover::before {
opacity: 0.1;
}
#header .nav-link:hover span {
color: var(--text-inverse);
}
#header .nav-link.nav-cta {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border: 1px solid var(--border-interactive);
box-shadow: 0 0 25px rgba(38, 91, 231, 0.15);
}
#header .nav-link.nav-cta::before {
background: var(--primary-300);
opacity: 0;
}
#header .nav-link.nav-cta:hover::before {
opacity: 0.3;
}
#header .nav-link.nav-cta span {
color: var(--text-inverse);
font-weight: 600;
}
#header .custom-toggler {
border: 1px solid var(--border-medium);
padding: var(--space-2) var(--space-3);
border-radius: var(--radius-md);
background: var(--neutral-900);
transition: all var(--duration-fast) var(--ease-smooth);
}
#header .custom-toggler:hover {
border-color: var(--primary-500);
background: rgba(59, 130, 246, 0.05);
}
#header .custom-toggler:focus {
box-shadow: 0 0 0 3px rgba(70, 119, 255, 0.15);
outline: none;
}
#header .toggler-icon {
display: block;
width: 22px;
height: 2px;
background: var(--text-inverse);
margin: 7px 0;
transition: all var(--duration-fast) var(--ease-smooth);
border-radius: 2px;
}
#header .header-decoration {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
#header .glow-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.08;
pointer-events: none;
}
#header .glow-orb-1 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -150px;
right: 10%;
}
#header .glow-orb-2 {
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -100px;
left: 5%;
}
@media (max-width: 991.911px) {
#header .navbar-collapse {
margin-top: var(--space-4);
padding: var(--space-4);
background: rgba(29, 29, 29, 0.98);
border: 1px solid var(--border-medium);
border-radius: var(--radius-lg);
backdrop-filter: blur(10px);
}
#header .navbar-nav {
gap: var(--space-1);
}
#header .nav-link {
padding: var(--space-3);
}
#header .nav-link.nav-cta {
margin-top: var(--space-2);
}
}
@media (max-width: 575.910px) {
#header .navbar {
padding-top: var(--space-3);
padding-bottom: var(--space-3);
}
#header .glow-orb-1 {
width: 200px;
height: 200px;
}
#header .glow-orb-2 {
width: 150px;
height: 150px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 1, 3, 0.62) 0%,
rgba(6, 18, 32, 0.54) 45%,
rgba(1, 1, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-section-minimal {
position: relative;
padding: 121px 0 100px;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
overflow: hidden;
}
.hero-bg-decoration {
position: absolute;
top: -50%;
right: -10%;
width: 800px;
height: 800px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.hero-section-minimal .container {
position: relative;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero-badge {
display: inline-flex;
gap: 13px;
margin-bottom: 29px;
padding: 12px 20px;
background: color-mix(in srgb, var(--primary-50) 60%, white 40%);
border-radius: 50px;
border: 2px solid var(--primary-100);
}
.badge-dot {
width: 12px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 1.04s;
}
.badge-dot:nth-child(3) {
animation-delay: 0.96s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.6;
}
}
.hero-title {
font-size: 3.00rem;
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-subtitle {
font-size: 1.50rem;
font-weight: 600;
color: var(--primary-700);
margin-bottom: 29px;
line-height: 1.4;
}
.hero-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 40px;
max-width: 540px;
}
.hero-icons-grid {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.hero-icons-grid .icon-item {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 15px;
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.08);
transition: all 0.67s ease;
}
.hero-icons-grid .icon-item i {
font-size: 25px;
color: var(--primary-500);
transition: all 0.45s ease;
}
.hero-icons-grid .icon-item:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
background: var(--primary-500);
}
.hero-icons-grid .icon-item:hover i {
color: white;
}
.hero-images-wrapper {
position: relative;
height: 100%;
min-height: 500px;
}
.shape-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--primary-100) 40%, transparent 60%);
z-index: 0;
animation: float 6s ease-in-out infinite;
}
.shape-circle.shape-1 {
width: 200px;
height: 200px;
top: 10%;
right: 15%;
animation-delay: 0s;
}
.shape-circle.shape-2 {
width: 120px;
height: 120px;
bottom: 20%;
left: 10%;
animation-delay: 1s;
}
.shape-blob {
position: absolute;
width: 300px;
height: 300px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%) 0%,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%) 100%
);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: 0;
animation: morph 8s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
}
@keyframes morph {
0%, 100% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% {
border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
}
}
.images-grid {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
z-index: 1;
}
.image-container {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transition: all 0.54s ease;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.05s ease;
}
.image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%) 0%,
transparent 100%
);
opacity: 0;
transition: opacity 0.86s ease;
}
.image-container:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.image-container:hover img {
transform: scale(1.05);
}
.image-container:hover .image-overlay {
opacity: 1;
}
.image-primary {
grid-column: 1 / 2;
grid-row: 1 / 3;
height: 100%;
min-height: 400px;
}
.image-secondary-group {
grid-column: 2 / 3;
grid-row: 1 / 3;
display: flex;
flex-direction: column;
gap: 20px;
}
.image-secondary,
.image-tertiary {
height: calc(50% - 10px);
min-height: 180px;
}
.floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 50%;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
z-index: 2;
animation: float-rotate 4s ease-in-out infinite;
}
.floating-icon i {
font-size: 21px;
color: var(--primary-500);
}
.floating-icon-1 {
top: 15%;
right: 5%;
animation-delay: 0s;
}
.floating-icon-2 {
bottom: 30%;
left: -5%;
animation-delay: 1s;
}
.floating-icon-3 {
top: 60%;
right: 10%;
animation-delay: 2s;
}
@keyframes float-rotate {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(180deg);
}
}
@media (max-width: 1200px) {
.hero-title {
font-size: 3.00rem;
}
.hero-subtitle {
font-size: 1.44rem;
}
}
@media (max-width: 992px) {
.hero-section-minimal {
padding: 80px 0 60px;
}
.hero-title {
font-size: 2.62rem;
}
.hero-subtitle {
font-size: 1.25rem;
}
.hero-description {
font-size: 0.94rem;
}
.hero-images-wrapper {
margin-top: 60px;
}
.shape-circle.shape-1 {
width: 150px;
height: 150px;
}
.shape-circle.shape-2 {
width: 100px;
height: 100px;
}
}
@media (max-width: 768px) {
.hero-section-minimal {
padding: 60px 0 40px;
}
.hero-title {
font-size: 2.12rem;
}
.hero-subtitle {
font-size: 1.25rem;
}
.hero-description {
font-size: 1.06rem;
margin-bottom: 30px;
}
.hero-icons-grid .icon-item {
width: 48px;
height: 48px;
}
.hero-icons-grid .icon-item i {
font-size: 19px;
}
.images-grid {
grid-template-columns: 1fr;
gap: 16px;
}
.image-primary {
grid-column: 1;
grid-row: 1;
min-height: 300px;
}
.image-secondary-group {
grid-column: 1;
grid-row: 2;
flex-direction: row;
}
.image-secondary,
.image-tertiary {
width: calc(50% - 8px);
min-height: 200px;
}
.floating-icon {
width: 40px;
height: 40px;
}
.floating-icon i {
font-size: 18px;
}
.shape-blob {
width: 200px;
height: 200px;
}
}
@media (max-width: 576px) {
.hero-section-minimal {
padding: 40px 0 30px;
}
.hero-title {
font-size: 1.69rem;
}
.hero-subtitle {
font-size: 0.94rem;
margin-bottom: 16px;
}
.hero-description {
font-size: 1.00rem;
margin-bottom: 28px;
}
.hero-badge {
padding: 6px 16px;
margin-bottom: 20px;
}
.badge-dot {
width: 6px;
height: 6px;
}
.hero-images-wrapper {
min-height: 400px;
margin-top: 40px;
}
.image-primary {
min-height: 250px;
}
.image-secondary,
.image-tertiary {
min-height: 150px;
}
.floating-icon-2 {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.hero-section-minimal *,
.hero-section-minimal *::before,
.hero-section-minimal *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
@media (prefers-contrast: high) {
.hero-title,
.hero-subtitle,
.hero-description {
color: var(--dark);
}
.image-container {
border: 2px solid var(--neutral-900);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(15, 25, 39, 0.62) 0%,
rgba(11, 17, 33, 0.54) 45%,
rgba(3, 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;
}
.hero-section-minimal {
overflow-x: hidden !important;
}
#usp {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.4) 0%, rgba(var(--neutral-50), 0.3) 100%);
min-height: auto;
}
.usp-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
opacity: 0.08;
z-index: 0;
}
.usp-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -100px;
right: -100px;
filter: blur(80px);
}
.usp-decoration-2 {
width: 350px;
height: 350px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
bottom: -120px;
left: 5%;
filter: blur(100px);
}
.usp-card {
position: relative;
z-index: 1;
border: 1px solid var(--border-light);
background: rgba(255, 255, 255, 0.55);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg);
padding: var(--space-lg);
transition: all var(--duration-base) var(--ease-out);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.usp-card:hover {
border-color: var(--border-medium);
background: rgba(255, 255, 255, 0.7);
box-shadow: 0 8px 32px rgba(var(--primary-500), 0.12);
transform: translateY(-8px);
}
.usp-card-inner {
display: flex;
flex-direction: column;
height: 100%;
}
.usp-card-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
border-radius: var(--radius-md);
flex-shrink: 0;
}
#usp-title {
color: var(--text-primary);
position: relative;
z-index: 1;
}
#usp-subtitle {
color: var(--text-secondary);
position: relative;
z-index: 1;
}
#usp-desc {
color: var(--text-muted);
max-width: 600px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}
.usp-card h3 {
color: var(--text-primary);
}
.usp-card p {
margin: 0;
}
#usp-item-1-desc,
#usp-item-2-desc,
#usp-item-3-desc,
#usp-item-4-desc {
color: var(--text-muted);
}
#usp-item-1-value,
#usp-item-2-value,
#usp-item-3-value,
#usp-item-4-value {color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.05em;
}
@media (max-width: 768px) {
#usp {
padding-top: var(--space-xl);
padding-bottom: var(--space-xl);
}
.usp-card {
padding: var(--space-md);
}
.usp-decoration-1 {
width: 250px;
height: 250px;
top: -80px;
right: -80px;
}
.usp-decoration-2 {
width: 220px;
height: 220px;
bottom: -100px;
}
}
#usp [id^="usp-item-"][id$="-value"] {
display: block !important;
width: auto !important;
min-width: 0 !important;
max-width: none !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
#usp .usp-value-badge,
#usp .usp-badge,
#usp .usp-value,
#usp .usp-card-value,
#usp .usp-item-stat,
#usp .usp-card-stat,
#usp .usp-metric,
#usp .usp-stat {
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 13, 30, 0.62) 0%,
rgba(10, 17, 31, 0.54) 45%,
rgba(9, 13, 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;
}
.about-section-alt {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%
);
position: relative;
overflow: hidden;
}
.about-section-alt .about-content-wrapper {
position: relative;
z-index: 2;
}
.about-section-alt .section-header #about-title {
color: var(--text-primary);
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.02em;
}
.about-section-alt .section-header #about-subtitle {
color: var(--primary-500);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 0.94rem;
}
.about-section-alt .section-header #about-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.12rem;
}
.about-section-alt .features-grid {
margin-top: 2rem;
}
.about-section-alt .feature-card {
padding: 1.5rem;
background: var(--surface-primary);
border-radius: 15px;
border: 1px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 1.18s ease;
height: 100%;
position: relative;
overflow: hidden;
}
.about-section-alt .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 0;
background: linear-gradient(
180deg,
var(--primary-500),
var(--primary-300)
);
transition: height 0.97s ease;
}
.about-section-alt .feature-card:hover {
transform: translateY(-7px);
box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
border-color: var(--primary-300);
}
.about-section-alt .feature-card:hover::before {
height: 100%;
}
.about-section-alt .feature-icon-wrapper {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 80%, transparent 20%),
color-mix(in srgb, var(--primary-50) 90%, transparent 10%)
);
border-radius: 17px;
position: relative;
transition: all 0.86s ease;
}
.about-section-alt .feature-icon-wrapper i {
font-size: 1.50rem;
color: var(--primary-500);
transition: transform 0.50s ease;
}
.about-section-alt .feature-card:hover .feature-icon-wrapper {
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
transform: scale(1.05);
}
.about-section-alt .feature-card:hover .feature-icon-wrapper i {
color: var(--light);
transform: scale(1.1) rotate(5deg);
}
.about-section-alt .feature-card h4 {
color: var(--text-primary);
font-size: 0.94rem;
margin-bottom: 0.58rem;
}
.about-section-alt .feature-card p {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
font-size: 0.81rem;
}
.about-section-alt .images-grid-wrapper {
position: relative;
min-height: 600px;
padding: 1rem;
}
.about-section-alt .decorative-shape-bg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
height: 90%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 30%, transparent 70%),
color-mix(in srgb, var(--primary-50) 20%, transparent 80%)
);
border-radius: 50% 50% 0 50%;
z-index: 0;
opacity: 0.5;
}
.about-section-alt .images-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
gap: 1rem;
height: 600px;
}
.about-section-alt .image-item-large {
grid-column: 1 / 8;
grid-row: 1 / 8;
}
.about-section-alt .image-item-medium-top {
grid-column: 8 / 13;
grid-row: 1 / 6;
}
.about-section-alt .image-item-small {
grid-column: 1 / 6;
grid-row: 8 / 13;
}
.about-section-alt .image-item-medium-bottom {
grid-column: 6 / 13;
grid-row: 6 / 13;
}
.about-section-alt .image-frame {
position: relative;
width: 100%;
height: 100%;
border-radius: 16px;
overflow: hidden;
background: var(--neutral-100);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transition: all 1.01s ease;
}
.about-section-alt .image-frame:hover {
transform: scale(1.02);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.about-section-alt .image-frame img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.56s ease;
}
.about-section-alt .image-frame:hover img {
transform: scale(1.05);
}
.about-section-alt .image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent 90%) 0%,
transparent 100%
);
opacity: 0;
transition: opacity 0.84s ease;
}
.about-section-alt .image-frame:hover .image-overlay {
opacity: 1;
}
.about-section-alt .decorative-dot {
position: absolute;
width: 14px;
height: 16px;
background: var(--primary-500);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
z-index: 2;
}
.about-section-alt .decorative-dot.top-right {
top: -6px;
right: -6px;
}
.about-section-alt .decorative-dot.bottom-left {
bottom: -6px;
left: -6px;
}
.about-section-alt .decorative-line {
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
width: 60%;
height: 3px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
border-radius: 2px;
}
.about-section-alt .floating-icon {
position: absolute;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 13px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
z-index: 3;
animation: float 3s ease-in-out infinite;
}
.about-section-alt .floating-icon i {
font-size: 1.25rem;
color: var(--primary-500);
}
.about-section-alt .floating-icon.icon-1 {
top: 10%;
right: 5%;
animation-delay: 0s;
}
.about-section-alt .floating-icon.icon-2 {
bottom: 15%;
left: 8%;
animation-delay: 2.34s;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-13px);
}
}
@media (max-width: 991.98px) {
.about-section-alt .images-grid-wrapper {
min-height: 500px;
margin-top: 3rem;
}
.about-section-alt .images-grid {
height: 500px;
}
.about-section-alt .section-header #about-title {
font-size: 1.94rem;
}
}
@media (max-width: 767.98px) {
.about-section-alt .images-grid-wrapper {
min-height: 400px;
}
.about-section-alt .images-grid {
height: 400px;
gap: 0.75rem;
}
.about-section-alt .feature-card {
padding: 1.25rem;
}
.about-section-alt .floating-icon {
width: 40px;
height: 40px;
}
.about-section-alt .floating-icon i {
font-size: 1.00rem;
}
.about-section-alt .section-header #about-title {
font-size: 1.81rem;
}
.about-section-alt .section-header #about-desc {
font-size: 0.94rem;
}
}
@media (max-width: 575.98px) {
.about-section-alt .images-grid {
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(8, 1fr);
height: 350px;
}
.about-section-alt .image-item-large {
grid-column: 1 / 7;
grid-row: 1 / 5;
}
.about-section-alt .image-item-medium-top {
grid-column: 1 / 4;
grid-row: 5 / 9;
}
.about-section-alt .image-item-small {
grid-column: 4 / 7;
grid-row: 5 / 7;
}
.about-section-alt .image-item-medium-bottom {
grid-column: 4 / 7;
grid-row: 7 / 9;
}
.about-section-alt .images-grid-wrapper {
min-height: 350px;
}
}
@media (prefers-reduced-motion: reduce) {
.about-section-alt .feature-card,
.about-section-alt .image-frame,
.about-section-alt .floating-icon {
animation: none;
transition: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 10, 17, 0.62) 0%,
rgba(10, 24, 53, 0.54) 45%,
rgba(9, 20, 37, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section-alt {
overflow-x: hidden !important;
}
.features-section {
position: relative;
overflow: hidden;
background: linear-gradient(
135deg,
rgba(var(--primary-50), 0.5) 0%,
rgba(var(--neutral-50), 0.3) 100%
);
}
.features-header {
position: relative;
z-index: 2;
margin-bottom: var(--space-4);
}
.features-title {
color: var(--text-primary);
}
.features-subtitle {
color: var(--text-secondary);
}
.features-desc {
color: var(--text-muted);
font-weight: 400;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-4);
position: relative;
z-index: 2;
}
.features-item {
position: relative;
padding: var(--space-4);
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(12px);
border: 1px solid rgba(var(--primary-300), 0.2);
border-radius: var(--radius-2);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all var(--duration-base) var(--ease-smooth);
overflow: hidden;
}
.features-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(
90deg,
transparent,
rgba(var(--primary-300), 0.3),
transparent
);
}
.features-item:hover {
background: rgba(255, 255, 255, 0.75);
border-color: rgba(var(--primary-300), 0.4);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
transform: translateY(-4px);
}
.features-item-content {
position: relative;
z-index: 1;
}
.features-item-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: var(--space-3);
color: var(--primary-500);
stroke: var(--primary-500);
}
.features-item-icon svg {
width: 100%;
height: 100%;
}
#ffdda1tures-item-1-name,
#edd18ctures-item-2-name,
#efe1a5tures-item-3-name,
#fbdd8ftures-item-4-name {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 600;
}
#efe8a2tures-item-1-desc,
#fae592tures-item-2-desc,
#f8e5b9tures-item-3-desc,
#ffe89btures-item-4-desc {
color: var(--text-secondary);
font-weight: 400;
line-height: 1.6;
}
.features-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.features-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
top: -100px;
right: -150px;
}
.features-decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(
circle,
var(--primary-300),
transparent 70%
);
bottom: -50px;
left: -100px;
}
@media (max-width: 768px) {
.features-grid {
grid-template-columns: 1fr;
gap: var(--space-3);
}
.features-decoration-1 {
width: 300px;
height: 300px;
top: -80px;
right: -120px;
}
.features-decoration-2 {
width: 250px;
height: 250px;
bottom: -40px;
left: -80px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 2, 4, 0.62) 0%,
rgba(6, 10, 17, 0.54) 45%,
rgba(2, 5, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.services-section {
padding: 100px 0;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.services-header {
margin-bottom: 60px;
padding-bottom: 40px;
}
.services-title {
font-size: 2.94rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.services-subtitle {
font-size: 1.62rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.60rem;
}
.services-desc {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.decorative-dots {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 6px;
background: radial-gradient(
circle,
var(--primary-500) 2px,
transparent 2px
);
background-size: 12px 12px;
opacity: 0.4;
}
.decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
margin: 30px auto 0;
border-radius: 2px;
}
.services-grid {
position: relative;
z-index: 2;
}
.service-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 40px 30px;
height: 100%;
position: relative;
transition: all 1.05s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
overflow: hidden;
}
.service-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-300),
var(--primary-500),
var(--primary-700)
);
transform: scaleX(0);
transform-origin: left;
transition: transform 1.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.service-card:hover::before {
transform: scaleX(1);
}
.service-icon {
width: 80px;
height: 80px;
background: linear-gradient(
135deg,
var(--primary-100),
var(--primary-300)
);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
position: relative;
transition: all 1.05s ease;
}
.service-icon i {
font-size: 2.75rem;
color: var(--primary-700);
transition: all 1.23s ease;
}
.service-card:hover .service-icon {
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
transform: rotate(5deg) scale(1.05);
}
.service-card:hover .service-icon i {
color: var(--surface-primary);
transform: scale(1.1);
}
.service-content {
position: relative;
z-index: 2;
}
.service-name {
font-size: 1.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.3;
}
.service-description {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 20px;
}
.service-features {
margin-bottom: 24px;
padding: 20px;
background: color-mix(in srgb, var(--primary-50) 40%, transparent 60%);
border-radius: 12px;
border-left: 3px solid var(--primary-500);
}
.features-text {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.8;
margin-bottom: 0;
}
.service-pricing {
display: flex;
align-items: baseline;
gap: 12px;
padding-top: 20px;
border-top: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
}
.price-label {
font-size: 0.81rem;
color: var(--text-secondary);
font-weight: 500;
}
.price-value {
font-size: 1.81rem;
font-weight: 700;
color: var(--primary-700);
}
.card-decoration {
position: absolute;
bottom: -50px;
right: -50px;
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
transition: all 0.63s ease;
}
.service-card:hover .card-decoration {
transform: scale(1.5);
opacity: 0.5;
}
.decorative-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
}
.decorative-circle {
position: absolute;
bottom: -100px;
left: 10%;
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
}
.decorative-wave {
position: absolute;
bottom: 0;
right: 0;
width: 300px;
height: 150px;
background: linear-gradient(
135deg,
transparent,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%)
);
border-radius: 50% 0 0 0;
}
@media (max-width: 991px) {
.services-section {
padding: 80px 0;
}
.services-title {
font-size: 2.44rem;
}
.services-subtitle {
font-size: 1.19rem;
}
.services-desc {
font-size: 0.94rem;
}
.service-card {
padding: 35px 25px;
}
.service-icon {
width: 70px;
height: 70px;
}
.service-icon i {
font-size: 2.06rem;
}
}
@media (max-width: 767px) {
.services-section {
padding: 60px 0;
}
.services-header {
margin-bottom: 40px;
}
.services-title {
font-size: 1.81rem;
}
.services-subtitle {
font-size: 1.06rem;
}
.service-card {
padding: 30px 20px;
}
.service-name {
font-size: 1.12rem;
}
.price-value {
font-size: 1.56rem;
}
.decorative-circle,
.decorative-wave {
display: none;
}
}
@media (max-width: 575px) {
.services-title {
font-size: 1.62rem;
}
.service-icon {
width: 60px;
height: 60px;
}
.service-icon i {
font-size: 1.62rem;
}
.service-features {
padding: 15px;
}
.features-text {
font-size: 0.88rem;
}
}
[data-sal] {
transition-duration: 0.94s;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 5, 8, 0.62) 0%,
rgba(5, 9, 14, 0.54) 45%,
rgba(1, 1, 3, 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-clean {
position: relative;
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.priceplan-section-clean .section-header {
max-width: 800px;
margin: 0 auto;
padding: 0 15px;
}
.priceplan-section-clean .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
border-radius: 2px;
}
.priceplan-section-clean .section-title {
font-size: clamp(2rem, 5vw, 2.75rem);
color: var(--text-primary);
letter-spacing: -0.02em;
line-height: 1.2;
}
.priceplan-section-clean .section-subtitle {
font-size: clamp(1.125rem, 3vw, 1.5rem);
color: var(--text-secondary);
font-weight: 500;
}
.priceplan-section-clean .section-description {
max-width: 700px;
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
}
.priceplan-section-clean .icon-decoration {
margin-top: 1.62rem;
}
.priceplan-section-clean .icon-decoration i {
font-size: 1.69rem;
color: var(--primary-500);
opacity: 0.7;
transition: all 1.19s ease;
}
.priceplan-section-clean .icon-decoration i:hover {
opacity: 1;
transform: translateY(-3px);
}
.priceplan-section-clean .pricing-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem 2rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
transition: all 1.36s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
position: relative;
overflow: hidden;
}
.priceplan-section-clean .pricing-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.priceplan-section-clean .card-decorative-shape {
position: absolute;
top: -50px;
right: -50px;
width: 150px;
height: 150px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent);
border-radius: 50%;
pointer-events: none;
}
.priceplan-section-clean .pricing-card-featured {
border: 2px solid var(--primary-500);
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 20%, var(--surface-primary) 80%) 100%);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
transform: scale(1.02);
}
.priceplan-section-clean .pricing-card-featured:hover {
transform: scale(1.05) translateY(-8px);
box-shadow: 0 16px 50px color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
}
.priceplan-section-clean .featured-badge {
top: 20px;
right: 20px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.19rem;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-700) 40%, transparent 60%);
animation: pulse-badge 2s infinite;
z-index: 2;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
.priceplan-section-clean .pricing-icon-wrapper {
position: relative;
z-index: 1;
}
.priceplan-section-clean .icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 40%, var(--surface-primary) 60%),
color-mix(in srgb, var(--primary-500) 30%, var(--surface-primary) 70%));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
transition: all 0.69s ease;
}
.priceplan-section-clean .icon-circle-featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-700) 30%, transparent 70%);
}
.priceplan-section-clean .icon-circle i {
font-size: 2.12rem;
color: var(--primary-700);
}
.priceplan-section-clean .icon-circle-featured i {
color: var(--light);
}
.priceplan-section-clean .pricing-card:hover .icon-circle {
transform: rotate(10deg) scale(1.1);
}
.priceplan-section-clean .plan-name {
font-size: 1.69rem;
color: var(--text-primary);
letter-spacing: -0.01em;
}
.priceplan-section-clean .price-wrapper {
display: flex;
align-items: baseline;
justify-content: center;
gap: 0.5rem;
}
.priceplan-section-clean .plan-price {
color: var(--primary-700);
font-weight: 700;
line-height: 1;
}
.priceplan-section-clean .pricing-card-featured .plan-price {
color: var(--primary-500);
}
.priceplan-section-clean .price-period {
font-size: 1.12rem;
color: var(--text-secondary);
}
.priceplan-section-clean .plan-description {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 0;
}
.priceplan-section-clean .pricing-features {
position: relative;
}
.priceplan-section-clean .features-icon {
margin-bottom: 1rem;
}
.priceplan-section-clean .features-icon i {
font-size: 1.56rem;
color: var(--primary-500);
opacity: 0.8;
}
.priceplan-section-clean .plan-features {
font-size: 0.94rem;
line-height: 1.7;
color: var(--text-secondary);
padding: 1.25rem;
background: color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
}
.priceplan-section-clean .feature-list-wrapper {
display: flex;
gap: 0.5rem;
margin-bottom: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.priceplan-section-clean .feature-badge {
width: 32px;
height: 32px;
background: var(--primary-500);
color: var(--light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.81rem;
box-shadow: 0 2px 8px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.priceplan-section-clean .feature-visual {
width: 100%;
margin-top: 0.96rem;
}
.priceplan-section-clean .progress-bar-visual {
height: 6px;
background: linear-gradient(90deg,
var(--primary-300),
var(--primary-500));
border-radius: 3px;
width: 60%;
margin: 0 auto;
box-shadow: 0 2px 6px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.priceplan-section-clean .progress-bar-visual.featured {
width: 85%;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-700));
}
.priceplan-section-clean .progress-bar-visual.complete {
width: 100%;
background: linear-gradient(90deg,
var(--primary-700),
var(--primary-500));
}
.priceplan-section-clean .card-footer-decoration {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent);
opacity: 0;
transition: opacity 1.01s ease;
}
.priceplan-section-clean .pricing-card:hover .card-footer-decoration {
opacity: 1;
}
.priceplan-section-clean .decorative-elements-bottom {
padding-top: 3rem;
}
.priceplan-section-clean .icon-group {
margin-bottom: 2rem;
}
.priceplan-section-clean .decorative-icon-item {
width: 60px;
height: 60px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 30%, var(--surface-primary) 70%),
var(--surface-primary));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
transition: all 1.26s ease;
border: 2px solid var(--neutral-100);
}
.priceplan-section-clean .decorative-icon-item:hover {
transform: translateY(-5px) rotate(5deg);
border-color: var(--primary-500);
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 20%, transparent 80%);
}
.priceplan-section-clean .decorative-icon-item i {
font-size: 1.44rem;
color: var(--primary-500);
}
.priceplan-section-clean .decorative-line-bottom {
width: 120px;
height: 4px;
background: linear-gradient(90deg,
transparent,
var(--primary-500),
transparent);
border-radius: 2px;
}
.priceplan-section-clean .bg-decoration-circle-1 {
position: absolute;
top: 10%;
left: 5%;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent);
border-radius: 50%;
pointer-events: none;
animation: float-circle-1 8s ease-in-out infinite;
}
.priceplan-section-clean .bg-decoration-circle-2 {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 12%, transparent 88%),
transparent);
border-radius: 50%;
pointer-events: none;
animation: float-circle-2 10s ease-in-out infinite;
}
.priceplan-section-clean .bg-decoration-blob {
position: absolute;
top: 50%;
right: 0;
width: 300px;
height: 400px;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-300) 10%, transparent 90%),
transparent);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
pointer-events: none;
opacity: 0.5;
animation: morph-blob 12s ease-in-out infinite;
}
@keyframes float-circle-1 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(20px, 30px);
}
}
@keyframes float-circle-2 {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(-25px, -20px);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@media (max-width: 991.98px) {
.priceplan-section-clean .pricing-card-featured {
transform: scale(1);
}
.priceplan-section-clean .pricing-card-featured:hover {
transform: scale(1.02) translateY(-8px);
}
.priceplan-section-clean .section-title {
font-size: 2.06rem;
}
.priceplan-section-clean .plan-price {
font-size: 2.69rem;
}
}
@media (max-width: 767.98px) {
.priceplan-section-clean .pricing-card {
padding: 2rem 1.5rem;
}
.priceplan-section-clean .icon-circle {
width: 70px;
height: 70px;
}
.priceplan-section-clean .icon-circle i {
font-size: 1.56rem;
}
.priceplan-section-clean .decorative-icon-item {
width: 50px;
height: 50px;
}
.priceplan-section-clean .decorative-icon-item i {
font-size: 1.12rem;
}
.priceplan-section-clean .bg-decoration-circle-1,
.priceplan-section-clean .bg-decoration-circle-2 {
opacity: 0.5;
}
}
@media (max-width: 575.98px) {
.priceplan-section-clean .section-title {
font-size: 1.75rem;
}
.priceplan-section-clean .plan-name {
font-size: 1.56rem;
}
.priceplan-section-clean .plan-price {
font-size: 2.12rem;
}
.priceplan-section-clean .pricing-card {
padding: 1.75rem 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.priceplan-section-clean .pricing-card,
.priceplan-section-clean .icon-circle,
.priceplan-section-clean .decorative-icon-item,
.priceplan-section-clean .icon-decoration i {
transition: none;
}
.priceplan-section-clean .bg-decoration-circle-1,
.priceplan-section-clean .bg-decoration-circle-2,
.priceplan-section-clean .bg-decoration-blob,
.priceplan-section-clean .featured-badge {
animation: none;
}
}
@media print {
.priceplan-section-clean {
background: white;
}
.priceplan-section-clean .pricing-card {
box-shadow: none;
border: 2px solid var(--neutral-300);
page-break-inside: avoid;
}
.priceplan-section-clean .bg-decoration-circle-1,
.priceplan-section-clean .bg-decoration-circle-2,
.priceplan-section-clean .bg-decoration-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, 3, 4, 0.62) 0%,
rgba(12, 20, 35, 0.54) 45%,
rgba(9, 22, 44, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.team-section-custom {
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;
}
.team-section-custom .decorative-line {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
border-radius: 2px;
}
.team-section-custom #team-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.team-section-custom #team-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.1em;
}
.team-section-custom #team-desc {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1.19rem;
}
.team-section-custom .decorative-dots .dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
display: inline-block;
animation: pulse-dot 2s ease-in-out infinite;
}
.team-section-custom .decorative-dots .dot:nth-child(2) {
animation-delay: 0.55s;
}
.team-section-custom .decorative-dots .dot:nth-child(3) {
animation-delay: 1.35s;
}
@keyframes pulse-dot {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.2);
}
}
.team-section-custom .team-card {
height: 100%;
transition: transform 1.14s ease;
}
.team-section-custom .team-card:hover {
transform: translateY(-8px);
}
.team-section-custom .team-card-inner {
background: var(--surface-primary);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 1.34s ease;
height: 100%;
display: flex;
flex-direction: column;
}
.team-section-custom .team-card:hover .team-card-inner {
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.team-section-custom .image-wrapper {
position: relative;
overflow: hidden;
padding: 20px 20px 0 20px;
}
.team-section-custom .image-frame {
position: relative;
border-radius: 12px;
overflow: hidden;
aspect-ratio: 4/5;
}
.team-section-custom .image-frame img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 1.23s ease;
}
.team-section-custom .team-card:hover .image-frame img {
transform: scale(1.08);
}
.team-section-custom .image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg,
transparent 0%,
color-mix(in srgb, var(--primary-700) 40%, transparent 60%) 100%);
opacity: 0;
transition: opacity 0.69s ease;
}
.team-section-custom .team-card:hover .image-overlay {
opacity: 1;
}
.team-section-custom .corner-accent {
position: absolute;
width: 30px;
height: 30px;
border: 3px solid var(--primary-500);
transition: all 0.73s ease;
}
.team-section-custom .corner-accent.top-left {
top: 20px;
left: 20px;
border-right: none;
border-bottom: none;
border-radius: 8px 0 0 0;
}
.team-section-custom .corner-accent.bottom-right {
bottom: 0;
right: 20px;
border-left: none;
border-top: none;
border-radius: 0 0 8px 0;
}
.team-section-custom .team-card:hover .corner-accent.top-left {
top: 15px;
left: 15px;
width: 40px;
height: 40px;
}
.team-section-custom .team-card:hover .corner-accent.bottom-right {
bottom: -5px;
right: 15px;
width: 40px;
height: 40px;
}
.team-section-custom .member-info {
padding: 24px 24px 28px;
text-align: center;
background: var(--surface-primary);
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-section-custom .member-name {
color: var(--text-primary);
font-weight: 700;
font-size: 1.25rem;
margin-bottom: 8px;
transition: color 0.97s ease;
}
.team-section-custom .team-card:hover .member-name {
color: var(--primary-500);
}
.team-section-custom .member-role {
color: var(--text-secondary);
font-size: 1.00rem;
font-weight: 500;
margin-bottom: 0;
line-height: 1.6;
}
.team-section-custom .info-divider {
width: 50px;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%);
margin: 16px auto 0;
border-radius: 2px;
transition: width 1.28s ease;
}
.team-section-custom .team-card:hover .info-divider {
width: 80px;
}
.team-section-custom .background-shapes {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.team-section-custom .shape {
position: absolute;
border-radius: 50%;
opacity: 0.03;
}
.team-section-custom .shape-1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.team-section-custom .shape-2 {
width: 300px;
height: 300px;
background: var(--primary-700);
bottom: -150px;
left: -75px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.team-section-custom .shape-3 {
width: 250px;
height: 250px;
background: var(--primary-300);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: float-shape 30s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
.team-section-custom .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.team-section-custom #team-title {
font-size: 2.50rem;
}
.team-section-custom #team-desc {
font-size: 0.94rem;
}
.team-section-custom .team-card {
max-width: 400px;
margin: 0 auto;
}
}
@media (max-width: 767.98px) {
.team-section-custom #team-title {
font-size: 1.88rem;
}
.team-section-custom #team-subtitle {
font-size: 1.06rem;
}
.team-section-custom .member-name {
font-size: 1.19rem;
}
.team-section-custom .member-role {
font-size: 1.00rem;
}
.team-section-custom .corner-accent {
width: 25px;
height: 25px;
}
.team-section-custom .team-card:hover .corner-accent.top-left,
.team-section-custom .team-card:hover .corner-accent.bottom-right {
width: 30px;
height: 30px;
}
}
@media (max-width: 575.98px) {
.team-section-custom #team-title {
font-size: 1.75rem;
}
.team-section-custom .image-wrapper {
padding: 15px 15px 0 15px;
}
.team-section-custom .member-info {
padding: 20px 20px 24px;
}
.team-section-custom .shape-1,
.team-section-custom .shape-2 {
width: 250px;
height: 250px;
}
.team-section-custom .shape-3 {
width: 200px;
height: 200px;
}
}
@media (prefers-contrast: high) {
.team-section-custom .team-card-inner {
border: 2px solid var(--neutral-300);
}
.team-section-custom .corner-accent {
border-width: 4px;
}
.team-section-custom .background-shapes {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.team-section-custom .team-card,
.team-section-custom .image-frame img,
.team-section-custom .corner-accent,
.team-section-custom .info-divider,
.team-section-custom .decorative-dots .dot {
animation: none;
transition: none;
}
.team-section-custom .team-card:hover {
transform: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 2, 3, 0.62) 0%,
rgba(16, 24, 46, 0.54) 45%,
rgba(1, 4, 7, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section-pro {
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;
}
.reviews-section-pro .section-header {
position: relative;
padding: 0 20px;
}
.reviews-section-pro .decorative-line-top {
width: 60px;
height: 4px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300)
);
margin: 0 auto 24px;
border-radius: 2px;
}
.reviews-section-pro .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.reviews-section-pro .section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.35rem);
font-weight: 500;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.reviews-section-pro .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.reviews-section-pro .review-card {
position: relative;
background: var(--surface-primary);
border-radius: 16px;
padding: 32px;
height: 100%;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.58s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
overflow: hidden;
}
.reviews-section-pro .review-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-300);
}
.reviews-section-pro .review-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.reviews-section-pro .author-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-300),
var(--primary-500)
);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border: 3px solid var(--surface-primary);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.reviews-section-pro .author-avatar i {
font-size: 32px;
color: var(--light);
}
.reviews-section-pro .author-info {
flex: 1;
}
.reviews-section-pro .author-name {
font-size: 1.06rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 6px;
line-height: 1.3;
}
.reviews-section-pro .rating-stars {
display: flex;
gap: 4px;
}
.reviews-section-pro .rating-stars i {
font-size: 14px;
color: #e7b800;
}
.reviews-section-pro .review-content {
position: relative;
padding-left: 40px;
}
.reviews-section-pro .quote-icon {
position: absolute;
left: 0;
top: -5px;
font-size: 34px;
color: var(--primary-300);
opacity: 0.4;
}
.reviews-section-pro .review-text {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.reviews-section-pro .review-decoration {
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.reviews-section-pro .review-card-featured {
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-300);
padding: 40px;
}
.reviews-section-pro .featured-badge {
position: absolute;
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.reviews-section-pro .featured-badge i {
font-size: 24px;
color: var(--light);
}
.reviews-section-pro .author-avatar-large {
width: 72px;
height: 72px;
}
.reviews-section-pro .author-avatar-large i {
font-size: 37px;
}
.reviews-section-pro .review-card-featured .review-text {
font-size: 1.06rem;
}
.reviews-section-pro .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.reviews-section-pro .shape-circle {
position: absolute;
border-radius: 50%;
background: radial-gradient(
circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent 70%
);
}
.reviews-section-pro .shape-1 {
width: 300px;
height: 300px;
top: -100px;
right: -100px;
animation: float-shape 20s ease-in-out infinite;
}
.reviews-section-pro .shape-2 {
width: 200px;
height: 200px;
bottom: -50px;
left: -50px;
animation: float-shape 25s ease-in-out infinite reverse;
}
.reviews-section-pro .shape-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle at 30% 40%,
color-mix(in srgb, var(--primary-300) 8%, transparent 92%),
transparent 60%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 30s ease-in-out infinite;
}
@keyframes float-shape {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: translate(-50%, -50%) rotate(0deg);
}
25% {
border-radius: 60% 40% 50% 70% / 60% 40% 50% 60%;
transform: translate(-50%, -50%) rotate(90deg);
}
50% {
border-radius: 50% 70% 40% 60% / 50% 60% 40% 70%;
transform: translate(-50%, -50%) rotate(180deg);
}
75% {
border-radius: 70% 50% 60% 40% / 70% 50% 60% 40%;
transform: translate(-50%, -50%) rotate(270deg);
}
}
@media (max-width: 991px) {
.reviews-section-pro {
padding: 80px 0;
}
.reviews-section-pro .review-card {
padding: 28px;
}
.reviews-section-pro .review-card-featured {
padding: 32px;
}
.reviews-section-pro .section-description {
font-size: 1.06rem;
}
}
@media (max-width: 767px) {
.reviews-section-pro {
padding: 60px 0;
}
.reviews-section-pro .review-card {
padding: 24px;
}
.reviews-section-pro .review-card-featured {
padding: 28px;
}
.reviews-section-pro .author-avatar {
width: 48px;
height: 48px;
}
.reviews-section-pro .author-avatar i {
font-size: 26px;
}
.reviews-section-pro .author-avatar-large {
width: 60px;
height: 60px;
}
.reviews-section-pro .author-avatar-large i {
font-size: 31px;
}
.reviews-section-pro .review-content {
padding-left: 30px;
}
.reviews-section-pro .quote-icon {
font-size: 27px;
}
.reviews-section-pro .featured-badge {
width: 40px;
height: 40px;
top: 16px;
right: 16px;
}
.reviews-section-pro .featured-badge i {
font-size: 20px;
}
}
@media (max-width: 575px) {
.reviews-section-pro .section-header {
padding: 0 10px;
}
.reviews-section-pro .review-card {
padding: 20px;
}
.reviews-section-pro .review-card-featured {
padding: 24px;
}
.reviews-section-pro .review-text,
.reviews-section-pro .review-card-featured .review-text {
font-size: 0.88rem;
}
}
@media (prefers-contrast: high) {
.reviews-section-pro .review-card {
border: 2px solid var(--primary-500);
}
.reviews-section-pro .section-description {
color: var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.reviews-section-pro .review-card {
transition: none;
}
.reviews-section-pro .shape-1,
.reviews-section-pro .shape-2,
.reviews-section-pro .shape-blob {
animation: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 29, 49, 0.62) 0%,
rgba(10, 17, 49, 0.54) 45%,
rgba(11, 16, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.casestudy-section-alt {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.casestudy-section-alt .decorative-circle-top {
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
border-radius: 50%;
background: linear-gradient(135deg,
color-mix(in srgb, var(--primary-500) 10%, transparent),
color-mix(in srgb, var(--primary-300) 5%, transparent));
z-index: 0;
}
.casestudy-section-alt .decorative-circle-bottom {
position: absolute;
bottom: -120px;
left: -120px;
width: 350px;
height: 350px;
border-radius: 50%;
background: linear-gradient(225deg,
color-mix(in srgb, var(--primary-500) 8%, transparent),
color-mix(in srgb, var(--primary-300) 4%, transparent));
z-index: 0;
}
.casestudy-section-alt .decorative-square-left {
position: absolute;
top: 40%;
left: -30px;
width: 80px;
height: 80px;
background: var(--primary-50);
transform: rotate(45deg);
opacity: 0.4;
z-index: 0;
}
.casestudy-section-alt .decorative-square-right {
position: absolute;
bottom: 20%;
right: -40px;
width: 100px;
height: 100px;
background: color-mix(in srgb, var(--primary-100) 60%, transparent);
transform: rotate(30deg);
opacity: 0.3;
z-index: 0;
}
.casestudy-section-alt .section-header {
margin-bottom: 40px;
position: relative;
z-index: 1;
}
.casestudy-section-alt .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%));
margin: 0 auto 24px;
border-radius: 2px;
}
.casestudy-section-alt .section-title {
font-size: 2.56rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.62rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.casestudy-section-alt .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto 24px;
}
.casestudy-section-alt .decorative-dots {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 20px;
}
.casestudy-section-alt .decorative-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--primary-500);
display: inline-block;
}
.casestudy-section-alt .decorative-dots .dot:nth-child(2) {
background: color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%);
}
.casestudy-section-alt .decorative-dots .dot:nth-child(3) {
background: var(--primary-300);
}
.casestudy-section-alt .case-study-card {
background: var(--light);
border-radius: 16px;
padding: 40px 30px;
height: 100%;
position: relative;
transition: all 1.06s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid var(--neutral-100);
overflow: hidden;
z-index: 1;
}
.casestudy-section-alt .case-study-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
transform: scaleX(0);
transform-origin: left;
transition: transform 1.32s ease;
}
.casestudy-section-alt .case-study-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border-color: var(--primary-300);
}
.casestudy-section-alt .case-study-card:hover::before {
transform: scaleX(1);
}
.casestudy-section-alt .card-icon-wrapper {
width: 70px;
height: 70px;
position: relative;
margin-bottom: 24px;
}
.casestudy-section-alt .card-icon-wrapper i {
font-size: 2.69rem;
color: var(--primary-500);
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.71s ease;
}
.casestudy-section-alt .case-study-card:hover .card-icon-wrapper i {
transform: scale(1.1) rotate(5deg);
}
.casestudy-section-alt .icon-bg-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50%;
z-index: 1;
transition: all 0.60s ease;
}
.casestudy-section-alt .case-study-card:hover .icon-bg-circle {
width: 80px;
height: 80px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.casestudy-section-alt .card-content {
position: relative;
z-index: 2;
}
.casestudy-section-alt .card-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.4;
transition: color 0.83s ease;
}
.casestudy-section-alt .case-study-card:hover .card-title {
color: var(--primary-500);
}
.casestudy-section-alt .card-description {
font-size: 1.00rem;
color: var(--text-secondary);
line-height: 1.7;
margin: 0;
}
.casestudy-section-alt .card-decorative-line {
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
height: 3px;
background: linear-gradient(90deg,
transparent,
var(--primary-300),
transparent);
opacity: 0;
transition: opacity 1.20s ease;
}
.casestudy-section-alt .case-study-card:hover .card-decorative-line {
opacity: 1;
}
.casestudy-section-alt .decorative-icons-bottom {
margin-top: 60px;
text-align: center;
position: relative;
z-index: 1;
}
.casestudy-section-alt .icon-group {
display: inline-flex;
gap: 24px;
padding: 20px 40px;
background: var(--primary-50);
border-radius: 50px;
}
.casestudy-section-alt .icon-group i {
font-size: 1.56rem;
color: var(--primary-500);
animation: float 3s ease-in-out infinite;
}
.casestudy-section-alt .icon-group i:nth-child(2) {
animation-delay: 1.19s;
}
.casestudy-section-alt .icon-group i:nth-child(3) {
animation-delay: 1s;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
@media (max-width: 991px) {
.casestudy-section-alt {
padding: 80px 0;
}
.casestudy-section-alt .section-title {
font-size: 2.25rem;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.38rem;
}
.casestudy-section-alt .case-study-card {
padding: 35px 25px;
}
}
@media (max-width: 767px) {
.casestudy-section-alt {
padding: 60px 0;
}
.casestudy-section-alt .section-title {
font-size: 1.81rem;
}
.casestudy-section-alt .section-subtitle {
font-size: 1.19rem;
}
.casestudy-section-alt .section-description {
font-size: 1.06rem;
}
.casestudy-section-alt .case-study-card {
padding: 30px 20px;
}
.casestudy-section-alt .card-title {
font-size: 1.12rem;
}
.casestudy-section-alt .decorative-circle-top,
.casestudy-section-alt .decorative-circle-bottom {
display: none;
}
.casestudy-section-alt .icon-group {
gap: 16px;
padding: 16px 30px;
}
.casestudy-section-alt .icon-group i {
font-size: 1.50rem;
}
}
@media (max-width: 575px) {
.casestudy-section-alt .section-title {
font-size: 1.62rem;
}
.casestudy-section-alt .card-icon-wrapper {
width: 60px;
height: 60px;
}
.casestudy-section-alt .card-icon-wrapper i {
font-size: 1.88rem;
}
.casestudy-section-alt .icon-bg-circle {
width: 60px;
height: 60px;
}
}
@media (prefers-contrast: high) {
.casestudy-section-alt .case-study-card {
border-width: 3px;
}
.casestudy-section-alt .card-description {
color: var(--text-primary);
}
}
@media (prefers-reduced-motion: reduce) {
.casestudy-section-alt .case-study-card,
.casestudy-section-alt .card-icon-wrapper i,
.casestudy-section-alt .icon-group i {
transition: none;
animation: none;
}
.casestudy-section-alt .case-study-card:hover {
transform: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 23, 47, 0.62) 0%,
rgba(9, 14, 29, 0.54) 45%,
rgba(1, 2, 3, 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-featured {
position: relative;
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
overflow: hidden;
}
.process-section-featured .section-header {
position: relative;
z-index: 2;
}
.process-section-featured .decorative-line-top {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
margin: 0 auto 2rem;
border-radius: 2px;
}
.process-section-featured #process-title {
color: var(--text-primary);
letter-spacing: -0.02em;
}
.process-section-featured #process-subtitle {
color: var(--primary-700);
font-weight: 500;
}
.process-section-featured #process-desc {
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.process-section-featured .process-step {
position: relative;
padding: 2rem;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 1.36s cubic-bezier(0.4, 0, 0.2, 1);
margin-bottom: 2rem;
}
.process-section-featured .process-step:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.process-section-featured .process-step:last-child {
margin-bottom: 0;
}
.process-section-featured .step-number-wrapper {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
position: relative;
z-index: 2;
}
.process-section-featured .step-number-wrapper.reverse {
align-items: center;
}
.process-section-featured .step-icon-circle {
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
transition: all 0.75s ease;
}
.process-section-featured .process-step:hover .step-icon-circle {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.process-section-featured .step-icon-circle i {
font-size: 1.94rem;
color: var(--light);
}
.process-section-featured .step-number {
font-size: 2.69rem;
font-weight: 700;
color: var(--primary-500);
line-height: 1;
font-family: 'Georgia', serif;
}
.process-section-featured .step-content h3 {
color: var(--text-primary);
margin-bottom: 1rem;
transition: color 0.58s ease;
}
.process-section-featured .process-step:hover .step-content h3 {
color: var(--primary-700);
}
.process-section-featured .step-content p {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
}
.process-section-featured .step-connector {
position: absolute;
left: 50%;
bottom: -2rem;
transform: translateX(-50%);
width: 2px;
height: 2rem;
background: linear-gradient(
180deg,
var(--primary-300) 0%,
transparent 100%
);
z-index: 1;
}
.process-section-featured .process-step:last-child .step-connector {
display: none;
}
.process-section-featured .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.process-section-featured .blob {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.3;
animation: float 20s ease-in-out infinite;
}
.process-section-featured .blob-1 {
width: 400px;
height: 400px;
background: var(--primary-300);
top: 10%;
left: -10%;
animation-delay: 0s;
}
.process-section-featured .blob-2 {
width: 350px;
height: 350px;
background: var(--primary-500);
bottom: 15%;
right: -5%;
animation-delay: 3s;
}
.process-section-featured .shape-circle {
position: absolute;
border: 2px solid color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
border-radius: 50%;
animation: rotate 30s linear infinite;
}
.process-section-featured .shape-1 {
width: 200px;
height: 200px;
top: 20%;
right: 10%;
}
.process-section-featured .shape-2 {
width: 150px;
height: 150px;
bottom: 25%;
left: 8%;
animation-direction: reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0);
}
33% {
transform: translate(30px, -30px);
}
66% {
transform: translate(-20px, 20px);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 991.98px) {
.process-section-featured .process-step {
padding: 1.5rem;
}
.process-section-featured .step-number-wrapper.reverse {
align-items: center;
}
.process-section-featured .step-content.text-md-end {
text-align: left !important;
}
.process-section-featured .step-icon-circle {
width: 70px;
height: 70px;
}
.process-section-featured .step-icon-circle i {
font-size: 1.69rem;
}
.process-section-featured .step-number {
font-size: 2.00rem;
}
.process-section-featured .blob {
filter: blur(40px);
}
}
@media (max-width: 767.98px) {
.process-section-featured .process-step {
padding: 1.25rem;
margin-bottom: 1.73rem;
}
.process-section-featured .step-number-wrapper {
flex-direction: row;
justify-content: flex-start;
gap: 1rem;
margin-bottom: 1rem;
}
.process-section-featured .step-icon-circle {
width: 60px;
height: 60px;
}
.process-section-featured .step-icon-circle i {
font-size: 1.56rem;
}
.process-section-featured .step-number {
font-size: 1.56rem;
}
.process-section-featured .step-content h3 {
font-size: 1.19rem;
}
.process-section-featured .decorative-line-top {
width: 60px;
margin-bottom: 1.74rem;
}
.process-section-featured .step-connector {
left: 30px;
transform: none;
}
.process-section-featured .blob {
display: none;
}
}
@media (max-width: 575.98px) {
.process-section-featured #process-title {
font-size: 1.69rem;
}
.process-section-featured .step-icon-circle {
width: 50px;
height: 50px;
}
.process-section-featured .step-icon-circle i {
font-size: 1.31rem;
}
.process-section-featured .step-number {
font-size: 1.50rem;
}
}
@media (prefers-reduced-motion: reduce) {
.process-section-featured .process-step,
.process-section-featured .step-icon-circle,
.process-section-featured .blob,
.process-section-featured .shape-circle {
animation: none;
transition: none;
}
}
@media (prefers-contrast: high) {
.process-section-featured .process-step {
border-width: 3px;
border-color: var(--primary-700);
}
.process-section-featured .step-icon-circle {
border: 2px solid var(--dark);
}
.process-section-featured .blob,
.process-section-featured .shape-circle {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 16, 0.62) 0%,
rgba(3, 7, 12, 0.54) 45%,
rgba(10, 19, 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;
}
.timeline-section {
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
min-height: 100vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}
.timeline-title {
font-size: 2.50rem;
font-weight: 700;
color: var(--neutral-900);
letter-spacing: -0.02em;
}
.timeline-subtitle {
font-size: 1.50rem;
font-weight: 500;
color: var(--primary-500);
letter-spacing: -0.01em;
}
.timeline-desc {
font-size: 1.19rem;
color: var(--neutral-600);
line-height: 1.7;
max-width: 650px;
margin: 0 auto;
}
.timeline-track {
position: relative;
padding: 2rem 0;
}
.timeline-track::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg,
var(--primary-200) 0%,
var(--primary-500) 50%,
var(--primary-200) 100%);
transform: translateX(-50%);
border-radius: var(--radius-md);
}
.timeline-item {
position: relative;
margin-bottom: 4rem;
display: flex;
align-items: center;
opacity: 0;
animation: fadeInUp 1.00s ease forwards;
}
.timeline-item:nth-child(1) { animation-delay: 0.54s; }
.timeline-item:nth-child(2) { animation-delay: 0.42s; }
.timeline-item:nth-child(3) { animation-delay: 1.05s; }
.timeline-item:nth-child(4) { animation-delay: 0.72s; }
.timeline-item:nth-child(5) { animation-delay: 0.73s; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.timeline-item-left {
justify-content: flex-end;
padding-right: calc(50% + 3rem);
}
.timeline-item-left .timeline-content {
text-align: right;
}
.timeline-item-right {
justify-content: flex-start;
padding-left: calc(50% + 3rem);
}
.timeline-item-right .timeline-content {
text-align: left;
}
.timeline-marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow:
0 0 0 4px var(--neutral-50),
0 0 0 8px var(--primary-200),
var(--shadow-lg);
z-index: 10;
transition: var(--transition-base);
}
.timeline-marker i {
font-size: 1.62rem;
color: white;
}
.timeline-item:hover .timeline-marker {
transform: translateX(-50%) scale(1.15);
box-shadow:
0 0 0 4px var(--neutral-50),
0 0 0 12px var(--primary-300),
var(--shadow-xl);
}
.timeline-content {
background: white;
padding: 2rem;
border-radius: var(--radius-xl);
box-shadow: var(--shadow-md);
max-width: 400px;
transition: var(--transition-base);
border: 1px solid var(--neutral-200);
}
.timeline-content:hover {
box-shadow: var(--shadow-xl);
transform: translateY(-4px);
border-color: var(--primary-300);
}
.timeline-item-title {
font-size: 1.38rem;
font-weight: 700;
color: var(--neutral-900);
margin-bottom: 0.95rem;
letter-spacing: -0.01em;
}
.timeline-item-desc {
font-size: 0.94rem;
color: var(--neutral-600);
line-height: 1.7;
margin-bottom: 0;
}
@media (max-width: 991px) {
.timeline-title {
font-size: 2.12rem;
}
.timeline-subtitle {
font-size: 1.19rem;
}
.timeline-track::before {
left: 30px;
}
.timeline-item-left,
.timeline-item-right {
justify-content: flex-start;
padding-left: 5rem;
padding-right: 0;
}
.timeline-item-left .timeline-content,
.timeline-item-right .timeline-content {
text-align: left;
}
.timeline-marker {
left: 30px;
width: 50px;
height: 50px;
}
.timeline-marker i {
font-size: 1.31rem;
}
.timeline-content {
max-width: 100%;
}
}
@media (max-width: 575px) {
.timeline-title {
font-size: 1.88rem;
}
.timeline-subtitle {
font-size: 1.19rem;
}
.timeline-desc {
font-size: 1.06rem;
}
.timeline-item {
margin-bottom: 3rem;
}
.timeline-item-left,
.timeline-item-right {
padding-left: 4rem;
}
.timeline-marker {
width: 44px;
height: 44px;
}
.timeline-marker i {
font-size: 1.12rem;
}
.timeline-content {
padding: 1.5rem;
}
.timeline-item-title {
font-size: 1.19rem;
}
.timeline-item-desc {
font-size: 0.88rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 12, 23, 0.62) 0%,
rgba(8, 17, 27, 0.54) 45%,
rgba(8, 20, 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;
}
.career-section-clean {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 40%, var(--surface-primary) 60%) 100%);
position: relative;
overflow: hidden;
}
.career-section-clean .section-header {
padding: 3rem 0;
z-index: 2;
}
.career-section-clean #career-title {
color: var(--text-primary);
font-weight: 800;
letter-spacing: -0.02em;
line-height: 1.2;
}
.career-section-clean #career-subtitle {
color: var(--primary-700);
font-weight: 600;
letter-spacing: 0.01em;
}
.career-section-clean #career-desc {
color: var(--text-secondary);
line-height: 1.8;
font-size: 1.06rem;
}
.career-section-clean .decorative-circle-top {
position: absolute;
top: -50px;
right: 10%;
width: 120px;
height: 120px;
border-radius: 50%;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
opacity: 0.15;
z-index: 0;
}
.career-section-clean .decorative-line-accent {
width: 80px;
height: 4px;
background: var(--primary-500);
margin: 0 auto 1.5rem;
border-radius: 2px;
}
.career-section-clean .decorative-dots-pattern {
position: absolute;
bottom: 0;
left: 5%;
width: 60px;
height: 60px;
background-image: radial-gradient(
var(--primary-300) 2px,
transparent 2px
);
background-size: 12px 12px;
opacity: 0.3;
}
.career-section-clean .career-opportunities-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 4rem;
position: relative;
z-index: 2;
}
@media (max-width: 768px) {
.career-section-clean .career-opportunities-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
}
.career-section-clean .career-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2.5rem;
box-shadow:
0 4px 20px rgba(0, 0, 0, 0.06),
0 1px 4px rgba(0, 0, 0, 0.04);
transition: all 0.53s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
overflow: hidden;
}
.career-section-clean .career-card:hover {
transform: translateY(-8px);
box-shadow:
0 12px 40px rgba(0, 0, 0, 0.1),
0 4px 12px rgba(0, 0, 0, 0.06);
border-color: var(--primary-300);
}
.career-section-clean .card-decorative-element {
position: absolute;
top: -30px;
right: -30px;
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
opacity: 0.08;
transition: all 1.35s ease;
}
.career-section-clean .career-card:hover .card-decorative-element {
transform: scale(1.3);
opacity: 0.12;
}
.career-section-clean .icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.84s ease;
}
.career-section-clean .icon-wrapper i {
font-size: 1.94rem;
color: var(--surface-primary);
}
.career-section-clean .career-card:hover .icon-wrapper {
transform: rotate(-5deg) scale(1.1);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.career-section-clean .career-card h4 {
color: var(--text-primary);
font-weight: 700;
line-height: 1.3;
transition: color 0.42s ease;
}
.career-section-clean .career-card:hover h4 {
color: var(--primary-700);
}
.career-section-clean .role-badge {
display: inline-flex;
align-items: center;
padding: 0.5rem 1rem;
background: color-mix(in srgb,
var(--primary-100) 60%,
var(--surface-primary) 40%);
border-radius: 24px;
font-size: 1.00rem;
font-weight: 600;
color: var(--primary-700);
}
.career-section-clean .role-badge i {
font-size: 1.06rem;
}
.career-section-clean .card-description {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.94rem;
}
.career-section-clean .card-accent-line {
width: 0;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
var(--primary-300));
margin: 1.5rem 0;
border-radius: 2px;
transition: width 1.10s cubic-bezier(0.4, 0, 0.2, 1);
}
.career-section-clean .career-card:hover .card-accent-line {
width: 100%;
}
.career-section-clean .tech-icons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.career-section-clean .tech-icons i {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
color: var(--primary-500);
background: color-mix(in srgb,
var(--primary-50) 70%,
var(--surface-primary) 30%);
border-radius: 10px;
transition: all 0.98s ease;
}
.career-section-clean .tech-icons i:hover {
background: var(--primary-500);
color: var(--surface-primary);
transform: translateY(-3px);
}
.career-section-clean .bottom-decorative-section {
position: relative;
margin-top: 5rem;
height: 120px;
}
.career-section-clean .decorative-blob-1 {
position: absolute;
bottom: -40px;
left: 15%;
width: 150px;
height: 150px;
background: linear-gradient(135deg,
var(--primary-300),
var(--primary-500));
border-radius: 41% 59% 38% 62% / 55% 48% 52% 45%;
opacity: 0.12;
animation: blob-float 8s ease-in-out infinite;
}
.career-section-clean .decorative-blob-2 {
position: absolute;
bottom: -20px;
right: 20%;
width: 120px;
height: 120px;
background: linear-gradient(135deg,
var(--primary-500),
var(--primary-700));
border-radius: 60% 40% 55% 45% / 48% 62% 38% 52%;
opacity: 0.1;
animation: blob-float 10s ease-in-out infinite reverse;
}
@keyframes blob-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -20px) rotate(120deg);
}
66% {
transform: translate(-10px, 10px) rotate(240deg);
}
}
.career-section-clean .floating-icon {
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--surface-primary);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.career-section-clean .floating-icon i {
font-size: 1.44rem;
color: var(--primary-500);
}
.career-section-clean .floating-icon.icon-1 {
bottom: 60px;
left: 8%;
animation: float-1 6s ease-in-out infinite;
}
.career-section-clean .floating-icon.icon-2 {
bottom: 20px;
left: 45%;
animation: float-2 7s ease-in-out infinite;
}
.career-section-clean .floating-icon.icon-3 {
bottom: 80px;
right: 12%;
animation: float-3 8s ease-in-out infinite;
}
@keyframes float-1 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(180deg);
}
}
@keyframes float-2 {
0%, 100% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-15px) scale(1.1);
}
}
@keyframes float-3 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-25px) rotate(-180deg);
}
}
@media (max-width: 992px) {
.career-section-clean .career-card {
padding: 2rem;
}
.career-section-clean .icon-wrapper {
width: 60px;
height: 60px;
}
.career-section-clean .icon-wrapper i {
font-size: 1.75rem;
}
.career-section-clean .floating-icon {
display: none;
}
}
@media (max-width: 576px) {
.career-section-clean #career-title {
font-size: 2.06rem;
}
.career-section-clean #career-subtitle {
font-size: 1.25rem;
}
.career-section-clean #career-desc {
font-size: 0.94rem;
}
.career-section-clean .career-card {
padding: 1.5rem;
}
.career-section-clean .decorative-circle-top,
.career-section-clean .decorative-dots-pattern,
.career-section-clean .bottom-decorative-section {
display: none;
}
}
@media print {
.career-section-clean .decorative-circle-top,
.career-section-clean .decorative-dots-pattern,
.career-section-clean .card-decorative-element,
.career-section-clean .bottom-decorative-section {
display: none;
}
.career-section-clean .career-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 15, 0.62) 0%,
rgba(8, 16, 38, 0.54) 45%,
rgba(7, 11, 21, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.coreinfo-section {
position: relative;
overflow: hidden;
min-height: auto;
background: linear-gradient(135deg, var(--bg-primary) 0%, rgba(var(--primary-50-rgb), 0.3) 100%);
}
.coreinfo-section .row {
position: relative;
z-index: 2;
}
.coreinfo-card {
position: relative;
height: 100%;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
transition: all var(--duration-300) var(--ease-ease-out);
overflow: hidden;
}
.coreinfo-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-300) 0%, var(--primary-500) 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-ease-out);
}
.coreinfo-card:hover {
background: rgba(255, 255, 255, 0.85);
border-color: var(--border-medium);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.coreinfo-card:hover::before {
opacity: 1;
}
.coreinfo-card-inner {
padding: var(--space-6);
position: relative;
z-index: 1;
}
.coreinfo-card h3 {
color: var(--text-primary);
line-height: 1.4;
}
.coreinfo-card p {
line-height: 1.6;
color: var(--text-secondary);
}
.coreinfo-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
z-index: 1;
}
.coreinfo-deco-1 {
width: 320px;
height: 320px;
top: -80px;
right: -100px;
background: radial-gradient(circle, var(--primary-500), transparent);
}
.coreinfo-deco-2 {
width: 280px;
height: 280px;
bottom: -60px;
left: -80px;
background: radial-gradient(circle, var(--primary-300), transparent);
}
.coreinfo-section .top_section_title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.5px;
}
.coreinfo-section .creative_section_subtitle {
color: var(--text-secondary);
font-weight: 500;
letter-spacing: 0.3px;
}
.coreinfo-section .pro_body_large {
color: var(--text-primary);
}
@media (max-width: 768px) {
.coreinfo-card-inner {
padding: var(--space-5);
}
.coreinfo-section {
padding-top: var(--space-8);
padding-bottom: var(--space-8);
}
.coreinfo-decoration {
opacity: 0.04;
}
}
@media (max-width: 576px) {
.coreinfo-card-inner {
padding: var(--space-4);
}
.coreinfo-section {
padding-top: var(--space-6);
padding-bottom: var(--space-6);
}
.coreinfo-section .row {
margin-bottom: var(--space-3);
}
.coreinfo-section .col-md-6 {
margin-bottom: 0;
}
.coreinfo-deco-1,
.coreinfo-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(18, 27, 49, 0.62) 0%,
rgba(11, 21, 40, 0.54) 45%,
rgba(16, 24, 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;
}
.leadgen-section-secondary {
position: relative;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.leadgen-section-secondary .decorative-accent {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
box-shadow: 0 0 25px var(--primary-500);
animation: pulse-leadgen-v001 3.48s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 1.07s ease, box-shadow 1.05s 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.72s ease;
font-size: 1.00rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.65s 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, #297bf5, #0931c2) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.19rem;
letter-spacing: 0.4px;
transition: all 0.87s ease;
box-shadow: 0 6px 20px rgba(43, 155, 255, 0.35);
position: relative;
overflow: hidden;
}
.leadgen-section-secondary .btn-leadgen-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.25), transparent);
transition: left 0.77s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(41, 107, 223, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(64, 151, 255, 0.30);
}
.leadgen-section-secondary .decorative-blob-primary {
position: absolute;
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-300) 15%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(60px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-1 15s ease-in-out infinite;
}
.leadgen-section-secondary .decorative-blob-secondary {
position: absolute;
bottom: 15%;
right: 8%;
width: 250px;
height: 250px;
background: radial-gradient(circle at center,
color-mix(in srgb, var(--primary-500) 12%, transparent) 0%,
transparent 70%);
border-radius: 50%;
filter: blur(50px);
z-index: 0;
pointer-events: none;
animation: float-blob-leadgen-2 18s ease-in-out infinite;
}
@keyframes float-blob-leadgen-1 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(30px, -30px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.95);
}
}
@keyframes float-blob-leadgen-2 {
0%, 100% {
transform: translate(0, 0) scale(1);
}
33% {
transform: translate(-25px, 25px) scale(1.05);
}
66% {
transform: translate(20px, -20px) scale(0.98);
}
}
.leadgen-section-secondary .container > * {
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2.5rem;
}
}
@media (max-width: 767px) {
.leadgen-section-secondary .leadgen-form-card {
padding: 2rem;
border-radius: 20px;
}
.leadgen-section-secondary .btn-leadgen-submit {
font-size: 1.12rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 1.38s ease-out;
margin-bottom: 0;
}
@keyframes fadeInField {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control,
.leadgen-section-secondary .leadgen-form-dynamic .form-select {
border: 2px solid var(--neutral-100);
border-radius: 14px;
padding: 1.1rem 1.35rem;
background: var(--surface-primary);
transition: all 0.63s ease;
font-size: 1.00rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .leadgen-form-dynamic .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-control:focus,
.leadgen-section-secondary .leadgen-form-dynamic .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .leadgen-form-dynamic textarea.form-control {
min-height: 120px;
resize: vertical;
}
.leadgen-section-secondary .leadgen-form-dynamic .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 0.69s 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(7, 21, 38, 0.62) 0%,
rgba(1, 1, 3, 0.54) 45%,
rgba(7, 10, 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;
}
.contact-section-bold {
position: relative;
padding: 100px 0;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
}
.contact-section-bold .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.2;
}
.contact-section-bold .section-subtitle {
font-size: 1.38rem;
font-weight: 500;
color: var(--primary-500);
margin-bottom: 1.60rem;
}
.contact-section-bold .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.contact-section-bold .contact-form-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 3rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent);
}
.contact-section-bold .decorative-corner {
position: absolute;
width: 60px;
height: 60px;
border: 3px solid var(--primary-500);
}
.contact-section-bold .decorative-corner.top-left {
top: -2px;
left: -2px;
border-right: none;
border-bottom: none;
border-top-left-radius: 20px;
}
.contact-section-bold .decorative-corner.bottom-right {
bottom: -2px;
right: -2px;
border-left: none;
border-top: none;
border-bottom-right-radius: 20px;
}
.contact-section-bold .form-floating {
position: relative;
margin-bottom: 0;
}
.contact-section-bold .form-control {
border: 2px solid var(--neutral-300);
border-radius: 12px;
padding: 1rem 1rem 1rem 3.5rem;
font-size: 1.00rem;
transition: all 1.01s ease;
background: var(--surface-primary);
color: var(--text-primary);
}
.contact-section-bold .form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-500) 10%, transparent);
outline: none;
}
.contact-section-bold .form-floating label {
padding-left: 3.5rem;
color: var(--text-secondary);
font-weight: 500;
}
.contact-section-bold .form-icon {
position: absolute;
left: 1.25rem;
top: 50%;
transform: translateY(-50%);
color: var(--primary-500);
font-size: 1.25rem;
z-index: 4;
pointer-events: none;
}
.contact-section-bold textarea.form-control {
padding-top: 1.56rem;
resize: vertical;
min-height: 150px;
}
.contact-section-bold .form-check {
padding-left: 2rem;
}
.contact-section-bold .form-check-input {
width: 1.5rem;
height: 1.5rem;
margin-top: 0.23rem;
border: 2px solid var(--neutral-300);
border-radius: 6px;
cursor: pointer;
}
.contact-section-bold .form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.contact-section-bold .form-check-label {
color: var(--text-secondary);
font-size: 0.88rem;
cursor: pointer;
user-select: none;
}
.contact-section-bold #site_submit_btn {
width: 100% !important;
padding: 1rem 2rem !important;
font-size: 1.12rem !important;
font-weight: 600 !important;
border-radius: 12px !important;
border: none !important;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%) !important;
color: white !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0.75rem !important;
transition: all 0.77s ease !important;
box-shadow: 0 4px 15px color-mix(in srgb, var(--primary-500) 30%, transparent) !important;
cursor: pointer !important;
}
.contact-section-bold #site_submit_btn:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 25px color-mix(in srgb, var(--primary-500) 40%, transparent) !important;
}
.contact-section-bold #site_submit_btn:active {
transform: translateY(0) !important;
}
.contact-section-bold .btn-icon {
font-size: 1.25rem;
transition: transform 0.71s ease;
}
.contact-section-bold #site_submit_btn:hover .btn-icon {
transform: translateX(4px);
}
.contact-section-bold .contact-info-wrapper {
position: relative;
background: var(--surface-primary);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
margin-bottom: 2rem;
}
.contact-section-bold .contact-info-item {
display: flex;
align-items: flex-start;
gap: 1.5rem;
padding: 1.5rem;
border-radius: 12px;
transition: all 1.08s ease;
margin-bottom: 1.58rem;
}
.contact-section-bold .contact-info-item:last-child {
margin-bottom: 0;
}
.contact-section-bold .contact-info-item:hover {
background: color-mix(in srgb, var(--primary-50) 50%, transparent);
transform: translateX(4px);
}
.contact-section-bold .info-icon {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
border-radius: 12px;
font-size: 1.44rem;
}
.contact-section-bold .info-content {
flex: 1;
}
.contact-section-bold .info-label {
font-size: 0.81rem;
font-weight: 600;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0.61rem;
}
.contact-section-bold .info-value {
font-size: 1.19rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.contact-section-bold .decorative-pattern {
position: absolute;
bottom: 2rem;
right: 2rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
opacity: 0.2;
}
.contact-section-bold .pattern-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
.contact-section-bold .business-hours-card {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 16px;
padding: 2rem;
display: flex;
align-items: center;
gap: 2rem;
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
}
.contact-section-bold .hours-icon {
font-size: 2.94rem;
color: white;
opacity: 0.9;
}
.contact-section-bold .hours-grid {
flex: 1;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
}
.contact-section-bold .hour-item {
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
border-radius: 8px;
color: white;
font-size: 1.19rem;
}
.contact-section-bold .hour-item i.bi-circle-fill {
opacity: 1;
}
.contact-section-bold .hour-item i.bi-circle {
opacity: 0.3;
}
.contact-section-bold .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
overflow: hidden;
}
.contact-section-bold .shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
}
.contact-section-bold .shape-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
right: -50px;
}
.contact-section-bold .shape-2 {
width: 200px;
height: 200px;
background: var(--primary-700);
bottom: 10%;
left: -50px;
}
.contact-section-bold .shape-3 {
width: 150px;
height: 150px;
background: var(--primary-300);
top: 50%;
left: 5%;
transform: translateY(-50%);
}
.contact-section-bold .container {
position: relative;
z-index: 1;
}
@media (max-width: 991.98px) {
.contact-section-bold {
padding: 80px 0;
}
.contact-section-bold .section-title {
font-size: 2.06rem;
}
.contact-section-bold .contact-form-wrapper,
.contact-section-bold .contact-info-wrapper {
padding: 2rem;
}
.contact-section-bold .business-hours-card {
padding: 1.5rem;
}
}
@media (max-width: 767.98px) {
.contact-section-bold {
padding: 60px 0;
}
.contact-section-bold .section-title {
font-size: 1.88rem;
}
.contact-section-bold .section-subtitle {
font-size: 1.00rem;
}
.contact-section-bold .contact-form-wrapper {
padding: 1.5rem;
}
.contact-section-bold .decorative-corner {
width: 40px;
height: 40px;
}
.contact-section-bold .contact-info-item {
padding: 1rem;
}
.contact-section-bold .business-hours-card {
flex-direction: column;
text-align: center;
}
.contact-section-bold .hours-grid {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 575.98px) {
.contact-section-bold .section-title {
font-size: 1.62rem;
}
.contact-section-bold .contact-form-wrapper,
.contact-section-bold .contact-info-wrapper {
padding: 1.25rem;
}
.contact-section-bold .info-icon {
width: 40px;
height: 40px;
font-size: 1.38rem;
}
.contact-section-bold #site_submit_btn {
font-size: 0.94rem !important;
padding: 0.875rem 1.5rem !important;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 13, 34, 0.62) 0%,
rgba(5, 11, 19, 0.54) 45%,
rgba(9, 16, 27, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-bold {
overflow-x: hidden !important;
}
#blog {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: auto;
}
.blog-decoration {
position: absolute;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.blog-decoration-1 {
top: -120px;
right: -80px;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
}
.blog-decoration-2 {
bottom: 50px;
left: -150px;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
}
#blog_grid {
position: relative;
z-index: 1;
}
.blog-card {
display: flex;
flex-direction: column;
height: 100%;
padding: 32px;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-normal) var(--ease-out);
position: relative;
}
.blog-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300), transparent);
border-radius: var(--radius-lg) var(--radius-lg) 0 0;
opacity: 0;
transition: opacity var(--duration-normal) var(--ease-out);
}
.blog-card:hover {
border-color: var(--border-interactive);
box-shadow: var(--shadow-medium);
}
.blog-card:hover::before {
opacity: 1;
}
.blog-card-header {
margin-bottom: 20px;
}
.blog-card-meta {
display: flex;
gap: 12px;
align-items: center;
}
.blog-card h3 {
line-height: 1.3;
color: var(--text-primary);
margin-bottom: 16px;
flex-grow: 0;
}
.blog-card p {
flex-grow: 1;
margin-bottom: 24px;
}
.blog-card-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--primary-500);
text-decoration: none;
font-weight: 500;
transition: all var(--duration-fast) var(--ease-out);
width: fit-content;
}
.blog-card-link:hover {
color: var(--primary-700);
}
.blog-card-link:hover .blog-card-arrow {
transform: translateX(4px);
}
.blog-card-arrow {
display: inline-block;
transition: transform var(--duration-fast) var(--ease-out);
}
@media (max-width: 768px) {
.blog-card {
padding: 24px;
}
#blog {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 6, 15, 0.62) 0%,
rgba(2, 4, 7, 0.54) 45%,
rgba(10, 18, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.faq-section-primary {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.faq-section-primary .section-header {
position: relative;
z-index: 2;
}
.faq-section-primary .section-title {
font-size: 2.25rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.faq-section-primary .section-subtitle {
font-size: 1.19rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 1rem;
}
.faq-section-primary .section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-section-primary .faq-card {
background: var(--light);
border: 1px solid color-mix(in srgb, var(--neutral-300) 30%, transparent);
border-radius: 16px;
padding: 2rem;
height: 100%;
transition: all 0.58s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.faq-section-primary .faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: linear-gradient(
to bottom,
var(--primary-500),
var(--primary-700)
);
transition: height 1.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-section-primary .faq-card:hover {
border-color: var(--primary-300);
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.faq-section-primary .faq-card:hover::before {
height: 100%;
}
.faq-section-primary .faq-card-icon {
width: 56px;
height: 56px;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.70rem;
transition: all 0.59s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-section-primary .faq-card:hover .faq-card-icon {
transform: scale(1.1) rotate(5deg);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.faq-section-primary .faq-card-icon i {
font-size: 1.75rem;
color: var(--light);
}
.faq-section-primary .faq-card-content {
position: relative;
}
.faq-section-primary .faq-question {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.4;
transition: color 0.77s ease;
}
.faq-section-primary .faq-card:hover .faq-question {
color: var(--primary-500);
}
.faq-section-primary .faq-answer {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.faq-section-primary .decorative-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.faq-section-primary .shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
background: linear-gradient(
135deg,
var(--primary-500),
var(--primary-700)
);
}
.faq-section-primary .shape-1 {
width: 400px;
height: 400px;
top: -200px;
right: -100px;
}
.faq-section-primary .shape-2 {
width: 300px;
height: 300px;
bottom: -150px;
left: -100px;
}
.faq-section-primary .shape-3 {
width: 200px;
height: 200px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
.faq-section-primary .section-title {
font-size: 1.81rem;
}
.faq-section-primary .section-subtitle {
font-size: 1.12rem;
}
.faq-section-primary .faq-card {
padding: 1.5rem;
}
.faq-section-primary .faq-card-icon {
width: 48px;
height: 48px;
}
.faq-section-primary .faq-card-icon i {
font-size: 1.50rem;
}
.faq-section-primary .faq-question {
font-size: 1.06rem;
}
}
@media (max-width: 767.98px) {
.faq-section-primary .section-title {
font-size: 1.69rem;
}
.faq-section-primary .section-subtitle {
font-size: 1.00rem;
}
.faq-section-primary .section-description {
font-size: 0.94rem;
}
.faq-section-primary .faq-card {
padding: 1.25rem;
}
.faq-section-primary .faq-question {
font-size: 1.12rem;
}
.faq-section-primary .faq-answer {
font-size: 1.00rem;
}
.faq-section-primary .shape-1,
.faq-section-primary .shape-2 {
display: none;
}
}
@media (max-width: 575.98px) {
.faq-section-primary .section-title {
font-size: 1.62rem;
}
.faq-section-primary .faq-card-icon {
width: 44px;
height: 44px;
margin-bottom: 1rem;
}
.faq-section-primary .faq-card-icon i {
font-size: 1.25rem;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-section-primary .faq-card,
.faq-section-primary .faq-card-icon,
.faq-section-primary .faq-question {
transition: none;
}
}
@media print {
.faq-section-primary .decorative-shapes {
display: none;
}
.faq-section-primary .faq-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 6, 13, 0.62) 0%,
rgba(11, 29, 51, 0.54) 45%,
rgba(9, 21, 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;
}
.faq-section-primary {
overflow-x: hidden !important;
}
.footer-primary {
position: relative;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: var(--light);
padding-top: 80px;
padding-bottom: 40px;
overflow: hidden;
}
.footer-decorative-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
overflow: hidden;
pointer-events: none;}
.wave-pattern {
position: absolute;
top: -30px;
left: 0;
width: 200%;
height: 100px;
background: linear-gradient(90deg,
transparent 0%,
color-mix(in srgb, var(--light) 10%, transparent) 25%,
transparent 50%,
color-mix(in srgb, var(--light) 10%, transparent) 75%,
transparent 100%
);
animation: waveSlide 15s linear infinite;
pointer-events: none;}
@keyframes waveSlide {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.footer-main-content {
position: relative;
z-index: 2;
margin-bottom: 50px;
}
.footer-brand-section {
padding-right: 20px;
}
.footer-brand-title {
font-size: 30px;
font-weight: 700;
color: var(--light);
margin-bottom: 20px;
line-height: 1.3;
}
.footer-brand-description {
font-size: 16px;
line-height: 1.7;
color: color-mix(in srgb, var(--light) 85%, transparent);
margin-bottom: 25px;
}
.footer-decorative-icons {
display: flex;
gap: 15px;
font-size: 25px;
color: color-mix(in srgb, var(--light) 60%, transparent);
}
.footer-decorative-icons i {
transition: all 1.08s ease;
}
.footer-decorative-icons i:hover {
color: var(--light);
transform: translateY(-3px) scale(1.1);
}
.footer-links-section {padding: 0 15px;
}
.footer-section-title {
font-size: 20px;
font-weight: 600;
color: var(--light);
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.footer-links-decorative-line {background: color-mix(in srgb, var(--light) 70%, transparent);
margin-bottom: 25px;
border-radius: 2px;
}
.footer-links-list {list-style: none;
padding: 0;
margin: 0;
}
.footer-link-item {margin-bottom: 12px;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.89s ease;
}
.footer-link-item i {font-size: 11px;
color: color-mix(in srgb, var(--light) 60%, transparent);
transition: all 0.55s ease;
}
.footer-link-item a {color: color-mix(in srgb, var(--light) 85%, transparent);
text-decoration: none;
font-size: 14px;
transition: all 0.86s ease;
}
.footer-link-item:hover {padding-left: 5px;
}
.footer-link-item:hover i {color: var(--light);
transform: translateX(3px);
}
.footer-link-item:hover a {color: var(--light);
}
.footer-contact-section {
padding: 0 15px;
}
.footer-contact-items {
display: flex;
flex-direction: column;
gap: 20px;
}
.footer-contact-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: color-mix(in srgb, var(--light) 10%, transparent);
border-radius: 10px;
transition: all 0.54s ease;
}
.footer-contact-item:hover {
background: color-mix(in srgb, var(--light) 15%, transparent);
transform: translateX(5px);
}
.contact-icon {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--light) 20%, transparent);
border-radius: 8px;
color: var(--light);
font-size: 18px;
}
.contact-info {
flex: 1;
}
.contact-info a,
.contact-info p {
color: color-mix(in srgb, var(--light) 90%, transparent);
text-decoration: none;
font-size: 15px;
line-height: 1.6;
margin: 0;
transition: all 0.57s ease;
}
.contact-info a:hover {
color: var(--light);
}
.footer-disclaimer-row {position: relative;
z-index: 2;
margin-bottom: 30px;
}
.footer-disclaimer-wrapper {position: relative;
padding: 25px;
background: color-mix(in srgb, var(--neutral-900) 20%, transparent);
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--light) 15%, transparent);
}
.disclaimer-decorative-element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg,
transparent 0%,
color-mix(in srgb, var(--light) 40%, transparent) 50%,
transparent 100%
);
border-radius: 12px 12px 0 0;
pointer-events: none;}
.footer-disclaimer-text {font-size: 14px;
line-height: 1.7;
color: color-mix(in srgb, var(--light) 70%, transparent);
margin: 0;
text-align: center;
}
.footer-copyright-row {position: relative;
z-index: 2;
padding-top: 30px;
border-top: 1px solid color-mix(in srgb, var(--light) 20%, transparent);
}
.footer-copyright-wrapper {display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.copyright-decorative-dots {
display: flex;
gap: 8px;
}
.copyright-decorative-dots .dot {
width: 6px;
height: 6px;
background: color-mix(in srgb, var(--light) 50%, transparent);
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
}
.copyright-decorative-dots .dot:nth-child(2) {
animation-delay: 1.17s;
}
.copyright-decorative-dots .dot:nth-child(3) {
animation-delay: 1.46s;
}
@keyframes dotPulse {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 1; transform: scale(1.3); }
}
.footer-copyright-text {font-size: 14px;
color: color-mix(in srgb, var(--light) 80%, transparent);
margin: 0;
text-align: center;
}
.footer-decorative-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 200px;
pointer-events: none;
overflow: hidden;
}
.decorative-circle {
position: absolute;
border-radius: 50%;
background: color-mix(in srgb, var(--light) 8%, transparent);
animation: floatCircle 20s ease-in-out infinite;
pointer-events: none;}
.decorative-circle.circle-1 {
width: 150px;
height: 150px;
bottom: -75px;
left: 10%;
animation-delay: 0s;
}
.decorative-circle.circle-2 {
width: 200px;
height: 200px;
bottom: -100px;
right: 15%;
animation-delay: 3s;
}
.decorative-circle.circle-3 {
width: 120px;
height: 120px;
bottom: -60px;
left: 50%;
animation-delay: 6s;
}
@keyframes floatCircle {
0%, 100% { transform: translateY(0) scale(1); }
50% { transform: translateY(-30px) scale(1.1); }
}
@media (max-width: 991px) {
.footer-primary {
padding-top: 60px;
}
.footer-brand-section {
padding-right: 0;
margin-bottom: 20px;
}
.footer-links-section {margin-bottom: 20px;
}
.footer-brand-title {
font-size: 24px;
}
.footer-main-content {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.footer-primary {
padding-top: 50px;
padding-bottom: 30px;
}
.footer-brand-title {
font-size: 22px;
}
.footer-section-title {
font-size: 16px;
}
.footer-disclaimer-wrapper {padding: 20px;
}
.footer-disclaimer-text {font-size: 12px;
}
.footer-copyright-wrapper {gap: 15px;
}
.copyright-decorative-dots {
display: none;
}
.footer-contact-item {
padding: 12px;
}
.contact-icon {
width: 35px;
height: 35px;
font-size: 15px;
}
.decorative-circle {
display: none;
}
}
@media (max-width: 575px) {
.footer-brand-description {
font-size: 15px;
}
.footer-link-item a,
.contact-info a,
.contact-info p {font-size: 15px;
}
.footer-copyright-text {font-size: 13px;
}
}
[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, 19, 37, 0.62) 0%,
rgba(7, 16, 32, 0.54) 45%,
rgba(11, 22, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.footer-primary {
overflow-x: hidden !important;
}
.add_wrap.v010_professional {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_header {
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 700;
line-height: 1.2;
}
.add_wrap.v010_professional .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
}
.add_wrap.v010_professional .add_description {
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_line {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-300) 100%);
margin: var(--space-8) auto var(--space-12);
border-radius: 2px;
}
.add_wrap.v010_professional .add_content_grid {
position: relative;
z-index: 2;
}
.add_wrap.v010_professional .add_card {
height: 100%;
padding: var(--space-8);
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 0.41s ease;
position: relative;
overflow: hidden;
}
.add_wrap.v010_professional .add_card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: var(--primary-500);
transition: height 1.19s ease;
}
.add_wrap.v010_professional .add_card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.add_wrap.v010_professional .add_card:hover::before {
height: 100%;
}
.add_wrap.v010_professional .add_card_icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-50);
border-radius: 12px;
margin-bottom: var(--space-4);
transition: all 0.42s ease;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 30px;
color: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon {
background: var(--primary-500);
}
.add_wrap.v010_professional .add_card:hover .add_card_icon i {
color: #ffffff;
}
.add_wrap.v010_professional .add_card_title {
color: var(--text-primary);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v010_professional .add_card_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.6;
}
.add_wrap.v010_professional .add_card_primary .add_card_icon {
background: var(--primary-100);
}
.add_wrap.v010_professional .add_card_secondary .add_card_icon {
background: var(--primary-50);
}
.add_wrap.v010_professional .add_card_accent .add_card_icon i {
color: var(--primary-700);
}
.add_wrap.v010_professional .add_card_highlight {
border-color: var(--primary-300);
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
border: 2px solid var(--primary-300);
transition: all 1.13s ease;
}
.add_wrap.v010_professional .add_featured_card:hover {
box-shadow: 0 12px 24px rgba(41, 84, 220, 0.15);
}
.add_wrap.v010_professional .add_featured_icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
border-radius: 50%;
margin: 0 auto;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 47px;
color: #ffffff;
}
.add_wrap.v010_professional .add_featured_title {
color: var(--text-primary);
font-size: 1.38rem;
font-weight: 700;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v010_professional .add_featured_desc {
color: var(--text-secondary);
margin-bottom: 0;
line-height: 1.7;
}
.add_wrap.v010_professional .add_decorative_blob {
position: absolute;
border-radius: 50%;
opacity: 0.1;
z-index: 1;
pointer-events: none;
}
.add_wrap.v010_professional .add_decorative_blob_1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: -200px;
right: -100px;
}
.add_wrap.v010_professional .add_decorative_blob_2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: -150px;
left: -100px;
}
.add_wrap.v010_professional .add_decorative_circle {
position: absolute;
width: 150px;
height: 150px;
border: 3px solid var(--primary-300);
border-radius: 50%;
top: 50%;
left: -75px;
opacity: 0.15;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v010_professional .add_featured_icon {
width: 80px;
height: 80px;
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 34px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.25rem;
}
}
@media (max-width: 768px) {
.add_wrap.v010_professional .add_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_card_icon {
width: 50px;
height: 50px;
}
.add_wrap.v010_professional .add_card_icon i {
font-size: 24px;
}
.add_wrap.v010_professional .add_card_title {
font-size: 1.12rem;
}
.add_wrap.v010_professional .add_featured_card {
padding: var(--space-6);
}
.add_wrap.v010_professional .add_featured_icon {
width: 70px;
height: 70px;
margin-bottom: var(--space-4);
}
.add_wrap.v010_professional .add_featured_icon i {
font-size: 35px;
}
.add_wrap.v010_professional .add_featured_title {
font-size: 1.19rem;
}
.add_wrap.v010_professional .add_decorative_line {
width: 60px;
height: 3px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 11, 17, 0.62) 0%,
rgba(10, 18, 31, 0.54) 45%,
rgba(11, 27, 51, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-bold {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-bold #93c8d0_page_1_sec_1_title {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-bold #b0e5ea_page_1_sec_1_subtitle {
color: var(--text-secondary);
font-weight: 500;
}
.additional-universal-bold #c6e2e5_page_1_sec_1_desc {
color: var(--text-secondary);
line-height: 1.7;
}
.additional-universal-bold .comparison-grid {
position: relative;
z-index: 2;
}
.additional-universal-bold .benefit-item {
background: var(--surface-secondary);
border-radius: 16px;
padding: 2rem;
border: 2px solid color-mix(in srgb, var(--neutral-300) 50%, transparent);
transition: all 1.18s ease;
}
.additional-universal-bold .benefit-item:hover {
border-color: var(--primary-500);
box-shadow: 0 15px 40px color-mix(in srgb, var(--neutral-500) 15%, transparent);
transform: translateY(-5px);
}
.additional-universal-bold .benefit-visual {
position: relative;
height: 100%;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.5rem;
padding: 1.5rem;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 5%, transparent);
border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
}
.additional-universal-bold .metric-display {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--primary-500);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.38rem;
box-shadow: 0 10px 30px color-mix(in srgb, var(--primary-500) 30%, transparent);
transition: all 0.66s ease;
}
.additional-universal-bold .benefit-item:hover .metric-display {
transform: scale(1.1);
}
.additional-universal-bold .visual-bars {
display: flex;
gap: 0.5rem;
align-items: flex-end;
width: 100%;
max-width: 200px;
}
.additional-universal-bold .bar-item {
flex: 1;
background: var(--primary-500);
border-radius: 4px;
transition: all 0.85s ease;
}
.additional-universal-bold .bar-item:nth-child(1) {
height: 40px;
}
.additional-universal-bold .bar-item:nth-child(2) {
height: 60px;
}
.additional-universal-bold .bar-item:nth-child(3) {
height: 50px;
}
.additional-universal-bold .benefit-item:hover .bar-item {
background: var(--primary-700);
}
.additional-universal-bold .benefit-content {
position: relative;
padding: 1rem 0;
}
.additional-universal-bold .benefit-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 12px;
background: color-mix(in srgb, var(--primary-500) 15%, transparent);
color: var(--primary-500);
font-size: 1.62rem;
margin-bottom: 1rem;
}
.additional-universal-bold .benefit-content h3 {
color: var(--text-primary);
}
.additional-universal-bold .benefit-content p {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.06rem;
margin-bottom: 0;
}
.additional-universal-bold .industrial-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.02;
background-image:
linear-gradient(var(--neutral-900) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-900) 1px, transparent 1px);
background-size: 50px 50px;
pointer-events: none;
z-index: 1;
}
.additional-universal-bold .corner-accent {
position: absolute;
width: 200px;
height: 200px;
pointer-events: none;
opacity: 0.1;
}
.additional-universal-bold .accent-tl {
top: 0;
left: 0;
border-top: 4px solid var(--primary-500);
border-left: 4px solid var(--primary-500);
border-top-left-radius: 0;
}
.additional-universal-bold .accent-br {
bottom: 0;
right: 0;
border-bottom: 4px solid var(--primary-500);
border-right: 4px solid var(--primary-500);
border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
.additional-universal-bold .benefit-item {
padding: 1.5rem;
}
.additional-universal-bold .benefit-visual {
min-height: 150px;
margin-bottom: 1.75rem;
}
.additional-universal-bold .metric-display {
width: 80px;
height: 80px;
font-size: 1.81rem;
}
}
@media (max-width: 575.98px) {
.additional-universal-bold #9edfda_page_1_sec_1_title {
font-size: 2.06rem;
}
.additional-universal-bold .benefit-item {
padding: 1.25rem;
}
.additional-universal-bold .benefit-visual {
min-height: 120px;
}
.additional-universal-bold .metric-display {
width: 70px;
height: 70px;
font-size: 1.56rem;
}
}
[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, 14, 27, 0.62) 0%,
rgba(2, 4, 7, 0.54) 45%,
rgba(12, 18, 34, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-064 {
padding: 100px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.v-064 .section-header {
max-width: 850px;
margin: 0 auto 70px;
}
.v-064 .header-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.v-064 .deco-line {
width: 80px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
}
.v-064 .deco-icon {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 12px;
transform: rotate(45deg);
}
.v-064 .deco-icon i {
font-size: 26px;
color: white;
transform: rotate(-45deg);
animation: sparkle 3s ease-in-out infinite;
}
.v-064 .section-title {
font-size: 2.94rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.v-064 .section-subtitle {
font-size: 1.56rem;
font-weight: 500;
color: var(--primary-500);
line-height: 1.4;
}
.v-064 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 750px;
}
.v-064 .features-list {
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.v-064 .feature-item {
background: white;
border: 1px solid var(--neutral-100);
border-left: 4px solid var(--primary-500);
border-radius: 12px;
padding: 35px 30px;
margin-bottom: 25px;
transition: all 1.03s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.v-064 .feature-item:last-child {
margin-bottom: 0;
}
.v-064 .feature-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(180deg, var(--primary-700), var(--primary-500));
opacity: 0;
transition: opacity 1.05s ease;
}
.v-064 .feature-item:hover {
transform: translateX(8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
border-left-color: var(--primary-700);
}
.v-064 .feature-item:hover::before {
opacity: 1;
}
.v-064 .feature-number {
display: flex;
align-items: center;
justify-content: center;
}
.v-064 .feature-number span {
font-size: 2.31rem;
font-weight: 700;
color: color-mix(in srgb, var(--primary-500) 25%, transparent);
line-height: 1;
transition: all 1.04s ease;
}
.v-064 .feature-item:hover .feature-number span {
color: var(--primary-500);
transform: scale(1.1);
}
.v-064 .feature-icon {
display: flex;
align-items: center;
justify-content: center;
}
.v-064 .feature-icon i {
font-size: 43px;
color: var(--primary-500);
transition: all 0.99s ease;
}
.v-064 .feature-item:hover .feature-icon i {
transform: scale(1.15) rotate(5deg);
color: var(--primary-700);
}
.v-064 .feature-content {
padding-left: 20px;
}
.v-064 .feature-title {
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 12px;
}
.v-064 .feature-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-064 .decorative-bg {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
opacity: 0.4;
}
.v-064 .bg-pattern {
position: absolute;
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(
45deg,
var(--primary-300),
var(--primary-300) 1px,
transparent 1px,
transparent 10px
);
opacity: 0.15;
}
.v-064 .bg-pattern-1 {
top: 10%;
right: 5%;
transform: rotate(30deg);
animation: patternFloat 20s ease-in-out infinite;
}
.v-064 .bg-pattern-2 {
bottom: 15%;
left: 8%;
transform: rotate(-20deg);
animation: patternFloat 25s ease-in-out infinite reverse;
}
.v-064 .bg-blob {
position: absolute;
width: 600px;
height: 600px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 20%, transparent),
transparent 70%);
border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
opacity: 0.12;
animation: blobMorph 30s ease-in-out infinite;
}
@keyframes sparkle {
0%, 100% {
opacity: 1;
transform: rotate(-45deg) scale(1);
}
50% {
opacity: 0.6;
transform: rotate(-45deg) scale(1.2);
}
}
@keyframes patternFloat {
0%, 100% {
transform: translate(0, 0) rotate(30deg);
}
50% {
transform: translate(20px, 20px) rotate(40deg);
}
}
@keyframes blobMorph {
0%, 100% {
border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
transform: translate(-50%, -50%) rotate(0deg);
}
33% {
border-radius: 60% 40% 60% 40% / 50% 60% 40% 60%;
transform: translate(-50%, -50%) rotate(120deg);
}
66% {
border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%;
transform: translate(-50%, -50%) rotate(240deg);
}
}
@media (max-width: 991px) {
.v-064 {
padding: 80px 0;
}
.v-064 .section-title {
font-size: 2.19rem;
}
.v-064 .section-subtitle {
font-size: 1.19rem;
}
.v-064 .feature-item {
padding: 30px 25px;
}
.v-064 .feature-number span {
font-size: 2.06rem;
}
.v-064 .feature-icon i {
font-size: 39px;
}
.v-064 .feature-title {
font-size: 1.38rem;
}
}
@media (max-width: 767px) {
.v-064 {
padding: 60px 0;
}
.v-064 .section-title {
font-size: 1.94rem;
}
.v-064 .section-subtitle {
font-size: 1.12rem;
}
.v-064 .deco-line {
width: 50px;
}
.v-064 .feature-item {
padding: 25px 20px;
}
.v-064 .feature-item:hover {
transform: translateX(4px);
}
.v-064 .feature-number span {
font-size: 1.75rem;
}
.v-064 .feature-icon i {
font-size: 32px;
}
.v-064 .feature-content {
padding-left: 0;
padding-top: 15px;
}
.v-064 .feature-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(8, 12, 28, 0.62) 0%,
rgba(6, 11, 19, 0.54) 45%,
rgba(15, 28, 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.v-058 {
position: relative;
padding: 100px 0;
background: linear-gradient(165deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%);
overflow: hidden;
}
.v-058 .section-header {
position: relative;
z-index: 2;
}
.v-058 .header-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
}
.v-058 .header-decoration {
width: 60px;
height: 3px;
background: linear-gradient(to right, transparent, var(--primary-500));
}
.v-058 .header-decoration.left {
background: linear-gradient(to left, var(--primary-500), transparent);
}
.v-058 .header-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 20px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.v-058 .header-icon i {
font-size: 30px;
color: var(--light);
}
.v-058 .section-title {
font-size: 2.69rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 20px;
line-height: 1.2;
}
.v-058 .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.4;
}
.v-058 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
}
.v-058 .masonry-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-rows: 200px;
gap: 24px;
position: relative;
z-index: 2;
}
.v-058 .masonry-card {
position: relative;
background: var(--light);
border-radius: 20px;
padding: 32px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.74s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-058 .masonry-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}
.v-058 .masonry-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-700));
transform: scaleX(0);
transition: transform 1.39s ease;
}
.v-058 .masonry-card:hover::before {
transform: scaleX(1);
}
.v-058 .masonry-card.card-standard {
grid-row: span 2;
}
.v-058 .masonry-card.card-wide {
grid-column: span 2;
grid-row: span 2;
}
.v-058 .masonry-card.card-tall {
grid-row: span 3;
}
.v-058 .card-icon-box {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
position: relative;
z-index: 2;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.v-058 .card-icon-box i {
font-size: 28px;
color: var(--light);
}
.v-058 .card-icon-box.large {
width: 76px;
height: 76px;
margin-bottom: 24px;
}
.v-058 .card-icon-box.large i {
font-size: 36px;
}
.v-058 .card-content {
position: relative;
z-index: 2;
}
.v-058 .card-title {
font-size: 1.44rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 14px;
line-height: 1.3;
}
.v-058 .card-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.v-058 .masonry-card.featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
padding: 40px;
}
.v-058 .masonry-card.featured .card-title {
color: var(--light);
font-size: 1.62rem;
}
.v-058 .masonry-card.featured .card-description {
color: color-mix(in srgb, var(--light) 95%, transparent 5%);
font-size: 1.06rem;
}
.v-058 .masonry-card.featured .card-icon-box {
background: color-mix(in srgb, var(--light) 25%, transparent 75%);
backdrop-filter: blur(10px);
}
.v-058 .masonry-card.featured::before {
background: color-mix(in srgb, var(--light) 30%, transparent 70%);
transform: scaleX(1);
}
.v-058 .featured-glow {
position: absolute;
bottom: -50%;
right: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, color-mix(in srgb, var(--light) 20%, transparent 80%), transparent 60%);
pointer-events: none;
}
.v-058 .card-pattern {
position: absolute;
bottom: -30px;
right: -30px;
width: 150px;
height: 150px;
background: color-mix(in srgb, var(--primary-300) 8%, transparent 92%);
border-radius: 50%;
pointer-events: none;
}
.v-058 .bg-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.v-058 .deco-organic {
position: absolute;
background: color-mix(in srgb, var(--primary-300) 6%, transparent 94%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.v-058 .deco-organic.organic-1 {
width: 400px;
height: 400px;
top: 5%;
left: -150px;
animation: organic-float 25s ease-in-out infinite;
}
.v-058 .deco-organic.organic-2 {
width: 350px;
height: 350px;
bottom: 10%;
right: -120px;
animation: organic-float 30s ease-in-out infinite reverse;
}
@keyframes organic-float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
33% {
transform: translate(30px, -20px) rotate(120deg);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
}
66% {
transform: translate(-20px, 30px) rotate(240deg);
border-radius: 70% 30% 40% 60% / 30% 60% 40% 70%;
}
}
.v-058 .deco-texture {
position: absolute;
top: 20%;
right: 10%;
width: 200px;
height: 200px;
background-image: 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
);
}
@media (max-width: 991px) {
.v-058 {
padding: 80px 0;
}
.v-058 .section-title {
font-size: 2.12rem;
}
.v-058 .section-subtitle {
font-size: 1.31rem;
}
.v-058 .masonry-grid {
grid-template-columns: 1fr;
grid-auto-rows: auto;
}
.v-058 .masonry-card {
grid-column: span 1 !important;
grid-row: span 1 !important;
padding: 28px;
}
.v-058 .masonry-card.featured {
padding: 36px;
}
}
@media (max-width: 767px) {
.v-058 {
padding: 60px 0;
}
.v-058 .section-title {
font-size: 1.75rem;
}
.v-058 .section-subtitle {
font-size: 1.12rem;
}
.v-058 .section-description {
font-size: 1.06rem;
}
.v-058 .header-wrapper {
gap: 15px;
}
.v-058 .header-decoration {
width: 40px;
}
.v-058 .header-icon {
width: 56px;
height: 56px;
}
.v-058 .header-icon i {
font-size: 25px;
}
.v-058 .masonry-card {
padding: 24px;
}
.v-058 .masonry-card.featured {
padding: 28px;
}
.v-058 .card-icon-box {
width: 52px;
height: 52px;
}
.v-058 .card-icon-box i {
font-size: 25px;
}
.v-058 .card-icon-box.large {
width: 64px;
height: 64px;
}
.v-058 .card-icon-box.large i {
font-size: 26px;
}
.v-058 .card-title {
font-size: 1.25rem;
}
.v-058 .masonry-card.featured .card-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(8, 18, 34, 0.62) 0%,
rgba(13, 20, 34, 0.54) 45%,
rgba(15, 26, 46, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .organic-badge {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.additional-universal-section .leaf-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
border-radius: 50% 0 50% 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
}
.additional-universal-section .leaf-icon i {
font-size: 1.38rem;
color: var(--light);
transform: rotate(45deg);
}
.additional-universal-section .section-title {
font-size: clamp(2rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 680px;
margin: 0 auto;
}
.additional-universal-section .features-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-item {
grid-column: span 4;
background: var(--surface-secondary);
border-radius: 20px;
padding: 2rem;
border: 2px solid var(--neutral-100);
transition: all 1.24s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section .feature-large {
grid-column: span 6;
padding: 2.5rem;
}
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .feature-item:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.additional-universal-section .feature-item::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 150px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 10%, transparent), transparent);
border-radius: 50%;
transition: all 1.02s ease;
}
.additional-universal-section .feature-item:hover::before {
width: 200px;
height: 200px;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
}
.additional-universal-section .feature-visual {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 1.67rem;
}
.additional-universal-section .feature-large .feature-visual {
width: 100px;
height: 100px;
}
.additional-universal-section .visual-circle {
position: absolute;
border-radius: 50%;
background: var(--primary-50);
}
.additional-universal-section .circle-1 {
width: 100%;
height: 100%;
border: 3px solid var(--primary-300);
}
.additional-universal-section .circle-2 {
width: 60%;
height: 60%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.2;
}
.additional-universal-section .feature-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2.12rem;
color: var(--primary-500);
z-index: 2;
transition: all 0.62s ease;
}
.additional-universal-section .feature-large .feature-icon {
font-size: 2.81rem;
}
.additional-universal-section .feature-item:hover .feature-icon {
transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
}
.additional-universal-section .feature-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
position: relative;
z-index: 2;
}
.additional-universal-section .feature-large .feature-title {
font-size: 1.62rem;
}
.additional-universal-section .feature-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
position: relative;
z-index: 2;
}
.feature-large .feature-description,
.additional-universal-section .feature-wide .feature-description {
font-size: 1.12rem;
}
.additional-universal-section .organic-shape {
position: absolute;
pointer-events: none;
opacity: 0.4;
z-index: 1;
}
.additional-universal-section .shape-1 {
width: 350px;
height: 350px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 18%, transparent), transparent);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
top: 10%;
left: -100px;
animation: organic-float 20s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 300px;
height: 300px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-500) 15%, transparent), transparent);
border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
bottom: 15%;
right: -80px;
animation: organic-float 18s ease-in-out infinite reverse;
}
.additional-universal-section .shape-3 {
width: 250px;
height: 250px;
background: radial-gradient(ellipse at center, color-mix(in srgb, var(--primary-300) 20%, transparent), transparent);
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: organic-float 15s ease-in-out infinite;
}
@keyframes organic-float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-40px) rotate(5deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section .features-grid {
grid-template-columns: repeat(6, 1fr);
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 6;
}
.additional-universal-section .section-title {
font-size: 2.12rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.31rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .features-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.feature-item,
.feature-large,
.additional-universal-section .feature-wide {
grid-column: span 1;
padding: 1.5rem;
}
.additional-universal-section .feature-visual {
width: 70px;
height: 70px;
}
.additional-universal-section .feature-icon {
font-size: 1.81rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 6, 10, 0.62) 0%,
rgba(1, 2, 6, 0.54) 45%,
rgba(4, 8, 17, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: linear-gradient(135deg, var(--neutral-50), var(--primary-50));
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_testimonial_card {
background-color: var(--neutral-100);
border-radius: var(--radius-lg);
padding: var(--space-8);
height: 100%;
position: relative;
border: 1px solid var(--neutral-200);
transition: transform 0.74s ease, box-shadow 0.77s ease;
}
.add_wrap .add_testimonial_card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.add_wrap .add_testimonial_compact {
text-align: center;
padding: var(--space-6);
}
.add_wrap .add_quote_mark {
position: absolute;
top: var(--space-4);
right: var(--space-4);
width: 40px;
height: 40px;
background-color: var(--primary-500);
border-radius: 50%;
opacity: 0.1;
}
.add_wrap .add_quote_mark:before {
content: '"';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 23px;
font-weight: bold;
color: var(--primary-500);
}
.add_wrap .add_testimonial_quote {
margin-bottom: var(--space-6);
border: none;
padding: 0;
}
.add_wrap .add_quote_text {
color: var(--text-body);
font-style: italic;
line-height: 1.6;
margin-bottom: 0;
position: relative;
z-index: 1;
}
.add_wrap .add_testimonial_author {
display: flex;
align-items: center;
gap: var(--space-4);
}
.add_wrap .add_testimonial_compact .add_testimonial_author {
flex-direction: column;
gap: var(--space-3);
}
.add_wrap .add_author_avatar {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-400), var(--primary-500));
border-radius: 50%;
flex-shrink: 0;
position: relative;
}
.add_wrap .add_author_avatar:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background-color: var(--neutral-100);
border-radius: 50%;
}
.add_wrap .add_author_info {
display: flex;
flex-direction: column;
}
.add_wrap .add_testimonial_compact .add_author_info {
align-items: center;
}
.add_wrap .add_author_name {
color: var(--text-primary);
font-weight: 600;
font-style: normal;
margin-bottom: var(--space-1);
}
.add_wrap .add_author_role {
color: var(--text-secondary);
font-size: 0.81rem;
}
@media (max-width: 768px) {
.add_wrap .add_testimonial_card {
padding: var(--space-6);
}
.add_wrap .add_testimonial_compact {
padding: var(--space-4);
}
.add_wrap .add_testimonial_author {
flex-direction: column;
text-align: center;
gap: var(--space-3);
}
.add_wrap .add_author_info {
align-items: center;
}
.add_wrap .add_quote_mark {
width: 30px;
height: 30px;
}
.add_wrap .add_quote_mark:before {
font-size: 19px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 3, 8, 0.62) 0%,
rgba(9, 15, 37, 0.54) 45%,
rgba(17, 27, 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;
}
.add_wrap {
padding: var(--section-py) 0;
background-color: var(--neutral-100);
}
.add_wrap .add_header {
margin-bottom: var(--space-12);
}
.add_wrap .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
}
.add_wrap .add_subtitle {
color: var(--text-secondary);
margin-bottom: var(--space-6);
}
.add_wrap .add_description {
color: var(--text-body);
max-width: 600px;
margin: 0 auto;
}
.add_wrap .add_content {
padding-right: var(--space-6);
}
.add_wrap .add_elem_item {
margin-bottom: var(--space-8);
}
.add_wrap .add_elem_item:last-child {
margin-bottom: 0;
}
.add_wrap .add_elem_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.31rem;
font-weight: 600;
position: relative;
padding-left: var(--space-6);
}
.add_wrap .add_elem_title:before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: var(--space-4);
height: var(--space-4);
background-color: var(--primary-500);
border-radius: 50%;
}
.add_wrap .add_elem_desc {
color: var(--text-body);
margin-bottom: 0;
padding-left: var(--space-6);
}
.add_wrap .add_image_container {
position: relative;
}
.add_wrap .add_main_image {
width: 100%;
height: auto;
border-radius: var(--radius-lg);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
margin-bottom: var(--space-6);
}
.add_wrap .add_extra_content {
background-color: var(--neutral-50);
padding: var(--space-6);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
}
.add_wrap .add_extra_content .add_elem_item {
margin-bottom: var(--space-6);
}
.add_wrap .add_extra_content .add_elem_item:last-child {
margin-bottom: 0;
}
.add_wrap .add_extra_content .add_elem_title {
font-size: 1.19rem;
padding-left: var(--space-5);
}
.add_wrap .add_extra_content .add_elem_title:before {
width: var(--space-3);
height: var(--space-3);
background-color: var(--primary-400);
}
.add_wrap .add_extra_content .add_elem_desc {
padding-left: var(--space-5);
font-size: 1.00rem;
}
@media (max-width: 768px) {
.add_wrap .add_content {
padding-right: 0;
margin-bottom: var(--space-8);
}
.add_wrap .add_elem_item {
margin-bottom: var(--space-6);
}
.add_wrap .add_extra_content {
padding: var(--space-4);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(14, 24, 37, 0.62) 0%,
rgba(9, 18, 26, 0.54) 45%,
rgba(5, 7, 13, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section.v-044 {
padding: 80px 0;
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-044 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-044 .header-badge {
width: 72px;
height: 72px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section.v-044 .header-badge i {
font-size: 37px;
color: var(--light);
}
.additional-universal-section.v-044 .section-title {
font-size: 2.31rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.44rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
}
.additional-universal-section.v-044 .section-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-044 .timeline-wrapper {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
.additional-universal-section.v-044 .timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300), var(--primary-500), var(--primary-300));
transform: translateX(-50%);
z-index: 1;
}
.additional-universal-section.v-044 .timeline-item {
position: relative;
margin-bottom: 60px;
z-index: 2;
}
.additional-universal-section.v-044 .timeline-item:last-child {
margin-bottom: 0;
}
.additional-universal-section.v-044 .timeline-marker {
position: absolute;
left: 50%;
top: 30px;
transform: translateX(-50%);
z-index: 3;
}
.additional-universal-section.v-044 .marker-dot {
width: 20px;
height: 20px;
background: var(--primary-500);
border: 4px solid var(--surface-primary);
border-radius: 50%;
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
position: relative;
z-index: 2;
}
.additional-universal-section.v-044 .marker-dot.final {
background: var(--primary-700);
width: 24px;
height: 24px;
box-shadow: 0 0 0 6px color-mix(in srgb, var(--primary-500) 40%, transparent 60%);
}
.additional-universal-section.v-044 .marker-ring {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border: 2px solid var(--primary-300);
border-radius: 50%;
animation: pulse-ring 2s ease-out infinite;
}
@keyframes pulse-ring {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.8);
opacity: 0;
}
}
.additional-universal-section.v-044 .timeline-content {
position: relative;
}
.additional-universal-section.v-044 .content-wrapper {
width: calc(50% - 40px);
padding: 28px;
background: var(--surface-primary);
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 2px solid color-mix(in srgb, var(--primary-300) 25%, transparent 75%);
transition: all 0.88s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section.v-044 .content-wrapper:hover {
transform: translateY(-4px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.additional-universal-section.v-044 .content-wrapper.left {
margin-right: auto;
}
.additional-universal-section.v-044 .content-wrapper.right {
margin-left: auto;
}
.additional-universal-section.v-044 .content-wrapper.featured {
background: linear-gradient(135deg, var(--primary-50), var(--surface-primary));
border-color: var(--primary-500);
}
.additional-universal-section.v-044 .icon-badge {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
transition: transform 0.86s ease;
}
.additional-universal-section.v-044 .content-wrapper:hover .icon-badge {
transform: rotate(5deg) scale(1.05);
}
.additional-universal-section.v-044 .icon-badge.featured {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section.v-044 .icon-badge i {
font-size: 28px;
color: var(--light);
}
.additional-universal-section.v-044 .icon-badge.featured i {
font-size: 30px;
}
.additional-universal-section.v-044 .timeline-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.additional-universal-section.v-044 .timeline-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-044 .decorative-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section.v-044 .floating-shape {
position: absolute;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 8%, transparent 92%), transparent);
}
.additional-universal-section.v-044 .floating-shape.shape-1 {
width: 250px;
height: 250px;
top: 10%;
right: 5%;
animation: float 20s ease-in-out infinite;
}
.additional-universal-section.v-044 .floating-shape.shape-2 {
width: 200px;
height: 200px;
bottom: 15%;
left: 8%;
animation: float 25s ease-in-out infinite reverse;
}
.additional-universal-section.v-044 .floating-shape.shape-3 {
width: 180px;
height: 180px;
top: 50%;
left: 10%;
animation: float 30s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
@media (max-width: 991.98px) {
.additional-universal-section.v-044 {
padding: 60px 0;
}
.additional-universal-section.v-044 .section-title {
font-size: 1.94rem;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-044 .timeline-line {
left: 30px;
}
.additional-universal-section.v-044 .timeline-marker {
left: 30px;
}
.additional-universal-section.v-044 .content-wrapper {
width: calc(100% - 80px);
margin-left: 80px !important;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-044 {
padding: 40px 0;
}
.additional-universal-section.v-044 .section-title {
font-size: 1.75rem;
}
.additional-universal-section.v-044 .section-subtitle {
font-size: 1.12rem;
}
.additional-universal-section.v-044 .header-badge {
width: 64px;
height: 64px;
}
.additional-universal-section.v-044 .header-badge i {
font-size: 34px;
}
.additional-universal-section.v-044 .content-wrapper {
padding: 20px;
}
.additional-universal-section.v-044 .icon-badge {
width: 48px;
height: 48px;
}
.additional-universal-section.v-044 .icon-badge i {
font-size: 22px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 15, 35, 0.62) 0%,
rgba(6, 10, 23, 0.54) 45%,
rgba(1, 2, 4, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: var(--neutral-50);
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-8);
}
.add_wrap .add_title {
font-family: var(--top_section_title);
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.2;
}
.add_wrap .add_subtitle {
font-family: var(--pro_body_large);
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--style_body_base);
font-size: 1.00rem;
color: var(--text-body);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_elements_list {
display: flex;
flex-direction: column;
gap: var(--space-4);
}
.add_wrap .add_element {
display: flex;
gap: var(--space-4);
align-items: flex-start;
padding: var(--space-5);
background: white;
border-radius: var(--radius-lg);
border-left: 4px solid var(--primary-500);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: all 1.27s ease;
}
.add_wrap .add_element:hover {
transform: translateX(8px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.add_wrap .add_elem_number {
flex-shrink: 0;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
color: white;
font-size: 1.38rem;
font-weight: 700;
border-radius: 50%;
}
.add_wrap .add_elem_content {
flex: 1;
}
.add_wrap .add_elem_title {
font-family: var(--pro_body_large);
font-size: 1.25rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: var(--space-2);
line-height: 1.3;
}
.add_wrap .add_elem_desc {
font-family: var(--style_body_base);
font-size: 0.88rem;
color: var(--text-body);
margin: 0;
line-height: 1.6;
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_element {
flex-direction: column;
gap: var(--space-3);
padding: var(--space-4);
}
.add_wrap .add_element:hover {
transform: translateY(-4px);
}
.add_wrap .add_elem_number {
width: 40px;
height: 40px;
font-size: 1.12rem;
}
.add_wrap .add_elem_title {
font-size: 1.06rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(15, 27, 47, 0.62) 0%,
rgba(8, 13, 28, 0.54) 45%,
rgba(4, 8, 14, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}