/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764406519
Updated: 2025-11-29 08:55:19

*/

/* ============================================================
HERO "WHY STEDDI?" — From Demo Website (COMPLETE)
============================================================ */
.steddi-hero {
    position: relative;
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #fce700;
    background-image: url("https://uploads-ssl.webflow.com/62c43179305f3458f008e519/62c43179305f34f15f08e5ae_Asset%206.svg");
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.steddi-hero .container {
    max-width: 1200px;
    margin: auto;
}

.steddi-hero h1 {
    font-size: 64px;
    font-weight: 700;
	color: #454344 !important;
}

.steddi-hero p {
    font-size: 22px;
    line-height: 34px;
    opacity: .9;
    max-width: 600px;
	color: #646464 !important;

}

/* ============================================================
BANNER
============================================================ */
.wwccd_banner {
    background: #f9f9f9;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.wwccd_banner_inner {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.wwccd_banner_content h1 {
    font-size: 50px;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.wwccd_banner_content p {
    font-size: 18px;
    color: #555;
}

.wwccd_banner_image img {
    max-width: 330px;
}

/* ============================================================
CATEGORY FILTER
============================================================ */
.wwccd_filter_section {
    background: #fff;
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
}

.wwccd_filter_inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wwccd_filter_label {
    font-size: 18px;
    font-weight: bold;
}

.wwccd_filter_items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wwccd_filter_btn {
    padding: 8px 18px;
    background: #ffcc00;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
}

.wwccd_filter_btn.wwccd_active_cat {
    background: #ffa500;
    color: #fff;
}

/* ============================================================
BLOG GRID
============================================================ */
.wwccd_blog_grid {
    padding: 60px 20px;
}

.wwccd_blog_grid_inner {
    max-width: 1200px;
    margin: auto;
}

.wwccd_blog_grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.wwccd_blog_card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 18px;
}

.wwccd_blog_thumb img {
    width: 100%;
    border-radius: 10px;
}

.wwccd_blog_cat {
    color: #ff9900;
    font-size: 14px;
    margin-top: 10px;
}

.wwccd_blog_title a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.wwccd_blog_excerpt {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.wwccd_blog_author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.wwccd_blog_author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.wwccd_readmore_btn {
    display: inline-block;
    margin-top: 12px;
    color: #ffcc00;
    font-weight: bold;
    text-decoration: underline;
}

.nav-links {
    text-align: center;
    width: 100%;
}

.nav-links .page-numbers {
    padding: 10px 18px;
    border: 1px solid #ffcc00;
    border-radius: 12px;
    color: #ffcc00;
}

.nav-links .page-numbers:hover {
    background: #ffcc00;
    color: #fff;
}

span.page-numbers.current {
    background: #ffcc00;
    color: #fff;
}

.wwccd_blog_excerpt {
    font-family: "Degular Light", sans-serif;
}