.company_page { color: #16191e; }
.company_page .company_section_alt { overflow: visible !important; background: #f3f6f8; }

.company_heading_row {
    border-bottom: 1px solid #dce3e8;
    /* background: #f5f7f9; */
    padding-top: 33px;
}
.company_page .global_h1_style { max-width: 1050px; margin: 0; color: #15181d; font-size: clamp(50px, 7vw, 104px); line-height: .94; }

.company_intro_grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(55px, 8vw, 130px); }
.company_logo_panel { min-height: 410px; display: grid; place-items: center; padding: 55px; border: 1px solid #d8e0e7; background: #edf3f7; }
.company_logo_panel img { width: min(100%, 430px); max-height: 260px; object-fit: contain; }
.company_intro_copy .section_heading { margin-bottom: 26px; }
.company_intro_copy .section_heading .heading_text { margin-bottom: 0; }
.company_intro_copy p { margin: 0 0 21px; color: #5f6873; font-size: 16px; line-height: 1.85; }
.company_certifications { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.company_certifications span { padding: 9px 13px; border: 1px solid #b9cad7; color: #004477; font-size: 12px; font-weight: 600; letter-spacing: .04em; }

.company_section_head { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.company_section_head .section_heading { flex: 1 1 50%; margin-bottom: 0; }
.company_section_head .section_heading .heading_text { margin-bottom: 0; }
.company_section_head p { max-width: 560px; margin: 0; color: #68717c; font-size: 16px; line-height: 1.75; }
.company_locations_layout { position: relative; display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); align-items: stretch; gap: clamp(45px, 7vw, 105px); }
.company_location_tabs { position: sticky; top: 105px; align-self: start; z-index: 6; display: flex; flex-direction: column; height: max-content; border-top: 1px solid #cdd7df; background: #f3f6f8; }
.company_location_tab { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; width: 100%; padding: 20px 4px; border: 0; border-bottom: 1px solid #cdd7df; background: transparent; color: #646e78; text-align: left; cursor: pointer; transition: color .2s ease, padding .2s ease; }
.company_location_tab span:first-child { font-size: 11px; font-weight: 600; }
.company_location_tab strong { font-family: var(--bs-font-body, "Poppins", sans-serif); font-size: 16px; font-weight: 500; }
.company_location_tab i { color: #004477; opacity: 0; transform: translateX(-7px); transition: .2s ease; }
.company_location_tab:hover, .company_location_tab.is_active { padding-left: 10px; color: #004477; }
.company_location_tab.is_active i { opacity: 1; transform: translateX(0); }
.company_location_content { min-width: 0; min-height: 640px; }
.company_location_panel { display: none; min-height: 100%; }
.company_location_panel.is_active { display: block; animation: companyFade .3s ease; }
@keyframes companyFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.company_location_panel h3 { margin: 0 0 25px; }
.company_location_panel > p { color: #606a75; font-size: 17px; line-height: 1.8; }
.company_inner_tabs { position: sticky; top: 92px; z-index: 5; display: flex; gap: 0; width: 100%; margin: 0 0 38px; padding: 12px 0 0; overflow-x: auto; border-bottom: 1px solid #c5d0d8; background: #f3f6f8; scrollbar-width: thin; }
.company_inner_tabs button { flex: 0 0 auto; padding: 15px 16px; border-bottom: 3px solid transparent; color: #65707b; font-family: var(--bs-font-body, "Poppins", sans-serif); font-size: 12px; font-weight: 500; white-space: nowrap; cursor: pointer; }
.company_inner_tabs button:hover, .company_inner_tabs button.is_active { border-bottom-color: #004477; color: #004477; }
.company_inner_panel { display: none; padding-bottom: 22px; }
.company_inner_panel.is_active { display: block; animation: companyFade .25s ease; }
.company_inner_panel > p { color: #606a75; font-size: 17px; line-height: 1.8; }
.company_location_facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 36px 0; background: #d8e0e6; border: 1px solid #d8e0e6; }
.company_location_fact { min-height: 128px; padding: 24px; background: #fff; }
.company_location_fact span { display: block; margin-bottom: 10px; color: #004477; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.company_location_fact strong { font-family: var(--bs-font-body, "Poppins", sans-serif); font-size: 16px; font-weight: 500; line-height: 1.6; }
.company_products { margin-top: 28px; }
.company_products h4 { margin-bottom: 15px; font-size: 20px; }
.company_products ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.company_products li { position: relative; padding-left: 18px; color: #606a75; }
.company_products li::before { position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: #004477; content: ""; }

.company_gallery_filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.company_gallery_filter { padding: 11px 17px; border: 1px solid #bfcbd5; background: #fff; color: #4f5964; font-family: var(--bs-font-body, "Poppins", sans-serif); font-size: 13px; cursor: pointer; }
.company_gallery_filter.is_active, .company_gallery_filter:hover { border-color: #004477; background: #004477; color: #fff; }
.company_gallery_grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.company_gallery_item { position: relative; min-height: 280px; overflow: hidden; border: 1px solid #dce3e8; background: #edf3f7; }
.company_gallery_item[hidden] { display: none; }
.company_gallery_item img { width: 100%; height: 100%; min-height: 280px; object-fit: contain; padding: 22px; transition: transform .35s ease; }
.company_gallery_item:hover img { transform: scale(1.045); }
.company_gallery_caption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; background: #004477; color: #fff; font-size: 11px; }
.company_gallery_actions { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.company_gallery_actions button { min-width: 155px; padding: 13px 20px; border: 1px solid #004477; background: #004477; color: #fff; font-family: var(--bs-font-body, "Poppins", sans-serif); cursor: pointer; }
.company_gallery_actions .company_show_less { background: #fff; color: #004477; }
.company_gallery_actions button[hidden] { display: none; }

@media (max-width: 1199px) {
    .company_gallery_grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
    .company_intro_grid, .company_locations_layout { grid-template-columns: 1fr; }
    .company_logo_panel { min-height: 300px; }
    .company_location_tabs { position: sticky; top: 84px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .company_location_tab { min-height: 74px; padding: 14px 8px; }
    .company_inner_tabs { top: 236px; }
    .company_gallery_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .company_section_head { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
    .company_location_tabs, .company_location_facts { grid-template-columns: 1fr; }
    .company_location_tabs { position: static; }
    .company_inner_tabs { top: 76px; }
    .company_products ul { grid-template-columns: 1fr; }
    .company_location_content { min-height: 460px; }
}
@media (max-width: 520px) {
    .company_gallery_grid { grid-template-columns: 1fr; }
    .company_gallery_item, .company_gallery_item img { min-height: 245px; }
    .company_logo_panel { min-height: 250px; padding: 32px; }
}
