
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    background: linear-gradient(135deg, #2f2c2c 0%, #131212 100%);
}

.content-header {
    background: transparent;
  }

.line_horizontal {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dialog-off-canvas-main-canvas {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}


.navbar-nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item .las {
    font-size: 20px;
}

.nav-item .text {
    font-size: 12px;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
}

.navbar-nav .nav-item:first-child {
    margin-right: auto;
}

.navbar {
    z-index: 99;
}

.navbar-nav {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item {
    margin-right: 0;
}


/* Header */
.content-header {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
}

main {
    flex: 1;
}

/* Page title */
#block-base-page-title h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

/* Layout container */
.layout-container {
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
}

/* Page content */
.page-content {
    margin: 20px 0;
}

.page-content .layout--onecol {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-content .layout__region--content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #fafafa;
}

/* Hidden */
.hidden {
    display: none;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.pe-2 {
    padding-right: .5rem !important;
}

@media (min-width: 992px) {
    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
}

img {
    height: auto;
    max-width: 100%;
}

ul {
    margin-left: 1.25em;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff7f7;
}

.menuitems .navbar-nav .nav-item a {
    color: #fff;
    text-decoration: none;
}

.menuitems .navbar-nav .nav-item a:hover {
    color: #FF6711;
}

.usp-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 20px 10px 80px 10px;
}

.usp-content {
    flex: 0 0 65%;
    padding-right: 20px;
    z-index: 2;
}

.usp-image {
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
    z-index: 2; 
}

.usp-image img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.usp-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #FF6711;
}

.usp-heading {
    margin-bottom: 15px;
    color: #FF6711;
    position: relative;
    font-size: 1.1rem !important;
}

.usp-description {
    color: #B3B6BC !important;
    position: relative;
    font-size: 0.9rem !important;
}

.intro-text {
    font-size: 0.9rem !important;
    max-width: 600px;
    margin: 10px auto;
    color: #B3B6BC;
    position: relative;
    z-index: 2;
}

#homepage-title {
    font-size: 3.5rem;
    color: #FF6711;
    max-width: 1000px;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

.sub-text {
    font-size: 0.9rem !important;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #B3B6BC;
    position: relative;
    z-index: 2;
}

.hero img {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.features {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.feature-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #FF6711;
    position: relative;
    font-size: 1.1rem !important;
}

.feature-item p {
    color: #B3B6BC;
    position: relative;
    font-size: 0.9rem !important;
}

.button {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    background-color: #FF6711;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 12px;
    white-space: nowrap;
    font-weight: normal;
}

form label {
    margin-bottom: 6px;
    font-size: 12px;
    display: block;
}

.form-text, .form-email {
    width: 100%;
    padding: 10px;
    border: 1px solid #484848;
    border-radius: 5px;
    font-size: 12px;
    background-color: #1e1e1e;
    color: #fff;
}

.user-login-form, .user-pass, .user-register-form {
    padding: 2em 3em;
    margin-top: 2em;
    margin-bottom: 5em;
    border: 1px solid #484848;
    border-radius: 10px;
    color: #fff;
    background-color: #2a2a2a;
}

.form-item {
    margin: .5em 0 1em 0;
}

.form-actions input {
    width: auto;
}

input, optgroup {
    line-height: 1rem !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

body:not(.path-studio) input:focus-visible,
body:not(.path-studio) textarea:focus-visible,
body:not(.path-studio) select:focus-visible,
body:not(.path-studio) button:focus-visible {
    outline: none;
    border: 1px solid #FF6711;
    box-shadow: 0 0 0 2px rgba(255, 103, 17, 0.5);
}

