/*
Theme Name: AD RMS
Theme URI: https://example.com
Author: Addicted Content Ltd
Author URI: https://example.com
Description: Custom Wordpress theme for Adventure RMS with Elementor and WooCommerce Support
Version: 1.1.0
Text Domain: ad-rms
*/

html, body {
    margin: 0;
    padding: 0;
}

/* Keep base layout as neutral as possible so Elementor controls design. */

.site {
    min-height: 100vh;
}

/* Elementor layout helpers */
.elementor-fullwidth,
.elementor-canvas {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Simple container utility if you ever need it (Elementor can ignore this) */
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
