/* 
Theme Name: Brainmine Elementor Child
Description: Brainmine Elementor Child is a child theme of Hello Elementor
Author: Brainmine
Author URI: brainminetech.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Single Post Layout (70/30) */
.single-post-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.main-content-area {
    flex: 1 1 65%;
    /* Adjusted to account for gap */
}

.sidebar-area {
    flex: 0 0 30%;
}

@media (max-width: 991px) {

    .main-content-area,
    .sidebar-area {
        flex: 0 0 100%;
    }
}

/* 404 Page Styles */
.elementor-404-section {
    padding: 100px 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.elementor-404-section h1 {
    font-size: 100px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

.elementor-404-section h2 {
    font-size: 30px;
    margin: 10px 0 20px;
}

.elementor-404-section p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.search-form-container {
    margin-bottom: 40px;
}

.back-home-btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.back-home-btn:hover {
    background: #333;
}

/* Footer Layout */
.site-footer-content {
    background-color: #f9f9f9;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-logo-section {
    margin-bottom: 25px;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    display: block;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #000;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}


.footer-bottom-widget {
    display: inline-block;
    width: 100%;
}

.footer-bottom-widget p, 
.footer-bottom-widget div {
    margin: 0;
    text-align: center;
}
