/*
Theme Name: Nandivan Ashram
Theme URI: https://nandivanashram.com
Author: Nandivan Ashram
Author URI: https://nandivanashram.com
Description: A sacred WordPress theme for Nandivan Ashram, optimized for Elementor with complete security hardening, multilingual support, and spiritual content management.
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: nandivan-ashram
Domain Path: /languages
Tags: elementor, spiritual, ashram, custom-colors, translation-ready, threaded-comments, custom-menu, featured-images

Nandivan Ashram WordPress Theme
Established 1940 - Home of the Divine 11 Mukhi Hanumanji
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Elementor Compatibility */
.elementor-page {
    margin: 0;
    padding: 0;
}

/* Basic Typography */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* WordPress Core Alignment */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Sticky Post */
.sticky {
    /* Styles for sticky posts */
}

/* Post Navigation */
.post-navigation,
.posts-navigation {
    margin: 2em 0;
}

/* Comments */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    /* Styles for post author comments */
}

/* Widgets */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}
