/* Start custom CSS for html, class: .elementor-element-dd2c6f6 */.market-section {
    background-color: #fafafa;
    background-image:
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 75px 0;
}

.market-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.market-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}

.market-eyebrow {
    display: inline-block;
    color: #c8102e;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.market-copy h2 {
    color: #08245c;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.market-copy h2 span {
    display: block;
    color: #c8102e;
}

.market-copy h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c8102e;
    margin-top: 18px;
}

.market-copy p {
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 26px;
    max-width: 560px;
}

.market-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.market-tags span {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-left: 3px solid #c8102e;
    color: #08245c;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 16px;
    border-radius: 4px;
}

.market-button {
    display: inline-block;
    background: #c8102e;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all .25s ease;
}

.market-button:hover {
    background: #08245c;
    color: #ffffff;
}

.market-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

@media (max-width: 900px) {
    .market-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .market-copy h2 {
        font-size: 34px;
    }

    .market-image img {
        height: auto;
    }
}

@media (max-width: 600px) {
    .market-section {
        padding: 60px 0;
    }

    .market-copy h2 {
        font-size: 30px;
    }

    .market-tags span {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-047ca04 */.market-utilities {
    background: #ffffff;
    padding: 80px 0;
}

.market-utility-layout {
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 0;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.10);
}

.market-utility-image img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.market-utility-card {
    background: linear-gradient(135deg, #06183d 0%, #08245c 70%, #021024 100%);
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.utility-eyebrow-light {
    color: #ffffff;
}

.market-utility-card h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.market-utility-card h2 span {
    display: block;
    color: #ffffff;
}

.market-utility-card h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c8102e;
    margin-top: 18px;
}

.market-utility-card p {
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.market-utility-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 32px;
}

.market-utility-list div {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
    border-left: 3px solid #c8102e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 13px 15px;
    border-radius: 4px;
}

.market-utility-button {
    display: inline-block;
    align-self: flex-start;
    background: #c8102e;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all .25s ease;
}

.market-utility-button:hover {
    background: #ffffff;
    color: #08245c;
}

@media (max-width: 900px) {
    .market-utility-layout {
        grid-template-columns: 1fr;
    }

    .market-utility-image img {
        min-height: 300px;
    }

    .market-utility-card {
        padding: 38px;
    }

    .market-utility-card h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .market-utilities {
        padding: 60px 0;
    }

    .market-utility-list {
        grid-template-columns: 1fr;
    }

    .market-utility-card {
        padding: 30px;
    }

    .market-utility-card h2 {
        font-size: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d83b359 */.market-industrial {
    background-color: #fafafa;
    background-image:
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 80px 0;
}

.market-industrial-header {
    max-width: 850px;
    margin: 0 0 45px;
    text-align: left;
}

.market-industrial-header h2 {
    color: #08245c;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.market-industrial-header h2 span {
    display: block;
    color: #c8102e;
}

.market-industrial-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #c8102e;
    margin-top: 18px;
}

.market-industrial-header p {
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 700px;
}

.market-industrial-list {
    display: grid;
    gap: 20px;
}

.market-industrial-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0;
    background: rgba(255,255,255,0.96);
    border: 1px solid #d9d9d9;
    border-left: 5px solid #c8102e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: all .25s ease;
}

.market-industrial-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,.10);
    border-color: #c8102e;
}

.market-industrial-thumb img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    display: block;
}

.market-industrial-content {
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.market-industrial-content span {
    color: #c8102e;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.market-industrial-content h3 {
    color: #08245c;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.market-industrial-content p {
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.market-industrial-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.market-industrial-tags span {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-left: 3px solid #c8102e;
    color: #08245c;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 16px;
    border-radius: 4px;
}

.market-industrial-cta {
    margin-top: 34px;
}

@media (max-width: 850px) {
    .market-industrial-row {
        grid-template-columns: 1fr;
    }

    .market-industrial-thumb img {
        height: 240px;
    }

    .market-industrial-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .market-industrial {
        padding: 60px 0;
    }

    .market-industrial-header h2 {
        font-size: 30px;
    }

    .market-industrial-content {
        padding: 26px;
    }

    .market-industrial-tags span {
        width: 100%;
    }
}/* End custom CSS */