.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== MALVERSE DESIGN FOR THERATIO - ERROR FREE ===== */
/* GLOBAL STYLES */
body {
    background-color: #050d10;
    color: #e0f4f5;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* CONTAINER */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* NEON BORDERS */
.malverse-neon-border {
    position: relative;
    border: 1px solid rgba(55, 253, 118, 0.3);
    box-shadow: 0 0 15px rgba(55, 253, 118, 0.2), inset 0 0 15px rgba(55, 253, 118, 0.1);
    padding: 30px;
}

.malverse-neon-border::before,
.malverse-neon-border::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #37fd76;
    opacity: 0.7;
}

.malverse-neon-border::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.malverse-neon-border::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

/* BUTTONS */
.malverse-btn {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #37fd76;
    color: #37fd76;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.malverse-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #37fd76;
    transition: all 0.3s ease;
    z-index: -1;
}

.malverse-btn:hover {
    color: #030809;
}

.malverse-btn:hover::before {
    left: 0;
}

/* SECTIONS */
.malverse-section {
    padding: 80px 0;
    position: relative;
}

.malverse-section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #37fd76;
    text-shadow: 0 0 10px rgba(55, 253, 118, 0.3);
    position: relative;
    display: inline-block;
}

.malverse-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #37fd76;
    box-shadow: 0 0 10px #37fd76;
}

/* HEADER */
.elementor-location-header {
    background: rgba(5, 13, 16, 0.9);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    border-bottom: 1px solid rgba(55, 253, 118, 0.2);
}

/* HERO EFFECT */
.malverse-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(55, 253, 118, 0.05) 0%, transparent 70%);
    z-index: -1;
}

/* GALLERY ITEMS */
.malverse-gallery-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
    transition: all 0.3s ease;
}

.malverse-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.malverse-gallery-item:hover img {
    transform: scale(1.1);
}

.malverse-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(5, 13, 16, 0.9) 0%, transparent 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.malverse-gallery-item:hover .malverse-gallery-overlay {
    opacity: 1;
}

/* DASHBOARD SIDEBAR */
.malverse-dashboard-sidebar {
    background: rgba(12, 22, 24, 0.6);
    padding: 20px;
}

/* RESPONSIVE FIXES */
@media (max-width: 767px) {
    .malverse-hero-image {
        display: none;
    }
    
    .malverse-mobile-menu {
        display: block;
    }
    
    .malverse-nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #030809;
        flex-direction: column;
        padding: 30px;
        transition: all 0.3s ease;
    }
    
    .malverse-nav-menu.active {
        left: 0;
    }
}

/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

/* FONT APPLICATIONS */
body, button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'Orbitron', sans-serif;
}/* End custom CSS */