/*
Theme Name: Şevket Göcen
Theme URI: https://sevketgocen.com
Author: FA Yazılım
Author URI: https://fayazilim.com.tr
Description: Şevket Göcen kişisel gelişim ve eğitim teması. Kişisel gelişim uzmanları, eğitmenler ve koçlar için özel olarak tasarlanmış modern ve profesyonel bir WordPress teması.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sevketgocen
Tags: education, coaching, personal-development, blog, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Theme styles are enqueued from the original assets/css/style.css */

/* WordPress Specific Styles */
.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.course-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666;
}

.course-meta span i {
    color: #ff6b2c;
    font-size: 16px;
}

/* Contact Form Styles */
.contact-info-wrapper .contact-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-info-wrapper .contact-info-icon {
    width: 50px;
    height: 50px;
    background: #ff6b2c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-wrapper .contact-info-content h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.contact-info-wrapper .contact-info-content p {
    margin: 0;
    color: #666;
}

.contact-info-wrapper .contact-info-content a {
    color: #666;
    text-decoration: none;
}

.contact-info-wrapper .contact-info-content a:hover {
    color: #ff6b2c;
}

/* Sidebar Styles */
.sidebar-area .widget {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sidebar-area .widget_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a282c;
}

.sidebar-area .info-list p {
    margin-bottom: 10px;
    font-size: 15px;
}

.sidebar-area .info-list strong {
    color: #0a282c;
    font-weight: 600;
}

/* Error Page Styles */
.error-content {
    padding: 60px 0;
}

.error-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a282c;
}

.error-text {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Course Single Styles */
.course-single-img {
    border-radius: 10px;
    overflow: hidden;
}

.course-single-content .course-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a282c;
}

.course-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.course-description p {
    margin-bottom: 15px;
}

.course-description h2,
.course-description h3,
.course-description h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #0a282c;
}

.course-description ul,
.course-description ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.course-description li {
    margin-bottom: 8px;
}

/* Form Messages */
.form-messages {
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.form-messages.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-messages.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* WordPress Core Styles */
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    text-align: center;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .course-meta {
        gap: 10px;
    }

    .course-meta span {
        font-size: 13px;
    }

    .sidebar-area {
        margin-top: 40px;
    }
}