.elementor-kit-10{--e-global-color-primary:#F15A31;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#414042;--e-global-color-accent:#878787;--e-global-color-2d7cb90:#622D91;--e-global-color-fc086da:#EC008D;--e-global-color-acf6aea:#81C342;--e-global-color-1d37fea:#FFFFFF;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================================
   VARIÁVEIS DE CONFIGURAÇÃO - VIRA COMUNICAÇÃO
   ========================================================================== */

:root {
  /* === CORES VIRA COMUNICAÇÃO === */
  --vira-orange: #F05A28;     /* acento/CTAs */
  --text: #000000;            /* títulos/menus */
  --text-2: #222222;          /* corpo */
  --bg: #FFFFFF;              /* fundo */
  --bg-2: #F5F5F5;            /* faixas */
  
  /* === CORES PRINCIPAIS (baseadas na VIRA) === */
  --primary-color: #F05A28;
  --primary-dark: #d94820;
  --primary-light: #f2744a;
  
  --secondary-color: #222222;
  --accent-color: #F05A28;
  --warning-color: #f59e0b;
  --error-color: #ef4444;
  
  /* === CORES DE TEXTO === */
  --text-primary: #000000;
  --text-secondary: #222222;
  --text-muted: #666666;
  --text-white: #ffffff;
  
  /* === CORES DE FUNDO === */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F5F5F5;
  --bg-dark: #222222;
  --bg-gradient: linear-gradient(135deg, #F05A28 0%, #d94820 100%);
  
  /* === CORES DE BORDA === */
  --border-light: #e5e7eb;
  --border-medium: #d1d5db;
  --border-dark: #666666;
  
  /* === TIPOGRAFIA === */
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  
  /* === TAMANHOS DE FONTE === */
  --font-size-xs: 0.75rem;     /* 12px */
  --font-size-sm: 0.875rem;    /* 14px */
  --font-size-base: 1rem;      /* 16px */
  --font-size-lg: 1.125rem;    /* 18px */
  --font-size-xl: 1.25rem;     /* 20px */
  --font-size-2xl: 1.5rem;     /* 24px */
  --font-size-3xl: 1.875rem;   /* 30px */
  --font-size-4xl: 2.25rem;    /* 36px */
  --font-size-5xl: 3rem;       /* 48px */
  --font-size-6xl: 3.75rem;    /* 60px */
  
  /* === ESPAÇAMENTOS === */
  --space-xs: 0.25rem;   /* 4px */
  --space-sm: 0.5rem;    /* 8px */
  --space-md: 1rem;      /* 16px */
  --space-lg: 1.5rem;    /* 24px */
  --space-xl: 2rem;      /* 32px */
  --space-2xl: 3rem;     /* 48px */
  --space-3xl: 4rem;     /* 64px */
  --space-4xl: 6rem;     /* 96px */
  --space-5xl: 8rem;     /* 128px */
  
  /* === BORDER RADIUS === */
  --radius-sm: 0.25rem;  /* 4px */
  --radius-md: 0.5rem;   /* 8px */
  --radius-lg: 0.75rem;  /* 12px */
  --radius-xl: 1rem;     /* 16px */
  --radius-full: 9999px;
  
  /* === SOMBRAS === */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  
  /* === TRANSIÇÕES === */
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  
  /* === Z-INDEX === */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal: 1040;
  --z-popover: 1050;
  --z-tooltip: 1060;
  
  /* === BREAKPOINTS (para uso em JS) === */
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  
  /* === CONFIGURAÇÕES ESPECÍFICAS === */
  --container-max-width: 1200px;
  --header-height: 80px;
  --section-padding: 100px;
  --section-padding-mobile: 60px;
  
  /* === BOTÕES === */
  --button-padding: 16px 32px;
  --button-padding-large: 20px 40px;
  --button-padding-small: 12px 24px;
  
  /* === FORMULÁRIO === */
  --input-padding: 14px 16px;
  --input-border-width: 2px;
  --form-gap: 1.5rem;
  
  /* === GRID === */
  --grid-gap: 40px;
  --grid-gap-mobile: 20px;
  
  /* === ANIMAÇÕES === */
  --animation-duration: 0.6s;
  --animation-timing: ease;
  --animation-delay: 0.1s;
}

/* ==========================================================================
   CONFIGURAÇÕES DE TEMA ESCURO (OPCIONAL)
   ========================================================================== */

[data-theme="dark"] {
  --text-primary: #ffffff;
  --text-secondary: #e2e8f0;
  --text-muted: #94a3b8;
  
  --bg-primary: #1a1a1a;
  --bg-secondary: #2d3748;
  --bg-dark: #000000;
  
  --border-light: #374151;
  --border-medium: #4b5563;
  --border-dark: #6b7280;
}

/* ==========================================================================
   UTILITY CLASSES BASEADAS NAS VARIÁVEIS
   ========================================================================== */

/* Cores de texto */
.text-primary { color: var(--text-primary); }
.text-secondary { color: var(--text-secondary); }
.text-muted { color: var(--text-muted); }
.text-white { color: var(--text-white); }

/* Cores de fundo */
.bg-primary { background-color: var(--bg-primary); }
.bg-secondary { background-color: var(--bg-secondary); }
.bg-dark { background-color: var(--bg-dark); }

/* Espaçamentos */
.p-xs { padding: var(--space-xs); }
.p-sm { padding: var(--space-sm); }
.p-md { padding: var(--space-md); }
.p-lg { padding: var(--space-lg); }
.p-xl { padding: var(--space-xl); }

.m-xs { margin: var(--space-xs); }
.m-sm { margin: var(--space-sm); }
.m-md { margin: var(--space-md); }
.m-lg { margin: var(--space-lg); }
.m-xl { margin: var(--space-xl); }

/* Tamanhos de fonte */
.text-xs { font-size: var(--font-size-xs); }
.text-sm { font-size: var(--font-size-sm); }
.text-base { font-size: var(--font-size-base); }
.text-lg { font-size: var(--font-size-lg); }
.text-xl { font-size: var(--font-size-xl); }
.text-2xl { font-size: var(--font-size-2xl); }
.text-3xl { font-size: var(--font-size-3xl); }
.text-4xl { font-size: var(--font-size-4xl); }

/* Pesos de fonte */
.font-light { font-weight: var(--font-weight-light); }
.font-normal { font-weight: var(--font-weight-normal); }
.font-medium { font-weight: var(--font-weight-medium); }
.font-semibold { font-weight: var(--font-weight-semibold); }
.font-bold { font-weight: var(--font-weight-bold); }
.font-extrabold { font-weight: var(--font-weight-extrabold); }

/* Border radius */
.rounded-sm { border-radius: var(--radius-sm); }
.rounded-md { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-full { border-radius: var(--radius-full); }

/* Sombras */
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-2xl { box-shadow: var(--shadow-2xl); }

/* Transições */
.transition-fast { transition: all var(--transition-fast); }
.transition-base { transition: all var(--transition-base); }
.transition-slow { transition: all var(--transition-slow); }

/* ==========================================================================
   CONFIGURAÇÕES ESPECÍFICAS DA VIRA
   ========================================================================== */

/* Configurações do Hero */
.hero {
  --hero-min-height: 100vh;
  --hero-padding: var(--space-4xl) 0;
  --hero-gradient: var(--bg-gradient);
}

/* Configurações das seções */
.section {
  --section-py: var(--section-padding);
}

@media (max-width: 768px) {
  .section {
    --section-py: var(--section-padding-mobile);
  }
}

/* Configurações do formulário */
.lead-form {
  --form-bg: var(--bg-primary);
  --form-padding: var(--space-2xl);
  --form-radius: var(--radius-xl);
  --form-shadow: var(--shadow-2xl);
}

/* Configurações dos benefícios */
.benefits-grid {
  --grid-columns: repeat(auto-fit, minmax(350px, 1fr));
  --grid-gap: var(--grid-gap);
}

@media (max-width: 768px) {
  .benefits-grid {
    --grid-columns: 1fr;
    --grid-gap: var(--grid-gap-mobile);
  }
}

/* ==========================================================================
   CONFIGURAÇÕES DE ACESSIBILIDADE
   ========================================================================== */

/* Reduzir movimento para usuários que preferem */
@media (prefers-reduced-motion: reduce) {
  :root {
    --animation-duration: 0.01ms;
    --transition-fast: 0.01ms;
    --transition-base: 0.01ms;
    --transition-slow: 0.01ms;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: var(--animation-duration) !important;
    animation-iteration-count: 1 !important;
    transition-duration: var(--animation-duration) !important;
  }
}

/* Alto contraste */
@media (prefers-contrast: high) {
  :root {
    --primary-color: #d94820;
    --text-secondary: #000000;
    --border-light: #000000;
  }
}

/* ==========================================================================
   CONFIGURAÇÕES DE IMPRESSÃO
   ========================================================================== */

@media print {
  :root {
    --text-primary: #000000;
    --text-secondary: #000000;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
  }
}


/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-2);
    background-color: var(--bg);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text);
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
    color: var(--text-2);
}

