/*
Theme Name: Arulam Pro
Theme URI: https://example.com/arulam-pro
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for Arulam Pro
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
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: arulam-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.custom-logo{
    height: 60px;
    width: auto;
}
/* body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

.site-header {
    background: #2c3e50;
    color: #fff;
    padding: 1rem 0;
}

.site-title {
    margin: 0;
    padding: 0 2rem;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.main-navigation {
    padding: 0 2rem;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
}

.main-navigation a {
    color: #fff;
    text-decoration: none;
}

.main-navigation a:hover {
    text-decoration: underline;
}

.site-content {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.entry-title {
    color: #2c3e50;
}

.entry-content {
    margin-top: 1rem;
}

.site-footer {
    background: #34495e;
    color: #fff;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
}

.widget-area {
    margin-top: 2rem;
}

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
} */
