.elementor-1461 .elementor-element.elementor-element-3da7cc3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1461 .elementor-element.elementor-element-5b0c203{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;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-1461 .elementor-element.elementor-element-aecd01e{--display:flex;}.elementor-1461 .elementor-element.elementor-element-87592b8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(max-width:767px){.elementor-1461 .elementor-element.elementor-element-3da7cc3{--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1461 .elementor-element.elementor-element-5b0c203{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-e825605 *//* ==========================================================================
   NorLux Top Banner - v6 stabil layout
   ========================================================================== */

.norlux-top-banner-v3 {
    width: 100%;
    max-width: 100%;
    background-color: #111111;
    border-bottom: 1px solid #222222;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.norlux-top-banner-v3 .nltb-link {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.norlux-top-banner-v3 .nltb-link:hover {
    background-color: #1a1a1a;
}

.norlux-top-banner-v3 .nltb-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}

.norlux-top-banner-v3 .nltb-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
    border-right: 1px solid #333333;
    min-width: 0;
}

.norlux-top-banner-v3 .nltb-indicator {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    animation: nltb-pulse 2s infinite ease-in-out;
}

.norlux-top-banner-v3 .nltb-badge-text {
    color: #888888;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1;
}

.norlux-top-banner-v3 .nltb-message {
    margin: 0;
    color: #cccccc;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.2px;
    min-width: 0;
}

.norlux-top-banner-v3 .nltb-message strong {
    color: #ffffff;
    font-weight: 500;
}

.norlux-top-banner-v3 .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;
    white-space: nowrap;
    min-width: 0;
}

.norlux-top-banner-v3 .nltb-svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.norlux-top-banner-v3 .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) {
    .norlux-top-banner-v3 .nltb-link {
        padding: 12px 15px;
    }

    .norlux-top-banner-v3 .nltb-container {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }

    .norlux-top-banner-v3 .nltb-badge-wrapper {
        border-right: none;
        padding-right: 0;
    }

    .norlux-top-banner-v3 .nltb-message {
        font-size: 0.85rem;
    }

    .norlux-top-banner-v3 .nltb-action-arrow {
        font-size: 0.75rem;
        white-space: normal;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b0c203 *//* Halland Hero - v4 utan lokala länkar */
.norlux-hero-halland-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}

.norlux-hero-halland-v3 .nlhh-container {
    max-width: 1140px;
    margin: 0 auto;
}

.norlux-hero-halland-v3 .nlhh-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

.norlux-hero-halland-v3 .nlhh-text-area {
    display: flex;
    flex-direction: column;
}

.norlux-hero-halland-v3 .nlhh-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777777;
    margin-bottom: 22px;
}

.norlux-hero-halland-v3 .nlhh-main-title {
    font-weight: 200;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 26px 0;
    line-height: 1.12;
}

.norlux-hero-halland-v3 .nlhh-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.65;
    color: #444444;
    margin: 0 0 22px 0;
}

.norlux-hero-halland-v3 .nlhh-secondary-text {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 36px 0;
    max-width: 58ch;
}

