:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-85d3104 *//* Yasan Academy Page Styles */
/* Make sure your theme has a default font that supports Farsi, like Vazirmatn */

/* Hero/Banner Section */
.yasan-hero {
    background-color: #2c3e50;
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-left: calc(-50vw + 50%); /* Full-width effect */
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.yasan-hero h1 {
    margin: 0 0 20px 0;
    font-size: 2.5rem;
    color: white;
}

.yasan-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Container for content */
.yasan-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.yasan-page-content {
    padding-top: 40px;
}

/* General Section Styling */
.yasan-section {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.yasan-section h2 {
    color: #16a085;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2rem;
}

.yasan-section h3 {
    color: #2980b9;
    font-size: 1.6rem;
}

.yasan-section h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #34495e;
}

/* List Styling */
.yasan-section ul {
    list-style-type: '✔  ';
    padding-right: 20px;
}

.yasan-section li {
    margin-bottom: 12px;
    line-height: 1.8;
}

/* Code Snippet Styling */
.yasan-section code {
    background-color: #ecf0f1;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    color: #c0392b;
    direction: ltr;
    display: inline-block;
}

/* Learning Path Articles */
.yasan-path {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

/* FAQ Item Styling */
.yasan-faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.yasan-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Call-to-Action Buttons */
.yasan-cta-button {
    display: inline-block;
    background-color: #1abc9c;
    color: white !important; /* Important to override theme styles */
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.2s;
    text-align: center;
}

.yasan-cta-button:hover {
    background-color: #16a085;
    transform: translateY(-2px);
}

.yasan-cta-button.secondary {
    font-size: 1rem;
    padding: 12px 25px;
}
.yasan-cta-button.blue { background-color: #3498db; }
.yasan-cta-button.blue:hover { background-color: #2980b9; }
.yasan-cta-button.orange { background-color: #e67e22; }
.yasan-cta-button.orange:hover { background-color: #d35400; }
.yasan-cta-button.purple { background-color: #9b59b6; }
.yasan-cta-button.purple:hover { background-color: #8e44ad; }

/* Final CTA Section */
.yasan-final-cta {
    background-color: #34495e;
    text-align: center;
}
.yasan-final-cta h2, .yasan-final-cta p {
    color: white;
}
.yasan-final-cta h2 {
    border-bottom: none;
}/* End custom CSS */