:root {
    --bg-color1: #523dbc;
    --bg-color2: #8f78ff;
  }
  .light-mode {
      background: #fff !important;
      color: #05040d !important;
    }
    .light-mode section,
    .light-mode .section {
      background-color: #fff !important;
    }
    .light-mode h1,
    .light-mode h2,
    .light-mode h2.text-white,
    .light-mode h3,
    .light-mode h4,
    .light-mode h5,
    .light-mode h6 {
      color: #05040d;
    }
    
    .light-mode p,
    .light-mode .text-white,
    .light-mode .navmenu .dropdown ul a {
      color: #05040d !important;
    }
    .light-mode .navmenu a,
    .light-mode .navmenu a:focus,
    .light-mode #themeToggleButton {
      color: #05040d !important;
    }
    .light-mode.index-page.scrolled .header,
    .light-mode.index-page .header {
      /* background-color: var(--shade2) !important; */
      background-color: #fff !important;
    }
    .light-mode .services .service-item,
    .light-mode .features .counter-box,  
    .light-mode .theme-card {
      background: var(--shade2) !important;
      border-color: var(--shade2) !important;
      color: #fff !important;
    }
    .light-mode .theme-card {
      border: 0 !important;
    }
    .light-mode .features .counter-box h1,
    .light-mode .features .counter-box p,
    .light-mode .services .service-item h3,
    .light-mode .services .service-item p, 
    .light-mode .theme-card h3,
    .light-mode .theme-card h2,
    .light-mode .theme-card h1,
    .light-mode .theme-card h4,
    .light-mode .theme-card h5,
    .light-mode .theme-card h6,
    .light-mode .theme-card p,
    .light-mode .user-card p {
      color: #05040d !important;
    }
    .light-mode .bg-warning {
      background: var(--shade2) !important;
    }
    .light-mode .text-warning
    {
      color: var(--bg-color1) !important;
    }
    .light-mode .section-title h2 .text-highlight,
    .light-mode .text-highlight {
      color: var(--accent-color) !important;
    }
    .light-mode .clients .swiper-slide img {
      filter: none !important;
    }
    .light-mode .fastguru-pro-banner h1,
    .light-mode .fastguru-pro-banner h5 {
      color: #fff !important;
    }
    .light-mode .pagination .bg-dark,
    .light-mode .login-area .login-details {
      background: #f2f2f2 !important;
    }
    .light-mode .header .btn-getstarted,
    .light-mode .header .btn-getstarted:focus,
    .light-mode .header .btn-getstarted:hover {
      color: #05040d !important;
      background: #fff !important;
      border-color: #fff !important;
    }
    .light-mode .section, .light-mode section 
    {
      color: #05040d !important;
    }
    .light-mode .btn-download 
    {
      background-image: linear-gradient(0deg, var(--bg-color1), var(--bg-color2)) !important;
      color: #fff !important;
    } 
    .light-mode .btn-download:hover 
    {    
      background-image: linear-gradient(0deg, var(--bg-color2), var(--bg-color1)) !important;
      color: #fff !important;
    }    
    .light-mode .testimonials .testimonial-item h3,
    .light-mode .testimonials .testimonial-item p,
    .light-mode .testimonials .testimonial-item h4
    {
      color: #fff !important;
    }
    .light-mode .heading 
    {
      color: var(--background-color--primary) !important;
    }
    .light-mode .download-section 
    {
      background: var(--background-color--primary) !important;
    }
    .light-mode .download-section .heading 
    {
      color: #fff !important;
    }
    .light-mode .download-section p 
    {
      color: #f2f2f2 !important;
    }
    .light-mode .automate-section h6
    {
        color: var(--default-color);
    }
    .light-mode .automate-section p, .light-mode .solution-tab p
    {
        color: var(--default-color) !important;
    }
    .light-mode ul.list li 
    {
        color: #141025 !important;
    }
    .light-mode .solution-tab ul.list li 
    {
        color: #fff !important;
    }
    .light-mode .solution-tab
    {
        background: #141025;;
    }
    .light-mode .solution-tab .heading, .light-mode .solution-tab .tab-content h3
    {
        color: #fff !important;
    }
    .light-mode .solution-tab p 
    {
        color: var(--default-color) !important;
    }
    .light-mode .solution-tab ul.list li 
    {
        color: #fff !important;
    }
  