:root {
--primary-50: #f0f9ff;
--primary-50-rgb: 240, 249, 255;
--primary-100: #dbe8ee;
--primary-100-rgb: 224, 242, 254;
--primary-300: #83ddfd;
--primary-300-rgb: 125, 211, 252;
--primary-500: #0479a0;
--primary-500-rgb: 3, 105, 161;
--primary-700: #0a3661;
--primary-700-rgb: 12, 74, 110;
--primary-200: #99dcec;
--primary-200-rgb: 175, 227, 253;
--primary-400: #3eb9db;
--primary-400-rgb: 64, 158, 207;
--primary-600: #005770;
--primary-600-rgb: 8, 90, 136;
--primary-800: #012b51;
--primary-800-rgb: 10, 63, 94;
--primary-900: #0a2539;
--primary-900-rgb: 8, 52, 77;
--primary-950: #052e37;
--primary-950-rgb: 5, 34, 50;
--primary-rgb: 3, 105, 161;
--neutral-50: #f8fafc;
--neutral-50-rgb: 248, 250, 252;
--neutral-100: #f1f5f9;
--neutral-100-rgb: 241, 245, 249;
--neutral-300: #ced5e5;
--neutral-300-rgb: 203, 213, 225;
--neutral-500: #768998;
--neutral-500-rgb: 100, 116, 139;
--neutral-700: #3b4e68;
--neutral-700-rgb: 51, 65, 85;
--neutral-900: #131f3d;
--neutral-900-rgb: 15, 23, 42;
--neutral-200: #ddf3ff;
--neutral-200-rgb: 222, 229, 237;
--neutral-400: #b2bbc8;
--neutral-400-rgb: 152, 165, 182;
--neutral-600: #647587;
--neutral-600-rgb: 76, 91, 112;
--neutral-800: #2d3949;
--neutral-800-rgb: 43, 55, 72;
--neutral-950: #141a20;
--neutral-950-rgb: 23, 30, 38;
--surface-primary: var(--neutral-50);
--surface-secondary: var(--neutral-100);
--surface-accent: var(--primary-50);
--text-primary: var(--neutral-900);
--text-secondary: var(--neutral-700);
--text-accent: var(--primary-700);
--button-primary-bg: var(--primary-500);
--button-primary-text: #ffffff;
--button-primary-text-rgb: 255, 255, 255;
--button-secondary-bg: var(--neutral-100);
--button-secondary-text: var(--neutral-900);
--border-light: var(--neutral-300);
--border-medium: var(--neutral-500);
--shadow-sm: 0 5px 7px rgba(0, 0, 0, 0.05);
--shadow-md: 0 9px 7px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 19px 19px rgba(0, 0, 0, 0.1);
--shadow-card: 0 11px 11px rgba(0, 0, 0, 0.05);
--shadow-elevated: 0 17px 29px rgba(0, 0, 0, 0.1);
--shadow-button-hover: 0 9px 15px rgba(5, 96, 160, 0.30);
--radius-sm: 10px;
--radius-md: 10px;
--radius-lg: 19px;
--radius-xl: 114px;
--transition-fast: 0.48s ease;
--transition-base: 0.76s ease;
--transition-slow: 1.23s 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 7px 0 rgba(0, 0, 0, 0.05);
--shadow-sm: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--shadow-md: 0 9px 6px -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 9px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 25px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-2xl: 0 25px 50px -13px rgba(0, 0, 0, 0.25);
--shadow-inner: inset 0 2px 5px 0 rgba(0, 0, 0, 0.06);
--radius-none: 0;
--radius-xs: 0.125rem;
--radius-sm: 0.25rem;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--radius-3xl: 1.5rem;
--radius-full: 9999px;
--transition-fast: 0.98s ease;
--transition-normal: 0.74s ease;
--transition-slow: 1.16s ease;
--transition-all: all 0.74s ease;
--duration-fast: 0.33s;
--duration-normal: 0.69s;
--duration-slow: 0.97s;
--ease-smooth: ease-in-out;
--ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--opacity-disabled: 0.5;
--opacity-loading: 0.7;
--opacity-overlay: 0.8;
--nav-font-size: 10px;
}
section {
padding-top: var(--section-y-mobile);
padding-bottom: var(--section-y-mobile);
padding-left: var(--section-x);
padding-right: var(--section-x);
}
@media (min-width: 7611px) {
section {
padding-top: var(--section-y-tablet);
padding-bottom: var(--section-y-tablet);
}
}
@media (min-width: 1026px) {
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 6px 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;
}
.best_font_primary {
font-family: var(--font-primary);
}
.bold_font_secondary {
font-family: var(--font-secondary);
}
.dark_font_mono {
font-family: var(--font-mono);
}
.custom_display_1 {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-none);
letter-spacing: var(--tracking-tighter);
}
.pro_display_2 {
font-family: var(--font-secondary);
font-size: var(--text-5xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.style_display_3 {
font-family: var(--font-secondary);
font-size: var(--text-4xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.minimal_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);
}
.page_heading_2 {
font-family: var(--font-secondary);
font-size: var(--text-3xl);
font-weight: var(--font-bold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tight);
}
.premium_heading_3 {
font-family: var(--font-secondary);
font-size: var(--text-2xl);
font-weight: var(--font-semibold);
line-height: var(--leading-snug);
letter-spacing: var(--tracking-normal);
}
.top_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);
}
.digital_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);
}
.fresh_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);
}
.bright_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);
}
.main_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);
}
.business_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);
}
.unique_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);
}
.company_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);
}
.prime_code_block {
font-family: var(--font-mono);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-relaxed);
background-color: var(--bg-muted);
color: var(--text-primary);
padding: var(--space-4);
border-radius: var(--radius-md);
overflow-x: auto;
}
.brand_hero_title {
font-family: var(--font-secondary);
font-size: var(--text-6xl);
font-weight: var(--font-extrabold);
line-height: var(--leading-tight);
letter-spacing: var(--tracking-tighter);
color: var(--text-primary);
margin-bottom: var(--space-6);
}
.clean_hero_subtitle {
font-family: var(--font-primary);
font-size: var(--text-xl);
font-weight: var(--font-medium);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-secondary);
margin-bottom: var(--space-8);
}
.content_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);
}
.section_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);
}
.agency_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;
}
.app_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);
}
.layout_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);
}
.creative_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);
}
.creative_nav_link:hover,
.creative_nav_link:focus {
color: var(--text-link);
text-decoration: none;
}
.web_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);
}
.light_footer_text {
font-family: var(--font-primary);
font-size: var(--text-sm);
font-weight: var(--font-normal);
line-height: var(--leading-normal);
letter-spacing: var(--tracking-normal);
color: var(--text-muted);
}
@media (max-width: 7610px) {
.brand_hero_title {
font-size: var(--text-4xl);
}
.content_section_title {
font-size: var(--text-3xl);
}
.custom_display_1 {
font-size: var(--text-5xl);
}
.pro_display_2 {
font-size: var(--text-4xl);
}
}
@media (max-width: 480px) {
.brand_hero_title {
font-size: var(--text-3xl);
}
.content_section_title {
font-size: var(--text-2xl);
}
.custom_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);
}
.new_text_gradient {
background: var(--gradient-primary);
-webkit-background-clip: text;background-clip: text;
display: inline-block;
}
.design_text_shadow_sm {
text-shadow: var(--shadow-xs);
}
.site_text_shadow_md {
text-shadow: var(--shadow-sm);
}
.smart_text_balance {
text-wrap: balance;
}
.base_text_pretty {
text-wrap: pretty;
}
@media (prefers-reduced-motion: reduce) {
.creative_nav_link,
a:not([class]) {
transition: none;
}
}
@media (prefers-contrast: high) {
.unique_caption,
.ui_overline,
.light_footer_text {
color: var(--text-secondary);
}
.clean_hero_subtitle,
.section_section_subtitle {
color: var(--text-primary);
}
}
@media print {
.brand_hero_title,
.content_section_title,
.minimal_heading_1,
.page_heading_2 {
break-after: avoid;
page-break-after: avoid;
}
.new_text_gradient {
color: var(--text-primary);}
}
body {
font-family: var(--font-primary);
font-size: 1.06rem;
line-height: 1.6;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-accent);
font-weight: 600;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1, .h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
}
h2, .h2 {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
}
h3, .h3 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 600;
}
h4, .h4 {
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 600;
}
h5, .h5 {
font-size: clamp(1.125rem, 2vw, 1.25rem);
font-weight: 500;
}
h6, .h6 {
font-size: 1.00rem;
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.19rem;
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: 1.00rem;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6,
.footer h1, .footer h2, .footer h3,
.footer h4, .footer h5, .footer h6 {
font-family: var(--font-accent);
}
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
font-size: 0.9em;
}
.font-primary {
font-family: var(--font-primary) !important;
}
.font-accent {
font-family: var(--font-accent) !important;
}
.font-heading {
font-family: var(--font-heading) !important;
}
.font-body {
font-family: var(--font-body) !important;
}
@media (max-width: 7611px) {
body {
font-size: 0.88rem;
}
.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;
}
}
.theme_section_wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.studio_content_center {
display: flex;
align-items: center;
justify-content: center;
}
.elite_content_between {
display: flex;
align-items: center;
justify-content: space-between;
}
.container_content_start {
display: flex;
align-items: center;
justify-content: flex-start;
}
.core_content_end {
display: flex;
align-items: center;
justify-content: flex-end;
}
.modern_stack {
display: flex;
flex-direction: column;
}
.modern61_stack_center {
display: flex;
flex-direction: column;
align-items: center;
}
.ui94_full_height {
min-height: auto;
}
.clean49_section_height {
min-height: auto;
}
.business40_hero_height {
min-height: auto;
}
.section47_m_0 { margin: 0; }
.new13_m_1 { margin: var(--space-1); }
.design89_m_2 { margin: var(--space-2); }
.top23_m_3 { margin: var(--space-3); }
.fresh43_m_4 { margin: var(--space-4); }
.studio57_m_6 { margin: var(--space-6); }
.web2_m_8 { margin: var(--space-8); }
.site28_m_12 { margin: var(--space-12); }
.business55_m_16 { margin: var(--space-16); }
.minimal21_mx_auto { margin-left: auto; margin-right: auto; }
.style94_my_auto { margin-top: auto; margin-bottom: auto; }
.site42_mt_0 { margin-top: 0; }
.studio74_mt_4 { margin-top: var(--space-4); }
.studio40_mt_8 { margin-top: var(--space-8); }
.ui61_mt_12 { margin-top: var(--space-12); }
.company12_mb_0 { margin-bottom: 0; }
.web13_mb_4 { margin-bottom: var(--space-4); }
.core56_mb_8 { margin-bottom: var(--space-8); }
.bright91_mb_12 { margin-bottom: var(--space-12); }
.minimal53_p_0 { padding: 0; }
.company23_p_1 { padding: var(--space-1); }
.pro94_p_2 { padding: var(--space-2); }
.unique12_p_3 { padding: var(--space-3); }
.ui34_p_4 { padding: var(--space-4); }
.web35_p_6 { padding: var(--space-6); }
.agency47_p_8 { padding: var(--space-8); }
.theme87_px_4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.brand67_px_6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.layout42_px_8 { padding-left: var(--space-8); padding-right: var(--space-8); }
.agency68_py_4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.container21_py_6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.company60_py_8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.premium24_gap_1 { gap: var(--space-1); }
.bright83_gap_2 { gap: var(--space-2); }
.pro89_gap_3 { gap: var(--space-3); }
.studio81_gap_4 { gap: var(--space-4); }
.top72_gap_6 { gap: var(--space-6); }
.custom65_gap_8 { gap: var(--space-8); }
.base66_shadow_none { box-shadow: var(--shadow-none); }
.core17_shadow_xs { box-shadow: var(--shadow-xs); }
.smart24_shadow_sm { box-shadow: var(--shadow-sm); }
.modern47_shadow_md { box-shadow: var(--shadow-md); }
.core82_shadow_lg { box-shadow: var(--shadow-lg); }
.prime46_shadow_xl { box-shadow: var(--shadow-xl); }
.digital45_shadow_2xl { box-shadow: var(--shadow-2xl); }
.top5_shadow_inner { box-shadow: var(--shadow-inner); }
.content12_shadow_colored { box-shadow: var(--shadow-colored); }
.prime9_radius_none { border-radius: var(--radius-none); }
.pro75_radius_xs { border-radius: var(--radius-xs); }
.minimal58_radius_sm { border-radius: var(--radius-sm); }
.minimal88_radius_md { border-radius: var(--radius-md); }
.elite34_radius_lg { border-radius: var(--radius-lg); }
.brand90_radius_xl { border-radius: var(--radius-xl); }
.top36_radius_2xl { border-radius: var(--radius-2xl); }
.best8_radius_3xl { border-radius: var(--radius-3xl); }
.style31_radius_full { border-radius: var(--radius-full); }
.light50_gradient_primary {
background: var(--gradient-primary);
}
.content56_gradient_secondary {
background: var(--gradient-secondary);
}
.prime77_gradient_hero {
background: var(--gradient-hero);
}
.site21_gradient_card {
background: var(--gradient-card);
}
.best62_gradient_overlay {
position: relative;
}
.best62_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;
}
.best62_gradient_overlay > * {
position: relative;
z-index: 2;
}
.studio42_hover_lift {
transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
.studio42_hover_lift:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.premium96_hover_scale {
transition: transform var(--transition-normal);
}
.premium96_hover_scale:hover {
transform: scale(1.02);
}
.style88_hover_shadow {
transition: box-shadow var(--transition-normal);
}
.style88_hover_shadow:hover {
box-shadow: var(--shadow-xl);
}
.base10_hover_fade {
transition: opacity var(--transition-normal);
}
.base10_hover_fade:hover {
opacity: var(--opacity-loading);
}
.fresh22_focus_ring {
transition: box-shadow var(--transition-fast);
}
.fresh22_focus_ring:focus {
outline: none;
box-shadow: 0 0 0 3px var(--state-focus);
}
.light31_hero_background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.agency47_hero_content {
position: relative;
z-index: 2;
}
.pro32_services_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: var(--space-6);
}
.pro49_team_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: var(--space-4);
}
.smart41_features_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-6);
}
.bold78_gallery_grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: var(--space-3);
}
.ui83_pricing_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(321px, 1fr));
gap: var(--space-6);
}
.ui17_timeline {
position: relative;
}
.ui17_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: var(--border-light);
transform: translateX(-50%);
}
.top11_timeline_item {
position: relative;
width: 50%;
padding: var(--space-4);
}
.top11_timeline_item:nth-child(odd) {
left: 0;
text-align: right;
padding-right: var(--space-8);
}
.top11_timeline_item:nth-child(even) {
left: 50%;
text-align: left;
padding-left: var(--space-8);
}
.fresh92_fade_in {
opacity: 0;
animation: tc-fadeIn var(--transition-slow) ease-out forwards;
}
@keyframes tc-fadeIn {
to {
opacity: 1;
}
}
.new53_slide_up {
transform: translateY(23px);
opacity: 0;
animation: tc-slideUp var(--transition-slow) ease-out forwards;
}
@keyframes tc-slideUp {
to {
transform: translateY(0);
opacity: 1;
}
}
.prime83_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;
}
}
.best65_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;
}
}
.minimal13_transition_all {
transition: var(--transition-all);
}
.custom37_transition_fast {
transition: all var(--transition-fast);
}
.ui73_transition_normal {
transition: all var(--transition-normal);
}
.brand22_transition_slow {
transition: all var(--transition-slow);
}
.custom15_bg_primary { background-color: var(--bg-primary); }
.fresh93_bg_secondary { background-color: var(--bg-secondary); }
.agency63_bg_muted { background-color: var(--bg-muted); }
.clean74_bg_glass { background-color: var(--bg-glass); }
.page22_text_primary { color: var(--text-primary); }
.container1_text_secondary { color: var(--text-secondary); }
.web34_text_muted { color: var(--text-muted); }
.brand70_text_inverse { color: var(--text-inverse); }
.page68_text_link { color: var(--text-link); }
.business61_border_light { border-color: var(--border-light); }
.studio1_border_medium { border-color: var(--border-medium); }
.top39_border_strong { border-color: var(--border-strong); }
.section51_border_interactive { border-color: var(--border-interactive); }
@media (max-width: 7613px) {
.pro32_services_grid,
.smart41_features_grid,
.pro49_team_grid,
.ui83_pricing_grid {
grid-template-columns: 1fr;
}
.bold78_gallery_grid {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.ui17_timeline::before {
left: 32px;
}
.top11_timeline_item {
width: 100%;
left: 0 !important;
text-align: left;
padding-left: var(--space-16) !important;
padding-right: var(--space-4) !important;
}
.clean49_section_height {
min-height: auto;
}
.business40_hero_height {
min-height: auto;
}
}
@media (max-width: 480px) {
.bold78_gallery_grid {
grid-template-columns: 1fr;
}
.top11_timeline_item {
padding-left: var(--space-12) !important;
}
}
.fresh46_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;
}
.section47_not_sr_only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.page99_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);
}
.page99_skip_link:focus {
top: 6px;
}
@media print {
.design62_no_print {
display: none !important;
}
.business66_print_only {
display: block !important;
}
.core17_shadow_xs,
.smart24_shadow_sm,
.modern47_shadow_md,
.core82_shadow_lg,
.prime46_shadow_xl,
.digital45_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.67rem;
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.25rem;
transition: transform var(--duration-fast) var(--ease-spring);
}
.cta-action-btn:hover {
color: var(--button-primary-text);
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.cta-action-btn:hover .btn-icon {
transform: translateX(7px);
}
.cta-action-btn:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
.cta-action-btn:focus-visible {
outline: 2px solid var(--primary-500);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.fresh92_fade_in,
.new53_slide_up,
.prime83_slide_in_left,
.best65_scale_in {
animation: none;
opacity: 1;
transform: none;
}
.studio42_hover_lift,
.premium96_hover_scale,
.style88_hover_shadow,
.base10_hover_fade,
.minimal13_transition_all,
.custom37_transition_fast,
.ui73_transition_normal,
.brand22_transition_slow {
transition: none;
}
.cta-action-btn {
transition: none;
}
.cta-action-btn .btn-icon {
transition: none;
}
.cta-action-btn:hover {
transform: none;
}
}
#header {
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
border-bottom: 1px solid var(--border-light);
position: relative;
min-height: 70px;
display: flex;
align-items: center;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
z-index: 1000;
}
#header .navbar-brand {
position: relative;
z-index: 2;
text-decoration: none;
transition: transform var(--duration-300) var(--ease-out);
}
#header .navbar-brand:hover {
transform: translateY(-2px);
}
#header #sitename {
letter-spacing: -0.5px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
#header .navbar-nav {
align-items: center;
}
#header .nav-link {
position: relative;
color: var(--text-primary) !important;
transition: color var(--duration-300) var(--ease-out);
text-decoration: none;
border-radius: var(--radius-sm);
}
#header .nav-link::after {
content: '';
position: absolute;
bottom: 11px;
left: 50%;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 1px;
transform: translateX(-50%);
transition: width var(--duration-300) var(--ease-out);
}
#header .nav-link:hover {
color: var(--primary-500) !important;
background-color: rgba(var(--primary-500), 0.08);
}
#header .nav-link:hover::after {
width: 27px;
}
#header .navbar-toggler {
position: relative;
z-index: 3;
transition: all var(--duration-300) var(--ease-out);
}
#header .navbar-toggler:focus {
box-shadow: 0 0 0 3px rgba(var(--primary-500), 0.1);
}
#header .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
background-size: 29px;
}
.header-bg-blob {
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: 0.06;
z-index: 1;
pointer-events: none;
}
.header-blob-1 {
width: 323px;
height: 321px;
background: var(--primary-500);
top: -100px;
right: -80px;
}
.header-blob-2 {
width: 240px;
height: 240px;
background: var(--primary-300);
bottom: -60px;
left: 10%;
animation: float-slow 8s ease-in-out infinite;
}
.header-bg-gradient {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--primary-300), transparent);
z-index: 1;
pointer-events: none;
}
@keyframes float-slow {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-9px);
}
}
@media (max-width: 991.913px) {
#header .navbar-nav {
margin-top: var(--space-3);
padding-top: var(--space-3);
border-top: 1px solid var(--border-light);
}
#header .nav-link {
padding: var(--space-2) var(--space-3) !important;
}
#header .nav-link::after {
display: none;
}
#header .nav-link:active {
background-color: rgba(var(--primary-500), 0.12);
color: var(--primary-500) !important;
}
}
@media (max-width: 576px) {
#header .container {
padding-left: var(--space-3);
padding-right: var(--space-3);
}
#header #sitename {
font-size: 1.19rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 21, 42, 0.62) 0%,
rgba(15, 25, 43, 0.54) 45%,
rgba(18, 28, 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;
}
.hero-bold {
position: relative;
padding: 120px 0 100px;
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--primary-50) 100%);
overflow: hidden;
}
.hero-bold .hero-content {
position: relative;
z-index: 2;
}
.hero-bold .hero-badge {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 212px;
padding: 10px 20px;
background: color-mix(in srgb, var(--primary-500) 10%, transparent);
border-radius: 50px;
border: 2px solid var(--primary-300);
}
.hero-bold .badge-dot {
display: block;
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.hero-bold .hero-title {
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.2;
color: var(--text-primary);
margin-bottom: 20px;
letter-spacing: -0.02em;
}
.hero-bold .hero-subtitle {
font-size: clamp(1.25rem, 3vw, 1.75rem);
font-weight: 600;
color: var(--primary-700);
margin-bottom: 212px;
line-height: 1.4;
}
.hero-bold .hero-description {
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 40px;
max-width: 600px;
}
.hero-bold .hero-icons {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.hero-bold .icon-item {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 16px;
border: 2px solid var(--primary-300);
transition: all 1.20s ease;
box-shadow: 0 11px 16px rgba(0, 0, 0, 0.05);
}
.hero-bold .icon-item i {
font-size: 26px;
color: var(--primary-500);
transition: all 1.22s ease;
}
.hero-bold .icon-item:hover {
transform: translateY(-5px);
border-color: var(--primary-500);
box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
}
.hero-bold .icon-item:hover i {
transform: scale(1.1);
color: var(--primary-700);
}
.hero-bold .hero-images-wrapper {
position: relative;
padding: 20px;
}
.hero-bold .decorative-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
opacity: 0.1;
z-index: 0;
}
.hero-bold .circle-1 {
width: 300px;
height: 300px;
top: -50px;
right: -50px;
animation: float 6s ease-in-out infinite;
}
.hero-bold .circle-2 {
width: 200px;
height: 200px;
bottom: -30px;
left: -30px;
animation: float 8s ease-in-out infinite reverse;
}
.hero-bold .decorative-blob {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
opacity: 0.15;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: blob-morph 10s ease-in-out infinite;
z-index: 0;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%;
}
}
.hero-bold .images-grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.hero-bold .image-main {
position: relative;
border-radius: 27px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
transition: all 1.44s ease;
}
.hero-bold .image-main:hover {
transform: translateY(-10px);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}
.hero-bold .main-img {
width: 100%;
height: auto;
display: block;
transition: transform 1.45s ease;
}
.hero-bold .image-main:hover .main-img {
transform: scale(1.05);
}
.hero-bold .image-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, transparent 0%, color-mix(in srgb, var(--primary-500) 30%, transparent) 100%);
opacity: 0;
transition: opacity 1.26s ease;
}
.hero-bold .image-main:hover .image-overlay {
opacity: 1;
}
.hero-bold .images-secondary {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.hero-bold .image-small {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: all 0.81s ease;
}
.hero-bold .image-small:hover {
transform: translateY(-9px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.hero-bold .image-small img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.99s ease;
}
.hero-bold .image-small:hover img {
transform: scale(1.1);
}
.hero-bold .floating-icon {
position: absolute;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--surface-primary);
border-radius: 50%;
box-shadow: 0 13px 26px rgba(0, 0, 0, 0.1);
z-index: 2;
animation: float-icon 4s ease-in-out infinite;
}
.hero-bold .floating-icon i {
font-size: 29px;
color: var(--primary-500);
}
.hero-bold .icon-float-1 {
top: 10%;
right: 5%;
animation-delay: 0s;
}
.hero-bold .icon-float-2 {
bottom: 15%;
left: 5%;
animation-delay: 2s;
}
@keyframes float-icon {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(10deg);
}
}
.hero-bold .hero-bg-decoration {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
}
.hero-bold .bg-shape {
position: absolute;
border-radius: 50%;
background: var(--primary-300);
opacity: 0.05;
}
.hero-bold .shape-1 {
width: 500px;
height: 500px;
top: -200px;
left: -100px;
}
.hero-bold .shape-2 {
width: 350px;
height: 350px;
bottom: -150px;
right: 10%;
}
.hero-bold .shape-3 {
width: 250px;
height: 250px;
top: 40%;
right: -50px;
}
@media (max-width: 991px) {
.hero-bold {
padding: 80px 0 60px;
}
.hero-bold .hero-title {
font-size: 2.62rem;
}
.hero-bold .hero-subtitle {
font-size: 1.38rem;
}
.hero-bold .hero-description {
font-size: 0.94rem;
}
.hero-bold .hero-images-wrapper {
margin-top: 40px;
}
.hero-bold .decorative-circle {
display: none;
}
}
@media (max-width: 767px) {
.hero-bold {
padding: 60px 0 40px;
}
.hero-bold .hero-title {
font-size: 1.88rem;
}
.hero-bold .hero-subtitle {
font-size: 1.19rem;
}
.hero-bold .hero-icons {
gap: 17px;
}
.hero-bold .icon-item {
width: 48px;
height: 48px;
}
.hero-bold .icon-item i {
font-size: 19px;
}
.hero-bold .images-secondary {
grid-template-columns: 1fr;
}
.hero-bold .floating-icon {
width: 50px;
height: 50px;
}
.hero-bold .floating-icon i {
font-size: 22px;
}
}
@media (max-width: 575px) {
.hero-bold .hero-title {
font-size: 1.62rem;
}
.hero-bold .hero-subtitle {
font-size: 1.19rem;
}
.hero-bold .hero-description {
font-size: 1.00rem;
}
.hero-bold .hero-badge {
padding: 6px 16px;
}
.hero-bold .badge-dot {
width: 8px;
height: 8px;
}
}
[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, 35, 0.62) 0%,
rgba(13, 17, 33, 0.54) 45%,
rgba(14, 26, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.hero-bold {
overflow-x: hidden !important;
}
.usp-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50), 0.3) 0%, rgba(var(--neutral-50), 0.5) 100%);
}
.usp-section .container {
position: relative;
z-index: 2;
}
.usp-card {
position: relative;
padding: var(--space-6);
background: var(--bg-primary);
border: 1px solid var(--border-light);
border-radius: var(--radius-xl);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
transition: all var(--duration-300) var(--ease-out);
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.usp-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 9px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.usp-card:hover {
border-color: var(--border-medium);
box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}
.usp-card:hover::before {
opacity: 1;
}
.usp-card-offset {
margin-top: var(--space-4);
}
.usp-card-header {
position: relative;
margin-bottom: var(--space-4);
display: flex;
align-items: flex-start;
gap: var(--space-3);
}
.usp-card-accent {
flex-shrink: 0;
width: 48px;
height: 48px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: var(--radius-lg);
position: relative;
overflow: hidden;
}
.usp-card-accent::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(circle at 30% 30%, var(--primary-300), transparent);
opacity: 0.4;
}
.usp-card-accent.accent-secondary {
background: linear-gradient(135deg, var(--neutral-100), var(--neutral-50));
}
.usp-card-accent.accent-secondary::after {
background: radial-gradient(circle at 30% 30%, var(--neutral-400), transparent);
}
.usp-card-accent.accent-tertiary {
background: linear-gradient(135deg, rgba(22, 182, 99, 0.10), rgba(34, 197, 94, 0.05));
}
.usp-card-accent.accent-tertiary::after {
background: radial-gradient(circle at 30% 30%, rgba(35, 213, 106, 0.30), transparent);
}
.usp-card-accent.accent-quaternary {
background: linear-gradient(135deg, rgba(68, 159, 244, 0.10), rgba(59, 130, 246, 0.05));
}
.usp-card-accent.accent-quaternary::after {
background: radial-gradient(circle at 30% 30%, rgba(37, 98, 221, 0.30), transparent);
}
.usp-value-badge {display: inline-flex;
align-items: center;
padding: var(--space-2) var(--space-3);
background: var(--primary-50);
border-radius: var(--radius-md);
border: 1px solid var(--primary-100);
margin-top: auto;
}
.usp-value-badge.badge-secondary {background: var(--neutral-50);
border-color: var(--neutral-100);
}
.usp-value-badge.badge-tertiary {background: rgba(34, 197, 94, 0.05);
border-color: rgba(35, 174, 97, 0.20);
}
.usp-value-badge.badge-quaternary {background: rgba(59, 130, 246, 0.05);
border-color: rgba(67, 134, 231, 0.20);
}
.usp-decoration {
position: absolute;
pointer-events: none;
z-index: 1;
}
.usp-decoration-blob-1 {
top: -8%;
right: -5%;
width: 320px;
height: 320px;
background: radial-gradient(circle at 40% 50%, var(--primary-100), transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
opacity: 0.3;
animation: float 8s ease-in-out infinite;
}
.usp-decoration-blob-2 {
bottom: -10%;
left: -8%;
width: 280px;
height: 280px;
background: radial-gradient(circle at 60% 40%, var(--neutral-100), transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
opacity: 0.25;
animation: float-reverse 10s ease-in-out infinite;
}
.usp-decoration-line-1 {
top: 30%;
left: 50%;
width: 400px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--primary-200), transparent);
opacity: 0.3;
transform: rotate(-45deg);
}
@keyframes float {
0%, 100% {
transform: translateY(0px) translateX(0px);
}
50% {
transform: translateY(-20px) translateX(10px);
}
}
@keyframes float-reverse {
0%, 100% {
transform: translateY(0px) translateX(0px);
}
50% {
transform: translateY(15px) translateX(-15px);
}
}
@media (max-width: 768px) {
.usp-card {
padding: var(--space-5);
}
.usp-card-offset {
margin-top: 0;
}
.usp-decoration-blob-1 {
width: 240px;
height: 240px;
top: -5%;
right: -10%;
}
.usp-decoration-blob-2 {
width: 200px;
height: 200px;
bottom: -8%;
left: -12%;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 21, 41, 0.62) 0%,
rgba(12, 24, 39, 0.54) 45%,
rgba(12, 20, 32, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.about-section {
position: relative;
padding: var(--space-6) 0;
min-height: auto;
overflow: hidden;
}
.about-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb, 240, 248, 255), 0.5) 0%, transparent 100%);
pointer-events: none;
z-index: 0;
}
.about-header {
position: relative;
z-index: 1;
margin-bottom: var(--space-5);
}
#about-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
}
#about-subtitle {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: var(--space-3);
}
.about-desc-text {
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}
.about-content {
position: relative;
z-index: 1;
}
.about-features-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--space-3);
}
.about-feature {
opacity: 1;
}
.feature-card {
position: relative;
padding: var(--space-4);
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border: 1px solid var(--border-light);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb, 240, 248, 255), 0.3) 0%, transparent 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.feature-card:hover {
border-color: var(--primary-300);
box-shadow: 0 8px 32px rgba(var(--primary-500-rgb, 59, 130, 246), 0.15);
transform: translateY(-2px);
}
.feature-card:hover::before {
opacity: 1;
}
.feature-icon {
width: 48px;
height: 48px;
margin-bottom: var(--space-3);
padding: var(--space-2);
border-radius: var(--radius-md);
background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-50) 100%);
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-700);
}
.feature-icon-svg {
width: 24px;
height: 24px;
}
#about-feature-1-name,
#about-feature-2-name,
#about-feature-3-name,
#about-feature-4-name {
color: var(--text-primary);
margin-bottom: var(--space-2);
margin-top: 0;
}
#about-feature-1-desc,
#about-feature-2-desc,
#about-feature-3-desc,
#about-feature-4-desc {
color: var(--text-secondary);
margin-bottom: 0;
}
.about-media-stack {
position: relative;
height: 400px;
perspective: 1000px;
}
.media-layer {
position: absolute;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8px);
border: 1px solid var(--border-light);
}
.media-layer-1 {
width: 85%;
height: 280px;
top: 0;
right: 0;
z-index: 4;
box-shadow: 0 15px 40px rgba(var(--primary-500-rgb, 59, 130, 246), 0.12);
}
.media-layer-2 {
width: 75%;
height: 240px;
top: 80px;
left: 0;
z-index: 3;
opacity: 0.85;
transform: rotateY(-8deg);
}
.media-layer-3 {
width: 70%;
height: 220px;
top: 140px;
right: 20px;
z-index: 2;
opacity: 0.7;
transform: rotateY(6deg);
}
.media-layer-4 {
width: 65%;
height: 200px;
top: 180px;
left: 30px;
z-index: 1;
opacity: 0.5;
transform: rotateY(-4deg);
}
.about-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.about-bg-decoration {
position: absolute;
pointer-events: none;
opacity: 0.4;
z-index: 0;
}
.about-bg-blob-1 {
width: 300px;
height: 300px;
top: -100px;
left: -100px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
filter: blur(50px);
}
.about-bg-blob-2 {
width: 250px;
height: 250px;
bottom: -50px;
right: -50px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
filter: blur(60px);
opacity: 0.25;
}
@media (max-width: 991.98px) {
.about-features-grid {
grid-template-columns: 1fr;
gap: var(--space-3);
}
.about-media-stack {
height: 320px;
margin-top: var(--space-4);
}
.media-layer-1 {
width: 90%;
height: 240px;
}
.media-layer-2 {
width: 80%;
height: 200px;
}
.media-layer-3 {
width: 75%;
height: 180px;
}
.media-layer-4 {
width: 70%;
height: 160px;
}
}
@media (max-width: 576px) {
.about-section {
padding: var(--space-4) 0;
}
.about-header {
margin-bottom: var(--space-4);
}
.feature-card {
padding: var(--space-3);
}
.about-media-stack {
height: 280px;
}
.media-layer-1 {
height: 200px;
}
.media-layer-2 {
height: 160px;
}
.media-layer-3 {
height: 140px;
}
.media-layer-4 {
height: 120px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(11, 19, 31, 0.62) 0%,
rgba(15, 24, 44, 0.54) 45%,
rgba(11, 27, 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;
}
.features-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.features-section .container {
position: relative;
z-index: 2;
}
.features-decoration {
position: absolute;
top: -20%;
right: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
opacity: 0.4;
z-index: 1;
pointer-events: none;
}
.feature-card {
position: relative;
padding: 2rem 2.5rem;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-default) var(--ease-smooth);
}
.feature-card:hover {
border-color: var(--border-medium);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
transform: translateY(-2px);
}
.feature-accent {
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 40px;
background: linear-gradient(180deg, var(--primary-500) 0%, var(--primary-300) 100%);
border-radius: var(--radius-sm);
}
#ebcd95tures-title {
font-size: 2.75rem;
line-height: 1.2;
color: var(--text-primary);
letter-spacing: -0.02em;
}
#fffcbctures-subtitle {
font-size: 1.19rem;
line-height: 1.4;
color: var(--text-secondary);
font-weight: 500;
}
#fffcbetures-desc {
font-size: 1.00rem;
line-height: 1.6;
}
.feature-card h3 {
color: var(--text-primary);
font-size: 1.12rem;
line-height: 1.3;
letter-spacing: -0.01em;
}
.feature-card p {
font-size: 0.88rem;
line-height: 1.6;
}
@media (max-width: 991px) {
.features-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#fcda9ctures-title {
font-size: 1.81rem;
}
#fffdc3tures-subtitle {
font-size: 1.12rem;
}
.feature-card {
padding: 1.75rem 2rem;
}
.features-decoration {
width: 350px;
height: 350px;
top: -15%;
right: -15%;
}
}
@media (max-width: 576px) {
.features-section {
padding-top: 2.56rem !important;
padding-bottom: 2.74rem !important;
}
#ece4b3tures-title {
font-size: 1.69rem;
}
#fdf290tures-subtitle {
font-size: 1.06rem;
}
.feature-card {
padding: 1.5rem 1.75rem;
}
.features-decoration {
width: 250px;
height: 250px;
opacity: 0.25;
}
}
[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, 26, 42, 0.62) 0%,
rgba(6, 9, 18, 0.54) 45%,
rgba(8, 20, 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;
}
.services-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.02) 0%, rgba(168, 85, 247, 0.02) 100%);
min-height: auto;
}
.services-header {
text-align: center;
max-width: 680px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 2;
}
.services-header #services-title {
color: var(--text-primary);
letter-spacing: -0.5px;
}
.services-header #services-subtitle {
color: var(--primary-500);
font-weight: 600;
margin-bottom: 1rem !important;
font-size: 0.94rem;
}
.services-header #services-desc {
color: var(--text-secondary);
font-size: 0.94rem;
line-height: 1.6;
}
.services-card {
position: relative;
height: 100%;
border-radius: var(--radius-2xl);
border: 1px solid var(--border-light);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(249, 250, 251, 0.95) 100%);
backdrop-filter: blur(8px);
transition: all var(--duration-300) var(--ease-out);
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.services-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500), transparent);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.services-card:hover {
border-color: var(--border-medium);
box-shadow: 0 8px 32px rgba(82, 169, 246, 0.12);
transform: translateY(-4px);
}
.services-card:hover::before {
opacity: 1;
}
.services-card-featured {
border: 2px solid var(--primary-300);
background: linear-gradient(135deg, rgba(59, 130, 246, 0.04) 0%, rgba(168, 85, 247, 0.04) 100%);
box-shadow: 0 8px 32px rgba(58, 143, 255, 0.15);
transform: scale(1.02);
}
.services-card-featured:hover {
box-shadow: 0 17px 48px rgba(49, 138, 225, 0.20);
transform: scale(1.02) translateY(-4px);
}
.services-card-inner {
padding: 2rem;
display: flex;
flex-direction: column;
height: 100%;
}
.services-card-header {
margin-bottom: 1rem;
}
.services-card-header #services-item-1-name,
.services-card-header #services-item-2-name,
.services-card-header #services-item-3-name,
.services-card-header #services-item-4-name,
.services-card-header #services-item-5-name,
.services-card-header #services-item-6-name {
color: var(--text-primary);
margin-bottom: 0;
font-weight: 700;
letter-spacing: -0.3px;
}
.services-card-inner > p[id*="services-item"][id*="desc"] {
flex-grow: 1;
}
.services-card-footer {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: auto;
padding-top: 1.59rem;
border-top: 1px solid var(--border-light);
}
.services-card-footer span[id*="price"] {
color: var(--primary-500);
font-weight: 700;
}
.services-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.5rem;
border-radius: var(--radius-lg);
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
color: white;
text-decoration: none;
font-size: 0.94rem;
font-weight: 600;
border: none;
cursor: pointer;
transition: all var(--duration-300) var(--ease-out);
position: relative;
overflow: hidden;
}
.services-cta::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
}
.services-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(52, 125, 244, 0.30);
}
.services-cta:hover::after {
opacity: 1;
}
.services-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.services-blob-1 {
width: 320px;
height: 320px;
background: radial-gradient(circle, var(--primary-500), var(--primary-300));
top: -80px;
right: -100px;
filter: blur(40px);
}
.services-blob-2 {
width: 280px;
height: 280px;
background: radial-gradient(circle, var(--primary-700), var(--primary-500));
bottom: 20px;
left: 10%;
filter: blur(50px);
}
.services-blob-3 {
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(159, 82, 224, 0.60), transparent);
top: 50%;
right: 5%;
filter: blur(60px);
}
@media (max-width: 768px) {
.services-card-inner {
padding: 1.5rem;
}
.services-card-featured {
transform: scale(1);
}
.services-card-featured:hover {
transform: translateY(-4px);
}
.services-header {
margin-bottom: 2.57rem;
}
.services-section {
padding-top: 3rem !important;
padding-bottom: 3rem !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, 14, 27, 0.62) 0%,
rgba(15, 24, 39, 0.54) 45%,
rgba(6, 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;
}
#priceplan {
position: relative;
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
overflow: hidden;
min-height: auto;
}
.priceplan-decoration {
position: absolute;
border-radius: 50%;
opacity: 0.08;
pointer-events: none;
}
.priceplan-decoration-1 {
width: 300px;
height: 300px;
background: var(--primary-500);
top: -100px;
right: -100px;
filter: blur(80px);
}
.priceplan-decoration-2 {
width: 250px;
height: 250px;
background: var(--primary-300);
bottom: -80px;
left: -80px;
filter: blur(70px);
}
.priceplan-card {
position: relative;
padding: 2rem;
border-radius: var(--radius-lg);
background: rgba(255, 255, 255, 0.6);
border: 1px solid var(--border-light);
backdrop-filter: blur(20px);
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
transition: all var(--duration-300) var(--ease-smooth);
display: flex;
flex-direction: column;
height: 100%;
}
.priceplan-card:hover {
background: rgba(255, 255, 255, 0.8);
border-color: var(--border-medium);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
transform: translateY(-4px);
}
.priceplan-card-featured {
background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(255, 255, 255, 0.8) 100%);
border: 1.5px solid var(--primary-300);
box-shadow: 0 8px 32px rgba(60, 160, 250, 0.12);
}
.priceplan-card-featured:hover {
box-shadow: 0 16px 48px rgba(67, 144, 255, 0.16);
}
.priceplan-badge {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: var(--primary-500);
color: white;
padding: 0.4rem 1rem;
border-radius: var(--radius-full);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.05em;
box-shadow: 0 4px 12px rgba(63, 152, 229, 0.30);
}
.priceplan-card-header {
margin-bottom: 1.57rem;
}
.priceplan-price-block {
display: flex;
align-items: baseline;
gap: 0.5rem;
}
.priceplan-price {
font-size: 2.44rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1;
}
.priceplan-period {
color: var(--text-secondary);
font-size: 0.94rem;
}
.priceplan-features {
list-style: none;
padding: 0;
margin: 0;
flex-grow: 1;
}
.priceplan-feature {
display: flex;
align-items: flex-start;
padding: 0.75rem 0;
color: var(--text-secondary);
font-size: 1.00rem;
line-height: 1.5;
}
.priceplan-feature::before {
content: 'â';
color: var(--primary-500);
font-weight: 700;
margin-right: 0.75rem;
flex-shrink: 0;
}
.btn-primary {
background: var(--primary-500);
border-color: var(--primary-500);
color: white;
font-weight: 600;
transition: all var(--duration-300) var(--ease-smooth);
}
.btn-primary:hover {
background: var(--primary-700);
border-color: var(--primary-700);
color: white;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(39, 137, 251, 0.30);
}
.btn-outline-primary {
color: var(--primary-500);
border-color: var(--border-medium);
background: transparent;
font-weight: 600;
transition: all var(--duration-300) var(--ease-smooth);
}
.btn-outline-primary:hover {
background: rgba(59, 130, 246, 0.05);
border-color: var(--primary-500);
color: var(--primary-700);
transform: translateY(-2px);
}
@media (max-width: 768px) {
.priceplan-card {
padding: 1.5rem;
}
.priceplan-price {
font-size: 2.00rem;
}
.priceplan-decoration-1,
.priceplan-decoration-2 {
opacity: 0.04;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 16, 34, 0.62) 0%,
rgba(8, 16, 36, 0.54) 45%,
rgba(2, 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;
}
.team-section {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, transparent 100%);
min-height: auto;
}
.team-decoration {
position: relative;
height: 200px;
background: radial-gradient(circle at 60% 40%, var(--primary-100), transparent 70%);
border-radius: 60% 40% 50% 50%;
animation: float 6s ease-in-out infinite;
}
.team-decoration-1 {
opacity: 0.6;
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
.team-card {
position: relative;
height: 100%;
transition: transform var(--duration-300) var(--ease-out), box-shadow var(--duration-300) var(--ease-out);
}
.team-card:hover {
transform: translateY(-8px);
}
.team-card-offset {
margin-top: 2rem;
}
.team-card-image {
position: relative;
overflow: hidden;
border-radius: var(--radius-lg);
aspect-ratio: 1;
margin-bottom: 1.45rem;
background: var(--bg-muted);
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
.team-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.team-card-accent {
position: absolute;
opacity: 0;
transition: opacity var(--duration-300) var(--ease-out);
pointer-events: none;
}
.team-card:hover .team-card-accent {
opacity: 1;
}
.team-accent-1 {
top: -10%;
right: -10%;
width: 120px;
height: 120px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 45% 55% 50% 50%;
}
.team-accent-2 {
top: 10%;
left: -15%;
width: 100px;
height: 100px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 50% 50% 45% 55%;
}
.team-accent-3 {
bottom: -5%;
right: -8%;
width: 110px;
height: 110px;
background: radial-gradient(circle, var(--primary-100), transparent 70%);
border-radius: 50% 40% 60% 50%;
}
.team-accent-4 {
top: 15%;
right: -12%;
width: 95px;
height: 95px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 55% 45% 52% 48%;
}
.team-accent-5 {
bottom: 5%;
left: -10%;
width: 105px;
height: 105px;
background: radial-gradient(circle, var(--primary-100), transparent 70%);
border-radius: 48% 52% 50% 50%;
}
.team-card-content {
padding: 0 0.5rem;
}
.team-bg-blob {
position: absolute;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.team-blob-1 {
top: -10%;
right: -5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 40% 60% 50% 50%;
}
.team-blob-2 {
bottom: -15%;
left: 5%;
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 55% 45% 52% 48%;
}
@media (max-width: 991px) {
.team-card-offset {
margin-top: 0;
}
.team-decoration {
height: 150px;
}
}
@media (max-width: 576px) {
.team-section {
padding: 3rem 0 !important;
}
.row > [class*="col-"] {
margin-bottom: 0;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 7, 12, 0.62) 0%,
rgba(11, 23, 47, 0.54) 45%,
rgba(11, 20, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.reviews-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
}
.reviews-section .container {
position: relative;
z-index: 2;
}
.reviews-section .content_section_title {
color: var(--text-primary);
font-size: clamp(2rem, 5vw, 3.5rem);
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.02em;
}
.reviews-section .section_section_subtitle {
color: var(--primary-500);
font-size: 1.06rem;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.reviews-section .main_body_base {
color: var(--text-primary);
font-size: 0.94rem;
line-height: 1.6;
}
.reviews-section .text-muted {
color: var(--text-muted) !important;
font-size: 0.94rem;
}
.reviews-card {
width: 100%;
padding: 2rem;
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: var(--shadow-sm);
transition: all var(--duration-md) var(--ease-out);
}
.reviews-card:hover {
border-color: var(--primary-300);
box-shadow: 0 8px 24px rgba(59, 130, 246, 0.08);
transform: translateY(-2px);
}
.reviews-card-body {
display: flex;
flex-direction: column;
}
.reviews-card-body .main_body_base {
color: var(--text-secondary);
font-size: 0.94rem;
line-height: 1.7;
}
.reviews-card-footer {
padding-top: 1.55rem;
border-top: 1px solid var(--border-light);
margin-top: auto;
}
.reviews-card-footer .unique_caption {
color: var(--text-primary);
font-size: 0.75rem;
line-height: 1.4;
}
.reviews-card-footer .fw-600 {
font-weight: 600;
}
.reviews-decoration {
position: absolute;
top: -200px;
right: -150px;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-50) 0%, transparent 70%);
border-radius: 50%;
z-index: 1;
pointer-events: none;
opacity: 0.5;
}
@media (max-width: 991.98px) {
.reviews-section .content_section_title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.reviews-card {
padding: 1.5rem;
}
.reviews-decoration {
width: 350px;
height: 350px;
top: -100px;
right: -100px;
}
}
@media (max-width: 575.98px) {
.reviews-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.reviews-section .content_section_title {
font-size: 1.88rem;
}
.reviews-card {
padding: 1.25rem;
}
.reviews-card-body .main_body_base {
font-size: 0.94rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(17, 27, 48, 0.62) 0%,
rgba(2, 3, 6, 0.54) 45%,
rgba(6, 9, 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;
}
.casestudy-section {
position: relative;
padding: var(--space-5) 0;
min-height: auto;
overflow: hidden;
background: linear-gradient(135deg, rgba(var(--primary-50-rgb), 0.3) 0%, transparent 100%);
}
.casestudy-header {
text-align: center;
margin-bottom: var(--space-5);
position: relative;
z-index: 2;
}
#casestudy-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 700;
}
#casestudy-subtitle {
color: var(--primary-500);
margin-bottom: var(--space-3);
font-weight: 600;
}
.casestudy-desc-text {
color: var(--text-secondary);
max-width: 540px;
margin: 0 auto;
line-height: 1.6;
}
.casestudy-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: var(--space-4);
position: relative;
z-index: 2;
margin-bottom: var(--space-4);
}
@media (min-width: 768px) {
.casestudy-grid {
grid-template-columns: repeat(3, 1fr);
gap: var(--space-3);
}
}
.casestudy-card {
position: relative;
border-radius: var(--radius-lg);
padding: var(--space-4);
min-height: 280px;
display: flex;
align-items: flex-end;
overflow: hidden;
transition: transform var(--duration-default) var(--ease-smooth),
box-shadow var(--duration-default) var(--ease-smooth);
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
border: 1px solid var(--border-light);
}
.casestudy-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}
.casestudy-card-primary {
background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
}
.casestudy-card-secondary {
background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.02) 100%);
border-color: var(--primary-300);
}
.casestudy-card-tertiary {
background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, rgba(168, 85, 247, 0.02) 100%);
border-color: var(--border-light);
}
.casestudy-card-inner {
position: relative;
z-index: 2;
width: 100%;
}
.casestudy-card-title {
color: var(--text-primary);
margin-bottom: var(--space-2);
font-weight: 700;
line-height: 1.3;
}
.casestudy-card-description {
color: var(--text-secondary);
line-height: 1.6;
font-weight: 400;
}
.casestudy-card-accent {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
opacity: 0.15;
border-radius: 50%;
pointer-events: none;
}
.casestudy-accent-1 {
background: var(--primary-500);
top: -20px;
right: -20px;
}
.casestudy-accent-2 {
background: var(--primary-500);
width: 140px;
height: 140px;
top: -40px;
right: -40px;
opacity: 0.08;
}
.casestudy-accent-3 {
background: var(--primary-700);
width: 100px;
height: 100px;
top: -10px;
right: 10px;
opacity: 0.12;
border-radius: 45% 55% 50% 50%;
}
.casestudy-decoration {
position: absolute;
pointer-events: none;
opacity: 0.06;
z-index: 1;
}
.casestudy-blob-1 {
width: 280px;
height: 280px;
background: var(--primary-500);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
top: -100px;
left: -80px;
animation: float-slow 8s ease-in-out infinite;
}
.casestudy-blob-2 {
width: 200px;
height: 200px;
background: var(--primary-300);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
bottom: -60px;
right: -50px;
animation: float-slow 10s ease-in-out infinite 1s;
}
@keyframes float-slow {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(20px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 30px) rotate(240deg);
}
}
@media (max-width: 767px) {
.casestudy-section {
padding: var(--space-4) 0;
}
.casestudy-header {
margin-bottom: var(--space-4);
}
.casestudy-grid {
grid-template-columns: 1fr;
gap: var(--space-3);
}
.casestudy-card {
min-height: 240px;
padding: var(--space-3);
}
.casestudy-blob-1,
.casestudy-blob-2 {
display: none;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(9, 24, 39, 0.62) 0%,
rgba(7, 11, 18, 0.54) 45%,
rgba(7, 12, 26, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.process-section-bold {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--surface-primary);
position: relative;
padding: 4rem 0;
}
.process-section-bold .vertical-line {
width: 1px;
height: 120px;
background: var(--primary-500);
margin-top: 2rem;
}
.process-section-bold .section-number {
font-size: 0.94rem;
font-weight: 700;
letter-spacing: 0.15em;
color: var(--primary-500);
margin-bottom: 1rem;
text-transform: uppercase;
}
.process-section-bold .section-title {
font-size: 2.88rem;
font-weight: 700;
line-height: 1.1;
color: var(--text-primary);
margin-bottom: 0;
letter-spacing: -0.02em;
}
.process-section-bold .section-subtitle {
font-size: 1.25rem;
font-weight: 500;
color: var(--text-primary);
margin-bottom: 1.59rem;
letter-spacing: -0.01em;
}
.process-section-bold .section-description {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-bold .process-timeline {
position: relative;
padding: 3rem 0;
}
.process-section-bold .timeline-line {
position: absolute;
top: 80px;
left: 0;
right: 0;
height: 1px;
background: var(--neutral-300);
z-index: 1;
}
.process-section-bold .timeline-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 2rem;
position: relative;
z-index: 2;
}
.process-section-bold .timeline-item {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.process-section-bold .step-number {
font-size: 3.00rem;
font-weight: 300;
line-height: 1;
color: var(--neutral-300);
margin-bottom: 0.66rem;
letter-spacing: -0.02em;
}
.process-section-bold .step-marker {
width: 16px;
height: 16px;
background: var(--primary-500);
border-radius: 0;
margin-bottom: 2rem;
position: relative;
}
.process-section-bold .step-marker::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--surface-primary);
}
.process-section-bold .step-content {
text-align: left;
}
.process-section-bold .step-title {
font-size: 1.19rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 0.81rem;
letter-spacing: -0.01em;
}
.process-section-bold .step-description {
font-size: 0.94rem;
line-height: 1.6;
color: var(--text-secondary);
margin-bottom: 0;
}
.process-section-bold .decorative-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 0;
}
.process-section-bold .grid-line {
position: absolute;
background: var(--neutral-100);
}
.process-section-bold .grid-line-1 {
width: 1px;
height: 100%;
left: 16.666%;
top: 0;
}
.process-section-bold .grid-line-2 {
width: 1px;
height: 100%;
right: 16.666%;
top: 0;
}
@media (max-width: 1199.98px) {
.process-section-bold .section-title {
font-size: 2.44rem;
}
.process-section-bold .timeline-grid {
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}
.process-section-bold .step-number {
font-size: 2.69rem;
}
}
@media (max-width: 991.98px) {
.process-section-bold {
min-height: auto;
max-height: none;
padding: 4rem 0;
}
.process-section-bold .section-title {
font-size: 2.06rem;
}
.process-section-bold .timeline-grid {
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
}
.process-section-bold .timeline-line {
display: none;
}
.process-section-bold .step-marker {
margin-bottom: 1.75rem;
}
}
@media (max-width: 767.98px) {
.process-section-bold .section-title {
font-size: 2.00rem;
}
.process-section-bold .section-subtitle {
font-size: 1.06rem;
}
.process-section-bold .timeline-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.process-section-bold .step-number {
font-size: 2.56rem;
}
.process-section-bold .step-title {
font-size: 1.00rem;
}
.process-section-bold .step-description {
font-size: 0.88rem;
}
.process-section-bold .grid-line {
display: none;
}
}
@media (max-width: 575.98px) {
.process-section-bold {
padding: 3rem 0;
}
.process-section-bold .section-title {
font-size: 1.88rem;
}
.process-section-bold .section-number {
font-size: 0.75rem;
}
.process-section-bold .step-number {
font-size: 1.88rem;
}
}
.process-section-bold .timeline-item {
transition: transform 1.15s ease;
}
.process-section-bold .timeline-item:hover {
transform: translateY(-4px);
}
.process-section-bold .step-marker {
transition: all 0.74s ease;
}
.process-section-bold .timeline-item:hover .step-marker {
background: var(--primary-700);
transform: scale(1.2);
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 10, 20, 0.62) 0%,
rgba(8, 20, 38, 0.54) 45%,
rgba(5, 7, 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;
}
.timeline-section-standard {
background: linear-gradient(
180deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--surface-primary) 95%, var(--primary-50) 5%) 100%
);
overflow: hidden;
position: relative;
}
.timeline-section-standard #timeline-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
}
.timeline-section-standard #timeline-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: -0.01em;
}
.timeline-section-standard #timeline-desc {
color: var(--text-secondary);
line-height: 1.7;
font-size: 1.06rem;
}
.timeline-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 3rem 0;
}
.timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(
180deg,
transparent 0%,
var(--primary-300) 5%,
var(--primary-500) 50%,
var(--primary-300) 95%,
transparent 100%
);
transform: translateX(-50%);
z-index: 1;
}
.timeline-item {
position: relative;
display: flex;
margin-bottom: 4rem;
align-items: center;
}
.timeline-item-left {
justify-content: flex-end;
padding-right: calc(50% + 2rem);
}
.timeline-item-right {
justify-content: flex-start;
padding-left: calc(50% + 2rem);
}
.timeline-content {
flex: 0 0 auto;
max-width: 450px;
width: 100%;
}
.timeline-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
box-shadow:
0 4px 6px rgba(0, 0, 0, 0.05),
0 10px 20px rgba(0, 0, 0, 0.08);
border: 2px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
transition: all 0.83s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.timeline-card::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
top: 50%;
transform: translateY(-50%);
}
.timeline-item-left .timeline-card::before {
right: -20px;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent var(--surface-primary);
}
.timeline-item-right .timeline-card::before {
left: -20px;
border-width: 12px 20px 12px 0;
border-color: transparent var(--surface-primary) transparent transparent;
}
.timeline-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow:
0 8px 12px rgba(0, 0, 0, 0.08),
0 20px 40px rgba(0, 0, 0, 0.12);
border-color: var(--primary-500);
}
.timeline-icon-wrapper {
width: 60px;
height: 60px;
background: linear-gradient(
135deg,
var(--primary-500) 0%,
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%) 100%
);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.65rem;
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.1),
0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
transition: all 1.24s ease;
}
.timeline-icon-wrapper i {
font-size: 1.62rem;
color: var(--light);
}
.timeline-card:hover .timeline-icon-wrapper {
transform: rotate(360deg) scale(1.1);
box-shadow:
0 6px 12px rgba(0, 0, 0, 0.15),
0 0 0 6px color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.timeline-card-body {
position: relative;
}
.timeline-card-title {
color: var(--text-primary);
font-size: 1.56rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
letter-spacing: -0.01em;
}
.timeline-card-desc {
color: var(--text-secondary);
font-size: 1.00rem;
line-height: 1.7;
margin: 0;
}
.timeline-dot {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
background: var(--primary-500);
border-radius: 50%;
border: 4px solid var(--surface-primary);
box-shadow:
0 0 0 4px var(--primary-300),
0 4px 8px rgba(0, 0, 0, 0.15);
z-index: 2;
transition: all 1.04s ease;
}
.timeline-item:hover .timeline-dot {
width: 32px;
height: 32px;
background: var(--primary-700);
box-shadow:
0 0 0 6px color-mix(in srgb, var(--primary-300) 60%, transparent 40%),
0 6px 12px rgba(0, 0, 0, 0.2);
}
.decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.05;
pointer-events: none;
z-index: 0;
}
.shape-top {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
top: -200px;
right: -100px;
animation: float 20s ease-in-out infinite;
}
.shape-bottom {
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-700) 0%, transparent 70%);
bottom: -250px;
left: -150px;
animation: float 25s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% {
transform: translate(0, 0) rotate(0deg);
}
33% {
transform: translate(30px, -30px) rotate(120deg);
}
66% {
transform: translate(-20px, 20px) rotate(240deg);
}
}
@media (max-width: 991px) {
.timeline-section-standard #timeline-title {
font-size: 2.50rem;
}
.timeline-section-standard #timeline-desc {
font-size: 1.06rem;
}
.timeline-line {
left: 30px;
}
.timeline-item-left,
.timeline-item-right {
justify-content: flex-start;
padding-left: 5rem;
padding-right: 1rem;
}
.timeline-content {
max-width: 100%;
}
.timeline-dot {
left: 30px;
}
.timeline-card::before {
display: none;
}
}
@media (max-width: 767px) {
.timeline-section-standard {
padding: 3rem 0;
}
.timeline-section-standard #timeline-title {
font-size: 2.12rem;
}
.timeline-section-standard #timeline-subtitle {
font-size: 1.12rem;
}
.timeline-wrapper {
padding: 2rem 0;
}
.timeline-item {
margin-bottom: 3rem;
padding-left: 3.5rem;
}
.timeline-line {
left: 20px;
width: 3px;
}
.timeline-dot {
left: 20px;
width: 20px;
height: 20px;
}
.timeline-item:hover .timeline-dot {
width: 26px;
height: 26px;
}
.timeline-card {
padding: 1.5rem;
}
.timeline-icon-wrapper {
width: 50px;
height: 50px;
margin-bottom: 1rem;
}
.timeline-icon-wrapper i {
font-size: 1.38rem;
}
.timeline-card-title {
font-size: 1.25rem;
}
.timeline-card-desc {
font-size: 1.06rem;
}
.decorative-shape {
opacity: 0.03;
}
.shape-top {
width: 250px;
height: 250px;
}
.shape-bottom {
width: 300px;
height: 300px;
}
}
@media print {
.timeline-section-standard {
background: white;
}
.timeline-card {
box-shadow: none;
border: 1px solid var(--neutral-300);
page-break-inside: avoid;
}
.timeline-line,
.timeline-dot,
.decorative-shape {
display: none;
}
}
@media (prefers-contrast: high) {
.timeline-card {
border-width: 3px;
border-color: var(--primary-700);
}
.timeline-line {
width: 6px;
background: var(--primary-700);
}
.timeline-dot {
border-width: 6px;
}
}
@media (prefers-reduced-motion: reduce) {
.timeline-card,
.timeline-icon-wrapper,
.timeline-dot {
transition: none;
}
.decorative-shape {
animation: none;
}
.timeline-card:hover {
transform: none;
}
.timeline-item:hover .timeline-dot {
width: 24px;
height: 24px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(15, 24, 50, 0.62) 0%,
rgba(1, 2, 3, 0.54) 45%,
rgba(12, 21, 43, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#career {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
background-color: var(--bg-primary);
overflow: hidden;
}
#career .container {
position: relative;
z-index: 1;
}
#career .row {
min-height: 100vh;
}
.career-decoration {
position: absolute;
top: 50%;
right: -10%;
width: 500px;
height: 500px;
border-radius: 50%;
background: radial-gradient(
circle at 30% 30%,
var(--primary-50),
transparent 70%
);
opacity: 0.4;
z-index: 0;
pointer-events: none;
}
.career-card {
padding: var(--space-4);
border: 1px solid var(--border-light);
border-radius: var(--radius-2);
background-color: var(--bg-secondary);
transition: all var(--duration-300) var(--ease-smooth);
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.career-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(
90deg,
var(--primary-500),
var(--primary-300),
transparent
);
border-radius: var(--radius-2) var(--radius-2) 0 0;
}
.career-card:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-medium);
transform: translateY(-2px);
}
.career-card-header {
margin-bottom: var(--space-3);
}
.career-card h3 {
color: var(--text-primary);
font-weight: 600;
letter-spacing: -0.3px;
}
.career-card .unique_caption {
color: var(--text-muted);
text-transform: uppercase;
font-size: 0.62rem;
letter-spacing: 0.8px;
font-weight: 600;
}
.career-card .main_body_base {
line-height: 1.6;
flex-grow: 1;
}
@media (max-width: 991px) {
#career {
min-height: auto;
padding: var(--space-6) 0;
}
#career .row {
min-height: auto;
}
.career-decoration {
width: 350px;
height: 350px;
right: -15%;
opacity: 0.25;
}
}
@media (max-width: 768px) {
#career {
padding: var(--space-5) 0;
}
.career-card {
padding: var(--space-3);
}
.career-decoration {
width: 250px;
height: 250px;
right: -20%;
opacity: 0.2;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(10, 15, 31, 0.62) 0%,
rgba(7, 12, 22, 0.54) 45%,
rgba(12, 17, 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;
}
.coreinfo-section-custom {
background: linear-gradient(135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.coreinfo-section-custom::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.coreinfo-section-custom::after {
content: '';
position: absolute;
bottom: -30%;
left: -5%;
width: 500px;
height: 500px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-50) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 50%;
pointer-events: none;
}
.section-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
border-radius: 50px;
border: 2px solid color-mix(in srgb, var(--primary-300) 40%, transparent 60%);
}
.badge-dot {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-dot 2s ease-in-out infinite;
}
.badge-dot:nth-child(2) {
animation-delay: 0.88s;
}
.badge-dot:nth-child(3) {
animation-delay: 1.17s;
}
@keyframes pulse-dot {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
margin-bottom: 1rem;
}
.section-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-700);
line-height: 1.4;
margin-bottom: 1.62rem;
}
.section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.8;
max-width: 700px;
margin: 0 auto;
}
.decorative-line {
height: 4px;
width: 120px;
margin: 0 auto;
background: linear-gradient(90deg,
transparent 0%,
var(--primary-500) 50%,
transparent 100%
);
border-radius: 2px;
position: relative;
}
.decorative-line::before,
.decorative-line::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
background: var(--primary-500);
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
.decorative-line::before {
left: -20px;
}
.decorative-line::after {
right: -20px;
}
.info-card {
background: var(--surface-primary);
border-radius: 16px;
padding: 2rem;
position: relative;
overflow: hidden;
border: 2px solid color-mix(in srgb, var(--primary-100) 50%, transparent 50%);
transition: all 1.31s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.info-card:hover {
transform: translateY(-8px);
border-color: var(--primary-300);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.info-card:hover .icon-wrapper i {
transform: scale(1.1) rotate(5deg);
color: var(--primary-700);
}
.card-decoration {
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
pointer-events: none;
opacity: 0.4;
}
.decoration-circle {
position: absolute;
top: -30px;
right: -30px;
width: 100px;
height: 100px;
border: 3px solid var(--primary-300);
border-radius: 50%;
animation: rotate-decoration 20s linear infinite;
}
.decoration-line {
position: absolute;
top: 20px;
right: 20px;
width: 60px;
height: 3px;
background: var(--primary-300);
transform: rotate(-45deg);
}
@keyframes rotate-decoration {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.icon-wrapper {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
z-index: 1;
}
.icon-wrapper i {
font-size: 2.06rem;
color: var(--primary-500);
transition: all 1.24s ease;
z-index: 2;
position: relative;
}
.icon-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
var(--primary-100) 0%,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%) 100%
);
border-radius: 16px;
transform: rotate(0deg);
transition: transform 0.54s ease;
z-index: 1;
}
.info-card:hover .icon-bg {
transform: rotate(45deg);
}
.card-title {
font-size: 1.31rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
margin-bottom: 1rem;
transition: color 0.64s ease;
}
.info-card:hover .card-title {
color: var(--primary-700);
}
.card-description {
font-size: 0.94rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.card-footer-accent {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-700) 100%
);
transition: width 1.20s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 0 4px 0 0;
}
.info-card:hover .card-footer-accent {
width: 100%;
}
.bottom-decoration {
position: relative;
margin-top: 4rem;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
}
.decoration-shape {
width: 50px;
height: 50px;
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
border-radius: 50%;
animation: float-shape 6s ease-in-out infinite;
}
.decoration-shape.shape-1 {
background: color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
animation-delay: 0s;
}
.decoration-shape.shape-2 {
width: 40px;
height: 40px;
background: color-mix(in srgb, var(--primary-500) 25%, transparent 75%);
animation-delay: 1s;
border-radius: 10px;
transform: rotate(45deg);
}
.decoration-shape.shape-3 {
background: color-mix(in srgb, var(--primary-700) 20%, transparent 80%);
animation-delay: 2s;
}
@keyframes float-shape {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(180deg);
}
}
@media (max-width: 991.98px) {
.section-title {
font-size: 1.94rem;
}
.section-subtitle {
font-size: 1.38rem;
}
.section-description {
font-size: 1.12rem;
}
.info-card {
padding: 1.75rem;
}
.card-title {
font-size: 1.19rem;
}
.bottom-decoration {
margin-top: 3rem;
}
}
@media (max-width: 767.98px) {
.coreinfo-section-custom {
padding: 3rem 0;
}
.section-title {
font-size: 1.75rem;
}
.section-subtitle {
font-size: 1.19rem;
}
.info-card {
padding: 1.5rem;
}
.icon-wrapper {
width: 60px;
height: 60px;
}
.icon-wrapper i {
font-size: 1.75rem;
}
.card-title {
font-size: 1.06rem;
}
.card-description {
font-size: 1.00rem;
}
.decoration-shape {
width: 40px;
height: 40px;
}
.decoration-shape.shape-2 {
width: 30px;
height: 30px;
}
}
@media (max-width: 575.98px) {
.coreinfo-section-custom::before,
.coreinfo-section-custom::after {
width: 300px;
height: 300px;
}
.section-badge {
padding: 6px 16px;
}
.badge-dot {
width: 6px;
height: 6px;
}
.decorative-line {
width: 80px;
height: 3px;
}
.bottom-decoration {
gap: 20px;
margin-top: 2rem;
}
}
@media print {
.coreinfo-section-custom::before,
.coreinfo-section-custom::after,
.card-decoration,
.bottom-decoration {
display: none;
}
.info-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid var(--neutral-300);
}
}
@media (prefers-reduced-motion: reduce) {
.info-card,
.icon-wrapper i,
.icon-bg,
.card-footer-accent,
.badge-dot,
.decoration-circle,
.decoration-shape {
animation: none;
transition: none;
}
.info-card:hover {
transform: none;
}
}
@media (prefers-contrast: high) {
.info-card {
border-width: 3px;
border-color: var(--primary-700);
}
.card-title {
font-weight: 800;
}
.icon-wrapper i {
filter: contrast(1.2);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 8, 12, 0.62) 0%,
rgba(6, 8, 16, 0.54) 45%,
rgba(5, 12, 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;
}
.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.10s ease-in-out infinite;
}
@keyframes pulse-leadgen-v001 {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.leadgen-section-secondary .leadgen-form-card {
background: var(--light);
border-radius: 28px;
padding: 3.5rem;
box-shadow: 0 15px 50px rgba(var(--black-rgb), 0.1);
position: relative;
overflow: hidden;
border: 1px solid var(--neutral-100);
transition: transform 0.57s ease, box-shadow 1.19s 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.80s ease;
font-size: 1.06rem;
height: calc(3.5rem + 2px);
}
.leadgen-section-secondary .form-floating > label {
padding: 1.1rem 1.35rem;
color: var(--text-secondary);
font-weight: 500;
}
.leadgen-section-secondary .form-control:focus,
.leadgen-section-secondary .form-select:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primary-500) 20%, transparent);
background: var(--light);
outline: none;
}
.leadgen-section-secondary .form-control:hover,
.leadgen-section-secondary .form-select:hover {
border-color: var(--neutral-200);
}
.leadgen-section-secondary textarea.form-control {
min-height: 150px;
resize: vertical;
}
.leadgen-section-secondary .form-check-input {
width: 1.3rem;
height: 1.3rem;
border: 2px solid var(--neutral-300);
border-radius: 7px;
cursor: pointer;
transition: all 1.00s 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, #3e82f7, #154dc3) !important;
color: var(--light) !important;
border: none;
border-radius: 14px;
font-weight: 600;
font-size: 1.25rem;
letter-spacing: 0.4px;
transition: all 0.86s ease;
box-shadow: 0 6px 20px rgba(35, 134, 228, 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.87s ease;
}
.leadgen-section-secondary .btn-leadgen-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(70, 121, 252, 0.45);
}
.leadgen-section-secondary .btn-leadgen-submit:hover::before {
left: 100%;
}
.leadgen-section-secondary .btn-leadgen-submit:active {
transform: translateY(0);
box-shadow: 0 4px 15px rgba(79, 128, 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: 0.94rem;
}
.leadgen-section-secondary .form-control,
.leadgen-section-secondary .form-select {
padding: 1rem 1.15rem;
}
}
.leadgen-section-secondary .form-control:focus-visible,
.leadgen-section-secondary .form-select:focus-visible,
.leadgen-section-secondary .form-check-input:focus-visible {
outline: 3px solid var(--primary-500);
outline-offset: 2px;
}
.leadgen-section-secondary .btn-leadgen-submit:focus-visible {
outline: 3px solid var(--light);
outline-offset: 3px;
}
.leadgen-section-secondary .leadgen-field,
.leadgen-section-secondary .leadgen-field-dynamic {
animation: fadeInField 0.88s 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.41s ease;
font-size: 1.06rem;
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.61s 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(5, 8, 21, 0.62) 0%,
rgba(4, 7, 12, 0.54) 45%,
rgba(5, 10, 20, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-featured {
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;
}
.decorative-dot-pattern {
width: 60px;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500) 0%,
var(--primary-500) 25%,
transparent 25%,
transparent 50%,
var(--primary-500) 50%,
var(--primary-500) 75%,
transparent 75%
);
background-size: 20px 6px;
margin: 0 auto;
opacity: 0.7;
}
.section-title {
font-size: 2.50rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.section-subtitle {
font-size: 1.19rem;
font-weight: 500;
color: var(--primary-700);
line-height: 1.4;
}
.section-description {
font-size: 1.12rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 650px;
margin: 0 auto;
}
.contact-form-wrapper {
position: relative;
background: var(--surface-primary);
padding: 3rem;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
border: 1px solid color-mix(in srgb, var(--primary-300) 30%, transparent 70%);
}
.decorative-corner-tl,
.decorative-corner-br {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid var(--primary-500);
opacity: 0.3;
}
.decorative-corner-tl {
top: 15px;
left: 15px;
border-right: none;
border-bottom: none;
border-radius: 8px 0 0 0;
}
.decorative-corner-br {
bottom: 15px;
right: 15px;
border-left: none;
border-top: none;
border-radius: 0 0 8px 0;
}
.form-group {
position: relative;
}
.form-label {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--primary-50);
color: var(--primary-700);
border-radius: 8px;
font-size: 1.19rem;
margin-bottom: 0.56rem;
transition: all 1.12s ease;
}
.form-control {
border: 2px solid var(--neutral-300);
border-radius: 10px;
padding: 0.875rem 1.25rem;
font-size: 1.06rem;
color: var(--text-primary);
background: var(--surface-primary);
transition: all 0.68s ease;
}
.form-control:focus {
border-color: var(--primary-500);
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
outline: none;
}
.form-control::placeholder {
color: var(--neutral-500);
}
textarea.form-control {
resize: vertical;
min-height: 120px;
}
.form-check-input {
width: 1.25rem;
height: 1.25rem;
border: 2px solid var(--neutral-300);
border-radius: 4px;
cursor: pointer;
transition: all 0.44s ease;
}
.form-check-input:checked {
background-color: var(--primary-500);
border-color: var(--primary-500);
}
.form-check-input:focus {
box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-300) 20%, transparent 80%);
outline: none;
}
.form-check-label {
font-size: 1.00rem;
color: var(--text-secondary);
cursor: pointer;
user-select: none;
}
.btn-submit {
display: inline-flex;
align-items: center;
gap: 0.75rem;
padding: 1rem 2.5rem;
font-size: 1.12rem;
font-weight: 600;
border: none;
border-radius: 10px;
background: linear-gradient(135deg, #1c5cff, #0096bf) !important;
color: #ffffff !important;
cursor: pointer;
transition: all 0.51s ease;
box-shadow: 0 4px 15px rgba(60, 128, 236, 0.30);
width: 100%;
justify-content: center;
}
.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(20, 77, 250, 0.40);
}
.btn-submit:active {
transform: translateY(0);
}
.btn-submit i {
font-size: 1.31rem;
transition: transform 0.59s ease;
}
.btn-submit:hover i {
transform: translateX(4px);
}
.contact-info-wrapper {
position: relative;
padding: 2rem;
}
.icon-decoration {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-around;
padding: 2rem;
opacity: 0.03;
pointer-events: none;
z-index: 1;
}
.icon-decoration i {
font-size: 3.00rem;
color: var(--primary-500);
}
.info-card {
position: relative;
display: flex;
align-items: flex-start;
gap: 1.5rem;
padding: 1.75rem;
background: var(--surface-primary);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 1px solid var(--neutral-300);
transition: all 1.10s ease;
z-index: 2;
}
.info-card:hover {
transform: translateX(8px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border-color: var(--primary-500);
}
.icon-wrapper {
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-radius: 10px;
font-size: 1.38rem;
box-shadow: 0 4px 15px rgba(45, 76, 210, 0.30);
}
.info-content {
flex: 1;
}
.info-title {
font-size: 1.06rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.5;
}
.info-decoration {
width: 40px;
height: 3px;
background: linear-gradient(90deg, var(--primary-500), transparent);
margin-top: 0.92rem;
border-radius: 2px;
}
.decorative-shape-circle {
position: absolute;
bottom: -50px;
right: -50px;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 50%;
opacity: 0.2;
z-index: 0;
pointer-events: none;
}
.bg-decoration-top,
.bg-decoration-bottom {
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-300) 30%, transparent 70%),
transparent 70%
);
border-radius: 50%;
pointer-events: none;
z-index: 0;
}
.bg-decoration-top {
top: -100px;
left: -100px;
}
.bg-decoration-bottom {
bottom: -100px;
right: -100px;
}
@media (max-width: 991px) {
.section-title {
font-size: 1.94rem;
}
.section-subtitle {
font-size: 1.19rem;
}
.contact-form-wrapper {
padding: 2rem;
margin-bottom: 2rem;
}
.info-card {
padding: 1.5rem;
}
}
@media (max-width: 767px) {
.section-title {
font-size: 1.75rem;
}
.section-subtitle {
font-size: 1.00rem;
}
.section-description {
font-size: 0.88rem;
}
.contact-form-wrapper {
padding: 1.5rem;
}
.btn-submit {
padding: 0.875rem 2rem;
font-size: 0.88rem;
}
.icon-decoration i {
font-size: 3.00rem;
}
.decorative-shape-circle {
width: 150px;
height: 150px;
}
}
@media (max-width: 575px) {
.contact-section-featured {
padding-top: 3rem;
padding-bottom: 3rem;
}
.section-title {
font-size: 1.56rem;
}
.contact-form-wrapper {
padding: 1.25rem;
}
.info-card {
padding: 1.25rem;
gap: 1rem;
}
.icon-wrapper {
width: 45px;
height: 45px;
font-size: 1.31rem;
}
.info-title {
font-size: 0.94rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(6, 10, 18, 0.62) 0%,
rgba(10, 16, 34, 0.54) 45%,
rgba(12, 18, 31, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.contact-section-featured {
overflow-x: hidden !important;
}
.blog-section {
position: relative;
overflow: hidden;
background-color: var(--bg-primary);
min-height: 600px;
}
.blog-decoration {
position: absolute;
opacity: 0.03;
pointer-events: none;
z-index: 0;
}
.blog-decoration-top {
top: -200px;
right: -150px;
width: 600px;
height: 600px;
background: radial-gradient(circle, var(--primary-500), transparent);
border-radius: 50%;
}
.blog-decoration-bottom {
bottom: -100px;
left: -200px;
width: 500px;
height: 500px;
background: radial-gradient(circle, var(--primary-300), transparent);
border-radius: 50%;
}
#blog_grid {
position: relative;
z-index: 1;
}
.blog-card {
display: flex;
flex-direction: column;
height: 100%;
padding: var(--space-6);
background-color: var(--bg-secondary);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
transition: all var(--duration-300) var(--ease-out);
box-shadow: var(--shadow-sm);
}
.blog-card:hover {
border-color: var(--border-medium);
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.blog-card-content {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.blog-card-featured {
padding: var(--space-8);
background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--primary-50) 100%);
border-color: var(--border-medium);
}
#blog-item-3-title {
color: var(--text-primary);
}
#blog-item-1-title,
#blog-item-2-title {
color: var(--text-primary);
line-height: 1.3;
}
.blog-card-link {
display: inline-block;
margin-top: auto;
padding-bottom: var(--space-1);
color: var(--primary-500);
text-decoration: none;
border-bottom: 2px solid transparent;
transition: border-color var(--duration-200) var(--ease-out);
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.3px;
}
.blog-card-link:hover {
border-bottom-color: var(--primary-500);
}
#blog-title {
color: var(--text-primary);
line-height: 1.2;
}
#blog-subtitle {
color: var(--primary-500);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.88rem;
font-weight: 600;
}
#blog-desc {
max-width: 500px;
line-height: 1.6;
}
@media (max-width: 991.98px) {
.blog-section {
min-height: auto;
}
.blog-card {
padding: var(--space-5);
}
.blog-card-featured {
padding: var(--space-6);
}
#blog_grid {
--bs-gutter-y: var(--space-4);
}
}
@media (max-width: 575.98px) {
#blog_grid {
--bs-gutter-y: var(--space-3);
}
.blog-card {
padding: var(--space-4);
}
#blog-title {
font-size: 1.69rem;
}
.blog-decoration-top,
.blog-decoration-bottom {
opacity: 0.02;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(5, 13, 23, 0.62) 0%,
rgba(7, 14, 21, 0.54) 45%,
rgba(10, 24, 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;
}
.faq-section-273 {
background: linear-gradient(
135deg,
var(--surface-primary) 0%,
color-mix(in srgb, var(--primary-50) 30%, var(--surface-primary) 70%) 100%
);
position: relative;
overflow: hidden;
}
.faq-header-273 {
position: relative;
z-index: 2;
}
.decorative-dots-273 {
display: flex;
justify-content: center;
gap: 8px;
}
.decorative-dots-273::before,
.decorative-dots-273::after {
content: '';
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
animation: pulse-273 2s ease-in-out infinite;
}
.decorative-dots-273::after {
animation-delay: 1.15s;
}
.decorative-line-273 {
width: 80px;
height: 4px;
background: linear-gradient(
90deg,
transparent,
var(--primary-500),
transparent
);
margin: 0 auto;
border-radius: 2px;
}
#faq-title {
color: var(--text-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
#faq-subtitle {
color: var(--primary-500);
font-weight: 600;
letter-spacing: 0.05em;
font-size: 0.81rem;
}
#faq-desc {
color: var(--text-secondary);
line-height: 1.7;
max-width: 700px;
margin: 0 auto;
}
.faq-card-273 {
background: var(--surface-primary);
border-radius: 16px;
transition: all 0.64s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.faq-card-273:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
.faq-card-273::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-50) 50%, transparent 50%) 0%,
transparent 100%
);
opacity: 0;
transition: opacity 1.35s ease;
}
.faq-card-273:hover::before {
opacity: 1;
}
.faq-card-accent-273 {
position: absolute;
bottom: 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.13s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-card-273:hover .faq-card-accent-273 {
transform: scaleX(1);
}
.faq-icon-273 {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--primary-50) 50%)
);
border-radius: 12px;
color: var(--primary-500);
font-size: 1.56rem;
transition: all 0.53s ease;
}
.faq-card-273:hover .faq-icon-273 {
background: var(--primary-500);
color: var(--light);
transform: scale(1.1) rotate(5deg);
}
.faq-question-273 {
color: var(--text-primary);
font-weight: 600;
line-height: 1.4;
transition: color 0.75s ease;
}
.faq-card-273:hover .faq-question-273 {
color: var(--primary-700);
}
.faq-answer-273 {
color: var(--text-secondary);
line-height: 1.7;
font-size: 0.94rem;
}
.decorative-shapes-273 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.shape-circle-273 {
position: absolute;
border-radius: 50%;
background: linear-gradient(
135deg,
color-mix(in srgb, var(--primary-100) 20%, transparent 80%),
transparent
);
}
.shape-circle-273.shape-1 {
width: 300px;
height: 300px;
top: -150px;
right: -100px;
animation: float-273 20s ease-in-out infinite;
}
.shape-circle-273.shape-2 {
width: 200px;
height: 200px;
bottom: -100px;
left: -50px;
animation: float-273 15s ease-in-out infinite reverse;
}
.shape-blob-273 {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-50) 15%, transparent 85%) 0%,
transparent 70%
);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-273 10s ease-in-out infinite;
opacity: 0.5;
}
@keyframes pulse-273 {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.5;
transform: scale(0.8);
}
}
@keyframes float-273 {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-30px) rotate(5deg);
}
}
@keyframes morph-273 {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
}
}
@media (max-width: 991.98px) {
#faq-title {
font-size: 2.19rem;
}
.faq-icon-273 {
width: 48px;
height: 48px;
font-size: 1.38rem;
}
.shape-circle-273.shape-1 {
width: 200px;
height: 200px;
}
.shape-circle-273.shape-2 {
width: 150px;
height: 150px;
}
.shape-blob-273 {
width: 300px;
height: 300px;
}
}
@media (max-width: 767.98px) {
.faq-section-273 {
padding: 3rem 0 !important;
}
#faq-title {
font-size: 1.62rem;
}
#faq-subtitle {
font-size: 0.75rem;
}
.faq-card-273 {
margin-bottom: 1rem;
}
.faq-card-273:hover {
transform: translateY(-4px);
}
}
@media (max-width: 575.98px) {
.faq-card-273 .card-body {
padding: 1.5rem !important;
}
.faq-icon-273 {
width: 44px;
height: 44px;
font-size: 1.12rem;
}
.faq-question-273 {
font-size: 1.00rem;
}
.faq-answer-273 {
font-size: 0.88rem;
}
}
@media print {
.faq-section-273 {
background: white !important;
}
.decorative-shapes-273,
.decorative-dots-273,
.decorative-line-273 {
display: none !important;
}
.faq-card-273 {
break-inside: avoid;
box-shadow: none !important;
border: 1px solid var(--neutral-300) !important;
}
}
@media (prefers-reduced-motion: reduce) {
.faq-card-273,
.faq-icon-273,
.faq-card-accent-273,
.shape-circle-273,
.shape-blob-273 {
animation: none !important;
transition: none !important;
}
.faq-card-273:hover {
transform: none !important;
}
}
@media (prefers-contrast: high) {
.faq-card-273 {
border: 2px solid var(--neutral-700) !important;
}
.faq-icon-273 {
border: 2px solid var(--primary-700);
}
.faq-question-273 {
font-weight: 700;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(4, 7, 19, 0.62) 0%,
rgba(19, 29, 49, 0.54) 45%,
rgba(15, 34, 53, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
#footer {
background: linear-gradient(135deg, var(--bg-primary) 0%, var(--neutral-50) 100%);
color: var(--text-primary);
position: relative;
border-top: 1px solid var(--border-light);
}
.footer-decoration {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.footer-decoration-1 {
width: 400px;
height: 400px;
background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
border-radius: 50%;
top: -100px;
right: -100px;
filter: blur(60px);
}
.footer-decoration-2 {
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-300) 0%, transparent 70%);
border-radius: 50%;
bottom: -80px;
left: -80px;
filter: blur(50px);
}
#footer .container {
position: relative;
z-index: 1;
}
#footer .row {
--bs-gutter-x: 0;
--bs-gutter-y: 0;
}
#sitename {
font-weight: 700;
letter-spacing: -0.5px;
color: var(--text-primary);
}
#sitedesc {
color: var(--text-secondary);
line-height: 1.6;
}
#site_policies_title,
#site_contact_title {
font-weight: 600;
letter-spacing: 0.5px;
color: var(--text-primary);
}
#site_disclaimer {
color: var(--text-muted);
font-style: italic;
}
.footer-link {color: var(--text-secondary);
text-decoration: none;
transition: color var(--duration-short) var(--ease-out),
text-shadow var(--duration-short) var(--ease-out);
position: relative;
display: inline-block;
padding-bottom: 2px;
border-bottom: 1px solid transparent;
}
.footer-link:hover {color: var(--primary-500);
border-bottom-color: var(--primary-500);
text-shadow: 0 0 12px rgba(var(--primary-500), 0.3);
}
#contact-info-phone,
#contact-info-email,
#contact-info-address {
color: var(--text-primary);
font-weight: 500;
}
.footer-divider {
border: none;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border-medium), transparent);
margin: var(--space-4) 0;
}
#site-copyright {
color: var(--text-muted);
font-size: 0.88rem;
letter-spacing: 0.3px;
}
.space-y-2 > *:not(:last-child) {
margin-bottom: var(--space-2);
}
@media (max-width: 768px) {
#footer {
padding: var(--space-4) 0;
}
#sitename {
font-size: 1.56rem;
}
.footer-decoration-1,
.footer-decoration-2 {
opacity: 0.04;
}
}
#footer p {
margin-bottom: 0;
}
#footer ul {
margin-bottom: 0;
}
#footer li {
margin-bottom: var(--space-2);
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 2, 5, 0.62) 0%,
rgba(2, 3, 6, 0.54) 45%,
rgba(15, 25, 39, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap_variant {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_variant .bg_shape {
position: absolute;
border-radius: 50%;
opacity: 0.04;
pointer-events: none;
z-index: 0;
}
.add_wrap_variant .shape_1 {
width: 600px;
height: 600px;
background: var(--primary-500, #6930f6);
top: -200px;
left: -200px;
filter: blur(100px);
}
.add_wrap_variant .shape_2 {
width: 400px;
height: 400px;
background: var(--primary-300, #b3a1f2);
top: 30%;
right: -100px;
filter: blur(80px);
}
.add_wrap_variant .shape_3 {
width: 500px;
height: 500px;
background: var(--primary-500, #9d4ae6);
bottom: -150px;
left: 50%;
filter: blur(90px);
}
.add_wrap_variant .container {
position: relative;
z-index: 1;
}
.add_wrap_variant .add_header_section {
text-align: center;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_variant .header_badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-500, #772cee) 0%, var(--primary-700, #6c15ec) 100%);
color: #ffffff;
border-radius: 50%;
font-size: 1.38rem;
margin-bottom: var(--space-4, 1rem);
box-shadow: 0 8px 24px rgba(160, 77, 238, 0.30);
animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
0%, 100% {
transform: scale(1);
box-shadow: 0 8px 24px rgba(142, 66, 217, 0.30);
}
50% {
transform: scale(1.05);
box-shadow: 0 12px 32px rgba(150, 78, 231, 0.40);
}
}
.add_wrap_variant .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #111113);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--text-primary, #302f33) 0%, var(--primary-700, #7a2fdb) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_variant .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #6433f1);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
}
.add_wrap_variant .add_description {
font-size: 1.06rem;
color: var(--text-secondary, #5e677d);
line-height: 1.75;
text-align: center;
}
.add_wrap_variant .add_masonry_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_variant .masonry_card {
position: relative;
background: #ffffff;
border-radius: var(--radius-lg, 12px);
padding: var(--space-6, 1.5rem);
border: 1px solid var(--border-light, #cfdce5);
box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
transition: all 0.51s ease;
height: 100%;
overflow: hidden;
}
.add_wrap_variant .masonry_card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(143, 70, 255, 0.15);
border-color: var(--primary-500, #7c4df4);
}
.add_wrap_variant .masonry_card_large {
padding: var(--space-8, 2rem);
min-height: 280px;
}
.add_wrap_variant .masonry_card_large .card_decoration {
position: absolute;
top: var(--space-4, 1rem);
right: var(--space-4, 1rem);
opacity: 0.1;
}
.add_wrap_variant .decoration_circle {
width: 80px;
height: 80px;
border: 2px solid var(--primary-500, #8840f5);
border-radius: 50%;
}
.add_wrap_variant .decoration_dots {
display: flex;
gap: 6px;
justify-content: center;
margin-top: 8px;
}
.add_wrap_variant .decoration_dots span {
width: 6px;
height: 6px;
background: var(--primary-500, #7b22e2);
border-radius: 50%;
display: block;
}
.add_wrap_variant .masonry_card_small {
min-height: 280px;
display: flex;
flex-direction: column;
}
.add_wrap_variant .card_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #f4f3fe) 100%);
border-radius: var(--radius-md, 10px);
color: var(--primary-500, #7c4de0);
font-size: 1.75rem;
margin-bottom: var(--space-4, 1rem);
transition: all 0.42s ease;
}
.add_wrap_variant .masonry_card:hover .card_icon {
background: linear-gradient(135deg, var(--primary-500, #a450ff) 0%, var(--primary-700, #501ddd) 100%);
color: #ffffff;
transform: scale(1.1) rotate(5deg);
}
.add_wrap_variant .masonry_card_large .card_icon {
width: 72px;
height: 72px;
font-size: 2.06rem;
}
.add_wrap_variant .card_body {
flex: 1;
}
.add_wrap_variant .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #252529);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_variant .add_elem_desc {
font-size: 1.00rem;
color: var(--text-secondary, #5c6580);
line-height: 1.65;
margin: 0;
}
.add_wrap_variant .masonry_card_highlight {
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 2px solid var(--primary-300, #c3b3f7);
padding: var(--space-8, 2rem);
display: flex;
align-items: center;
gap: var(--space-6, 1.5rem);
min-height: 200px;
}
.add_wrap_variant .masonry_card_highlight:hover {
background: linear-gradient(135deg, var(--primary-100, #e4e4e5) 0%, #ffffff 50%, var(--primary-100, #e9e3ff) 100%);
border-color: var(--primary-500, #7e27e8);
}
.add_wrap_variant .highlight_icon_wrapper {
position: relative;
flex-shrink: 0;
width: 96px;
height: 96px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500, #602ded) 0%, var(--primary-700, #6f21d6) 100%);
color: #ffffff;
font-size: 2.31rem;
border-radius: 50%;
box-shadow: 0 12px 32px rgba(102, 41, 218, 0.30);
}
.add_wrap_variant .icon_ring {
position: absolute;
width: 110px;
height: 110px;
border: 3px solid var(--primary-300, #bca6e6);
border-radius: 50%;
animation: pulse-ring 2s ease-in-out infinite;
}
@keyframes pulse-ring {
0%, 100% {
transform: scale(1);
opacity: 0.6;
}
50% {
transform: scale(1.1);
opacity: 0.3;
}
}
.add_wrap_variant .masonry_card_highlight .add_elem_title {
font-size: clamp(1.375rem, 2.5vw, 1.75rem);
}
@media (max-width: 991.98px) {
.add_wrap_variant .masonry_card_highlight {
flex-direction: column;
text-align: center;
}
.add_wrap_variant .highlight_icon_wrapper {
margin: 0 auto;
}
}
@media (max-width: 767.98px) {
.add_wrap_variant {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_variant .add_header_section {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_variant .masonry_card {
padding: var(--space-4, 1rem);
}
.add_wrap_variant .masonry_card_large,
.add_wrap_variant .masonry_card_small {
min-height: auto;
}
.add_wrap_variant .masonry_card_large .card_decoration {
display: none;
}
.add_wrap_variant .masonry_card_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_variant .highlight_icon_wrapper {
width: 80px;
height: 80px;
font-size: 1.88rem;
}
.add_wrap_variant .icon_ring {
width: 94px;
height: 94px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(12, 19, 46, 0.62) 0%,
rgba(10, 21, 37, 0.54) 45%,
rgba(2, 4, 9, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 2;
}
.additional-universal-section .header-ornament {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-bottom: 2rem;
}
.additional-universal-section .ornament-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 50%;
}
.additional-universal-section .ornament-line {
width: 60px;
height: 3px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 50%, transparent 50%)
);
}
.additional-universal-section .section-main-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.25rem, 2.5vw, 1.75rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.3;
}
.additional-universal-section .section-description {
font-size: 1.19rem;
line-height: 1.7;
color: var(--text-secondary);
max-width: 800px;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block {
position: relative;
padding: 2rem;
border-radius: 20px;
transition: all 1.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.additional-universal-section .block-style-1 {
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 50%, var(--light) 50%)
);
border: 2px solid var(--primary-300);
overflow: hidden;
}
.additional-universal-section .block-decoration {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: var(--light);
border-radius: 50%;
opacity: 0.4;
transition: all 0.57s ease;
}
.additional-universal-section .block-decoration i {
font-size: 2.69rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-1:hover .block-decoration {
opacity: 1;
transform: rotate(15deg) scale(1.1);
}
.additional-universal-section .block-glow {
position: absolute;
bottom: -50%;
right: -20%;
width: 200px;
height: 200px;
background: radial-gradient(circle,
color-mix(in srgb, var(--primary-500) 30%, transparent 70%),
transparent 70%
);
border-radius: 50%;
transition: all 1.16s ease;
pointer-events: none;
}
.additional-universal-section .block-style-1:hover .block-glow {
bottom: -30%;
right: -10%;
opacity: 0.8;
}
.additional-universal-section .block-style-2 {
background: var(--light);
border: 2px solid var(--neutral-100);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.additional-universal-section .block-style-2:hover {
border-color: var(--primary-300);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
transform: translateY(-6px);
}
.additional-universal-section .block-icon-wrapper {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-100),
color-mix(in srgb, var(--primary-300) 40%, var(--primary-100) 60%)
);
border-radius: 16px;
margin-bottom: 1.67rem;
transition: all 0.76s ease;
}
.additional-universal-section .block-icon-wrapper i {
font-size: 1.81rem;
color: var(--primary-500);
transition: all 0.98s ease;
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper {
background: linear-gradient(135deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 80%, var(--primary-700) 20%)
);
transform: scale(1.1);
}
.additional-universal-section .block-style-2:hover .block-icon-wrapper i {
color: var(--light);
}
.additional-universal-section .block-corner-accent {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
background: linear-gradient(135deg,
transparent 50%,
var(--primary-100) 50%
);
border-radius: 0 20px 0 0;
opacity: 0.5;
transition: opacity 1.20s ease;
}
.additional-universal-section .block-style-2:hover .block-corner-accent {
opacity: 1;
}
.additional-universal-section .block-style-3 {
grid-column: 1 / -1;
background: var(--light);
border: 3px solid var(--primary-300);
padding: 3rem;
position: relative;
overflow: hidden;
}
.additional-universal-section .block-style-3:hover {
border-color: var(--primary-500);
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
.additional-universal-section .block-highlight-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg,
var(--primary-500),
color-mix(in srgb, var(--primary-500) 70%, var(--primary-300) 30%),
var(--primary-500)
);
}
.additional-universal-section .block-mega-icon {
position: absolute;
top: 50%;
right: 3rem;
transform: translateY(-50%);
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 60%, transparent 40%)
);
border-radius: 50%;
opacity: 0.3;
transition: all 0.89s ease;
}
.additional-universal-section .block-mega-icon i {
font-size: 3.00rem;
color: var(--primary-500);
}
.additional-universal-section .block-style-3:hover .block-mega-icon {
opacity: 0.6;
transform: translateY(-50%) rotate(20deg) scale(1.1);
}
.additional-universal-section .block-pattern {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
repeating-linear-gradient(45deg,
transparent,
transparent 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 20px,
color-mix(in srgb, var(--primary-100) 10%, transparent 90%) 22px
);
pointer-events: none;
opacity: 0.3;
}
.additional-universal-section .content-title {
font-size: 1.44rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
transition: color 0.69s ease;
position: relative;
z-index: 2;
}
.additional-universal-section .content-block:hover .content-title {
color: var(--primary-500);
}
.additional-universal-section .block-style-3 .content-title {
font-size: 1.88rem;
max-width: 70%;
}
.additional-universal-section .content-description {
font-size: 1.06rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 0;
position: relative;
z-index: 2;
}
.additional-universal-section .block-style-3 .content-description {
font-size: 1.25rem;
max-width: 70%;
}
.bg-shape {
position: absolute;
opacity: 0.08;
z-index: 0;
pointer-events: none;
}
.additional-universal-section .shape-blob-1 {
top: 10%;
left: 5%;
width: 300px;
height: 300px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
animation: morph-blob 20s ease-in-out infinite;
}
.additional-universal-section .shape-blob-2 {
top: 50%;
right: 5%;
width: 250px;
height: 250px;
background: radial-gradient(circle, var(--primary-300), transparent 70%);
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
animation: morph-blob 25s ease-in-out infinite 5s;
}
.additional-universal-section .shape-blob-3 {
bottom: 10%;
left: 50%;
width: 200px;
height: 200px;
background: radial-gradient(circle, var(--primary-500), transparent 70%);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: morph-blob 30s ease-in-out infinite 10s;
}
.additional-universal-section .decorative-dots {
position: absolute;
bottom: 5%;
right: 10%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.5rem;
opacity: 0.2;
}
.additional-universal-section .decorative-dots span {
width: 8px;
height: 8px;
background: var(--primary-500);
border-radius: 50%;
}
@keyframes morph-blob {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
transform: rotate(0deg);
}
25% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transform: rotate(180deg);
}
75% {
border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
}
}
@media (max-width: 991.98px) {
.additional-universal-section .content-grid {
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2.5rem;
}
.additional-universal-section .block-mega-icon {
width: 100px;
height: 100px;
}
.additional-universal-section .block-mega-icon i {
font-size: 3.00rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .content-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 2rem;
}
.block-style-3 .content-title,
.additional-universal-section .block-style-3 .content-description {
max-width: 100%;
}
.additional-universal-section .block-mega-icon {
position: static;
transform: none;
margin: 0 auto 1.5rem;
opacity: 0.5;
}
.additional-universal-section .block-decoration {
width: 60px;
height: 60px;
}
.additional-universal-section .block-decoration i {
font-size: 1.94rem;
}
.bg-shape {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding: 3rem 0;
}
.additional-universal-section .content-block {
padding: 1.5rem;
}
.additional-universal-section .block-style-3 {
padding: 1.5rem;
}
.additional-universal-section .content-title {
font-size: 1.25rem;
}
.additional-universal-section .block-style-3 .content-title {
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(8, 14, 26, 0.62) 0%,
rgba(13, 31, 49, 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;
}
.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: 700px;
margin: 0 auto;
}
.add_wrap .add_feature_item {
display: flex;
align-items: flex-start;
gap: var(--space-6);
padding: var(--space-6);
background-color: var(--neutral-50);
border-radius: var(--radius-lg);
border: 1px solid var(--neutral-200);
transition: transform 0.48s ease, box-shadow 0.43s ease;
height: 100%;
}
.add_wrap .add_feature_item:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.add_wrap .add_feature_highlight {
background: linear-gradient(135deg, var(--primary-50), var(--neutral-50));
border-color: var(--primary-200);
}
.add_wrap .add_feature_icon {
width: 60px;
height: 60px;
border-radius: var(--radius-lg);
flex-shrink: 0;
position: relative;
background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
}
.add_wrap .add_feature_highlight .add_feature_icon {
background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
}
.add_wrap .add_icon_check:after {
content: 'â';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--neutral-100);
font-size: 23px;
font-weight: bold;
}
.add_wrap .add_icon_star:after {
content: 'â';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: var(--neutral-100);
font-size: 25px;
}
.add_wrap .add_icon_shield:after {
content: 'ð¡';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 22px;
}
.add_wrap .add_icon_target:after {
content: 'ð¯';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 25px;
}
.add_wrap .add_icon_rocket:after {
content: 'ð';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 23px;
}
.add_wrap .add_feature_content {
flex-grow: 1;
}
.add_wrap .add_feature_title {
color: var(--text-primary);
margin-bottom: var(--space-3);
font-size: 1.38rem;
font-weight: 600;
}
.add_wrap .add_feature_highlight .add_feature_title {
font-size: 1.56rem;
}
.add_wrap .add_feature_desc {
color: var(--text-body);
margin-bottom: 0;
line-height: 1.6;
}
@media (max-width: 768px) {
.add_wrap .add_feature_item {
flex-direction: column;
text-align: center;
gap: var(--space-4);
padding: var(--space-4);
}
.add_wrap .add_feature_icon {
width: 50px;
height: 50px;
margin: 0 auto;
}
.add_wrap .add_icon_check:after,
.add_wrap .add_icon_star:after {
font-size: 21px;
}
.add_wrap .add_icon_shield:after,
.add_wrap .add_icon_target:after,
.add_wrap .add_icon_rocket:after {
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(9, 16, 38, 0.62) 0%,
rgba(8, 18, 31, 0.54) 45%,
rgba(7, 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;
}
.add_wrap.v014_modern_green {
padding: var(--section-py) 0;
background: linear-gradient(180deg, var(--neutral-50) 0%, var(--primary-50) 100%);
position: relative;
overflow: hidden;
}
.add_wrap.v014_modern_green .add_decorative_header_shape {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 200px;
background: linear-gradient(135deg, var(--primary-50) 0%, transparent 100%);
opacity: 0.6;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_header {
text-align: center;
margin-bottom: var(--space-12);
position: relative;
z-index: 2;
}
.add_wrap.v014_modern_green .add_badge {
width: 60px;
height: 60px;
margin: 0 auto var(--space-4);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 153, 94, 0.30);
}
.add_wrap.v014_modern_green .add_badge i {
font-size: 30px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_title {
color: var(--text-primary);
margin-bottom: var(--space-4);
font-weight: 700;
line-height: 1.2;
}
.add_wrap.v014_modern_green .add_subtitle {
color: var(--primary-500);
margin-bottom: var(--space-6);
font-weight: 600;
}
.add_wrap.v014_modern_green .add_description {
color: var(--text-secondary);
max-width: 750px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap.v014_modern_green .add_timeline {
position: relative;
padding: var(--space-8) 0;
z-index: 2;
}
.add_wrap.v014_modern_green .add_timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--primary-300) 0%, var(--primary-500) 50%, var(--primary-300) 100%);
transform: translateX(-50%);
z-index: 1;
}
.add_wrap.v014_modern_green .add_timeline_item {
position: relative;
margin-bottom: var(--space-12);
display: flex;
align-items: flex-start;
gap: var(--space-6);
}
.add_wrap.v014_modern_green .add_timeline_item_left {
justify-content: flex-end;
}
.add_wrap.v014_modern_green .add_timeline_item_right {
justify-content: flex-start;
flex-direction: row-reverse;
}
.add_wrap.v014_modern_green .add_timeline_marker {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 156, 110, 0.40);
z-index: 3;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 25px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_timeline_content {
width: calc(50% - 60px);
padding: var(--space-6);
background: #ffffff;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
border: 1px solid var(--border-light);
transition: all 1.14s ease;
}
.add_wrap.v014_modern_green .add_timeline_content:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-300);
}
.add_wrap.v014_modern_green .add_timeline_title {
color: var(--text-primary);
font-size: 1.19rem;
font-weight: 600;
margin-bottom: var(--space-3);
line-height: 1.3;
}
.add_wrap.v014_modern_green .add_timeline_desc {
color: var(--text-secondary);
margin-bottom: var(--space-4);
line-height: 1.6;
}
.add_wrap.v014_modern_green .add_timeline_icon_group {
display: flex;
gap: var(--space-3);
justify-content: flex-start;
}
.add_wrap.v014_modern_green .add_timeline_icon_group i {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: var(--primary-500);
background: var(--primary-50);
border-radius: 8px;
}
.add_wrap.v014_modern_green .add_highlight_box {
margin-top: var(--space-12);
padding: var(--space-8);
background: linear-gradient(135deg, #ffffff 0%, var(--primary-50) 100%);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
border: 2px solid var(--primary-500);
text-align: center;
position: relative;
z-index: 2;
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 80px;
height: 80px;
margin: 0 auto var(--space-4);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);
border-radius: 50%;
box-shadow: 0 6px 16px rgba(0, 131, 107, 0.40);
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 44px;
color: #ffffff;
}
.add_wrap.v014_modern_green .add_highlight_title {
color: var(--text-primary);
font-size: 1.38rem;
font-weight: 700;
margin-bottom: var(--space-4);
line-height: 1.3;
}
.add_wrap.v014_modern_green .add_highlight_desc {
color: var(--text-secondary);
margin-bottom: var(--space-6);
line-height: 1.7;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.add_wrap.v014_modern_green .add_highlight_badge_row {
display: flex;
justify-content: center;
gap: var(--space-4);
flex-wrap: wrap;
}
.add_wrap.v014_modern_green .add_highlight_badge {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-100);
border-radius: 12px;
transition: all 0.44s ease;
}
.add_wrap.v014_modern_green .add_highlight_badge i {
font-size: 23px;
color: var(--primary-500);
}
.add_wrap.v014_modern_green .add_highlight_badge:hover {
background: var(--primary-500);
transform: scale(1.1);
}
.add_wrap.v014_modern_green .add_highlight_badge:hover i {
color: #ffffff;
}
.add_wrap.v014_modern_green .add_decorative_wave {
position: absolute;
bottom: -50px;
left: 0;
right: 0;
height: 100px;
background: linear-gradient(90deg, transparent 0%, var(--primary-100) 50%, transparent 100%);
opacity: 0.3;
border-radius: 50%;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_bg_circle {
position: absolute;
border-radius: 50%;
opacity: 0.08;
z-index: 1;
pointer-events: none;
}
.add_wrap.v014_modern_green .add_bg_circle_1 {
width: 400px;
height: 400px;
background: var(--primary-500);
top: 10%;
right: -200px;
}
.add_wrap.v014_modern_green .add_bg_circle_2 {
width: 300px;
height: 300px;
background: var(--primary-300);
bottom: 20%;
left: -150px;
}
.add_wrap.v014_modern_green .add_bg_pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: repeating-linear-gradient(
45deg,
transparent,
transparent 35px,
var(--primary-50) 35px,
var(--primary-50) 37px
);
opacity: 0.05;
z-index: 1;
pointer-events: none;
}
@media (max-width: 991px) {
.add_wrap.v014_modern_green .add_timeline::before {
left: 30px;
}
.add_wrap.v014_modern_green .add_timeline_marker {
left: 30px;
width: 50px;
height: 50px;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 26px;
}
.add_wrap.v014_modern_green .add_timeline_item {
flex-direction: row !important;
justify-content: flex-start !important;
padding-left: 100px;
}
.add_wrap.v014_modern_green .add_timeline_content {
width: 100%;
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 70px;
height: 70px;
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 39px;
}
.add_wrap.v014_modern_green .add_highlight_title {
font-size: 1.31rem;
}
}
@media (max-width: 768px) {
.add_wrap.v014_modern_green .add_badge {
width: 50px;
height: 50px;
}
.add_wrap.v014_modern_green .add_badge i {
font-size: 22px;
}
.add_wrap.v014_modern_green .add_timeline {
padding: var(--space-6) 0;
}
.add_wrap.v014_modern_green .add_timeline::before {
left: 20px;
}
.add_wrap.v014_modern_green .add_timeline_marker {
left: 20px;
width: 40px;
height: 40px;
}
.add_wrap.v014_modern_green .add_timeline_marker i {
font-size: 20px;
}
.add_wrap.v014_modern_green .add_timeline_item {
margin-bottom: var(--space-8);
padding-left: 80px;
}
.add_wrap.v014_modern_green .add_timeline_content {
padding: var(--space-4);
}
.add_wrap.v014_modern_green .add_timeline_title {
font-size: 1.19rem;
}
.add_wrap.v014_modern_green .add_timeline_icon_group i {
width: 30px;
height: 30px;
font-size: 15px;
}
.add_wrap.v014_modern_green .add_highlight_box {
padding: var(--space-6);
}
.add_wrap.v014_modern_green .add_highlight_icon {
width: 60px;
height: 60px;
}
.add_wrap.v014_modern_green .add_highlight_icon i {
font-size: 28px;
}
.add_wrap.v014_modern_green .add_highlight_title {
font-size: 1.06rem;
}
.add_wrap.v014_modern_green .add_highlight_badge {
width: 42px;
height: 42px;
}
.add_wrap.v014_modern_green .add_highlight_badge i {
font-size: 18px;
}
}
[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, 4, 6, 0.62) 0%,
rgba(14, 24, 43, 0.54) 45%,
rgba(12, 23, 35, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap_classic {
position: relative;
padding: var(--space-section-y, 5rem) 0;
background: var(--surface-primary, #f8fafc);
overflow: hidden;
}
.add_wrap_classic .gradient_overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
pointer-events: none;
z-index: 0;
}
.add_wrap_classic .container {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_header_creative {
position: relative;
padding: var(--space-8, 2rem) 0;
margin-bottom: var(--space-12, 3rem);
}
.add_wrap_classic .floating_icon {
position: absolute;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-100, #f0ebff) 0%, var(--primary-50, #f5f3ff) 100%);
border: 2px solid var(--primary-300, #cdc0fb);
border-radius: 12px;
color: var(--primary-500, #764bee);
font-size: 1.25rem;
animation: float 6s ease-in-out infinite;
}
.add_wrap_classic .icon_1 {
top: 10%;
left: 5%;
animation-delay: 0s;
}
.add_wrap_classic .icon_2 {
top: 5%;
right: 10%;
animation-delay: 2s;
}
.add_wrap_classic .icon_3 {
bottom: 20%;
left: 8%;
animation-delay: 4s;
}
@keyframes float {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(10deg);
}
}
.add_wrap_classic .add_title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: var(--text-primary, #26272b);
margin-bottom: var(--space-4, 1rem);
line-height: 1.15;
background: linear-gradient(135deg, var(--text-primary, #1a1a1c) 0%, var(--primary-700, #6438ea) 100%);
-webkit-background-clip: text;
background-clip: text;}
.add_wrap_classic .add_subtitle {
font-size: clamp(1.125rem, 2vw, 1.5rem);
color: var(--primary-500, #993ef0);
margin-bottom: var(--space-6, 1.5rem);
font-weight: 600;
line-height: 1.4;
font-style: italic;
}
.add_wrap_classic .description_box {
position: relative;
padding: var(--space-6, 1.5rem);
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border-radius: var(--radius-lg, 12px);
border: 1px solid var(--primary-200, #ebe7ff);
box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}
.add_wrap_classic .add_description {
font-size: 1.12rem;
color: var(--text-secondary, #536375);
line-height: 1.75;
margin: 0;
}
.add_wrap_classic .add_diagonal_grid {
margin-top: var(--space-10, 2.5rem);
}
.add_wrap_classic .diagonal_item {
position: relative;
background: #ffffff;
padding: var(--space-6, 1.5rem);
border-radius: var(--radius-lg, 12px);
border: 2px solid var(--neutral-100, #f1f5f9);
height: 100%;
min-height: 320px;
overflow: hidden;
transition: all 0.51s cubic-bezier(0.4, 0, 0.2, 1);
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-8px) rotate(-1deg);
border-color: var(--primary-500, #7b43da);
box-shadow: 0 20px 40px rgba(90, 52, 215, 0.20);
}
.add_wrap_classic .item_corner_accent {
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: linear-gradient(135deg, transparent 50%, var(--primary-50, #f5f3ff) 50%);
opacity: 0.5;
transition: all 0.97s ease;
}
.add_wrap_classic .diagonal_item:hover .item_corner_accent {
opacity: 1;
background: linear-gradient(135deg, transparent 50%, var(--primary-100, #e4d9ff) 50%);
}
.add_wrap_classic .item_style_a {
transform: rotate(0.5deg);
}
.add_wrap_classic .item_style_b {
transform: rotate(-0.5deg);
}
.add_wrap_classic .item_style_a:hover {
transform: translateY(-8px) rotate(-0.5deg);
}
.add_wrap_classic .item_style_b:hover {
transform: translateY(-8px) rotate(0.5deg);
}
.add_wrap_classic .item_icon_frame {
position: relative;
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, var(--primary-100, #e7deff) 100%);
border-radius: 16px;
color: var(--primary-500, #8d44ff);
font-size: 1.81rem;
margin-bottom: var(--space-4, 1rem);
transition: all 1.20s ease;
z-index: 1;
}
.add_wrap_classic .diagonal_item:hover .item_icon_frame {
background: linear-gradient(135deg, var(--primary-500, #8f35fa) 0%, var(--primary-700, #8432e0) 100%);
color: #ffffff;
transform: scale(1.1) rotate(10deg);
}
.add_wrap_classic .item_content {
position: relative;
z-index: 1;
}
.add_wrap_classic .add_elem_title {
font-size: clamp(1.25rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--text-primary, #232324);
margin-bottom: var(--space-3, 0.75rem);
line-height: 1.3;
}
.add_wrap_classic .add_elem_desc {
font-size: 0.94rem;
color: var(--text-secondary, #43515b);
line-height: 1.65;
margin: 0;
}
.add_wrap_classic .item_highlight {
position: relative;
min-height: auto;
padding: var(--space-8, 2rem);
background: linear-gradient(135deg, var(--primary-50, #f5f3ff) 0%, #ffffff 50%, var(--primary-50, #f5f3ff) 100%);
border: 3px solid var(--primary-300, #ccb4ff);
transform: rotate(0deg);
text-align: center;
}
.add_wrap_classic .item_highlight:hover {
transform: translateY(-8px) scale(1.02);
border-color: var(--primary-500, #6841ff);
}
.add_wrap_classic .highlight_glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(149, 69, 232, 0.10) 0%, transparent 70%);
pointer-events: none;
animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
0%, 100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.5;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.8;
}
}
.add_wrap_classic .icon_frame_large {
width: 96px;
height: 96px;
font-size: 2.69rem;
margin: 0 auto var(--space-6, 1.5rem);
border-radius: 50%;
}
.add_wrap_classic .icon_ripple {
position: absolute;
width: 120px;
height: 120px;
border: 3px solid var(--primary-300, #c0b1ff);
border-radius: 50%;
animation: ripple-out 2s ease-out infinite;
}
@keyframes ripple-out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.4);
opacity: 0;
}
}
.add_wrap_classic .item_content_centered {
max-width: 900px;
margin: 0 auto;
}
.add_wrap_classic .item_highlight .add_elem_title {
font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
@media (max-width: 991.98px) {
.add_wrap_classic .floating_icon {
display: none;
}
}
@media (max-width: 767.98px) {
.add_wrap_classic {
padding: var(--space-10, 2.5rem) 0;
}
.add_wrap_classic .add_header_creative {
margin-bottom: var(--space-8, 2rem);
}
.add_wrap_classic .diagonal_item {
min-height: auto;
padding: var(--space-4, 1rem);
transform: rotate(0deg) !important;
}
.add_wrap_classic .diagonal_item:hover {
transform: translateY(-4px) rotate(0deg) !important;
}
.add_wrap_classic .item_highlight {
padding: var(--space-6, 1.5rem);
}
.add_wrap_classic .item_icon_frame {
width: 64px;
height: 64px;
font-size: 1.56rem;
}
.add_wrap_classic .icon_frame_large {
width: 80px;
height: 80px;
font-size: 1.81rem;
}
.add_wrap_classic .icon_ripple {
width: 100px;
height: 100px;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 5, 8, 0.62) 0%,
rgba(7, 13, 27, 0.54) 45%,
rgba(13, 20, 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-046 {
padding: 80px 0;
background: linear-gradient(180deg, var(--surface-primary) 0%, color-mix(in srgb, var(--primary-50) 25%, var(--surface-primary) 75%) 50%, var(--surface-primary) 100%);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-046 .section-header {
position: relative;
z-index: 2;
}
.additional-universal-section.v-046 .organic-shape-group {
display: flex;
gap: 6px;
justify-content: center;
margin-bottom: 24px;
}
.additional-universal-section.v-046 .organic-dot {
width: 10px;
height: 10px;
background: var(--primary-500);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: organic-pulse 4s ease-in-out infinite;
}
.additional-universal-section.v-046 .organic-dot:nth-child(2) {
animation-delay: 1.28s;
border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
background: var(--primary-700);
}
.additional-universal-section.v-046 .organic-dot:nth-child(3) {
animation-delay: 2.23s;
border-radius: 50% 50% 30% 70% / 30% 70% 50% 50%;
background: var(--primary-300);
}
@keyframes organic-pulse {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.additional-universal-section.v-046 .section-title {
font-size: 2.38rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 16px;
line-height: 1.2;
}
.additional-universal-section.v-046 .section-subtitle {
font-size: 1.44rem;
font-weight: 600;
color: var(--primary-500);
margin-bottom: 20px;
line-height: 1.3;
}
.additional-universal-section.v-046 .section-description {
font-size: 1.19rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section.v-046 .content-list {
display: flex;
flex-direction: column;
gap: 24px;
position: relative;
z-index: 2;
}
.additional-universal-section.v-046 .list-item {
position: relative;
}
.additional-universal-section.v-046 .item-wrapper {
background: var(--surface-primary);
border-radius: 24px;
padding: 32px;
display: flex;
gap: 24px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
border: 2px solid color-mix(in srgb, var(--primary-300) 15%, transparent 85%);
transition: all 1.24s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.additional-universal-section.v-046 .item-wrapper::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: linear-gradient(180deg, var(--primary-500), var(--primary-700));
transform: scaleY(0);
transform-origin: top;
transition: transform 0.52s ease;
}
.additional-universal-section.v-046 .list-item:hover .item-wrapper {
transform: translateX(8px);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
border-color: var(--primary-500);
}
.additional-universal-section.v-046 .list-item:hover .item-wrapper::before {
transform: scaleY(1);
}
.additional-universal-section.v-046 .list-item.featured .item-wrapper {
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-50) 50%, var(--surface-primary) 50%), var(--surface-primary));
border: 2px solid var(--primary-500);
}
.additional-universal-section.v-046 .item-header {
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
flex-shrink: 0;
}
.additional-universal-section.v-046 .item-number {
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.38rem;
font-weight: 700;
color: var(--primary-700);
border: 2px solid var(--primary-300);
}
.additional-universal-section.v-046 .item-number.featured {
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
color: var(--light);
border-color: var(--primary-700);
}
.additional-universal-section.v-046 .item-icon {
width: 64px;
height: 64px;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.96s ease;
}
.additional-universal-section.v-046 .list-item:hover .item-icon {
transform: rotate(-5deg) scale(1.05);
}
.additional-universal-section.v-046 .item-icon.featured {
width: 72px;
height: 72px;
background: linear-gradient(135deg, var(--primary-700), var(--primary-500));
}
.additional-universal-section.v-046 .item-icon i {
font-size: 32px;
color: var(--light);
}
.additional-universal-section.v-046 .item-icon.featured i {
font-size: 38px;
}
.additional-universal-section.v-046 .item-content {
flex: 1;
}
.additional-universal-section.v-046 .item-title {
font-size: 1.44rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 12px;
line-height: 1.3;
}
.additional-universal-section.v-046 .item-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.6;
margin-bottom: 0;
}
.additional-universal-section.v-046 .item-accent {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, transparent, var(--primary-500), transparent);
opacity: 0;
transition: opacity 0.84s ease;
}
.additional-universal-section.v-046 .list-item:hover .item-accent {
opacity: 1;
}
.additional-universal-section.v-046 .organic-decorations {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.additional-universal-section.v-046 .leaf-shape {
position: absolute;
width: 80px;
height: 120px;
background: linear-gradient(135deg, color-mix(in srgb, var(--primary-300) 10%, transparent 90%), transparent);
border-radius: 0 100% 80% 100%;
transform-origin: bottom center;
}
.additional-universal-section.v-046 .leaf-shape.leaf-1 {
top: 15%;
right: 8%;
animation: leaf-sway 8s ease-in-out infinite;
}
.additional-universal-section.v-046 .leaf-shape.leaf-2 {
bottom: 25%;
left: 5%;
transform: rotate(180deg);
animation: leaf-sway 10s ease-in-out infinite reverse;
}
.additional-universal-section.v-046 .leaf-shape.leaf-3 {
top: 50%;
right: 5%;
width: 60px;
height: 90px;
animation: leaf-sway 12s ease-in-out infinite;
}
@keyframes leaf-sway {
0%, 100% {
transform: rotate(0deg);
}
50% {
transform: rotate(15deg);
}
}
.additional-universal-section.v-046 .natural-blob {
position: absolute;
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
background: radial-gradient(circle, color-mix(in srgb, var(--primary-300) 8%, transparent 92%) 0%, transparent 70%);
animation: blob-morph 20s ease-in-out infinite;
}
.additional-universal-section.v-046 .natural-blob.blob-1 {
width: 350px;
height: 350px;
top: -100px;
left: -100px;
}
.additional-universal-section.v-046 .natural-blob.blob-2 {
width: 300px;
height: 300px;
bottom: -80px;
right: -80px;
animation-delay: 5s;
}
@keyframes blob-morph {
0%, 100% {
border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}
50% {
border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
}
}
@media (max-width: 991.98px) {
.additional-universal-section.v-046 {
padding: 60px 0;
}
.additional-universal-section.v-046 .section-title {
font-size: 2.00rem;
}
.additional-universal-section.v-046 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-046 .item-wrapper {
padding: 24px;
}
}
@media (max-width: 767.98px) {
.additional-universal-section.v-046 {
padding: 40px 0;
}
.additional-universal-section.v-046 .section-title {
font-size: 1.69rem;
}
.additional-universal-section.v-046 .section-subtitle {
font-size: 1.25rem;
}
.additional-universal-section.v-046 .item-wrapper {
flex-direction: column;
padding: 20px;
}
.additional-universal-section.v-046 .item-header {
flex-direction: row;
gap: 12px;
}
.additional-universal-section.v-046 .item-number {
width: 48px;
height: 48px;
font-size: 1.19rem;
}
.additional-universal-section.v-046 .item-icon {
width: 56px;
height: 56px;
}
.additional-universal-section.v-046 .item-icon i {
font-size: 29px;
}
.additional-universal-section.v-046 .list-item:hover .item-wrapper {
transform: translateY(-4px);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(3, 5, 8, 0.62) 0%,
rgba(6, 15, 26, 0.54) 45%,
rgba(11, 30, 52, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-style {
background: var(--surface-primary);
position: relative;
overflow: hidden;
}
.additional-universal-style .decorative-line-top {
width: 100px;
height: 4px;
background: linear-gradient(90deg, var(--primary-500), var(--primary-300));
margin: 0 auto 3rem;
border-radius: 2px;
}
.additional-universal-style .decorative-line-bottom {
width: 100px;
height: 4px;
background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
margin: 4rem auto 0;
border-radius: 2px;
}
.additional-universal-style .section-header h1 {
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-style .section-header h2 {
color: var(--text-secondary);
font-weight: 400;
}
.additional-universal-style .section-header p {
color: var(--text-secondary);
max-width: 800px;
margin: 0 auto;
}
.additional-universal-style .content-list {
display: flex;
flex-direction: column;
gap: 2rem;
}
.additional-universal-style .content-item {
position: relative;
display: flex;
gap: 1.5rem;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 12px;
border-left: 4px solid var(--primary-500);
transition: all 1.01s ease;
}
.additional-universal-style .content-item:hover {
transform: translateX(8px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-left-color: var(--primary-700);
}
.additional-universal-style .item-icon-wrapper {
flex-shrink: 0;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
border-radius: 12px;
color: var(--light);
font-size: 1.81rem;
transition: transform 0.53s ease;
}
.additional-universal-style .content-item:hover .item-icon-wrapper {
transform: scale(1.1) rotate(5deg);
}
.additional-universal-style .item-content {
flex: 1;
}
.additional-universal-style .item-content h3 {
color: var(--text-primary);
margin-bottom: 0.90rem;
}
.additional-universal-style .item-content p {
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-style .decorative-shape {
position: absolute;
border-radius: 50%;
opacity: 0.1;
pointer-events: none;
}
.additional-universal-style .decorative-shape.shape-1 {
width: 80px;
height: 80px;
background: var(--primary-500);
top: -20px;
right: -20px;
}
.additional-universal-style .decorative-shape.shape-2 {
width: 60px;
height: 60px;
background: var(--primary-700);
bottom: -15px;
right: 40px;
}
.additional-universal-style .decorative-shape.shape-3 {
width: 70px;
height: 70px;
background: var(--primary-300);
top: -10px;
right: 60px;
}
.additional-universal-style .decorative-shape.shape-4 {
width: 90px;
height: 90px;
background: var(--primary-500);
bottom: -25px;
right: -30px;
}
.additional-universal-style .decorative-shape.shape-5 {
width: 75px;
height: 75px;
background: var(--primary-700);
top: -15px;
right: 20px;
}
@media (max-width: 991px) {
.additional-universal-style .section-header h1 {
font-size: 2.06rem;
}
.additional-universal-style .content-item {
flex-direction: column;
padding: 1.5rem;
}
.additional-universal-style .item-icon-wrapper {
width: 56px;
height: 56px;
font-size: 1.62rem;
}
}
@media (max-width: 767px) {
.additional-universal-style .section-header h1 {
font-size: 1.62rem;
}
.additional-universal-style .section-header h2 {
font-size: 1.19rem;
}
.additional-universal-style .content-item {
padding: 1.25rem;
}
.additional-universal-style .item-icon-wrapper {
width: 48px;
height: 48px;
font-size: 1.38rem;
}
.additional-universal-style .content-item:hover {
transform: translateX(4px);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(1, 2, 4, 0.62) 0%,
rgba(8, 12, 27, 0.54) 45%,
rgba(4, 7, 11, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .header-content {
position: relative;
z-index: 2;
}
.additional-universal-section .accent-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: var(--primary-500);
border-radius: 10px;
box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .accent-badge i {
font-size: 1.38rem;
color: var(--light);
}
.additional-universal-section .section-title {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
}
.additional-universal-section .section-subtitle {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
}
.additional-universal-section .description-wrapper {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border-left: 4px solid var(--primary-500);
}
.additional-universal-section .section-description {
font-size: 1.12rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .description-decoration {
position: absolute;
bottom: -10px;
right: -10px;
width: 80px;
height: 80px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 15%, transparent 85%),
transparent
);
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .content-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
position: relative;
z-index: 2;
}
.additional-universal-section .content-item {
position: relative;
padding: 2rem;
background: var(--surface-secondary);
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent 60%);
transition: all 0.69s ease;
overflow: hidden;
}
.additional-universal-section .content-item:hover {
border-color: color-mix(in srgb, var(--primary-500) 50%, transparent 50%);
box-shadow: 0 8px 30px color-mix(in srgb, var(--primary-500) 15%, transparent 85%);
transform: translateY(-4px);
}
.additional-universal-section .featured-item {
grid-column: span 7;
background: linear-gradient(
135deg,
var(--surface-secondary),
color-mix(in srgb, var(--primary-50) 50%, var(--surface-secondary) 50%)
);
}
.additional-universal-section .item-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
background: var(--primary-500);
border-radius: 12px;
margin-bottom: 1.67rem;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 35%, transparent 65%);
}
.additional-universal-section .item-badge i {
font-size: 1.38rem;
color: var(--light);
}
.additional-universal-section .compact-item {
grid-column: span 5;
}
.additional-universal-section .compact-item:first-of-type {
grid-column: span 5;
}
.additional-universal-section .compact-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
background: linear-gradient(
135deg,
var(--primary-50),
color-mix(in srgb, var(--primary-100) 80%, var(--primary-50) 20%)
);
border-radius: 10px;
margin-bottom: 1rem;
}
.additional-universal-section .compact-icon i {
font-size: 1.25rem;
color: var(--primary-500);
}
.additional-universal-section .horizontal-item {
grid-column: span 6;
display: flex;
gap: 1.5rem;
align-items: flex-start;
}
.additional-universal-section .horizontal-icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: var(--primary-500);
border-radius: 14px;
box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-500) 30%, transparent 70%);
}
.additional-universal-section .horizontal-icon i {
font-size: 1.50rem;
color: var(--light);
}
.additional-universal-section .horizontal-content {
flex: 1;
}
.additional-universal-section .item-title {
font-size: 1.19rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
}
.additional-universal-section .item-description {
font-size: 0.88rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 0;
}
.additional-universal-section .item-decoration {
position: absolute;
border-radius: 50%;
pointer-events: none;
}
.additional-universal-section .decoration-1 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 12%, transparent 88%),
transparent
);
bottom: -50px;
right: -50px;
}
.additional-universal-section .background-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.25;
}
.additional-universal-section .shape-1 {
width: 200px;
height: 200px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 20%, transparent 80%),
transparent
);
top: 10%;
right: 10%;
animation: float-smooth 10s ease-in-out infinite;
}
.additional-universal-section .shape-2 {
width: 150px;
height: 150px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-300) 20%, transparent 80%),
transparent
);
bottom: 20%;
left: 5%;
animation: float-smooth 12s ease-in-out infinite 2s;
}
.additional-universal-section .shape-3 {
width: 100px;
height: 100px;
background: radial-gradient(
circle,
color-mix(in srgb, var(--primary-500) 18%, transparent 82%),
transparent
);
top: 50%;
left: 50%;
animation: float-smooth 8s ease-in-out infinite 4s;
}
.additional-universal-section .gradient-overlay {
position: absolute;
top: 0;
right: 0;
width: 40%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
color-mix(in srgb, var(--primary-50) 30%, transparent 70%)
);
opacity: 0.5;
}
@keyframes float-smooth {
0%, 100% {
transform: translate(0, 0);
}
50% {
transform: translate(15px, -15px);
}
}
@media (max-width: 991.98px) {
.featured-item,
.compact-item,
.additional-universal-section .horizontal-item {
grid-column: span 12;
}
.additional-universal-section .description-wrapper {
padding: 1.5rem;
margin-top: 2rem;
}
}
@media (max-width: 767.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .content-grid {
gap: 1rem;
}
.additional-universal-section .content-item {
padding: 1.5rem;
}
.additional-universal-section .horizontal-item {
flex-direction: column;
gap: 1rem;
}
.additional-universal-section .description-wrapper {
padding: 1.25rem;
}
.additional-universal-section .item-title {
font-size: 1.25rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(2, 5, 11, 0.62) 0%,
rgba(10, 15, 30, 0.54) 45%,
rgba(11, 15, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.add_wrap {
padding: var(--section-py) 0;
background: white;
position: relative;
}
.add_wrap .add_header {
margin-bottom: var(--space-8);
}
.add_wrap .add_title {
font-family: var(--content_section_title);
font-size: clamp(1.875rem, 4vw, 2.75rem);
font-weight: 700;
color: var(--text-primary);
margin-bottom: var(--space-4);
line-height: 1.2;
}
.add_wrap .add_subtitle {
font-family: var(--bright_body_large);
font-size: clamp(1.125rem, 2vw, 1.375rem);
font-weight: 600;
color: var(--primary-500);
margin-bottom: var(--space-3);
line-height: 1.4;
}
.add_wrap .add_description {
font-family: var(--main_body_base);
font-size: 1.06rem;
color: var(--text-body);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
.add_wrap .add_card {
height: 100%;
padding: var(--space-6);
background: var(--neutral-50);
border-radius: var(--radius-lg);
border: 2px solid transparent;
transition: all 0.49s ease;
display: flex;
flex-direction: column;
gap: var(--space-3);
}
.add_wrap .add_card:hover {
border-color: var(--primary-500);
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
background: white;
}
.add_wrap .add_card_featured {
background: linear-gradient(135deg, var(--neutral-50) 0%, white 100%);
border: 2px solid var(--primary-500);
}
.add_wrap .add_card_featured:hover {
background: linear-gradient(135deg, white 0%, var(--neutral-50) 100%);
}
.add_wrap .add_card_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-500);
color: white;
border-radius: 50%;
font-size: 1.69rem;
flex-shrink: 0;
}
.add_wrap .add_card_featured .add_card_icon {
width: 72px;
height: 72px;
font-size: 2.00rem;
background: linear-gradient(135deg, var(--primary-500), var(--primary-600, var(--primary-500)));
}
.add_wrap .add_card_title {
font-family: var(--bright_body_large);
font-size: 1.38rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
line-height: 1.3;
}
.add_wrap .add_card_featured .add_card_title {
font-size: 1.44rem;
}
.add_wrap .add_card_desc {
font-family: var(--main_body_base);
font-size: 0.94rem;
color: var(--text-body);
margin: 0;
line-height: 1.6;
flex-grow: 1;
}
.add_wrap .add_card_featured .add_card_desc {
font-size: 1.00rem;
}
@media (max-width: 768px) {
.add_wrap {
padding: var(--space-8) 0;
}
.add_wrap .add_card {
padding: var(--space-5);
}
.add_wrap .add_card_icon {
width: 56px;
height: 56px;
font-size: 1.50rem;
}
.add_wrap .add_card_featured .add_card_icon {
width: 64px;
height: 64px;
font-size: 1.75rem;
}
.add_wrap .add_card:hover {
transform: translateY(-4px);
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(13, 27, 49, 0.62) 0%,
rgba(6, 11, 17, 0.54) 45%,
rgba(6, 13, 29, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}
.additional-universal-section {
position: relative;
background: var(--surface-primary);
overflow: hidden;
}
.additional-universal-section .section-header {
position: relative;
max-width: 900px;
margin: 0 auto;
z-index: 1;
}
.additional-universal-section .header-divider {
width: 100px;
height: 3px;
background: var(--primary-500);
margin: 0 auto 1.5rem;
}
.additional-universal-section .section-title {
font-size: 2.81rem;
font-weight: 700;
color: var(--text-primary);
line-height: 1.2;
letter-spacing: -0.02em;
}
.additional-universal-section .section-subtitle {
font-size: 1.56rem;
font-weight: 600;
color: var(--primary-500);
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 1.12rem;
}
.additional-universal-section .section-description {
font-size: 1.25rem;
color: var(--text-secondary);
line-height: 1.7;
max-width: 800px;
}
.additional-universal-section .features-grid {
position: relative;
z-index: 1;
}
.additional-universal-section .feature-box {
position: relative;
background: var(--light);
border: 2px solid var(--neutral-300);
padding: 2.5rem;
height: 100%;
transition: all 0.51s ease;
overflow: hidden;
}
.additional-universal-section .feature-box:hover {
border-color: var(--primary-500);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.additional-universal-section .feature-box-highlight {
background: linear-gradient(135deg, var(--surface-primary) 0%, var(--light) 100%);
border-width: 3px;
border-color: var(--primary-500);
}
.additional-universal-section .feature-header {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1.66rem;
padding-bottom: 1.63rem;
border-bottom: 2px solid var(--neutral-100);
}
.additional-universal-section .feature-number {
font-size: 2.75rem;
font-weight: 700;
color: var(--neutral-300);
line-height: 1;
font-family: 'Courier New', monospace;
transition: color 0.54s ease;
}
.additional-universal-section .feature-box:hover .feature-number {
color: var(--primary-500);
}
.additional-universal-section .feature-icon-wrapper {
flex-shrink: 0;
width: 70px;
height: 70px;
background: var(--neutral-900);
display: flex;
align-items: center;
justify-content: center;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
transition: all 1.14s ease;
}
.additional-universal-section .feature-box:hover .feature-icon-wrapper {
background: var(--primary-500);
transform: rotate(20deg);
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 2.06rem;
color: var(--light);
}
.additional-universal-section .feature-content {
position: relative;
}
.additional-universal-section .feature-title {
font-size: 1.69rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
line-height: 1.3;
}
.additional-universal-section .feature-description {
font-size: 1.06rem;
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: 0;
}
.additional-universal-section .feature-corner-accent {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent var(--primary-100) transparent transparent;
opacity: 0;
transition: opacity 1.26s ease;
}
.additional-universal-section .feature-box:hover .feature-corner-accent {
opacity: 1;
}
.additional-universal-section .highlight-badge {
position: absolute;
top: 20px;
right: 20px;
width: 50px;
height: 50px;
background: var(--primary-500);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.additional-universal-section .highlight-badge i {
font-size: 1.25rem;
color: var(--light);
}
.additional-universal-section .decorative-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image:
linear-gradient(var(--neutral-100) 1px, transparent 1px),
linear-gradient(90deg, var(--neutral-100) 1px, transparent 1px);
background-size: 50px 50px;
opacity: 0.3;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .decorative-line {
position: absolute;
background: var(--primary-300);
opacity: 0.15;
pointer-events: none;
z-index: 0;
}
.additional-universal-section .line-h {
width: 100%;
height: 2px;
top: 30%;
left: 0;
}
.additional-universal-section .line-v {
width: 2px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
}
@media (max-width: 991.98px) {
.additional-universal-section .section-title {
font-size: 2.19rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.00rem;
}
.additional-universal-section .feature-box {
padding: 2rem;
}
.additional-universal-section .feature-header {
gap: 1.25rem;
}
.additional-universal-section .feature-number {
font-size: 2.56rem;
}
.additional-universal-section .feature-icon-wrapper {
width: 60px;
height: 60px;
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 1.62rem;
}
.additional-universal-section .feature-title {
font-size: 1.62rem;
}
.additional-universal-section .line-v {
display: none;
}
}
@media (max-width: 767.98px) {
.additional-universal-section .section-title {
font-size: 1.94rem;
}
.additional-universal-section .section-subtitle {
font-size: 1.00rem;
}
.additional-universal-section .section-description {
font-size: 1.00rem;
}
.additional-universal-section .feature-box {
padding: 1.75rem;
}
.additional-universal-section .feature-header {
padding-bottom: 1.31rem;
}
.additional-universal-section .feature-title {
font-size: 1.31rem;
}
.additional-universal-section .feature-description {
font-size: 0.94rem;
}
.additional-universal-section .decorative-grid {
background-size: 30px 30px;
}
.additional-universal-section .line-h {
display: none;
}
}
@media (max-width: 575.98px) {
.additional-universal-section {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.additional-universal-section .section-header {
margin-bottom: 2rem !important;
}
.additional-universal-section .feature-box {
padding: 1.5rem;
}
.additional-universal-section .feature-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.additional-universal-section .feature-number {
font-size: 1.88rem;
}
.additional-universal-section .feature-icon-wrapper {
width: 55px;
height: 55px;
}
.additional-universal-section .feature-icon-wrapper i {
font-size: 1.62rem;
}
.additional-universal-section .highlight-badge {
width: 40px;
height: 40px;
top: 15px;
right: 15px;
}
.additional-universal-section .highlight-badge i {
font-size: 1.00rem;
}
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
#usp [id^="usp-item-"][id$="-value"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"],
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
[id^="services-item-"][id$="-link"],
[id^="priceplan-item-"][id$="-link"],
.service-footer .btn,
.price-card .btn,
.price-card [id^="priceplan-item-"][id$="-link"] {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap !important;
text-align: center !important;
}
.service-footer,
.usp-card__header,
.footer-contact-item,
.contact-item {
flex-wrap: wrap !important;
}
.price-card,
.service-card,
.usp-card {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
footer[id^="footer"],
footer[class*="footer-"],
footer[class*="footer-v"] {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
align-items: stretch !important;
}
footer.undefined-footer {
position: relative !important;
isolation: isolate !important;
}
footer.undefined-footer::before {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
180deg,
rgba(7, 12, 25, 0.62) 0%,
rgba(2, 4, 7, 0.54) 45%,
rgba(5, 10, 20, 0.78) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
footer.undefined-footer > * {
position: relative !important;
z-index: 2 !important;
}
footer.undefined-footer .footer-background,
footer.undefined-footer .footer-bg-image,
footer.undefined-footer .footer-decorative-grid,
footer.undefined-footer .footer-decorative-shapes {
z-index: 0 !important;
}
footer.undefined-footer :is(
#sitename,
#sitedesc,
#site_policies_title,
#site_contact_title,
#site_disclaimer,
#site-copyright,
#contact-info-phone,
#contact-info-email,
#contact-info-address,
#site_policies_link1,
#site_policies_link2,
#site_policies_link3,
#site_policies_link4,
.footer-link,
.footer-contact-text,
.contact-text,
.footer-sitedesc,
.footer-disclaimer,
.footer-copyright,
.footer-section-title,
.footer-contact-title,
.footer-links-title
) {
color: var(--light, #ffffff) !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}