/* Global Styles for Early Edge Theme */
:root {
    --primary-color: #0073aa;
    --secondary-color: #005177;
    --bg-color: #f9f9f9;
    --text-color: #222;
    --heading-color: #111;
    --muted-color: #888;
    --border-color: #e0e0e0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color 0.2s;
}
a:hover, a:focus {
    color: var(--secondary-color);
    outline: none;
}

ul, ol {
    margin: 0 0 1.5rem 1.5rem;
    padding: 0;
}
li {
    margin-bottom: 0.5rem;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 4rem 0;
}

/* Elementor Button */
.elementor-button {
    padding: 10px 25px;
    border-radius: 6px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
}
.elementor-button:hover, .elementor-button:focus {
    background-color: #005bb5;
    color: #fff;
}

/* Common Button Classes */
.btn,
.btn-primary {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0.75em 2em;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.btn:hover, .btn:focus,
.btn-primary:hover, .btn-primary:focus {
    background: var(--secondary-color);
    color: #fff;
}

.btn-secondary {
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0.75em 2em;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: var(--primary-color);
    color: #fff;
}

/* Elementor Section */
.elementor-section {
    padding: 60px 0;
    margin-bottom: 0;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding: 0.5em 1em;
    margin-bottom: 1rem;
    background: #fff;
    color: var(--text-color);
    transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus {
    border-color: var(--primary-color);
    outline: none;
}

footer {
    text-align: center;
    padding: 0;
    color: var(--muted-color);
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .container {
        padding: 1rem;
    }
    .section {
        padding: 2rem 0;
    }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
} 




/* Substack posts css */
/* Substack Post Styling */
.substack-posts {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #2d2d2d;
}

.substack-post {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.substack-post h1,
.substack-post h2,
.substack-post h3,
.substack-post h4,
.substack-post h5,
.substack-post h6 {
    font-weight: 600;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    color: #111;
}

.substack-post p {
    margin-bottom: 1em;
    font-size: 1.05rem;
}

.substack-post a {
    color: #0073aa;
    text-decoration: none;
}

.substack-post a:hover {
    text-decoration: underline;
}

.substack-post img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1rem 0;
}

.substack-post blockquote {
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic;
    color: #555;
}
.pencraft{
	display: none;
}



/* Additional CSS */

.mailpoet_message{
	margin-top: 250px !important;
}
.mailpoet_form_hide_on_success{
	margin-top: 150px !important;
	    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.mailpoet_form_hide_on_success .mailpoet_paragraph{
	display: flex;
    flex-direction: column;
}

.mainBannerWrapper{
	display: none;
}