.elementor-38499 .elementor-element.elementor-element-e1adf3c{--display:flex;}.elementor-38499 .elementor-element.elementor-element-7a0cec3{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-38499 .elementor-element.elementor-element-4f95e63{--display:flex;}.elementor-38499 .elementor-element.elementor-element-8294e48{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-0a71caf *//* ==========================================================================
   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-7a0cec3 *//* Halmstad Hero - v3 */
.norlux-halmstad-hero-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}
.norlux-halmstad-hero-v3 .nhlms-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}
.norlux-halmstad-hero-v3 .nhlms-content {
    display: flex;
    flex-direction: column;
}
.norlux-halmstad-hero-v3 .nhlms-badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-halmstad-hero-v3 .nhlms-title {
    font-weight: 100;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    line-height: 1.15;
}
.norlux-halmstad-hero-v3 .nhlms-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-halmstad-hero-v3 .nhlms-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 40px 0;
}
.norlux-halmstad-hero-v3 .nhlms-actions {
    display: block;
}
.norlux-halmstad-hero-v3 .nhlms-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-halmstad-hero-v3 .nhlms-btn:hover {
    background-color: #333333;
}
.norlux-halmstad-hero-v3 .nhlms-image-block {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
}
.norlux-halmstad-hero-v3 .nhlms-image-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Tablet */
@media (max-width: 1024px) {
    .norlux-halmstad-hero-v3 {
        padding: 90px 20px;
    }
    .norlux-halmstad-hero-v3 .nhlms-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .norlux-halmstad-hero-v3 .nhlms-title {
        font-size: 2.8rem;
    }
    .norlux-halmstad-hero-v3 .nhlms-image-block {
        min-height: 400px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-hero-v3 {
        padding: 70px 15px;
    }
    .norlux-halmstad-hero-v3 .nhlms-title {
        font-size: 2.25rem;
        margin-bottom: 22px;
    }
    .norlux-halmstad-hero-v3 .nhlms-intro {
        font-size: 1.15rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .norlux-halmstad-hero-v3 .nhlms-text {
        font-size: 0.94rem;
        line-height: 1.68;
        margin-bottom: 32px;
    }
    .norlux-halmstad-hero-v3 .nhlms-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    .norlux-halmstad-hero-v3 .nhlms-image-block {
        min-height: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4f66b1 *//* Halmstad Team - v3 */
.norlux-halmstad-team-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-team-v3 .nlhmt-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-halmstad-team-v3 .nlhmt-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-team-v3 .nlhmt-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halmstad-team-v3 .nlhmt-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-halmstad-team-v3 .nlhmt-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.norlux-halmstad-team-v3 .nlhmt-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 38px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* Kontorskort */
.norlux-halmstad-team-v3 .nlhmt-card-badge {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 18px;
}
.norlux-halmstad-team-v3 .nlhmt-office-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.norlux-halmstad-team-v3 .nlhmt-address {
    font-style: normal;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 18px;
}
.norlux-halmstad-team-v3 .nlhmt-service-note {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #777777;
    margin: 0 0 32px 0;
}
.norlux-halmstad-team-v3 .nlhmt-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-halmstad-team-v3 .nlhmt-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-halmstad-team-v3 .nlhmt-link-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease-in-out;
}
.norlux-halmstad-team-v3 .nlhmt-arrow-link:hover .nlhmt-link-arrow {
    transform: translateX(4px);
}
/* Personkort */
.norlux-halmstad-team-v3 .nlhmt-person-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.norlux-halmstad-team-v3 .nlhmt-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 0 22px 0;
    flex-shrink: 0;
}
.norlux-halmstad-team-v3 .nlhmt-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
    display: block;
}
.norlux-halmstad-team-v3 .nlhmt-person-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.norlux-halmstad-team-v3 .nlhmt-person-meta {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.norlux-halmstad-team-v3 .nlhmt-person-name {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 5px 0;
    letter-spacing: -0.2px;
}
.norlux-halmstad-team-v3 .nlhmt-person-role {
    display: block;
    font-size: 0.85rem;
    color: #777777;
}
.norlux-halmstad-team-v3 .nlhmt-contact-channels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}
.norlux-halmstad-team-v3 .nlhmt-phone,
.norlux-halmstad-team-v3 .nlhmt-email {
    font-size: 0.9rem;
    color: #1a1a1a;
    text-decoration: none;
    width: fit-content;
}
.norlux-halmstad-team-v3 .nlhmt-phone:hover,
.norlux-halmstad-team-v3 .nlhmt-email:hover {
    text-decoration: underline;
}
.norlux-halmstad-team-v3 .nlhmt-bio-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 1050px) {
    .norlux-halmstad-team-v3 .nlhmt-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 850px) {
    .norlux-halmstad-team-v3 {
        padding: 100px 20px;
    }
    .norlux-halmstad-team-v3 .nlhmt-main-title {
        font-size: 2.3rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-team-v3 {
        padding: 80px 15px;
    }
    .norlux-halmstad-team-v3 .nlhmt-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halmstad-team-v3 .nlhmt-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-halmstad-team-v3 .nlhmt-card {
        padding: 30px 24px;
    }
    .norlux-halmstad-team-v3 .nlhmt-avatar-wrapper {
        width: 96px;
        height: 96px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5eaf160 *//* Halmstad Värden - v3 */
.norlux-halmstad-values-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-values-v3 .nlhmv-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-halmstad-values-v3 .nlhmv-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-values-v3 .nlhmv-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halmstad-values-v3 .nlhmv-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-halmstad-values-v3 .nlhmv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-halmstad-values-v3 .nlhmv-card {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.norlux-halmstad-values-v3 .nlhmv-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-halmstad-values-v3 .nlhmv-card-text {
    font-size: 0.96rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-halmstad-values-v3 {
        padding: 100px 20px;
    }
    .norlux-halmstad-values-v3 .nlhmv-main-title {
        font-size: 2.3rem;
    }
    .norlux-halmstad-values-v3 .nlhmv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-halmstad-values-v3 .nlhmv-card {
        padding-top: 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-values-v3 {
        padding: 80px 15px;
    }
    .norlux-halmstad-values-v3 .nlhmv-header {
        margin-bottom: 50px;
    }
    .norlux-halmstad-values-v3 .nlhmv-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halmstad-values-v3 .nlhmv-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-halmstad-values-v3 .nlhmv-card-title {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    .norlux-halmstad-values-v3 .nlhmv-card-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93aec11 *//* Halmstad Nyckeltal - v3 */
.norlux-halmstad-facts-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-facts-v3 .nlhmf-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-halmstad-facts-v3 .nlhmf-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-facts-v3 .nlhmf-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-halmstad-facts-v3 .nlhmf-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-halmstad-facts-v3 .nlhmf-main-intro strong {
    font-weight: 600;
    font-style: normal;
    color: #1a1a1a;
}
.norlux-halmstad-facts-v3 .nlhmf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-halmstad-facts-v3 .nlhmf-card {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 30px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-halmstad-facts-v3 .nlhmf-stat {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.norlux-halmstad-facts-v3 .nlhmf-card-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}
.norlux-halmstad-facts-v3 .nlhmf-card-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-halmstad-facts-v3 .nlhmf-footer-block {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-halmstad-facts-v3 .nlhmf-footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}
/* Large tablet */
@media (max-width: 1024px) {
    .norlux-halmstad-facts-v3 .nlhmf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-halmstad-facts-v3 {
        padding: 80px 20px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-header-block {
        margin-bottom: 50px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-main-title {
        font-size: 2.2rem;
    }
    .norlux-halmstad-facts-v3 .nlhmf-main-intro {
        font-size: 1.1rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-facts-v3 {
        padding: 70px 15px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-main-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-halmstad-facts-v3 .nlhmf-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-card {
        padding: 24px 20px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-stat {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .norlux-halmstad-facts-v3 .nlhmf-card-title {
        font-size: 1rem;
    }
    .norlux-halmstad-facts-v3 .nlhmf-card-text {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .norlux-halmstad-facts-v3 .nlhmf-footer-text {
        font-size: 0.8rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46cc3bc *//* Halmstad Prisguide - v3 */
.norlux-halmstad-pricing-v3 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-pricing-v3 .nlhmp-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-halmstad-pricing-v3 .nlhmp-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-pricing-v3 .nlhmp-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halmstad-pricing-v3 .nlhmp-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;
}
.norlux-halmstad-pricing-v3 .nlhmp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
}
.norlux-halmstad-pricing-v3 .nlhmp-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-halmstad-pricing-v3 .nlhmp-card-header {
    margin-bottom: 20px;
}
.norlux-halmstad-pricing-v3 .nlhmp-card-location {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 8px;
}
.norlux-halmstad-pricing-v3 .nlhmp-card-title {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0;
    line-height: 1.3;
}
.norlux-halmstad-pricing-v3 .nlhmp-card-text {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0 0 30px 0;
}
.norlux-halmstad-pricing-v3 .nlhmp-scope-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.norlux-halmstad-pricing-v3 .nlhmp-scope-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #444444;
}
.norlux-halmstad-pricing-v3 .nlhmp-list-icon {
    width: 16px;
    height: 16px;
    color: #1a1a1a;
    flex-shrink: 0;
    margin-top: 2px;
}
.norlux-halmstad-pricing-v3 .nlhmp-card-footer {
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    padding-top: 24px;
}
.norlux-halmstad-pricing-v3 .nlhmp-price-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
    margin-bottom: 6px;
}
.norlux-halmstad-pricing-v3 .nlhmp-price-value {
    font-size: 1.9rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    display: block;
    line-height: 1.1;
}
.norlux-halmstad-pricing-v3 .nlhmp-footer {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 32px;
}
.norlux-halmstad-pricing-v3 .nlhmp-footer-text {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #777777;
    margin: 0;
}
/* Tablet */
@media (max-width: 950px) {
    .norlux-halmstad-pricing-v3 {
        padding: 100px 20px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-main-title {
        font-size: 2.3rem;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-card {
        padding: 35px 25px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-pricing-v3 {
        padding: 80px 15px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-header {
        margin-bottom: 50px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-card-title {
        font-size: 1.25rem;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-card-text {
        font-size: 0.92rem;
        line-height: 1.62;
        margin-bottom: 24px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-scope-list {
        margin-bottom: 30px;
        gap: 12px;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-price-value {
        font-size: 1.65rem;
    }
    .norlux-halmstad-pricing-v3 .nlhmp-footer-text {
        font-size: 0.82rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f4d7a6 *//* Halmstad Processlänk - v3 */
.norlux-halmstad-process-link-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-process-link-v3 .nlhmpl-container {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 60px;
}
.norlux-halmstad-process-link-v3 .nlhmpl-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.norlux-halmstad-process-link-v3 .nlhmpl-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-process-link-v3 .nlhmpl-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halmstad-process-link-v3 .nlhmpl-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 780px;
    margin: 0 0 35px 0;
}
.norlux-halmstad-process-link-v3 .nlhmpl-link-wrapper {
    display: block;
}
.norlux-halmstad-process-link-v3 .nlhmpl-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-halmstad-process-link-v3 .nlhmpl-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-halmstad-process-link-v3 .nlhmpl-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-halmstad-process-link-v3 .nlhmpl-arrow-link:hover .nlhmpl-link-arrow {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 850px) {
    .norlux-halmstad-process-link-v3 {
        padding: 80px 20px;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-container {
        padding-top: 50px;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-title {
        font-size: 2.2rem;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-intro {
        font-size: 1.15rem;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-process-link-v3 {
        padding: 70px 15px;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-container {
        padding-top: 40px;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-halmstad-process-link-v3 .nlhmpl-arrow-link {
        font-size: 0.92rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac16d63 *//* Halmstad U-värdeswidget / Bidragslänk - v1 */
.norlux-u-widget-halmstad-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-u-widget-halmstad-v1 .nuhv-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-u-widget-halmstad-v1 .nuhv-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-u-widget-halmstad-v1 .nuhv-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-u-widget-halmstad-v1 .nuhv-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-u-widget-halmstad-v1 .nuhv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-u-widget-halmstad-v1 .nuhv-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-u-widget-halmstad-v1 .nuhv-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-halmstad-v1 .nuhv-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-u-widget-halmstad-v1 .nuhv-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-halmstad-v1 .nuhv-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-u-widget-halmstad-v1 .nuhv-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-u-widget-halmstad-v1 .nuhv-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-u-widget-halmstad-v1 .nuhv-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-u-widget-halmstad-v1 .nuhv-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-u-widget-halmstad-v1 .nuhv-link-wrapper {
    margin-top: 6px;
}
.norlux-u-widget-halmstad-v1 .nuhv-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-halmstad-v1 .nuhv-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-u-widget-halmstad-v1 .nuhv-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-u-widget-halmstad-v1 .nuhv-arrow-link:hover .nuhv-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-u-widget-halmstad-v1 {
        padding: 80px 20px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-u-widget-halmstad-v1 {
        padding: 80px 15px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-card {
        padding: 25px 15px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-value {
        font-size: 1.6rem;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-u-widget-halmstad-v1 .nuhv-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8ccaa5 *//* Halmstad Regional Teaser - v3 */
.norlux-teaser-halmstad-v3 {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-teaser-halmstad-v3 .nhlmtr-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-teaser-halmstad-v3 .nhlmtr-teaser-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: #1a1a1a;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-icon svg {
    width: 100%;
    height: 100%;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-text {
    flex: 1;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 14px 0;
    line-height: 1.3;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-text p {
    font-size: 0.95rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-text p strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-link {
    flex-shrink: 0;
}
.norlux-teaser-halmstad-v3 .nhlmtr-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-teaser-halmstad-v3 .nhlmtr-teaser-link a:hover {
    border-color: #1a1a1a;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-teaser-halmstad-v3 .nhlmtr-teaser-link a:hover svg {
    transform: translateX(4px);
}
/* Tablet */
@media (max-width: 900px) {
    .norlux-teaser-halmstad-v3 .nhlmtr-teaser-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 40px 30px;
    }
    .norlux-teaser-halmstad-v3 .nhlmtr-teaser-icon {
        width: 40px;
        height: 40px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-teaser-halmstad-v3 {
        padding: 40px 15px;
    }
    .norlux-teaser-halmstad-v3 .nhlmtr-teaser-card {
        padding: 35px 20px;
    }
    .norlux-teaser-halmstad-v3 .nhlmtr-teaser-text h3 {
        font-size: 1.3rem;
    }
    .norlux-teaser-halmstad-v3 .nhlmtr-teaser-text p {
        font-size: 0.92rem;
        line-height: 1.62;
    }
    .norlux-teaser-halmstad-v3 .nhlmtr-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-8f1e12f *//* Halmstad FAQ - v3 */
.norlux-halmstad-faq-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halmstad-faq-v3 .nlhfq-container {
    max-width: 980px;
    margin: 0 auto;
}
.norlux-halmstad-faq-v3 .nlhfq-header {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-halmstad-faq-v3 .nlhfq-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halmstad-faq-v3 .nlhfq-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-halmstad-faq-v3 .nlhfq-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 760px;
    margin: 0 auto;
}
.norlux-halmstad-faq-v3 .nlhfq-wrapper {
    border-top: 1px solid #e6e6e6;
    background-color: #ffffff;
}
.norlux-halmstad-faq-v3 .nlhfq-item {
    border-bottom: 1px solid #eaeaea;
}
.norlux-halmstad-faq-v3 .nlhfq-item summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 28px 56px 28px 0;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1a1a1a;
}
.norlux-halmstad-faq-v3 .nlhfq-item summary::-webkit-details-marker {
    display: none;
}
.norlux-halmstad-faq-v3 .nlhfq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 1.4rem;
    line-height: 1;
    color: #777777;
    transition: transform 0.2s ease-in-out;
}
.norlux-halmstad-faq-v3 .nlhfq-item[open] summary::after {
    content: "−";
}
.norlux-halmstad-faq-v3 .nlhfq-answer {
    padding: 0 0 26px 0;
    max-width: 850px;
}
.norlux-halmstad-faq-v3 .nlhfq-answer p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
}
.norlux-halmstad-faq-v3 .nlhfq-answer p strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-halmstad-faq-v3 .nlhfq-footer-note {
    max-width: 850px;
    margin: 40px auto 0 auto;
    text-align: center;
}
.norlux-halmstad-faq-v3 .nlhfq-footer-note p {
    font-size: 0.92rem;
    color: #666666;
    margin: 0;
}
.norlux-halmstad-faq-v3 .nlhfq-footer-note a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
}
.norlux-halmstad-faq-v3 .nlhfq-footer-note a:hover {
    border-bottom-color: transparent;
}
/* Tablet */
@media (max-width: 768px) {
    .norlux-halmstad-faq-v3 {
        padding: 90px 20px;
    }
    .norlux-halmstad-faq-v3 .nlhfq-header {
        margin-bottom: 50px;
    }
    .norlux-halmstad-faq-v3 .nlhfq-title {
        font-size: 2.3rem;
    }
    .norlux-halmstad-faq-v3 .nlhfq-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-halmstad-faq-v3 .nlhfq-item summary {
        font-size: 1.02rem;
        padding: 24px 44px 24px 0;
    }
    .norlux-halmstad-faq-v3 .nlhfq-item summary::after {
        top: 22px;
    }
}
/* Mobile */
@media (max-width: 500px) {
    .norlux-halmstad-faq-v3 {
        padding: 80px 15px;
    }
    .norlux-halmstad-faq-v3 .nlhfq-title {
        font-size: 2.05rem;
        line-height: 1.2;
    }
    .norlux-halmstad-faq-v3 .nlhfq-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-halmstad-faq-v3 .nlhfq-item summary {
        font-size: 0.98rem;
        line-height: 1.5;
        padding: 22px 40px 22px 0;
    }
    .norlux-halmstad-faq-v3 .nlhfq-item summary::after {
        top: 20px;
        font-size: 1.25rem;
    }
    .norlux-halmstad-faq-v3 .nlhfq-answer {
        padding-bottom: 22px;
    }
    .norlux-halmstad-faq-v3 .nlhfq-answer p {
        font-size: 0.93rem;
        line-height: 1.68;
    }
    .norlux-halmstad-faq-v3 .nlhfq-footer-note p {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2346dd7 *//* Lokal Länkmatris Sortiment - v3 (delad, används på alla lokala sidor) */
.norlux-local-links-v3 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-local-links-v3 .nllnk-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.norlux-local-links-v3 .nllnk-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-local-links-v3 .nllnk-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-local-links-v3 .nllnk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-local-links-v3 .nllnk-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-local-links-v3 .nllnk-item:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-local-links-v3 .nllnk-item-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}
.norlux-local-links-v3 .nllnk-item-desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 30px 0;
}
.norlux-local-links-v3 .nllnk-arrow {
    width: 18px;
    height: 18px;
    color: #1a1a1a;
    transition: transform 0.2s ease-in-out;
    margin-top: auto;
}
.norlux-local-links-v3 .nllnk-item:hover .nllnk-arrow {
    transform: translateX(4px);
}
/* Stor surfplatta / Liten desktop */
@media (max-width: 1024px) {
    .norlux-local-links-v3 .nllnk-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
/* Surfplatta */
@media (max-width: 768px) {
    .norlux-local-links-v3 {
        padding: 80px 20px;
    }
    .norlux-local-links-v3 .nllnk-main-title {
        font-size: 2.2rem;
    }
}
/* Mobil */
@media (max-width: 500px) {
    .norlux-local-links-v3 {
        padding: 70px 15px;
    }
    .norlux-local-links-v3 .nllnk-header {
        margin-bottom: 45px;
    }
    .norlux-local-links-v3 .nllnk-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-local-links-v3 .nllnk-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .norlux-local-links-v3 .nllnk-item {
        padding: 25px 20px;
    }
    .norlux-local-links-v3 .nllnk-item-title {
        font-size: 1.1rem;
    }
    .norlux-local-links-v3 .nllnk-item-desc {
        margin-bottom: 20px;
    }
}/* End custom CSS */