/*
Theme Name: Forex University
Theme URI: https://www.forexuniversity.org
Author: Your Name
Author URI: https://www.forexuniversity.org
Description: A minimal theme designed to work with Elementor for Forex University website
Version: 1.0
License: GPL v2 or later
Text Domain: forex-university
*/

/* Basic Reset - Elementor will handle most styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container for non-Elementor content */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Basic WordPress classes */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}