:root {
	--wd-text-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(40,192,241);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(40,192,241);
	--btn-accented-bgcolor-hover: rgb(47,176,218);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(14,42,71);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* --- LUMARA WHOWEARE & FOURPILLARS DESIGN SYSTEM --- */
.lumara-section {
    font-family: 'Manrope', sans-serif;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.lumara-section *, .lumara-section *::before, .lumara-section *::after {
    box-sizing: inherit;
}
.lumara-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
/* Hero Section */
.lumara-hero-section {
    background-color: #FFFFFF;
    padding: 90px 0 60px;
}
.lumara-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}
.hero-left {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: left;
}
.hero-right {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
}
/* Hero Typography */
.eyebrow {
    font-family: 'Manrope', sans-serif;
    color: #E19518;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    display: block;
}
.headline {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: #012149;
    font-size: 58px;
    line-height: 1.08;
    margin: 0;
}
.divider-gold {
    width: 58px;
    height: 3px;
    background-color: #E19518;
    margin: 24px 0;
}
.body-copy {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #24364B;
    margin: 0 0 16px 0;
    max-width: 540px;
}
.body-copy:last-child {
    margin-bottom: 0;
}
/* Image Collage */
.collage-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1.15;
    height: 520px;
    user-select: none;
}
.collage-dots {
    position: absolute;
    width: 120px;
    height: 140px;
    background-image: radial-gradient(#E8EDF4 20%, transparent 20%);
    background-size: 15px 15px;
    opacity: 0.5;
    z-index: 1;
}
.collage-dots-top {
    top: 5%;
    left: 42%;
}
.collage-dots-bottom {
    bottom: 5%;
    right: 12%;
}
/* Skewed Decorative Blocks */
.collage-block {
    position: absolute;
    transform: skewX(-12deg);
    z-index: 2;
    transition: transform 0.4s ease;
}
.collage-block.navy-1 {
    width: 9%;
    height: 14%;
    top: 5%;
    left: 36%;
    background-color: #012149;
    border-radius: 8px;
}
.collage-block.navy-2 {
    width: 8%;
    height: 11%;
    top: 82%;
    left: 6%;
    background-color: #012149;
    border-radius: 6px;
}
.collage-block.gold {
    width: 12%;
    height: 16%;
    top: 76%;
    left: 62%;
    background-color: #E19518;
    border-radius: 8px;
}
/* Skewed Collage Images */
.collage-item {
    position: absolute;
    overflow: hidden;
    border-radius: 16px;
    transform: skewX(-12deg);
    border: 8px solid #FFFFFF;
    box-shadow: 0 10px 30px rgba(1, 33, 73, 0.05);
    background-color: #FFFFFF;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}
.collage-item img {
    width: 135%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: skewX(12deg) scale(1.22);
    transition: transform 0.5s ease;
}
.collage-item:hover {
    z-index: 10;
    transform: skewX(-12deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(1, 33, 73, 0.12);
}
.collage-item:hover img {
    transform: skewX(12deg) scale(1.28);
}
/* Collage Item Layouts */
.collage-item.solar {
    width: 42%;
    height: 75%;
    top: 10%;
    left: 0%;
    z-index: 3;
}
.collage-item.refinery {
    width: 32%;
    height: 52%;
    top: 0%;
    left: 47%;
    z-index: 4;
}
.collage-item.construction {
    width: 44%;
    height: 35%;
    top: 58%;
    left: 18%;
    z-index: 5;
}
.collage-item.power {
    width: 28%;
    height: 40%;
    top: 45%;
    left: 70%;
    z-index: 6;
}
/* Value Propositions */
.value-props-container {
    border-top: 1px solid #E2E7EE;
    padding-top: 48px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
.value-prop-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.value-prop-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #E2E7EE;
}
.icon-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icon-circle.navy {
    background-color: #012149;
    box-shadow: 0 4px 15px rgba(1, 33, 73, 0.1);
}
.icon-circle.gold {
    background-color: #E19518;
    box-shadow: 0 4px 15px rgba(225, 149, 24, 0.15);
}
.value-prop-item:hover .icon-circle {
    transform: scale(1.08);
}
.value-prop-item:hover .icon-circle.navy {
    box-shadow: 0 6px 20px rgba(1, 33, 73, 0.2);
}
.value-prop-item:hover .icon-circle.gold {
    box-shadow: 0 6px 20px rgba(225, 149, 24, 0.3);
}
.value-prop-text {
    display: flex;
    flex-direction: column;
}
.value-prop-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #012149;
    margin: 0 0 3px 0;
    line-height: 1.3;
}
.value-prop-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    color: #24364B;
    margin: 0;
    line-height: 1.4;
}
.lumara-icon {
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    stroke-width: 2px;
}
/* Capability Section */
.lumara-capability-section {
    background-color: #F6F8FC;
    padding: 80px 0;
    border-top: 1px solid #E2E7EE;
    position: relative;
}
.capability-header {
    text-align: center;
    margin-bottom: 50px;
}
.capability-eyebrow {
    font-family: 'Manrope', sans-serif;
    color: #E19518;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
}
.capability-headline {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: #012149;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px 0;
}
.capability-divider {
    width: 58px;
    height: 3px;
    background-color: #E19518;
    margin: 0 auto;
}
/* Capability Cards Grid */
.capability-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: stretch;
    width: 100%;
}
.capability-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E7EE;
    border-radius: 14px;
    padding: 44px 24px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(1, 33, 73, 0.04);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(1, 33, 73, 0.08);
    border-color: rgba(225, 149, 24, 0.3);
}
/* Number Badge */
.card-number-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
}
.card-number-badge.navy {
    background-color: #012149;
}
.card-number-badge.gold {
    background-color: #E19518;
}
/* Card Icon */
.card-icon-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: transform 0.3s ease;
}
.card-icon-circle.navy {
    background-color: #012149;
    box-shadow: 0 6px 20px rgba(1, 33, 73, 0.12);
}
.card-icon-circle.gold {
    background-color: #E19518;
    box-shadow: 0 6px 20px rgba(225, 149, 24, 0.18);
}
.capability-card:hover .card-icon-circle {
    transform: scale(1.05);
}
.card-icon {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    stroke-width: 2px;
}
/* Card Text */
.card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #012149;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-divider {
    width: 34px;
    height: 3px;
    background-color: #E19518;
    margin: 0 auto 18px;
}
.card-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #24364B;
    margin: 0;
}
/* Inter-card Right Arrows for Desktop */
.capability-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%238D9CAF\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"9 18 15 12 9 6\"%3E%3C/polyline%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .headline {
        font-size: 48px;
    }
    .collage-wrapper {
        height: 440px;
    }
    .capability-cards-grid {
        gap: 20px;
    }
    .capability-card:not(:last-child)::after {
        right: -15px;
    }
}
@media (max-width: 1024px) {
    .lumara-hero-grid {
        flex-direction: column;
        gap: 48px;
    }
    .hero-left, .hero-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .body-copy {
        max-width: 650px;
    }
    .collage-wrapper {
        max-width: 580px;
        margin: 0 auto;
        height: 480px;
    }
    .value-props-container {
        flex-wrap: wrap;
        gap: 24px 30px;
        margin-top: 48px;
        padding-top: 48px;
    }
    .value-prop-item {
        flex: 0 0 calc(50% - 15px);
    }
    .value-prop-item:nth-child(even)::after {
        display: none;
    }
    .value-prop-item:nth-child(1)::after, .value-prop-item:nth-child(3)::after {
        right: -15px;
    }
    .capability-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .capability-card:not(:last-child)::after {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .lumara-hero-section {
        padding: 60px 0 40px;
    }
    .headline {
        font-size: 42px;
    }
    .collage-wrapper {
        height: 420px;
    }
    .value-props-container {
        margin-top: 40px;
        padding-top: 40px;
    }
    .value-prop-item {
        flex: 0 0 100%;
    }
    .value-prop-item::after {
        display: none !important;
    }
    .lumara-capability-section {
        padding: 60px 0;
    }
    .capability-headline {
        font-size: 30px;
    }
    .capability-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .capability-card {
        padding: 36px 20px 30px;
    }
}
@media (max-width: 480px) {
    .headline {
        font-size: 36px;
    }
    .collage-wrapper {
        height: 340px;
    }
    .collage-item {
        border-width: 6px;
    }
    .collage-dots {
        display: none;
    }
    .value-prop-item {
        gap: 16px;
    }
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    .lumara-icon {
        width: 24px;
        height: 24px;
    }
}