/*
Theme Name: Sonex Industry
Theme URI: https://sonexineu.com
Description: Custom theme for Sonex Industry - A Quality Conscious Company. Elementor compatible.
Version: 1.0
Author: Awais Ali
Text Domain: sonex-industry
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}