/* Buttons */
.cta-button {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: 1.4;
}

.cta-button.primary {
    background: var(--vira-orange);
    color: white;
}

.cta-button.primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(240, 90, 40, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: var(--vira-orange);
    border: 2px solid var(--vira-orange);
}

.cta-button.secondary:hover {
    background: var(--vira-orange);
    color: white;
}

.cta-button.large {
    padding: 20px 40px;
    font-size: 18px;
}

/* Hero Section */
.hero {
    background: var(--bg-gradient);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(240, 90, 40, 0.9) 0%, rgba(217, 72, 32, 0.9) 100%);
    z-index: 1;
}

.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

.hero-text {
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.hero-form {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.form-title {
    color: var(--text);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.form-subtitle {
    color: var(--text-2);
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--vira-orange);
    box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.1);
}

.submit-btn {
    width: 100%;
    margin-bottom: 1rem;
}

.form-disclaimer {
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-2);
    margin: 0;
}

/* Intro Section */
.intro-section {
    padding: 100px 0;
    background: var(--bg-secondary);
}

.intro-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.section-title {
    color: var(--text);
    margin-bottom: 2rem;
}

.section-title.centered {
    text-align: center;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-2);
    margin-bottom: 3rem;
}

.section-subtitle.centered {
    text-align: center;
}

