.elementor-38349 .elementor-element.elementor-element-c93f78c{--display:flex;}.elementor-38349 .elementor-element.elementor-element-f413351{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );box-shadow:3px 3px 10px 0px rgba(0,0,0,0.5);}.elementor-38349 .elementor-element.elementor-element-724e15c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--flex-wrap:wrap;}@media(max-width:767px){.elementor-38349 .elementor-element.elementor-element-724e15c{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-af38cc4 *//* ==========================================================================
   NorLux Minimalist Top Banner (v3-design - CSS 12.0)
   ========================================================================== */

.norlux-top-banner-v3 {
    background-color: #111111;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #222222;
}

.nltb-link {
    text-decoration: none;
    display: block;
    padding: 14px 20px;
    transition: background-color 0.2s ease;
}

.nltb-link:hover {
    background-color: #1a1a1a;
}

.nltb-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.nltb-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #333333;
    padding-right: 24px;
    flex-shrink: 0;
}

.nltb-indicator {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    animation: nltb-pulse 2s infinite ease-in-out;
}

.nltb-badge-text {
    color: #888888;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.nltb-message {
    color: #cccccc;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.2px;
}

.nltb-message strong {
    font-weight: 500;
    color: #ffffff;
}

.nltb-action-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    flex-shrink: 0;
}

.nltb-svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nltb-link:hover .nltb-svg {
    transform: translateY(3px);
}

@keyframes nltb-pulse {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

@media (max-width: 900px) {
    .nltb-link {
        padding: 12px 15px;
    }
    
    .nltb-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nltb-badge-wrapper {
        border-right: none;
        padding-right: 0;
    }
    
    .nltb-message {
        font-size: 0.85rem;
    }
    
    .nltb-action-arrow {
        font-size: 0.75rem;
        margin-top: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f413351 *//* NorLux Hero v2 - Med Bild & Tydlig CTA */
.norlux-hero-v2 {
    background-color: #fdfdfd;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: 'Inter', 'Montserrat', sans-serif;
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid rgba(0,0,0,0.02);
    overflow: hidden; /* För att hålla bilden inom hörnen */
}

.norlux-hero-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Textdel */
.norlux-hero-text {
    flex: 1;
}

.norlux-badge {
    display: inline-block;
    color: #BF1717;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.norlux-hero-v2 h1 {
    color: #1a1a1a;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.norlux-lead {
    color: #444;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    margin-bottom: 35px;
}

.norlux-cta-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.norlux-btn-primary {
    background-color: #BF1717;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-block;
}

.norlux-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(191, 23, 23, 0.25);
}

.norlux-phone-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.norlux-phone-link svg {
    width: 18px;
    height: 18px;
    color: #BF1717;
}

.norlux-phone-link:hover {
    color: #BF1717;
}

/* Bilddel */
.norlux-hero-image {
    flex: 1;
    max-width: 500px;
}

.norlux-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* En lätt skugga även på bilden för att förstärka taktila känslan */
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); 
    display: block;
}

