/*
Theme Name: Naqla Interface
Theme URI: https://digitiliq.com/
Description: Naqla training platform interface for the Astra parent theme.
Author: Naqla
Version: 1.0.1
Template: astra
Text Domain: naqla-interface
*/

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

body.home .site-header,
body.home .site-footer,
body.home .ast-primary-header-bar,
body.home .site-below-footer-wrap {
    display: none;
}

body.home #page,
body.home #content,
body.home .site-content,
body.home .ast-container,
body.home .content-area,
body.home .site-main,
.naqla-theme-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.naqla-theme-missing {
    max-width: 760px;
    margin: 80px auto;
    padding: 32px;
    border: 1px solid #d8d2ff;
    border-radius: 8px;
    background: #fff;
    color: #171a4a;
    font-family: Arial, sans-serif;
    text-align: center;
}