.intro-text {
    text-align: left;
}

.intro-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Benefits Section */
.benefits-section {
    padding: 100px 0;
    background: var(--bg);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit-item {
    background: var(--bg-secondary);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    margin-bottom: 1.5rem;
}

.benefit-title {
    color: var(--text);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.benefit-description {
    color: var(--text-2);
    line-height: 1.7;
}

/* Social Proof Section */
.social-proof-section {
    padding: 100px 0;
    background: var(--bg-secondary);
}

.social-proof-content {
    text-align: center;
}

.clients-section {
    margin-bottom: 80px;
}

.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.logo-item {
    flex: 0 0 auto;
}

.logo-placeholder {
    background: #e2e8f0;
    color: #64748b;
    padding: 20px 30px;
    border-radius: 8px;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
}

.media-logos .logo-placeholder {
    background: var(--vira-orange);
    color: white;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 60px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: var(--vira-orange);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-2);
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.testimonial-item {
    background: var(--bg-secondary);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.testimonial-content {
    padding: 40px;
}

.quote-icon {
    margin-bottom: 1.5rem;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-2);
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-info h4 {
    color: var(--text);
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.author-info p {
    color: var(--text-2);
    font-size: 0.875rem;
    margin: 0;
}

/* Final CTA Section */
.final-cta-section {
    padding: 100px 0;
    background: var(--bg-gradient);
    color: white;
    text-align: center;
}

.final-cta-title {
    color: white;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.final-cta-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.final-guarantee {
    color: rgba(255, 255, 255, 0.9);
}

.final-guarantee p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* Mobile Fixed CTA */
.mobile-fixed-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.mobile-cta-btn {
    background: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.mobile-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Footer */
.footer {
    background: var(--text);
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-info h3 {
    color: white;
    margin-bottom: 1rem;
}

.footer-info p {
    color: #e2e8f0;
}

.footer-contact h4 {
    color: white;
    margin-bottom: 1rem;
}

.footer-contact p {
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid #666666;
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    color: #e2e8f0;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .hero-form {
        padding: 30px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .final-cta-title {
        font-size: 2.5rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta-buttons .cta-button {
        width: 100%;
        max-width: 300px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-item {
        padding: 30px;
    }
    
    .logos-container {
        gap: 20px;
    }
    
    .stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .mobile-fixed-cta {
        display: block;
    }
    
    .intro-section,
    .benefits-section,
    .social-proof-section,
    .testimonials-section,
    .final-cta-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-form {
        padding: 20px;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .final-cta-title {
        font-size: 2rem;
    }
    
    .benefit-item {
        padding: 20px;
    }
    
    .testimonial-content {
        padding: 30px;
    }
    
    .logo-placeholder {
        padding: 15px 20px;
        min-width: 100px;
        font-size: 0.875rem;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Smooth scrolling for anchor links */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Focus styles for accessibility */
.cta-button:focus,
input:focus {
    outline: 2px solid var(--vira-orange);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .mobile-fixed-cta {
        display: none;
    }
    
    .hero {
        background: none !important;
        color: black !important;
    }
    
    .hero-title,
    .hero-subtitle {
        color: black !important;
    }
}/* End custom CSS */