/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Version: 7.0.1
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* Remove CF7 default spacing */


/* Dropdown arrow styling */
.custom-contact-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 18px !important;
}

/* Container & Layout */
/* .greenergy-archive-wrapper {
    padding: 60px 0;
    background-color: #f9fbf9; /* Light eco-friendly background */
} */

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

/* Typography */
/* .archive-header {
    text-align: center;
    margin-bottom: 50px;
} */

/* .page-title {
    font-size: 2.5rem;
    color: #1a3c1a; /* Dark green */
    text-transform: capitalize;
} */

/* Grid System */
/* .posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
} */

/* Individual Post Card */
/* .grid-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
} */

/* .post-thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
} */

/* .post-content {
    padding: 25px;
} */

/* Meta & Titles */
/* .entry-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

/* .blog .entry-title {
    font-size: 1.4rem;
    margin: 10px 0;
    line-height: 1.3;
} */

/* .entry-title a {
    text-decoration: none;
    color: #222;
} */

/* .entry-title a:hover {
    color: #4CAF50; /* Primary Green */
} */

/* .entry-summary {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
} */

/* Read More Link */
/* .read-more {
    font-weight: 700;
    color: #4CAF50;
    text-decoration: none;
    font-size: 0.9rem;
} */

/* Pagination */
/* .pagination {
    margin-top: 50px;
    text-align: center;
} */

/* .pagination .page-numbers {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
} */

/* .pagination .current {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
} */