.norlux-hero-halland-v3 .nlhh-cta-block {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.norlux-hero-halland-v3 .nlhh-btn-black {
    display: inline-block;
    padding: 18px 28px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.norlux-hero-halland-v3 .nlhh-btn-black:hover {
    background-color: #333333;
    border-color: #333333;
}

.norlux-hero-halland-v3 .nlhh-quote-card {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 42px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.norlux-hero-halland-v3 .nlhh-quote-text {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

.norlux-hero-halland-v3 .nlhh-quote-author {
    font-size: 0.85rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    font-weight: 600;
}

.norlux-hero-halland-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .norlux-hero-halland-v3 .nlhh-grid {
        gap: 50px;
    }

    .norlux-hero-halland-v3 .nlhh-main-title {
        font-size: 3rem;
    }
}

@media (max-width: 990px) {
    .norlux-hero-halland-v3 {
        padding: 100px 20px;
    }

    .norlux-hero-halland-v3 .nlhh-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .norlux-hero-halland-v3 .nlhh-secondary-text {
        max-width: none;
    }

    .norlux-hero-halland-v3 .nlhh-quote-card {
        padding: 38px;
    }
}

@media (max-width: 500px) {
    .norlux-hero-halland-v3 {
        padding: 76px 15px;
    }

    .norlux-hero-halland-v3 .nlhh-main-title {
        font-size: 2.2rem;
        margin-bottom: 18px;
    }

    .norlux-hero-halland-v3 .nlhh-main-intro {
        font-size: 1.12rem;
        line-height: 1.55;
    }

    .norlux-hero-halland-v3 .nlhh-secondary-text {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .norlux-hero-halland-v3 .nlhh-cta-block {
        flex-direction: column;
        align-items: stretch;
    }

    .norlux-hero-halland-v3 .nlhh-btn-black {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .norlux-hero-halland-v3 .nlhh-quote-card {
        padding: 28px 20px;
    }

    .norlux-hero-halland-v3 .nlhh-quote-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87592b8 *//* Halland Lokal partner / Team - v4 */
.norlux-halland-team-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}

.norlux-halland-team-v3 .nlhtm-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.norlux-halland-team-v3 .nlhtm-header-block {
    text-align: center;
    margin-bottom: 80px;
}

.norlux-halland-team-v3 .nlhtm-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}

.norlux-halland-team-v3 .nlhtm-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.norlux-halland-team-v3 .nlhtm-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 850px;
    margin: 0 auto;
}

/* Grid */
.norlux-halland-team-v3 .nlhtm-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: flex-start;
}

/* Office card */
.norlux-halland-team-v3 .nlhtm-office-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 46px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 40px;
}

.norlux-halland-team-v3 .nlhtm-card-badge {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 20px;
}

.norlux-halland-team-v3 .nlhtm-office-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 18px 0;
    letter-spacing: -0.3px;
}

.norlux-halland-team-v3 .nlhtm-office-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555555;
    margin: 0 0 26px 0;
}

.norlux-halland-team-v3 .nlhtm-address {
    font-style: normal;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 18px 0;
}

.norlux-halland-team-v3 .nlhtm-service-note {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #555555;
    margin: 0 0 36px 0;
}

/* People column */
.norlux-halland-team-v3 .nlhtm-people-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.norlux-halland-team-v3 .nlhtm-person-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 46px;
    box-sizing: border-box;
}

.norlux-halland-team-v3 .nlhtm-person-meta {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 28px;
}

.norlux-halland-team-v3 .nlhtm-avatar-frame {
    width: 128px;
    height: 128px;
    overflow: hidden;
    flex-shrink: 0;
}

.norlux-halland-team-v3 .nlhtm-avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border-radius: 0;
}

.norlux-halland-team-v3 .nlhtm-person-name {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 6px 0;
    letter-spacing: -0.2px;
}

.norlux-halland-team-v3 .nlhtm-person-role {
    display: block;
    font-size: 0.94rem;
    color: #777777;
    line-height: 1.55;
}

/* Contact */
.norlux-halland-team-v3 .nlhtm-contact-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-bottom: 24px;
}

.norlux-halland-team-v3 .nlhtm-contact-channels a {
    font-size: 0.95rem;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.norlux-halland-team-v3 .nlhtm-contact-channels a:hover {
    color: #666666;
}

.norlux-halland-team-v3 .nlhtm-bio-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0;
}

/* Arrow link */
.norlux-halland-team-v3 .nlhtm-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    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-halland-team-v3 .nlhtm-arrow-link:hover {
    border-color: #1a1a1a;
}

.norlux-halland-team-v3 .nlhtm-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}

.norlux-halland-team-v3 .nlhtm-arrow-link:hover .nlhtm-link-arrow {
    transform: translateX(4px);
}

.norlux-halland-team-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Tablet */
@media (max-width: 990px) {
    .norlux-halland-team-v3 {
        padding: 100px 20px;
    }

    .norlux-halland-team-v3 .nlhtm-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .norlux-halland-team-v3 .nlhtm-main-title {
        font-size: 2.3rem;
    }

    .norlux-halland-team-v3 .nlhtm-office-card,
    .norlux-halland-team-v3 .nlhtm-person-card {
        padding: 40px;
    }

    .norlux-halland-team-v3 .nlhtm-office-card {
        position: relative;
        top: 0;
    }

    .norlux-halland-team-v3 .nlhtm-avatar-frame {
        width: 120px;
        height: 120px;
    }
}

