/* Cooper Parry Careers Header Styles */

.cp-header {
    background: #fff;
    border-bottom: 2px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    position: fixed;
    width: 100%;
    z-index: 100;
}

.cp-header__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.cp-header__container-fluid {
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 71px;
    justify-content: flex-start;
    top: 5px;
    position: relative;
}

.cp-header__logo img {
    height: 48px;
    width: auto;
    display: block;
}

.cp-header__nav {
    display: flex;
    padding: 0 32px;
    width: 100%;
}

.cp-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
    width: 100%;
}

.cp-header__nav li::before {
    content: none;
}

.cp-header__nav a:not(.cp-header__cta) {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    background-image: linear-gradient(transparent 94%, currentcolor 10px);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    display: inline;
    padding: 1px 0;
    transition: all .5s cubic-bezier(.77, .25, .11, .92);
    transition-property: background-size;
    width: 100%;
    word-break: break-word;
}

.cp-header__nav a:hover {
    background-position: 0;
    background-size: 100% 100%;
}

.systemButtons {
    margin-left: auto;
}

.cp-header__cta {
    background: linear-gradient(90deg, rgb(255, 145, 0) 0%, rgb(142, 0, 244) 100%);
    color: #fff !important;
    border-radius: 24px;
    padding: 12px 24px !important;
    font-weight: 600;
    margin-left: auto;
    transition: background 0.2s, color 0.2s;
}

.cp-header__cta:hover {
    text-decoration: none;
    border-bottom: none;
}



@media (max-width: 900px) {
    .cp-header__container {
        flex-direction: column;
        height: auto;
        padding: 16px;
        align-items: flex-start;
    }

    .cp-header__nav ul {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .cp-header__logo img {
        height: 40px;
    }
}

header a:hover,
footer a:hover {
    border-bottom: none !important;
    text-decoration: none;
    font-weight: bold;
    transition: none !important;
    ;
}

/* Cooper Parry Careers Footer Styles */

.cp-footer {
    background: #9002f5;
    color: #fff;
    padding: 40px 0 20px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
}

.cp-footer__container {
    max-width: 1465px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cp-footer__logo img {
    height: 40px;
    width: auto;
    display: block;
    margin-bottom: 16px;
}

.cp-footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.cp-footer__nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    font-size: 20px;
}

.cp-footer__nav a:hover,
.cp-footer__nav a:focus {
    color: #000;
}



.cp-footer__copyright {
    width: 100%;
    font-size: 0.6875rem;
    color: #fff;
}

@media (max-width: 900px) {
    .cp-footer__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
    }

    .cp-footer__nav ul {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
    }

    .cp-footer__logo img {
        height: 32px;
    }

    .cp-footer__copyright {
        margin-top: 16px;
        font-size: 0.9rem;
    }
}

.cp_footer__row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.whitespacer {
    height: 1px;
    background-color: #fff;
    opacity: 1;
    margin: 20px 0;
    width: 100%;
}

.cp_footer__column {
    margin-top: 20px;
}

.cp-footer .cp_footer__row .cp_footer__column:nth-of-type(1) {
    width: 70%;
}

.cp-footer .cp_footer__row .cp_footer__column:nth-of-type(2) {
    width: 30%;
}

.cp-footer .cp_footer__row .cp_footer__column:nth-of-type(3) {
    width: 20%;
}

.cp-footer__nav li::before {
    content: none;
}

.cp_cert_logo {
    width: 100%;
    display: flex;
    justify-content: end;
}


.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-35 {
    width: 35px;
}

.h-35 {
    height: 35px;
}

.flex {
    display: flex;
}

.default-transition {
    transition: all .5s cubic-bezier(.77, .25, .11, .92);
}

@media (min-width: 1025px) {
    .xl\:gap-x-\[8px\] {
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.gap-y-5 {
    row-gap: 5px;
}

.gap-x-\[3px\] {
    -moz-column-gap: 3px;
    column-gap: 3px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-\[15px\] {
    width: 15px;
}

.h-\[15px\] {
    height: 15px;
}

.w-\[16px\] {
    width: 16px;
}

.h-\[16px\] {
    height: 16px;
}


.w-\[17px\] {
    width: 17px;
}

.h-\[17px\] {
    height: 17px;
}

.w-\[19px\] {
    width: 19px;
}

.h-\[13px\] {
    height: 13px;
}

.w-\[20px\] {
    width: 20px;
}

.h-\[20px\] {
    height: 20px;
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobilebtn {
    display: none;
}

@media (max-width: 1024px) {
    .cp-footer .cp_footer__row .cp_footer__column:nth-of-type(1) {
        width: 100%;
    }

    .cp-footer .cp_footer__row .cp_footer__column:nth-of-type(2) {
        width: 80%;
    }

    .cp_footer__row {
        flex-wrap: wrap;
    }

    .cp-header__nav {
        display: none;
    }

    .mobilebtn {
        display: flex;
        width: 100%;
        justify-content: right;
        padding-right: 30px;
    }

    .cp-header {
        background-color: #9002f5;
        border-bottom-color: #9002f5;

    }
}

.toggleMenu {
    color: #fff;
}

.hide {
    display: none !important;
}

.mobileMenu {
    display: flex;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 70px;
    background: #9002f5;
    width: 100%;
    overflow-y: hidden;
}


.cp-header__nav--mobile li::before {
    content: none;
}

.cp-header__nav--mobile a {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-align: left;
}
.no-scroll {
    overflow: hidden;
}