/* Responsivitet */
@media (max-width: 992px) {
    .norlux-hero-container {
        flex-direction: column-reverse; /* Texten hamnar överst på mobil */
        gap: 30px;
    }
    
    .norlux-hero-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .norlux-hero-v2 {
        padding: 40px 20px;
        margin: 10px;
    }
    
    .norlux-cta-area {
        align-items: center; /* Centrera CTA på mobil */
        width: 100%;
    }

    .norlux-btn-primary {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fca8f74 *//* NorLux Kontaktkort - Force Clean Design 2026 */
.norlux-contact {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.norlux-contact-card {
    background-color: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 50px;
    border: 1px solid rgba(0,0,0,0.02);
}

.norlux-contact-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.norlux-contact-info {
    flex: 1.5;
}

.norlux-badge {
    display: inline-block;
    color: #BF1717 !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
}

.norlux-contact-info h2 {
    color: #1a1a1a !important;
    font-size: 32px;
    font-weight: 800;
    margin: 10px 0 20px 0;
}

.norlux-contact-details {
    margin-top: 30px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #1a1a1a !important;
}

/* Tvingar storlek på alla SVG */
.norlux-contact svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    flex-shrink: 0;
    display: block;
}

.detail-item a {
    color: #1a1a1a !important;
    font-weight: 700;
}

/* Personkortet */
.norlux-person-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-top: 4px solid #BF1717;
    text-align: center;
    padding-bottom: 35px;
}

.person-image-wrapper {
    width: 160px;
    height: 160px;
    margin: 35px auto 20px auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.person-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-text {
    padding: 0 30px;
}

.person-title {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.person-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-call, .btn-email {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 15px;
}

.btn-call {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

.btn-email {
    background-color: #f4f4f4 !important;
    color: #1a1a1a !important;
}

/* Responsivitet */
@media (max-width: 992px) {
    .norlux-contact-grid { flex-direction: column; }
    .norlux-person-card { width: 100%; max-width: 400px; margin: 0 auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a380da *//* NorLux Process-widget - Fullbredd Desktop */
.norlux-process {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.norlux-process-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.norlux-process-header h2 {
    color: #1a1a1a !important;
    font-size: 32px;
    font-weight: 800;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}

.norlux-process-grid {
    display: grid;
    /* Tvingar 4 kolumner på desktop, 2 på tablet, 1 på mobil */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.norlux-step {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    height: 100%; /* Säkrar att alla boxar är lika höga */
}

.step-number {
    background-color: #BF1717;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.norlux-step h3 {
    color: #1a1a1a !important;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.norlux-step p {
    color: #444;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}

/* Responsiva brytpunkter */

/* Tablet: 2 kolumner */
@media (max-width: 1024px) {
    .norlux-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil: 1 kolumn */
@media (max-width: 600px) {
    .norlux-process {
        padding: 40px 15px;
    }
    
    .norlux-process-grid {
        grid-template-columns: 1fr;
    }
    
    .norlux-step {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e3922d *//* --- WIDGET: GLOBAL U-VALUE COMPARISON BANNER V3 --- */
.elementor-38349 .elementor-element.elementor-element-4e3922d .norlux-global-u-widget {
    padding: 100px 20px;
    background-color: #ffffff;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-header {
    margin-bottom: 50px;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-badge {
    color: #BF1717;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 200; /* Ultra-thin Montserrat H2 */
    color: #1a1a1a;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0;
}

/* Flex/Grid Layout för innehållet */
.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-content-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Vänster: Jämförelsekort */
.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-comparison-cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card {
    flex: 1;
    padding: 35px 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card.gov-card {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card.norlux-card {
    background: #ffffff;
    border: 1px solid #BF1717;
    box-shadow: 0 15px 35px rgba(191, 23, 23, 0.03);
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card.norlux-card .nguw-label {
    color: #BF1717;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-value {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card.norlux-card .nguw-value {
    color: #BF1717;
}

/* Höger: Textområde */
.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-text-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-text-area p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444444;
    font-style: italic; /* Cursive introduktionsstil enligt v3 */
    margin: 0 0 25px 0;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-action {
    display: block;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #BF1717;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: gap 0.2s ease;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-btn:hover {
    gap: 10px;
}

.elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-btn .arrow {
    font-weight: 400;
}

/* --- SKÄRMANPASSNINGAR --- */
@media (max-width: 991px) {
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-content-flex {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-header {
        margin-bottom: 140px; /* 140px exakt avstånd under rubriken på mobil */
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-comparison-cards {
        margin-bottom: 50px; /* Balanserat avstånd ner till texten */
    }
}

@media (max-width: 767px) {
    .elementor-38349 .elementor-element.elementor-element-4e3922d .norlux-global-u-widget {
        padding: 60px 20px;
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-title {
        font-size: 2.2rem;
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-text-area p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-comparison-cards {
        flex-direction: column; /* Kort ställs på varandra på små mobiler */
        gap: 15px;
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-card {
        padding: 25px 15px;
    }
    
    .elementor-38349 .elementor-element.elementor-element-4e3922d .nguw-value {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7624f *//* NorLux Projekt & Pris - Relief Design */
.norlux-project {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.norlux-project-box {
    background-color: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 50px;
    border: 1px solid rgba(0,0,0,0.02);
}

.norlux-project-header {
    max-width: 700px;
    margin-bottom: 40px;
}

.norlux-project-header h2 {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 800;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}

.norlux-project-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.norlux-price-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-bottom: 4px solid #BF1717;
}

/* Förbättrad Pris-tag för Desktop & Mobil */
.norlux-price-tag {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.price-label {
    display: block;
    color: #BF1717; /* NorLux-röd för att dra blicken till vad det är */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 12px; /* Skapar luft till siffran */
}

.price-amount-wrapper {
    background-color: #f9f9f9;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 10px;
}

.price-amount {
    display: block;
    color: #1a1a1a;
    font-size: clamp(36px, 5vw, 48px); /* Skalar snyggt mellan skärmar */
    font-weight: 800;
    line-height: 1;
}

.price-subtext {
    display: block;
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

/* Responsiv justering för mobil */
@media (max-width: 768px) {
    .norlux-price-tag {
        text-align: center; /* Centrerat på mobil för bättre balans */
        padding-bottom: 20px;
    }
    
    .price-amount-wrapper {
        padding: 20px 0;
    }

    .price-label {
        margin-bottom: 15px;
    }
}

.norlux-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.norlux-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.norlux-checklist svg {
    width: 20px;
    height: 20px;
    color: #BF1717;
}

.norlux-project-info {
    flex: 1.2;
}

.norlux-project-info h3 {
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 0;
}

.norlux-project-info blockquote {
    margin: 30px 0 0 0;
    padding-left: 20px;
    border-left: 3px solid #BF1717;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}

/* Responsivitet */
@media (max-width: 900px) {
    .norlux-project-content {
        flex-direction: column;
    }
    .norlux-project-box {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91019fb *//* NorLux Värde & Expertis - Relief Design Grid */
.norlux-values {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.norlux-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.norlux-card {
    background-color: #fdfdfd;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.norlux-card:hover {
    transform: translateY(-5px);
}

.norlux-icon {
    width: 48px;
    height: 48px;
    color: #BF1717;
    margin-bottom: 20px;
}

.norlux-card h3 {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.norlux-card p {
    color: #444;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.norlux-card strong {
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .norlux-values {
        padding: 40px 10px;
    }
    
    .norlux-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5766fa *//* NorLux FAQ - Relief Design */
.norlux-faq {
    padding: 80px 20px;
    background-color: #fdfdfd;
    font-family: 'Inter', sans-serif;
}

.norlux-faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.norlux-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.norlux-faq-header h2 {
    color: #1a1a1a !important;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
}

.norlux-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.norlux-faq-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
}

.norlux-faq-item h3 {
    color: #BF1717 !important;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.4;
}

.norlux-faq-item p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.norlux-faq-footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.norlux-faq-footer p {
    color: #1a1a1a;
    font-weight: 600;
}

.norlux-faq-footer a {
    color: #BF1717;
    text-decoration: none;
    border-bottom: 2px solid #BF1717;
}

/* Responsivitet */
@media (max-width: 850px) {
    .norlux-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .norlux-faq {
        padding: 50px 20px;
    }
}/* End custom CSS */