/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-team-v3 {
        padding: 80px 15px;
    }

    .norlux-halland-team-v3 .nlhtm-main-title {
        font-size: 2.05rem;
    }

    .norlux-halland-team-v3 .nlhtm-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .norlux-halland-team-v3 .nlhtm-office-card,
    .norlux-halland-team-v3 .nlhtm-person-card {
        padding: 30px 20px;
    }

    .norlux-halland-team-v3 .nlhtm-person-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .norlux-halland-team-v3 .nlhtm-avatar-frame {
        width: 112px;
        height: 112px;
    }

    .norlux-halland-team-v3 .nlhtm-contact-channels {
        flex-direction: column;
        gap: 10px;
    }

    .norlux-halland-team-v3 .nlhtm-office-text,
    .norlux-halland-team-v3 .nlhtm-service-note,
    .norlux-halland-team-v3 .nlhtm-bio-text {
        font-size: 0.95rem;
        line-height: 1.68;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eca7b26 *//* Halland Lokala sidor - v1 */
.norlux-halland-local-links-v1 {
    padding: 110px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}

.norlux-halland-local-links-v1 .nlhll-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.norlux-halland-local-links-v1 .nlhll-header-block {
    text-align: center;
    margin-bottom: 60px;
}

.norlux-halland-local-links-v1 .nlhll-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}

.norlux-halland-local-links-v1 .nlhll-main-title {
    font-weight: 200;
    font-size: 2.7rem;
    letter-spacing: -0.5px;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.norlux-halland-local-links-v1 .nlhll-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 auto;
}

/* Grid - Automatisk responsiv hantering för 5 kort */
.norlux-halland-local-links-v1 .nlhll-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Cards */
.norlux-halland-local-links-v1 .nlhll-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 32px 28px;
    box-sizing: border-box;
    text-decoration: none;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.norlux-halland-local-links-v1 .nlhll-card:hover {
    border-color: #1a1a1a;
    background-color: #ffffff;
}

.norlux-halland-local-links-v1 .nlhll-card-location {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 16px;
}

.norlux-halland-local-links-v1 .nlhll-card-title {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 14px 0;
}

.norlux-halland-local-links-v1 .nlhll-card-text {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0 0 28px 0;
}

.norlux-halland-local-links-v1 .nlhll-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-top: auto;
}

.norlux-halland-local-links-v1 .nlhll-card-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}

.norlux-halland-local-links-v1 .nlhll-card:hover .nlhll-card-arrow {
    transform: translateX(4px);
}

.norlux-halland-local-links-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Tablet */
@media (max-width: 900px) {
    .norlux-halland-local-links-v1 {
        padding: 90px 20px;
    }

    .norlux-halland-local-links-v1 .nlhll-main-title {
        font-size: 2.3rem;
    }

    .norlux-halland-local-links-v1 .nlhll-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .norlux-halland-local-links-v1 .nlhll-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .norlux-halland-local-links-v1 .nlhll-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 500px) {
    .norlux-halland-local-links-v1 {
        padding: 80px 15px;
    }

    .norlux-halland-local-links-v1 .nlhll-header-block {
        margin-bottom: 45px;
    }

    .norlux-halland-local-links-v1 .nlhll-main-title {
        font-size: 2.02rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .norlux-halland-local-links-v1 .nlhll-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }

    .norlux-halland-local-links-v1 .nlhll-card {
        padding: 26px 20px;
    }

    .norlux-halland-local-links-v1 .nlhll-card-title {
        font-size: 1.22rem;
    }

    .norlux-halland-local-links-v1 .nlhll-card-text {
        font-size: 0.92rem;
        line-height: 1.62;
        margin-bottom: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-880489b *//* Halland Split / Lokala förutsättningar - v3 */
.norlux-halland-split-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}

.norlux-halland-split-v3 .nlhls-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* Main grid */
.norlux-halland-split-v3 .nlhls-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: stretch;
}

/* Left column */
.norlux-halland-split-v3 .nlhls-text-col {
    display: flex;
    flex-direction: column;
}

.norlux-halland-split-v3 .nlhls-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}

.norlux-halland-split-v3 .nlhls-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.norlux-halland-split-v3 .nlhls-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 50px 0;
    max-width: 58ch;
}

/* Features grid */
.norlux-halland-split-v3 .nlhls-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.norlux-halland-split-v3 .nlhls-feature-item {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}

.norlux-halland-split-v3 .nlhls-feature-title {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: -0.1px;
    line-height: 1.35;
}

.norlux-halland-split-v3 .nlhls-feature-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* Right column image */
.norlux-halland-split-v3 .nlhls-image-col {
    display: flex;
}

