/*!
Theme Name: Eduvalt
Theme URI: https://ifingerstudio.com/eduvalt/
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses & Education WordPress Theme
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduvalt
Tags: custom-background, custom-logo, 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.
*/
.tgmenu__navbar-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.tgmenu__main-menu.d-none.d-xl-flex {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.tgmenu__nav {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.tgmenu__nav ul {
    display: flex !important;
    flex-direction: row !important;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.tgmenu__action {
    order: 3;
}

.section-py-120 {
    padding: 0 !important;
}

@media (max-width: 1200px) {
.tgmenu__navbar-wrap,
.tgmenu__main-menu d-none d-xl-flex {
        display: none !important;
    }
}

/* SaraLingua English Course Styles */
/* WordPress Theme File Editor'e eklenecek CSS */

.saralingua-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.saralingua-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    color: #2c3e50;
    background: #ffffff;
    padding: 0;
}

.saralingua-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.saralingua-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.saralingua-logo {
    max-width: 250px;
    margin: 0 auto 30px;
    display: block;
}

.saralingua-logo img {
    width: 100%;
    height: auto;
}

.saralingua-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 15px;
    line-height: 1.2;
}

.saralingua-subtitle {
    font-size: 1.4em;
    color: #555;
    font-weight: 300;
    margin-bottom: 0;
}

.saralingua-intro {
    margin-bottom: 50px;
    text-align: center;
}

.saralingua-intro p {
    font-size: 1.3em;
    color: #444;
    margin-bottom: 30px;
    font-weight: 400;
}

.saralingua-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.saralingua-option-card {
    background: #f8f9fa;
    color: #2c3e50;
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.saralingua-option-card:hover {
    border-color: #FF6B35;
}

.saralingua-section {
    margin-bottom: 50px;
}

.saralingua-section-title {
    font-size: 2.2em;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 700;
    border-bottom: 3px solid #FF6B35;
    padding-bottom: 15px;
}

.saralingua-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
}

.saralingua-feature-card {
    background: #ffffff;
    padding: 30px;
    border-left: 4px solid #FF6B35;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.saralingua-feature-card h3 {
    font-size: 1.4em;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.4;
}

.saralingua-feature-card p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.saralingua-structure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.saralingua-structure-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-top: 4px solid #FF6B35;
}

.saralingua-structure-card h3 {
    color: #2c3e50;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 700;
}

.saralingua-structure-card p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.saralingua-structure-card ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.saralingua-structure-card li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 1.05em;
    color: #444;
    line-height: 1.6;
}

.saralingua-structure-card li:last-child {
    border-bottom: none;
}

.saralingua-structure-card li strong {
    color: #FF6B35;
    font-weight: 600;
}

.saralingua-info-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
    border: 2px solid #FF6B35;
}

.saralingua-info-box h3 {
    color: #2c3e50;
    font-size: 1.8em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.saralingua-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.saralingua-info-item {
    text-align: center;
}

.saralingua-info-item .icon {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.saralingua-info-item strong {
    display: block;
    font-size: 1.2em;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.saralingua-info-item p {
    font-size: 1.1em;
    color: #555;
    margin: 0;
}

.saralingua-info-box > p {
    text-align: center;
    margin-top: 30px;
    font-size: 1.15em;
    color: #444;
    line-height: 1.7;
}

.saralingua-info-box > p strong {
    color: #FF6B35;
    font-weight: 600;
}

.saralingua-cta {
    background: #f8f9fa;
    color: #2c3e50;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 50px;
    border: 2px solid #FF6B35;
    line-height: 1.6;
}

.saralingua-emoji {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .saralingua-container {
        padding: 30px 15px;
    }
    
    .saralingua-title {
        font-size: 2em;
    }

    .saralingua-section-title {
        font-size: 1.8em;
    }

    .saralingua-structure-grid {
        grid-template-columns: 1fr;
    }
    
    .saralingua-options-grid {
        grid-template-columns: 1fr;
    }
}

.cta-area-two {
    padding: 150px 0 160px;
    background: linear-gradient(135deg, #ff7b2c 0%, #ff9655 100%); /* Gradient turuncu */
    overflow: hidden;
    z-index: 1;
}

