/*
Theme Name: Codingfork
Theme URI: https://codingfork.com
Author: Codingfork Team
Author URI: https://codingfork.com
Description: A modern, responsive WordPress theme designed specifically for coaching and educational websites. Perfect for coding courses, tutorials, and online learning platforms.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codingfork
Tags: education, coaching, courses, responsive, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/


.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.65)
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
}

.hero-subtitle {
    color: #f1f1f1;
    font-size: 18px;
}