.norlux-halland-split-v3 .nlhls-image-wrapper {
    width: 100%;
    min-height: 520px;
    position: relative;
    overflow: hidden;
}

.norlux-halland-split-v3 .nlhls-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

/* Tablet / small desktop */
@media (max-width: 1024px) {
    .norlux-halland-split-v3 {
        padding: 100px 20px;
    }

    .norlux-halland-split-v3 .nlhls-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .norlux-halland-split-v3 .nlhls-image-wrapper {
        min-height: 460px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .norlux-halland-split-v3 .nlhls-main-title {
        font-size: 2.3rem;
    }

    .norlux-halland-split-v3 .nlhls-main-intro {
        margin-bottom: 38px;
    }

    .norlux-halland-split-v3 .nlhls-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-split-v3 {
        padding: 80px 15px;
    }

    .norlux-halland-split-v3 .nlhls-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .norlux-halland-split-v3 .nlhls-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }

    .norlux-halland-split-v3 .nlhls-feature-title {
        font-size: 1.08rem;
    }

    .norlux-halland-split-v3 .nlhls-feature-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .norlux-halland-split-v3 .nlhls-image-wrapper {
        min-height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ba3e95 *//* Halland Facts Widget - v1 */
.norlux-halland-facts-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-facts-v1 .nlhf-container {
    max-width: 1100px;
    margin: 0 auto;
}
/* Header block */
.norlux-halland-facts-v1 .nlhf-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-halland-facts-v1 .nlhf-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-facts-v1 .nlhf-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-halland-facts-v1 .nlhf-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
/* Stats grid */
.norlux-halland-facts-v1 .nlhf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.norlux-halland-facts-v1 .nlhf-card {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 30px 24px;
    box-sizing: border-box;
    min-height: 100%;
}
.norlux-halland-facts-v1 .nlhf-stat {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.norlux-halland-facts-v1 .nlhf-card-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}
.norlux-halland-facts-v1 .nlhf-card-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
/* Footer */
.norlux-halland-facts-v1 .nlhf-footer-block {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-halland-facts-v1 .nlhf-footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}
.norlux-halland-facts-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* Large tablet */
@media (max-width: 1024px) {
    .norlux-halland-facts-v1 .nlhf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-halland-facts-v1 {
        padding: 80px 20px;
    }
    .norlux-halland-facts-v1 .nlhf-header-block {
        margin-bottom: 50px;
    }
    .norlux-halland-facts-v1 .nlhf-main-title {
        font-size: 2.2rem;
    }
    .norlux-halland-facts-v1 .nlhf-main-intro {
        font-size: 1.1rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-facts-v1 {
        padding: 70px 15px;
    }
    .norlux-halland-facts-v1 .nlhf-main-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halland-facts-v1 .nlhf-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-halland-facts-v1 .nlhf-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    .norlux-halland-facts-v1 .nlhf-card {
        padding: 24px 20px;
    }
    .norlux-halland-facts-v1 .nlhf-stat {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .norlux-halland-facts-v1 .nlhf-card-title {
        font-size: 1rem;
    }
    .norlux-halland-facts-v1 .nlhf-card-text {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .norlux-halland-facts-v1 .nlhf-footer-text {
        font-size: 0.8rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc3e9a7 *//* Halland U-värdeswidget / Bidragslänk - v3 */
.norlux-halland-u-widget-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-u-widget-v3 .nlhuw-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-halland-u-widget-v3 .nlhuw-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-halland-u-widget-v3 .nlhuw-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-u-widget-v3 .nlhuw-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-halland-u-widget-v3 .nlhuw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-halland-u-widget-v3 .nlhuw-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-halland-u-widget-v3 .nlhuw-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-halland-u-widget-v3 .nlhuw-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-halland-u-widget-v3 .nlhuw-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-halland-u-widget-v3 .nlhuw-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-halland-u-widget-v3 .nlhuw-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-halland-u-widget-v3 .nlhuw-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-halland-u-widget-v3 .nlhuw-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-halland-u-widget-v3 .nlhuw-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-halland-u-widget-v3 .nlhuw-link-wrapper {
    margin-top: 6px;
}
.norlux-halland-u-widget-v3 .nlhuw-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-halland-u-widget-v3 .nlhuw-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-halland-u-widget-v3 .nlhuw-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-halland-u-widget-v3 .nlhuw-arrow-link:hover .nlhuw-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-halland-u-widget-v3 {
        padding: 80px 20px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-halland-u-widget-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-halland-u-widget-v3 .nlhuw-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-card {
        padding: 25px 15px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-halland-u-widget-v3 .nlhuw-value {
        font-size: 1.6rem;
    }
    .norlux-halland-u-widget-v3 .nlhuw-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-halland-u-widget-v3 .nlhuw-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09e37f2 *//* Halland Process Bridge - v3 */
.norlux-halland-process-bridge-v3 {
    padding: 110px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    text-align: center;
}
.norlux-halland-process-bridge-v3 .nlhpb-container {
    max-width: 820px;
    margin: 0 auto;
}
.norlux-halland-process-bridge-v3 .nlhpb-content-block {
    max-width: 760px;
    margin: 0 auto;
}
.norlux-halland-process-bridge-v3 .nlhpb-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-process-bridge-v3 .nlhpb-main-title {
    font-weight: 200;
    font-size: 2.7rem;
    letter-spacing: -0.5px;
    margin: 0 0 24px 0;
    line-height: 1.2;
}
.norlux-halland-process-bridge-v3 .nlhpb-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.22rem;
    line-height: 1.68;
    color: #4a4a4a;
    margin: 0 0 38px 0;
}
.norlux-halland-process-bridge-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-halland-process-bridge-v3 .nlhpb-link-wrapper {
    display: flex;
    justify-content: center;
}
.norlux-halland-process-bridge-v3 .nlhpb-arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #dcdcdc;
    transition: border-color 0.2s ease-in-out;
}
.norlux-halland-process-bridge-v3 .nlhpb-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-halland-process-bridge-v3 .nlhpb-link-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-halland-process-bridge-v3 .nlhpb-arrow-link:hover .nlhpb-link-arrow {
    transform: translateX(5px);
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-halland-process-bridge-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-process-bridge-v3 .nlhpb-main-title {
        font-size: 2.25rem;
    }
    .norlux-halland-process-bridge-v3 .nlhpb-main-intro {
        font-size: 1.12rem;
        line-height: 1.62;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-process-bridge-v3 .nlhpb-main-title {
        font-size: 2.02rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halland-process-bridge-v3 .nlhpb-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 32px;
    } .norlux-halland-process-bridge-v3 .nlhpb-arrow-link {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2d43d0 *//* Halland Galleri / Referenser och inspiration - v3 */
.norlux-halland-gallery-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-gallery-v3 .nlhga-container {
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-halland-gallery-v3 .nlhga-header-block {
    text-align: center;
    margin-bottom: 90px;
}
.norlux-halland-gallery-v3 .nlhga-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-gallery-v3 .nlhga-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halland-gallery-v3 .nlhga-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
}
.norlux-halland-gallery-v3 .nlhga-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.norlux-halland-gallery-v3 .nlhga-grid-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #eaeaea;
}
.norlux-halland-gallery-v3 .nlhga-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.4s ease-in-out;
}
.norlux-halland-gallery-v3 .nlhga-grid-item:hover img {
    transform: scale(1.03);
}
.norlux-halland-gallery-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* Tablet */
@media (max-width: 990px) {
    .norlux-halland-gallery-v3 {
        padding: 100px 20px;
    }
    .norlux-halland-gallery-v3 .nlhga-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .norlux-halland-gallery-v3 .nlhga-header-block {
        margin-bottom: 65px;
    }
    .norlux-halland-gallery-v3 .nlhga-main-title {
        font-size: 2.3rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-gallery-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-gallery-v3 .nlhga-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
    }
    .norlux-halland-gallery-v3 .nlhga-main-intro {
        font-size: 1.08rem;
        line-height: 1.6;
    }
    .norlux-halland-gallery-v3 .nlhga-header-block {
        margin-bottom: 45px;
    }
    .norlux-halland-gallery-v3 .nlhga-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7272e6 *//* Halland Recensioner - v1 */
.norlux-halland-reviews-v1 {
    padding: 100px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-reviews-v1 .nlhrv-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-halland-reviews-v1 .nlhrv-header {
    text-align: center;
    margin-bottom: 45px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-halland-reviews-v1 .nlhrv-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-reviews-v1 .nlhrv-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.norlux-halland-reviews-v1 .nlhrv-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}
.norlux-halland-reviews-v1 .nlhrv-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 28px 40px;
    max-width: 480px;
    margin: 0 auto 60px auto;
    box-sizing: border-box;
}
.norlux-halland-reviews-v1 .nlhrv-summary-score {
    font-size: 2.6rem;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    line-height: 1;
}
.norlux-halland-reviews-v1 .nlhrv-summary-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.norlux-halland-reviews-v1 .nlhrv-stars {
    display: flex;
    gap: 3px;
}
.norlux-halland-reviews-v1 .nlhrv-stars svg {
    width: 16px;
    height: 16px;
    fill: #1a1a1a;
}
.norlux-halland-reviews-v1 .nlhrv-summary-count {
    font-size: 0.85rem;
    color: #777777;
}
.norlux-halland-reviews-v1 .nlhrv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.norlux-halland-reviews-v1 .nlhrv-card {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 30px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-halland-reviews-v1 .nlhrv-card-stars {
    color: #1a1a1a;
    font-size: 0.95rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.norlux-halland-reviews-v1 .nlhrv-card-text {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.norlux-halland-reviews-v1 .nlhrv-card-author {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}
/* Large tablet */
@media (max-width: 1024px) {
    .norlux-halland-reviews-v1 .nlhrv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-halland-reviews-v1 {
        padding: 80px 20px;
    }
    .norlux-halland-reviews-v1 .nlhrv-main-title {
        font-size: 2.2rem;
    }
    .norlux-halland-reviews-v1 .nlhrv-summary {
        padding: 24px 30px;
        gap: 18px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-reviews-v1 {
        padding: 70px 15px;
    }
    .norlux-halland-reviews-v1 .nlhrv-header {
        margin-bottom: 35px;
    }
    .norlux-halland-reviews-v1 .nlhrv-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .norlux-halland-reviews-v1 .nlhrv-main-intro {
        font-size: 1.05rem;
    }
    .norlux-halland-reviews-v1 .nlhrv-summary {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        margin-bottom: 45px;
    }
    .norlux-halland-reviews-v1 .nlhrv-summary-details {
        align-items: center;
    }
    .norlux-halland-reviews-v1 .nlhrv-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .norlux-halland-reviews-v1 .nlhrv-card {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dccab62 *//* Halland FAQ - v3 */
.norlux-halland-faq-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-faq-v3 .nlhfq-container {
    max-width: 850px;
    margin: 0 auto;
}
/* Rubrikområde */
.norlux-halland-faq-v3 .nlhfq-header-area {
    text-align: center;
    margin-bottom: 50px;
}
.norlux-halland-faq-v3 .nlhfq-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-faq-v3 .nlhfq-main-title {
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.norlux-halland-faq-v3 .nlhfq-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555555;
    max-width: 650px;
    margin: 0 auto;
}
/* Dragspels-wrapper (Accordion) */
.norlux-halland-faq-v3 .nlhfq-wrapper {
    border-top: 1px solid #eaeaea;
}
/* Enskilda FAQ-element */
.norlux-halland-faq-v3 .nlhfq-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
/* Summary - Klickyta och Fråga */
.norlux-halland-faq-v3 .nlhfq-item summary {
    padding: 22px 40px 22px 0;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: color 0.2s ease-in-out;
}
.norlux-halland-faq-v3 .nlhfq-item summary::-webkit-details-marker {
    display: none;
}
/* Minimalistisk plus/minus-indikator */
.norlux-halland-faq-v3 .nlhfq-item summary::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: #999999;
    transition: transform 0.2s ease-in-out;
}
.norlux-halland-faq-v3 .nlhfq-item[open] summary {
    font-weight: 500;
    color: #1a1a1a;
}
.norlux-halland-faq-v3 .nlhfq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: #1a1a1a;
}
/* Svarslåda */
.norlux-halland-faq-v3 .nlhfq-answer {
    padding: 0 0 25px 0;
    animation: nlhfqFadeIn 0.3s ease-in-out;
}
.norlux-halland-faq-v3 .nlhfq-answer p {
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
.norlux-halland-faq-v3 .nlhfq-answer strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* FAQ-fotnot */
.norlux-halland-faq-v3 .nlhfq-footer-block {
    margin-top: 40px;
    text-align: center;
}
.norlux-halland-faq-v3 .nlhfq-footer-text {
    font-size: 0.95rem;
    color: #666666;
}
.norlux-halland-faq-v3 .nlhfq-footer-text a {
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}
/* Animation för smidig öppning */
@keyframes nlhfqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsiv anpassning */
@media (max-width: 768px) {
    .norlux-halland-faq-v3 {
        padding: 70px 15px;
    }
    .norlux-halland-faq-v3 .nlhfq-main-title {
        font-size: 1.85rem;
    }
    .norlux-halland-faq-v3 .nlhfq-main-intro {
        font-size: 1.1rem;
    }
    .norlux-halland-faq-v3 .nlhfq-item summary {
        font-size: 1.05rem;
        padding: 18px 35px 18px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c33743f *//* Halland Slut-CTA - v3 */
.norlux-halland-final-cta-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-final-cta-v3 .nlhfc-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-halland-final-cta-v3 .nlhfc-frame-box {
    border: 1px solid #1a1a1a;
    padding: 56px 72px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
}
.norlux-halland-final-cta-v3 .nlhfc-content-col {
    display: flex;
    flex-direction: column;
}
.norlux-halland-final-cta-v3 .nlhfc-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 18px;
    display: block;
}
.norlux-halland-final-cta-v3 .nlhfc-main-title {
    font-weight: 200;
    font-size: 2.55rem;
    letter-spacing: -0.5px;
    margin: 0 0 18px 0;
    line-height: 1.2;
    color: #1a1a1a;
}
.norlux-halland-final-cta-v3 .nlhfc-body-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
    max-width: 58ch;
}
.norlux-halland-final-cta-v3 .nlhfc-action-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.norlux-halland-final-cta-v3 .nlhfc-btn-black {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
}
.norlux-halland-final-cta-v3 .nlhfc-btn-black:hover {
    background-color: #333333;
}
.norlux-halland-final-cta-v3 .nlhfc-sub-text {
    font-size: 0.8rem;
    color: #888888;
    letter-spacing: 0.3px;
    text-align: center;
}
.norlux-halland-final-cta-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* Tablet */
@media (max-width: 990px) {
    .norlux-halland-final-cta-v3 {
        padding: 100px 20px;
    }
    .norlux-halland-final-cta-v3 .nlhfc-frame-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 48px;
    }
    .norlux-halland-final-cta-v3 .nlhfc-main-title {
        font-size: 2.25rem;
    }
    .norlux-halland-final-cta-v3 .nlhfc-action-col {
        align-items: stretch;
    }
    .norlux-halland-final-cta-v3 .nlhfc-btn-black {
        max-width: 100%;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halland-final-cta-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-final-cta-v3 .nlhfc-frame-box {
        padding: 38px 20px;
        gap: 32px;
    }
    .norlux-halland-final-cta-v3 .nlhfc-main-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .norlux-halland-final-cta-v3 .nlhfc-body-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    .norlux-halland-final-cta-v3 .nlhfc-btn-black {
        padding: 18px 25px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b17a627 *//* Halland Produktnavigering - v3 */
.norlux-halland-catnav-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-catnav-v3 .nlhcn-container {
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-halland-catnav-v3 .nlhcn-header-block {
    text-align: center;
    margin-bottom: 65px;
}
.norlux-halland-catnav-v3 .nlhcn-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-catnav-v3 .nlhcn-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halland-catnav-v3 .nlhcn-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 850px;
    margin: 0 auto;
}
.norlux-halland-catnav-v3 .nlhcn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.norlux-halland-catnav-v3 .nlhcn-card {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 30px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.norlux-halland-catnav-v3 .nlhcn-card:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-halland-catnav-v3 .nlhcn-card-title {
    font-size: 1.08rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.2px;
    line-height: 1.35;
    padding-right: 16px;
}
.norlux-halland-catnav-v3 .nlhcn-card-arrow {
    width: 18px;
    height: 18px;
    color: #888888;
    flex-shrink: 0;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.norlux-halland-catnav-v3 .nlhcn-card:hover .nlhcn-card-arrow {
    transform: translateX(4px);
    color: #1a1a1a;
}
.norlux-halland-catnav-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 1100px) {
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}
@media (max-width: 768px) {
    .norlux-halland-catnav-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-catnav-v3 .nlhcn-header-block {
        margin-bottom: 50px;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-title {
        font-size: 2.3rem;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-intro {
        font-size: 1.12rem;
        line-height: 1.6;
    }
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}
@media (max-width: 550px) {
    .norlux-halland-catnav-v3 .nlhcn-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .norlux-halland-catnav-v3 .nlhcn-card {
        padding: 24px 20px;
        min-height: 84px;
    }
    .norlux-halland-catnav-v3 .nlhcn-card-title {
        font-size: 1rem;
    }
}/* End custom CSS */