.elementor-2837 .elementor-element.elementor-element-76d9053{--display:flex;}.elementor-2837 .elementor-element.elementor-element-def730f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3e6db20 *//* 🌙 Dark Theme Base */
body {
    background-color: #111; /* Jet Black */
    color: #dcdcdc; /* Soft Gray */
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    padding: 0;
    margin: 0;
}

/* 📌 Main Blog Title */
.entry-title {
    font-size: 2.5em;
    color: #ffcc00; /* Gold for Royal Look */
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    border-bottom: 4px solid #ffcc00;
}

/* 🔹 Headings - Stylish & Professional */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/* H1 - Neon Blue Glow */
h1 {
    font-size: 2.2em;
    color: #00aaff;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 170, 255, 0.8);
    border-bottom: 3px solid #00aaff;
    padding-bottom: 8px;
}

/* H2 - Gold Left Border */
h2 {
    font-size: 1.9em;
    color: #ffb300;
    border-left: 5px solid #ffb300;
    padding-left: 12px;
    background: linear-gradient(to right, #2a2a2a, transparent);
    padding: 10px;
}

/* H3 - Orange Underline */
h3 {
    font-size: 1.7em;
    color: #ff7043;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* H4 - Teal Rounded */
h4 {
    font-size: 1.5em;
    color: #26a69a;
    background-color: rgba(38, 166, 154, 0.2);
    padding: 8px;
    border-radius: 8px;
    display: inline-block;
}

/* 📝 Paragraphs - Readable */
p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

/* 🔗 Links - Smooth */
a {
    color: #ff9800;
    transition: all 0.3s;
}

a:hover {
    color: #ffaa33;
    text-decoration: underline;
}

/* 🗨 Blockquotes */
blockquote {
    border-left: 4px solid #ff9800;
    background: #1c1c1c;
    padding: 15px 20px;
    font-style: italic;
    font-size: 1.2em;
}

/* 📱 Responsive Design */
@media (max-width: 768px) {
    .entry-title {
        font-size: 1.8em;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
    p {
        font-size: 1em;
    }
}/* End custom CSS */