.elementor-35023 .elementor-element.elementor-element-6118049{--display:flex;}.elementor-35023 .elementor-element.elementor-element-01191e0{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-35023 .elementor-element.elementor-element-b700954{--display:flex;}/* Start custom CSS for html, class: .elementor-element-73c0574 *//* ==========================================================================
   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-01191e0 *//* Huddinge Hero - v3 Premium-standard */
.norlux-huddinge-hero-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}
.norlux-huddinge-hero-v3 .nlhud-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
/* Innehåll */
.norlux-huddinge-hero-v3 .nlhud-content {
    display: flex;
    flex-direction: column;
}
.norlux-huddinge-hero-v3 .nlhud-badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-huddinge-hero-v3 .nlhud-title {
    font-weight: 100;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    line-height: 1.15;
}
.norlux-huddinge-hero-v3 .nlhud-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 35px 0;
    max-width: 52ch;
}
.norlux-huddinge-hero-v3 .nlhud-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 40px 0;
}
/* Knapp */
.norlux-huddinge-hero-v3 .nlhud-actions {
    display: block;
}
.norlux-huddinge-hero-v3 .nlhud-btn {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: background-color 0.2s ease-in-out;
}
.norlux-huddinge-hero-v3 .nlhud-btn:hover {
    background-color: #333333;
}
/* Bildblocket */
.norlux-huddinge-hero-v3 .nlhud-image-block {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
}
.norlux-huddinge-hero-v3 .nlhud-image-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Tablet */
@media (max-width: 1024px) {
    .norlux-huddinge-hero-v3 {
        padding: 90px 20px;
    }
    .norlux-huddinge-hero-v3 .nlhud-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .norlux-huddinge-hero-v3 .nlhud-title {
        font-size: 2.8rem;
    }
    .norlux-huddinge-hero-v3 .nlhud-image-block {
        min-height: 400px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-hero-v3 {
        padding: 70px 15px;
    }
    .norlux-huddinge-hero-v3 .nlhud-title {
        font-size: 2.25rem;
        margin-bottom: 22px;
    }
    .norlux-huddinge-hero-v3 .nlhud-intro {
        font-size: 1.15rem;
        line-height: 1.6;
        margin-bottom: 28px;
    }
    .norlux-huddinge-hero-v3 .nlhud-text {
        font-size: 0.94rem;
        line-height: 1.68;
        margin-bottom: 32px;
    }
    .norlux-huddinge-hero-v3 .nlhud-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    .norlux-huddinge-hero-v3 .nlhud-image-block {
        min-height: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d306da *//* Huddinge Team & Kontakt - v3 Premium-standard */
.norlux-huddinge-team-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-huddinge-team-v3 .nlhut-header {
    text-align: center;
    margin-bottom: 70px;
}
.norlux-huddinge-team-v3 .nlhut-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-team-v3 .nlhut-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-huddinge-team-v3 .nlhut-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
/* Huvudgrid */
.norlux-huddinge-team-v3 .nlhut-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    align-items: stretch;
}
/* Gemensamma kortstilar */
.norlux-huddinge-team-v3 .nlhut-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 45px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
/* Kontorskort */
.norlux-huddinge-team-v3 .nlhut-card-badge {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-huddinge-team-v3 .nlhut-office-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.2px;
}
.norlux-huddinge-team-v3 .nlhut-address {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 40px;
}
.norlux-huddinge-team-v3 .nlhut-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
}
.norlux-huddinge-team-v3 .nlhut-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-huddinge-team-v3 .nlhut-arrow-link:hover .nlhut-link-arrow {
    transform: translateX(4px);
}
/* Personkort med intern tvåkolumnslayout */
.norlux-huddinge-team-v3 .nlhut-person-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 35px;
    align-items: start;
}
.norlux-huddinge-team-v3 .nlhut-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}
.norlux-huddinge-team-v3 .nlhut-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.norlux-huddinge-team-v3 .nlhut-person-info {
    display: flex;
    flex-direction: column;
}
.norlux-huddinge-team-v3 .nlhut-person-name {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 5px 0;
    letter-spacing: -0.2px;
}
.norlux-huddinge-team-v3 .nlhut-person-role {
    font-size: 0.88rem;
    color: #777777;
}
.norlux-huddinge-team-v3 .nlhut-contact-channels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 0;
}
.norlux-huddinge-team-v3 .nlhut-phone,
.norlux-huddinge-team-v3 .nlhut-email {
    font-size: 0.95rem;
    color: #1a1a1a;
    text-decoration: none;
    width: fit-content;
}
.norlux-huddinge-team-v3 .nlhut-phone:hover,
.norlux-huddinge-team-v3 .nlhut-email:hover {
    text-decoration: underline;
}
.norlux-huddinge-team-v3 .nlhut-bio-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}
/* Tablet & Mindre skärmar */
@media (max-width: 1100px) {
    .norlux-huddinge-team-v3 .nlhut-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 850px) {
    .norlux-huddinge-team-v3 {
        padding: 100px 20px;
    }
    .norlux-huddinge-team-v3 .nlhut-main-title {
        font-size: 2.3rem;
    }
}
/* Mobile */
@media (max-width: 600px) {
    .norlux-huddinge-team-v3 .nlhut-person-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .norlux-huddinge-team-v3 .nlhut-avatar-wrapper {
        width: 100%;
        max-width: 240px;
        height: 240px;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .norlux-huddinge-team-v3 {
        padding: 80px 15px;
    }
    .norlux-huddinge-team-v3 .nlhut-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-huddinge-team-v3 .nlhut-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-huddinge-team-v3 .nlhut-card {
        padding: 35px 25px;
    }
    .norlux-huddinge-team-v3 .nlhut-person-name {
        font-size: 1.25rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6947270 *//* Huddinge Mervärden - v3 Premium-standard */
.norlux-huddinge-values-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
/* Header */
.norlux-huddinge-values-v3 .nlhuv-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-huddinge-values-v3 .nlhuv-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-values-v3 .nlhuv-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-huddinge-values-v3 .nlhuv-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 auto;
}
/* Grid */
.norlux-huddinge-values-v3 .nlhuv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
/* Strama, linjebaserade kort */
.norlux-huddinge-values-v3 .nlhuv-card {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.norlux-huddinge-values-v3 .nlhuv-card-title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.35;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}
.norlux-huddinge-values-v3 .nlhuv-card-text {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-huddinge-values-v3 {
        padding: 100px 20px;
    }
    .norlux-huddinge-values-v3 .nlhuv-main-title {
        font-size: 2.3rem;
    }
    .norlux-huddinge-values-v3 .nlhuv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-huddinge-values-v3 .nlhuv-card {
        padding-top: 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-values-v3 {
        padding: 80px 15px;
    }
    .norlux-huddinge-values-v3 .nlhuv-header {
        margin-bottom: 50px;
    }
    .norlux-huddinge-values-v3 .nlhuv-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-huddinge-values-v3 .nlhuv-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-huddinge-values-v3 .nlhuv-card-title {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    .norlux-huddinge-values-v3 .nlhuv-card-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ebbde7 *//* Huddinge Nyckeltal - v1 */
.norlux-huddinge-facts-v1 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
/* Header */
.norlux-huddinge-facts-v1 .nlhuf-header-block {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-huddinge-facts-v1 .nlhuf-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-facts-v1 .nlhuf-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-huddinge-facts-v1 .nlhuf-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 auto;
}
/* Grid */
.norlux-huddinge-facts-v1 .nlhuf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}
/* Kort */
.norlux-huddinge-facts-v1 .nlhuf-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.norlux-huddinge-facts-v1 .nlhuf-stat {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.norlux-huddinge-facts-v1 .nlhuf-card-title {
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}
.norlux-huddinge-facts-v1 .nlhuf-card-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}
/* Footer */
.norlux-huddinge-facts-v1 .nlhuf-footer-block {
    margin: 50px auto 0 auto;
    max-width: 900px;
    text-align: center;
}
.norlux-huddinge-facts-v1 .nlhuf-footer-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #777777;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-huddinge-facts-v1 {
        padding: 100px 20px;
    }
    .norlux-huddinge-facts-v1 .nlhuf-main-title {
        font-size: 2.15rem;
    }
    .norlux-huddinge-facts-v1 .nlhuf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-facts-v1 {
        padding: 80px 15px;
    }
    .norlux-huddinge-facts-v1 .nlhuf-header-block {
        margin-bottom: 40px;
    }
    .norlux-huddinge-facts-v1 .nlhuf-main-title {
        font-size: 1.9rem;
        margin-bottom: 18px;
    }
    .norlux-huddinge-facts-v1 .nlhuf-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-huddinge-facts-v1 .nlhuf-grid {
        grid-template-columns: 1fr;
    }
    .norlux-huddinge-facts-v1 .nlhuf-stat {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4871ed3 *//* Huddinge Prisexempel - v3 Premium-standard */
.norlux-huddinge-price-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-huddinge-price-v3 .nlhup-container {
    max-width: 1140px;
    margin: 0 auto;
}
/* Header */
.norlux-huddinge-price-v3 .nlhup-header-block {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-huddinge-price-v3 .nlhup-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-price-v3 .nlhup-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-huddinge-price-v3 .nlhup-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 auto;
}
/* Grid */
.norlux-huddinge-price-v3 .nlhup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
/* Kort */
.norlux-huddinge-price-v3 .nlhup-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.norlux-huddinge-price-v3 .nlhup-card-meta {
    padding: 32px 32px 0 32px;
}
.norlux-huddinge-price-v3 .nlhup-card-tag {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 14px;
}
.norlux-huddinge-price-v3 .nlhup-card-meta h3 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0 0 16px 0;
}
.norlux-huddinge-price-v3 .nlhup-card-desc {
    font-size: 0.94rem;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}
.norlux-huddinge-price-v3 .nlhup-card-price {
    margin-top: 28px;
    border-top: 1px solid #eaeaea;
    padding: 24px 32px 32px 32px;
}
.norlux-huddinge-price-v3 .nlhup-price-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 8px;
}
.norlux-huddinge-price-v3 .nlhup-price-value {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}
/* Footnote */
.norlux-huddinge-price-v3 .nlhup-footnote-block {
    margin: 40px auto 0 auto;
    max-width: 900px;
    text-align: center;
}
.norlux-huddinge-price-v3 .nlhup-footnote-block p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #777777;
    margin: 0;
}
.norlux-huddinge-price-v3 .nlhup-footnote-block strong {
    color: #555555;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-huddinge-price-v3 {
        padding: 100px 20px;
    }
    .norlux-huddinge-price-v3 .nlhup-main-title {
        font-size: 2.15rem;
    }
    .norlux-huddinge-price-v3 .nlhup-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-price-v3 {
        padding: 80px 15px;
    }
    .norlux-huddinge-price-v3 .nlhup-header-block {
        margin-bottom: 40px;
    }
    .norlux-huddinge-price-v3 .nlhup-main-title {
        font-size: 1.85rem;
        margin-bottom: 18px;
    }
    .norlux-huddinge-price-v3 .nlhup-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-huddinge-price-v3 .nlhup-card-meta {
        padding: 28px 24px 0 24px;
    }
    .norlux-huddinge-price-v3 .nlhup-card-price {
        padding: 20px 24px 28px 24px;
    }
    .norlux-huddinge-price-v3 .nlhup-price-value {
        font-size: 1.6rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55e8883 *//* Huddinge Process-bridge - v1 */
.norlux-huddinge-process-v1 {
    padding: 100px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    text-align: center;
}
.norlux-huddinge-process-v1 .nlhuproc-container {
    max-width: 720px;
    margin: 0 auto;
}
.norlux-huddinge-process-v1 .nlhuproc-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 18px;
}
.norlux-huddinge-process-v1 .nlhuproc-title {
    font-weight: 200;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0 0 24px 0;
}
.norlux-huddinge-process-v1 .nlhuproc-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 32px 0;
}
.norlux-huddinge-process-v1 .nlhuproc-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 3px;
    transition: opacity 0.2s ease;
}
.norlux-huddinge-process-v1 .nlhuproc-link:hover {
    opacity: 0.6;
}
.norlux-huddinge-process-v1 .nlhuproc-arrow-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}
.norlux-huddinge-process-v1 .nlhuproc-link:hover .nlhuproc-arrow-icon {
    transform: translateX(3px);
}
/* Mobile */
@media (max-width: 560px) {
    .norlux-huddinge-process-v1 {
        padding: 70px 20px;
    }
    .norlux-huddinge-process-v1 .nlhuproc-title {
        font-size: 1.9rem;
    }
    .norlux-huddinge-process-v1 .nlhuproc-text {
        font-size: 0.95rem;
        line-height: 1.68;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcaeb24 *//* Huddinge U-värdeswidget / Bidragslänk - v1 */
.norlux-huddinge-u-widget-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-huddinge-u-widget-v1 .nlhuu-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-huddinge-u-widget-v1 .nlhuu-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-huddinge-u-widget-v1 .nlhuu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-huddinge-u-widget-v1 .nlhuu-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-card {
    flex: 1;
    min-width: 0;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 30px 18px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}
.norlux-huddinge-u-widget-v1 .nlhuu-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-huddinge-u-widget-v1 .nlhuu-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 32px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-huddinge-u-widget-v1 .nlhuu-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-huddinge-u-widget-v1 .nlhuu-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-huddinge-u-widget-v1 .nlhuu-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-huddinge-u-widget-v1 .nlhuu-link-wrapper {
    margin-top: 6px;
}
.norlux-huddinge-u-widget-v1 .nlhuu-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-huddinge-u-widget-v1 .nlhuu-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-huddinge-u-widget-v1 .nlhuu-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-huddinge-u-widget-v1 .nlhuu-arrow-link:hover .nlhuu-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-huddinge-u-widget-v1 {
        padding: 80px 20px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-huddinge-u-widget-v1 {
        padding: 80px 15px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-card {
        padding: 25px 15px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-value {
        font-size: 1.6rem;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-huddinge-u-widget-v1 .nlhuu-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3de9d4b *//* Huddinge Regional Teaser - v3 Premium-standard */
.norlux-huddinge-regional-teaser-v3 {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
/* Stram, linjebaserad ram helt utan hörnradier */
.norlux-huddinge-regional-teaser-v3 .nlhurt-box {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 50px 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
/* Vänster sida: Innehåll */
.norlux-huddinge-regional-teaser-v3 .nlhurt-content {
    max-width: 700px;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-badge {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 12px;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 14px 0;
    line-height: 1.3;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-text {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-text strong {
    color: #1a1a1a;
    font-weight: 600;
}
/* Höger sida: Handling/Länk */
.norlux-huddinge-regional-teaser-v3 .nlhurt-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    flex-shrink: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-link:hover {
    border-color: #1a1a1a;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-huddinge-regional-teaser-v3 .nlhurt-link:hover .nlhurt-arrow {
    transform: translateX(4px);
}
/* Tablet & Desktop med mindre skärmar */
@media (max-width: 900px) {
    .norlux-huddinge-regional-teaser-v3 .nlhurt-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 40px 30px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-regional-teaser-v3 {
        padding: 40px 15px;
    }
    .norlux-huddinge-regional-teaser-v3 .nlhurt-box {
        padding: 35px 20px;
    }
    .norlux-huddinge-regional-teaser-v3 .nlhurt-title {
        font-size: 1.3rem;
    }
    .norlux-huddinge-regional-teaser-v3 .nlhurt-text {
        font-size: 0.92rem;
        line-height: 1.62;
    }
    .norlux-huddinge-regional-teaser-v3 .nlhurt-link {
        font-size: 0.92rem;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8a9e40 *//* Huddinge FAQ - v3 Premium-standard */
.norlux-huddinge-faq-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
/* Header */
.norlux-huddinge-faq-v3 .nlhufq-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-huddinge-faq-v3 .nlhufq-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-faq-v3 .nlhufq-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-huddinge-faq-v3 .nlhufq-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
/* Accordion Wrapper */
.norlux-huddinge-faq-v3 .nlhufq-wrapper {
    max-width: 850px;
    margin: 0 auto 50px auto;
}
/* Accordion Item */
.norlux-huddinge-faq-v3 .nlhufq-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.norlux-huddinge-faq-v3 .nlhufq-item:first-child {
    border-top: 1px solid #eaeaea;
}
/* Trigger / Summary */
.norlux-huddinge-faq-v3 .nlhufq-trigger {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 24px 30px 24px 0;
    cursor: pointer;
    position: relative;
    list-style: none;
    line-height: 1.4;
    user-select: none;
    color: #1a1a1a;
}
.norlux-huddinge-faq-v3 .nlhufq-trigger::-webkit-details-marker {
    display: none;
}
/* Stilrent plus/minus-tecken med CSS istället för tunga ikoner */
.norlux-huddinge-faq-v3 .nlhufq-trigger::after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 200;
    color: #888888;
    transition: transform 0.2s ease-in-out;
}
.norlux-huddinge-faq-v3 .nlhufq-item[open] .nlhufq-trigger::after {
    content: '−';
}
/* Answer block */
.norlux-huddinge-faq-v3 .nlhufq-answer {
    padding: 0 0 28px 0;
}
.norlux-huddinge-faq-v3 .nlhufq-answer p {
    font-size: 0.96rem;
    line-height: 1.75;
    color: #555555;
    margin: 0;
    max-width: 78ch;
}
/* Footer block */
.norlux-huddinge-faq-v3 .nlhufq-footer {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.norlux-huddinge-faq-v3 .nlhufq-footer-text {
    font-size: 0.92rem;
    color: #666666;
    margin: 0;
}
.norlux-huddinge-faq-v3 .nlhufq-phone-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
}
.norlux-huddinge-faq-v3 .nlhufq-phone-link:hover {
    border-bottom-color: transparent;
}
/* Tablet */
@media (max-width: 850px) {
    .norlux-huddinge-faq-v3 {
        padding: 100px 20px;
    }
    .norlux-huddinge-faq-v3 .nlhufq-main-title {
        font-size: 2.3rem;
    }
    .norlux-huddinge-faq-v3 .nlhufq-trigger {
        font-size: 1.08rem;
        padding-right: 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-huddinge-faq-v3 {
        padding: 80px 15px;
    }
    .norlux-huddinge-faq-v3 .nlhufq-header {
        margin-bottom: 45px;
    }
    .norlux-huddinge-faq-v3 .nlhufq-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-huddinge-faq-v3 .nlhufq-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-huddinge-faq-v3 .nlhufq-trigger {
        font-size: 1rem;
        padding: 18px 25px 18px 0;
    }
    .norlux-huddinge-faq-v3 .nlhufq-answer {
        padding-bottom: 20px;
    }
    .norlux-huddinge-faq-v3 .nlhufq-answer p {
        font-size: 0.92rem;
        line-height: 1.65;
    }
    .norlux-huddinge-faq-v3 .nlhufq-footer-text {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64067dd */.elementor-35023 .elementor-element.elementor-element-64067dd .product-nav-section {
    padding: 40px 0;
    font-family: 'Inter', sans-serif;
}
.elementor-35023 .elementor-element.elementor-element-64067dd .nav-box {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.elementor-35023 .elementor-element.elementor-element-64067dd .nav-content h4 { font-size: 1.4rem; font-weight: 800; margin: 0 0 10px 0; color: #1a1a1a; }
.elementor-35023 .elementor-element.elementor-element-64067dd .nav-content p { margin: 0; color: #555; font-size: 1rem; line-height: 1.6; max-width: 600px; }
.elementor-35023 .elementor-element.elementor-element-64067dd .btn-secondary {
    background: #fff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.elementor-35023 .elementor-element.elementor-element-64067dd .btn-secondary:hover {
    background: #1a1a1a;
    color: #fff !important;
}
@media (max-width: 991px) {
    .elementor-35023 .elementor-element.elementor-element-64067dd .nav-box { flex-direction: column; text-align: center; padding: 30px 20px; }
    .elementor-35023 .elementor-element.elementor-element-64067dd .nav-content p { margin-bottom: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01b7b6a *//* Huddinge Länkmatris Sortiment - v3 Premium-standard */
.norlux-huddinge-links-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
/* Header */
.norlux-huddinge-links-v3 .nlhulm-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-huddinge-links-v3 .nlhulm-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-huddinge-links-v3 .nlhulm-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
/* 4-kolumnsgrid för desktop */
.norlux-huddinge-links-v3 .nlhulm-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}
/* Strama, interaktiva länkkort */
.norlux-huddinge-links-v3 .nlhulm-item {
    border: 1px solid #eaeaea;
    padding: 35px 25px;
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.norlux-huddinge-links-v3 .nlhulm-item:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-huddinge-links-v3 .nlhulm-item-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}
.norlux-huddinge-links-v3 .nlhulm-item-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 30px 0;
}
/* Stilren pilindikator */
.norlux-huddinge-links-v3 .nlhulm-arrow {
    width: 18px;
    height: 18px;
    color: #1a1a1a;
    transition: transform 0.2s ease-in-out;
    margin-top: auto;
}
.norlux-huddinge-links-v3 .nlhulm-item:hover .nlhulm-arrow {
    transform: translateX(4px);
}
/* Stor surfplatta / Liten desktop */
@media (max-width: 1024px) {
    .norlux-huddinge-links-v3 .nlhulm-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
/* Surfplatta */
@media (max-width: 768px) {
    .norlux-huddinge-links-v3 {
        padding: 80px 20px;
    }
    .norlux-huddinge-links-v3 .nlhulm-main-title {
        font-size: 2.2rem;
    }
}
/* Mobil */
@media (max-width: 500px) {
    .norlux-huddinge-links-v3 {
        padding: 70px 15px;
    }
    .norlux-huddinge-links-v3 .nlhulm-header {
        margin-bottom: 45px;
    }
    .norlux-huddinge-links-v3 .nlhulm-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-huddinge-links-v3 .nlhulm-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .norlux-huddinge-links-v3 .nlhulm-item {
        padding: 25px 20px;
    }
    .norlux-huddinge-links-v3 .nlhulm-item-title {
        font-size: 1.1rem;
    }
    .norlux-huddinge-links-v3 .nlhulm-item-desc {
        margin-bottom: 20px;
    }
}/* End custom CSS */