.elementor-35093 .elementor-element.elementor-element-36e25c0{--display:flex;}.elementor-35093 .elementor-element.elementor-element-f94a921{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-35093 .elementor-element.elementor-element-c3616c2{--display:flex;}.elementor-35093 .elementor-element.elementor-element-1d7b718{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.elementor-35093 .elementor-element.elementor-element-0907cd5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e3d84f5 *//* ==========================================================================
   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-f94a921 *//* Laholm Hero - v3 */
.norlux-laholm-hero-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}
.norlux-laholm-hero-v3 .nlhlm-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.norlux-laholm-hero-v3 .nlhlm-content {
    display: flex;
    flex-direction: column;
}
.norlux-laholm-hero-v3 .nlhlm-badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-laholm-hero-v3 .nlhlm-title {
    font-weight: 100;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    line-height: 1.15;
}
.norlux-laholm-hero-v3 .nlhlm-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 30px 0;
    max-width: 52ch;
}
.norlux-laholm-hero-v3 .nlhlm-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 40px 0;
}
.norlux-laholm-hero-v3 .nlhlm-actions {
    display: block;
}
.norlux-laholm-hero-v3 .nlhlm-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-laholm-hero-v3 .nlhlm-btn:hover {
    background-color: #333333;
}
.norlux-laholm-hero-v3 .nlhlm-image-block {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
}
.norlux-laholm-hero-v3 .nlhlm-image-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width: 1024px) {
    .norlux-laholm-hero-v3 {
        padding: 90px 20px;
    }
    .norlux-laholm-hero-v3 .nlhlm-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .norlux-laholm-hero-v3 .nlhlm-title {
        font-size: 2.8rem;
    }
    .norlux-laholm-hero-v3 .nlhlm-image-block {
        min-height: 400px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-hero-v3 {
        padding: 70px 15px;
    }
    .norlux-laholm-hero-v3 .nlhlm-title {
        font-size: 2.25rem;
        margin-bottom: 22px;
    }
    .norlux-laholm-hero-v3 .nlhlm-intro {
        font-size: 1.15rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .norlux-laholm-hero-v3 .nlhlm-text {
        font-size: 0.94rem;
        line-height: 1.68;
        margin-bottom: 32px;
    }
    .norlux-laholm-hero-v3 .nlhlm-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    .norlux-laholm-hero-v3 .nlhlm-image-block {
        min-height: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f0a2c4 *//* Laholm Team - v3 */
.norlux-laholm-team-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-team-v3 .nllht-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-laholm-team-v3 .nllht-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-team-v3 .nllht-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-laholm-team-v3 .nllht-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
/* Grid: kontor + två personkort */
.norlux-laholm-team-v3 .nllht-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.norlux-laholm-team-v3 .nllht-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 38px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* Kontorskort */
.norlux-laholm-team-v3 .nllht-card-badge {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 18px;
}
.norlux-laholm-team-v3 .nllht-office-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.norlux-laholm-team-v3 .nllht-address {
    font-style: normal;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 18px;
}
.norlux-laholm-team-v3 .nllht-service-note {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #777777;
    margin: 0 0 32px 0;
}
.norlux-laholm-team-v3 .nllht-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-laholm-team-v3 .nllht-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-laholm-team-v3 .nllht-link-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease-in-out;
}
.norlux-laholm-team-v3 .nllht-arrow-link:hover .nllht-link-arrow {
    transform: translateX(4px);
}
/* Personkort */
.norlux-laholm-team-v3 .nllht-person-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.norlux-laholm-team-v3 .nllht-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 0 22px 0;
    flex-shrink: 0;
}
.norlux-laholm-team-v3 .nllht-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
    display: block;
}
.norlux-laholm-team-v3 .nllht-person-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.norlux-laholm-team-v3 .nllht-person-meta {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.norlux-laholm-team-v3 .nllht-person-name {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 5px 0;
    letter-spacing: -0.2px;
}
.norlux-laholm-team-v3 .nllht-person-role {
    display: block;
    font-size: 0.85rem;
    color: #777777;
}
.norlux-laholm-team-v3 .nllht-contact-channels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}
.norlux-laholm-team-v3 .nllht-phone,
.norlux-laholm-team-v3 .nllht-email {
    font-size: 0.9rem;
    color: #1a1a1a;
    text-decoration: none;
    width: fit-content;
}
.norlux-laholm-team-v3 .nllht-phone:hover,
.norlux-laholm-team-v3 .nllht-email:hover {
    text-decoration: underline;
}
.norlux-laholm-team-v3 .nllht-bio-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 1050px) {
    .norlux-laholm-team-v3 .nllht-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 850px) {
    .norlux-laholm-team-v3 {
        padding: 100px 20px;
    }
    .norlux-laholm-team-v3 .nllht-main-title {
        font-size: 2.3rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-team-v3 {
        padding: 80px 15px;
    }
    .norlux-laholm-team-v3 .nllht-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-laholm-team-v3 .nllht-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-laholm-team-v3 .nllht-card {
        padding: 30px 24px;
    }
    .norlux-laholm-team-v3 .nllht-avatar-wrapper {
        width: 96px;
        height: 96px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fec94b0 *//* Laholm Värden - v3 */
.norlux-laholm-values-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-values-v3 .nllhv-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-laholm-values-v3 .nllhv-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-values-v3 .nllhv-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-laholm-values-v3 .nllhv-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;
}
.norlux-laholm-values-v3 .nllhv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-laholm-values-v3 .nllhv-card {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.norlux-laholm-values-v3 .nllhv-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-laholm-values-v3 .nllhv-card-text {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-laholm-values-v3 {
        padding: 100px 20px;
    }
    .norlux-laholm-values-v3 .nllhv-main-title {
        font-size: 2.3rem;
    }
    .norlux-laholm-values-v3 .nllhv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-laholm-values-v3 .nllhv-card {
        padding-top: 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-values-v3 {
        padding: 80px 15px;
    }
    .norlux-laholm-values-v3 .nllhv-header {
        margin-bottom: 50px;
    }
    .norlux-laholm-values-v3 .nllhv-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-laholm-values-v3 .nllhv-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-laholm-values-v3 .nllhv-card-title {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    .norlux-laholm-values-v3 .nllhv-card-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b7b99e *//* Laholm Nyckeltal - v3 */
.norlux-laholm-facts-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-facts-v3 .nllhf-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-laholm-facts-v3 .nllhf-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-facts-v3 .nllhf-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-laholm-facts-v3 .nllhf-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;
}
.norlux-laholm-facts-v3 .nllhf-main-intro strong {
    font-weight: 600;
    font-style: normal;
    color: #1a1a1a;
}
.norlux-laholm-facts-v3 .nllhf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-laholm-facts-v3 .nllhf-card {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 30px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-laholm-facts-v3 .nllhf-stat {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.norlux-laholm-facts-v3 .nllhf-card-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}
.norlux-laholm-facts-v3 .nllhf-card-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-laholm-facts-v3 .nllhf-footer-block {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-laholm-facts-v3 .nllhf-footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}
/* Large tablet */
@media (max-width: 1024px) {
    .norlux-laholm-facts-v3 .nllhf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-laholm-facts-v3 {
        padding: 80px 20px;
    }
    .norlux-laholm-facts-v3 .nllhf-header-block {
        margin-bottom: 50px;
    }
    .norlux-laholm-facts-v3 .nllhf-main-title {
        font-size: 2.2rem;
    }
    .norlux-laholm-facts-v3 .nllhf-main-intro {
        font-size: 1.1rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-facts-v3 {
        padding: 70px 15px;
    }
    .norlux-laholm-facts-v3 .nllhf-main-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-laholm-facts-v3 .nllhf-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-laholm-facts-v3 .nllhf-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    .norlux-laholm-facts-v3 .nllhf-card {
        padding: 24px 20px;
    }
    .norlux-laholm-facts-v3 .nllhf-stat {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .norlux-laholm-facts-v3 .nllhf-card-title {
        font-size: 1rem;
    }
    .norlux-laholm-facts-v3 .nllhf-card-text {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .norlux-laholm-facts-v3 .nllhf-footer-text {
        font-size: 0.8rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3925208 *//* Sektionslayout med stort v3-vitt utrymme */
.norlux-laholm-price-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-price-v3 .nllhp-container {
    max-width: 1100px;
    margin: 0 auto;
}
/* Rubriker och Introduktion (v3 Premium-stil) */
.norlux-laholm-price-v3 .nllhp-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-price-v3 .nllhp-main-title {
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-laholm-price-v3 .nllhp-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555555;
    max-width: 750px;
    margin-bottom: 55px;
}
/* Pris-grid (2 kolumner på desktop) */
.norlux-laholm-price-v3 .nllhp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}
/* Minimalistiska, strama priskort med skarpa hörn */
.norlux-laholm-price-v3 .nllhp-card {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.norlux-laholm-price-v3 .nllhp-card-tag {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-price-v3 .nllhp-card h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.3px;
    color: #1a1a1a;
}
.norlux-laholm-price-v3 .nllhp-card-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}
/* Prisområdet i botten av korten */
.norlux-laholm-price-v3 .nllhp-card-price {
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
}
.norlux-laholm-price-v3 .nllhp-price-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 5px;
}
/* Stor, ren och elegant prissiffra utan tung bold */
.norlux-laholm-price-v3 .nllhp-price-value {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -1px;
}
/* Fotnot under korten */
.norlux-laholm-price-v3 .nllhp-footnote-block {
    padding: 0 10px;
}
.norlux-laholm-price-v3 .nllhp-footnote-block p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #888888;
    margin: 0;
}
/* Mycket sparsam fetstil för nyckelbegrepp */
.norlux-laholm-price-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* Responsiv anpassning för surfplattor och mobiler */
@media (max-width: 900px) {
    .norlux-laholm-price-v3 .nllhp-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .norlux-laholm-price-v3 .nllhp-card {
        padding: 35px 25px;
        gap: 30px;
    }
}
@media (max-width: 600px) {
    .norlux-laholm-price-v3 {
        padding: 60px 15px;
    }
    .norlux-laholm-price-v3 .nllhp-main-title {
        font-size: 1.85rem;
    }
    .norlux-laholm-price-v3 .nllhp-main-intro {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    .norlux-laholm-price-v3 .nllhp-price-value {
        font-size: 2.15rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2f54b5 *//* Laholm Process-bridge - v3 */
.norlux-laholm-process-v3 {
    padding: 90px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-process-v3 .nllhpb-container {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.norlux-laholm-process-v3 .nllhpb-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 18px;
}
.norlux-laholm-process-v3 .nllhpb-title {
    font-weight: 200;
    font-size: 2.3rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-laholm-process-v3 .nllhpb-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 32px 0;
}
.norlux-laholm-process-v3 .nllhpb-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #1a1a1a;
    transition: gap 0.2s ease-in-out;
}
.norlux-laholm-process-v3 .nllhpb-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease-in-out;
}
.norlux-laholm-process-v3 .nllhpb-link:hover .nllhpb-arrow {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-laholm-process-v3 {
        padding: 70px 20px;
    }
    .norlux-laholm-process-v3 .nllhpb-title {
        font-size: 2rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-process-v3 {
        padding: 60px 15px;
    }
    .norlux-laholm-process-v3 .nllhpb-title {
        font-size: 1.75rem;
        margin-bottom: 18px;
    }
    .norlux-laholm-process-v3 .nllhpb-text {
        font-size: 0.95rem;
        line-height: 1.68;
        margin-bottom: 26px;
    }
    .norlux-laholm-process-v3 .nllhpb-link {
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28d3684 *//* Laholm U-värdeswidget / Bidragslänk - v1 */
.norlux-u-widget-laholm-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-u-widget-laholm-v1 .nllhu-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-u-widget-laholm-v1 .nllhu-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-u-widget-laholm-v1 .nllhu-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-u-widget-laholm-v1 .nllhu-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-u-widget-laholm-v1 .nllhu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-u-widget-laholm-v1 .nllhu-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-u-widget-laholm-v1 .nllhu-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-u-widget-laholm-v1 .nllhu-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-u-widget-laholm-v1 .nllhu-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-u-widget-laholm-v1 .nllhu-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-u-widget-laholm-v1 .nllhu-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-u-widget-laholm-v1 .nllhu-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-u-widget-laholm-v1 .nllhu-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-u-widget-laholm-v1 .nllhu-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-u-widget-laholm-v1 .nllhu-link-wrapper {
    margin-top: 6px;
}
.norlux-u-widget-laholm-v1 .nllhu-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-u-widget-laholm-v1 .nllhu-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-u-widget-laholm-v1 .nllhu-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-u-widget-laholm-v1 .nllhu-arrow-link:hover .nllhu-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-u-widget-laholm-v1 {
        padding: 80px 20px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-u-widget-laholm-v1 {
        padding: 80px 15px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-u-widget-laholm-v1 .nllhu-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-card {
        padding: 25px 15px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-u-widget-laholm-v1 .nllhu-value {
        font-size: 1.6rem;
    }
    .norlux-u-widget-laholm-v1 .nllhu-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-u-widget-laholm-v1 .nllhu-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-856efac *//* Laholm Regional Teaser - v3 */
.norlux-laholm-teaser-v3 {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-card {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 50px 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: #1a1a1a;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-icon svg {
    width: 100%;
    height: 100%;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-text {
    flex: 1;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 14px 0;
    line-height: 1.3;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-text p {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-text p strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-link {
    flex-shrink: 0;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-link a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-link a:hover {
    border-color: #1a1a1a;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-laholm-teaser-v3 .nllht2-teaser-link a:hover svg {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 900px) {
    .norlux-laholm-teaser-v3 .nllht2-teaser-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 40px 30px;
    }
    .norlux-laholm-teaser-v3 .nllht2-teaser-icon {
        width: 40px;
        height: 40px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-laholm-teaser-v3 {
        padding: 40px 15px;
    }
    .norlux-laholm-teaser-v3 .nllht2-teaser-card {
        padding: 35px 20px;
    }
    .norlux-laholm-teaser-v3 .nllht2-teaser-text h3 {
        font-size: 1.3rem;
    }
    .norlux-laholm-teaser-v3 .nllht2-teaser-text p {
        font-size: 0.92rem;
        line-height: 1.62;
    }
    .norlux-laholm-teaser-v3 .nllht2-teaser-link a {
        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-30c8dc8 *//* Sektionslayout & Container */
.norlux-laholm-faq-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-faq-v3 .nllhq-container {
    max-width: 850px;
    margin: 0 auto;
}
/* Rubrikområde (v3 Premium-stil) */
.norlux-laholm-faq-v3 .nllhq-header-area {
    text-align: center;
    margin-bottom: 50px;
}
.norlux-laholm-faq-v3 .nllhq-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-faq-v3 .nllhq-main-title {
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.norlux-laholm-faq-v3 .nllhq-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-laholm-faq-v3 .nllhq-wrapper {
    border-top: 1px solid #eaeaea;
}
/* Enskilda FAQ-element */
.norlux-laholm-faq-v3 .nllhq-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
/* Summary - Klickyta och Fråga */
.norlux-laholm-faq-v3 .nllhq-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; /* Döljer standardpilen */
    position: relative;
    transition: color 0.2s ease-in-out;
}
/* Döljer standardsymbolen för Safari */
.norlux-laholm-faq-v3 .nllhq-item summary::-webkit-details-marker {
    display: none;
}
/* Minimalistisk plus/minus-indikator */
.norlux-laholm-faq-v3 .nllhq-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;
}
/* Öppet läge för dragspelet */
.norlux-laholm-faq-v3 .nllhq-item[open] summary {
    font-weight: 500;
    color: #1a1a1a;
}
.norlux-laholm-faq-v3 .nllhq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: #1a1a1a;
}
/* Svarslåda */
.norlux-laholm-faq-v3 .nllhq-answer {
    padding: 0 0 25px 0;
    animation: nllhqFadeIn 0.3s ease-in-out;
}
.norlux-laholm-faq-v3 .nllhq-answer p {
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
/* Mycket återhållsam fetstil för mobilsäkerhet */
.norlux-laholm-faq-v3 .nllhq-answer strong {
    font-weight: 600;
    color: #1a1a1a;
}
/* Lokal FAQ-footer länk */
.norlux-laholm-faq-v3 .nllhq-footer-note {
    margin-top: 40px;
    text-align: center;
}
.norlux-laholm-faq-v3 .nllhq-footer-note p {
    font-size: 0.95rem;
    color: #666666;
}
.norlux-laholm-faq-v3 .nllhq-footer-note a {
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}
/* Animation för smidig öppning */
@keyframes nllhqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsiv anpassning för surfplattor och mobila enheter */
@media (max-width: 768px) {
    .norlux-laholm-faq-v3 {
        padding: 70px 15px;
    }
    .norlux-laholm-faq-v3 .nllhq-main-title {
        font-size: 1.85rem;
    }
    .norlux-laholm-faq-v3 .nllhq-main-intro {
        font-size: 1.1rem;
    }
    .norlux-laholm-faq-v3 .nllhq-item summary {
        font-size: 1.05rem;
        padding: 18px 35px 18px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57c8994 *//* Laholm Länkmatris Sortiment - v3 */
.norlux-laholm-links-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-laholm-links-v3 .nllhl-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-laholm-links-v3 .nllhl-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-laholm-links-v3 .nllhl-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-laholm-links-v3 .nllhl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-laholm-links-v3 .nllhl-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-laholm-links-v3 .nllhl-item:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-laholm-links-v3 .nllhl-item-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}
.norlux-laholm-links-v3 .nllhl-item-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 30px 0;
}
.norlux-laholm-links-v3 .nllhl-arrow {
    width: 18px;
    height: 18px;
    color: #1a1a1a;
    transition: transform 0.2s ease-in-out;
    margin-top: auto;
}
.norlux-laholm-links-v3 .nllhl-item:hover .nllhl-arrow {
    transform: translateX(4px);
}
/* Stor surfplatta / Liten desktop */
@media (max-width: 1024px) {
    .norlux-laholm-links-v3 .nllhl-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;}
}
/* Surfplatta */
@media (max-width: 768px) {
    .norlux-laholm-links-v3 {
        padding: 80px 20px;
    }
    .norlux-laholm-links-v3 .nllhl-main-title {
        font-size: 2.2rem;
    }
}
/* Mobil */
@media (max-width: 500px) {
    .norlux-laholm-links-v3 {
        padding: 70px 15px;
    }
    .norlux-laholm-links-v3 .nllhl-header {
        margin-bottom: 45px;
    }
    .norlux-laholm-links-v3 .nllhl-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-laholm-links-v3 .nllhl-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .norlux-laholm-links-v3 .nllhl-item {
        padding: 25px 20px;
    }
    .norlux-laholm-links-v3 .nllhl-item-title {
        font-size: 1.1rem;
    }
    .norlux-laholm-links-v3 .nllhl-item-desc {
        margin-bottom: 20px;
    }
}/* End custom CSS */