.site-directory,
.site-page-body {
    background: #f7f7f2;
}

.directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.directory-card,
.page-sidebar,
.page-article {
    background: #fff;
    border: 1px solid rgba(12, 30, 33, .08);
    border-radius: 8px;
    padding: 28px;
}

.directory-card h3,
.page-article h2,
.content-points h3,
.sidebar-title {
    color: #0d2b2e;
}

.directory-card ul,
.page-sidebar ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.directory-card li + li,
.page-sidebar li + li {
    margin-top: 10px;
}

.directory-card a,
.page-sidebar a {
    color: #4b5b5d;
}

.directory-card a:hover,
.page-sidebar a:hover,
.page-sidebar a.active {
    color: #d59b45;
}

.page-layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.sidebar-title {
    font-size: 22px;
    font-weight: 700;
}

.page-article h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 10px 0 20px;
}

.page-article .lead {
    color: #32484b;
    font-size: 20px;
    line-height: 1.6;
}

.content-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.content-points > div {
    background: #f7f7f2;
    border-radius: 8px;
    padding: 22px;
}

.contact-us-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

.contact-us-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-us-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(12, 30, 33, .08);
    border-radius: 8px;
    padding: 24px;
}

.contact-us-card .contact_icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f7f7f2;
    color: var(--pxn-color-theme-primary);
    font-size: 28px;
}

.contact-us-card .label {
    display: block;
    margin-bottom: 6px;
    color: #0d2b2e;
    font-weight: 700;
}

.contact-us-card .text {
    color: #4b5b5d;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.contact-us-map {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(12, 30, 33, .08);
    background: #fff;
}

.contact-us-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
}

.pxn-service-details > .container > .row {
    align-items: flex-start;
}

.pxn-service-details .pxn_sidebar {
    position: relative;
}

.pxn-service-details .pxn_service_content {
    padding-right: 12px;
}

.pxn-service-details .pxn_service_content .pxn_list li {
    display: block;
    position: relative;
    padding-left: 34px;
}

.pxn-service-details .pxn_service_content .pxn_list li i,
.pxn-service-details .pxn_service_content .pxn_list li svg {
    position: absolute;
    top: 4px;
    left: 0;
    margin-top: 0;
}

.pxn_header_right_spacer {
    width: 180px;
    min-height: 1px;
    visibility: hidden;
}

.site-logo-text {
    color: inherit;
    display: inline-block;
    font-family: var(--pxn-ff-heading);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

.pxn_site_logo .site-logo-text,
.pxn_site_logo:hover .site-logo-text {
    color: var(--pxn-color-common-white);
}

.offcanvas_logo .site-logo-text,
.offcanvas_logo .site-logo-text:hover {
    color: var(--pxn-color-heading-primary);
}

.pxn-h1-hero-static .pxn_hero_content .hero_sub,
.pxn-h1-hero-static .pxn_hero_content .hero_title,
.pxn-h1-hero-static .pxn_hero_content .hero_btn,
.pxn-h1-hero-static .pxn_achievement_content {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.pxn-h3_services_wrap .section_heading {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    align-items: start;
}

.pxn-h3_services_wrap .section_heading .heading_text {
    max-width: 560px;
}

.pxn-h3_services_wrap .section_heading .pxn_review {
    display: block;
    justify-self: end;
    max-width: none;
    padding-top: 84px;
    text-align: right;
    width: 100%;
}

.pxn-h3_services_wrap .section_heading .pxn_review p {
    margin-bottom: 0;
    width: 100%;
}

.page-about-us .pxn-h2_process_items {
    align-items: stretch;
}

.page-about-us .pxn-h2_process_items .pxn_process_item {
    height: 100%;
}

.page-about-us .pxn-h2_process_items .pxn_process_item > div:last-child {
    display: flex;
    flex: 1;
    width: 100%;
}

.page-about-us .pxn-h2_process_items .process_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-footer-menu {
    padding-top: 64px;
    padding-bottom: 46px;
}

.site-footer-menu-grid {
    display: grid;
    grid-template-columns: minmax(130px, .95fr) minmax(150px, .95fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(205px, 1.15fr) minmax(250px, 1.35fr);
    column-gap: 28px;
    row-gap: 34px;
    align-items: start;
}

.site-footer-menu .pxn_footer_widget {
    min-width: 0;
}

.site-footer-menu .footer_title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    white-space: nowrap;
}

.site-footer-menu .footer_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: var(--pxn-color-theme-primary);
}

.site-footer-menu .pxn_footer_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-menu .pxn_footer_widget li + li {
    margin-top: 8px;
}

.site-footer-menu .pxn_footer_widget a {
    font-size: 15px;
    line-height: 1.35;
}

.site-footer-company {
    border-left: 1px solid rgba(255, 255, 255, .38);
    min-height: 100%;
    padding-left: 34px;
}

.site-footer-company .footer_logo {
    margin-bottom: 14px;
}

.site-footer-company .footer_logo .logo {
    display: inline-flex;
    max-width: 160px;
}

.site-footer-company_name {
    color: #fff;
    font-family: var(--pxn-ff-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    white-space: nowrap;
}

.site-footer-company_text {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.site-footer-company_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.site-footer-company_links a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.35;
    padding-left: 22px;
}

.site-footer-company_links a::before {
    content: "\00BB";
    position: absolute;
    left: 0;
    top: 0;
    color: currentColor;
    font-weight: 700;
}

.site-footer-company_links a:hover {
    color: var(--pxn-color-theme-primary);
}

.site-footer-company_contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 18px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.site-footer-company_contacts li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.4;
}

.site-footer-company_contacts .contact_icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: var(--pxn-color-theme-primary);
    font-size: 13px;
}

.site-footer-company_contacts a {
    color: rgba(255, 255, 255, .72);
    overflow-wrap: anywhere;
}

.site-footer-company_contacts a:hover {
    color: var(--pxn-color-theme-primary);
}

.site-footer-bottom {
    align-items: flex-start;
    padding: 18px 0;
}

.site-footer-legal {
    justify-content: flex-end;
    max-width: 760px;
}

.site-footer-legal > li > a {
    font-size: 14px;
}

@media (max-width: 991px) {
    .directory-grid,
    .page-layout,
    .content-points,
    .contact-us-layout {
        grid-template-columns: 1fr;
    }

    .page-article h2 {
        font-size: 36px;
    }

    .contact-us-map,
    .contact-us-map iframe {
        min-height: 380px;
    }

    .pxn-h3_services_wrap .section_heading {
        grid-template-columns: 1fr;
    }

    .pxn-h3_services_wrap .section_heading .pxn_review {
        justify-self: start;
        max-width: 100%;
        padding-top: 0;
        text-align: left;
    }

    .pxn-service-details .pxn_sidebar {
        position: static;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 36px;
        padding-top: 0;
    }

    .pxn-service-details .pxn_service_content {
        padding-right: 0;
    }

    .site-footer-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-company {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .24);
        grid-column: 1 / -1;
        padding-left: 0;
        padding-top: 28px;
    }

    .site-footer-legal {
        justify-content: center;
        max-width: none;
    }
}

@media (max-width: 575px) {
    .site-footer-menu-grid {
        grid-template-columns: 1fr;
    }

    .site-footer-menu {
        padding-top: 48px;
        padding-bottom: 34px;
    }
}
