/*
Theme Name: Neuron
Theme URI: https://example.com/neuron
Author: Nur Hossain
Author URI: https://nhrepon.com
Description: A modern WordPress theme for Tally ERP service providers, built with React and Tailwind CSS. Features a clean, professional design optimized for showcasing ERP services and solutions.
Version: 1.0.4
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neuron
Tags: business, tally-erp, modern, responsive, react, tailwind
*/

/* 
 * This file is required by WordPress to identify the theme.
 * All styles are compiled from Tailwind CSS and custom styles.
 * See assets/css/main.css for the main stylesheet.
 */

.custom-logo {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.wp-block-heading {
  font-size: 2rem;
  font-weight: 600;
}

.mobile-menu-content ul {
  list-style-type: none;
}

.mobile-menu-content ul li {
  margin-bottom: 1rem;
}
.mobile-menu-content ul li:hover {
  background-color: #fff;
  color: #190394;
  padding: 1rem;
  border-radius: 5px;
  cursor: pointer;
}
.mobile-menu-content ul li a {
  width: 100%;
  display: block;
}

.content-wrapper p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}
.content-wrapper h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-wrapper ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.content-wrapper ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.content-wrapper li {
  margin-bottom: 0.5rem;
}
.content-wrapper a {
  color: #190394;
  text-decoration: none;
}
.content-wrapper a:hover {
  text-decoration: underline;
}
