:root {
    --primary: #1d373e;
}

body.home header {
    position: fixed;
    transition: all 0.5s;
}

body:not(.home) header {
    position: sticky;
}

body:not(.home) header {
    top: 0;
    transition: all 0.5s;
}

header.scrolled {
    background-color: var(--primary);
    padding-top: 10px;
    padding-bottom: 10px;
}

body:not(.home) header.scrolled .navbar-brand img {
    filter: brightness(0) invert(1);
}

body:not(.home) header ul li a {
    color: var(--primary) !important;
}

body:not(.home) header.scrolled ul li a {
    color: var(--white) !important;
}

body:not(.home) header ul li a.nav-bt {
    background: var(--primary) !important;
    color: var(--white) !important;
}

body:not(.home) header.scrolled ul li a.nav-bt {
    background: var(--white) !important;
    color: var(--primary) !important;
}

body.home .navbar-brand img,
footer img {
    filter: brightness(0) invert(1);
}


body:not(.home) .container-fluid {
    padding: 0 50px;
}



body:not(.home) header ul li a.nav-bt {
    background: var(--primary) !important;
    color: var(--white) !important;
}

.team {
    margin-bottom: 100px;
}

.team__wrapper {
    border-radius: 15px;
    overflow: hidden;
}

.team__right-panel {
    padding: 25px;
    background: #e6ebef;
    height: 85vh;
    overflow-y: scroll;
}

.team__right-panel::-webkit-scrollbar,
.team__left-panel::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.team__right-panel::-webkit-scrollbar-track,
.team__left-panel::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

.team__right-panel::-webkit-scrollbar-thumb,
.team__left-panel::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: transparent;
}

.team__left-panel {
    background: var(--primary);
    padding: 25px;
    height: 85vh;
    overflow-y: scroll;
}

.team__title h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0.5;
    margin-bottom: 20px;
}

.team__member-image img {
    height: 320px;
}

.team__department {
    margin-bottom: 70px;
}

.team__department>h3 {
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
}

.team__member-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.team__member-item img {
    height: 270px;
    width: 100%;
    margin-bottom: -5px;
}

.team__member-item__info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    background: var(--black);
    background: linear-gradient(7deg, rgba(0, 0, 0, 0.22) 0%, rgba(255, 255, 255, 0) 100%);
}

.team__member-item__info h4 {
    font-size: 24px;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

.team__member-item__info p {
    margin: 0;
    color: var(--white);
    font-size: 18px;
}

.team__member-image {
    max-width: 320px;
    border-radius: 15px;
    overflow: hidden;
}

.team__member-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team__member-name h3 {
    font-size: 40px;
    font-weight: 500;
}

.team__member-position p {
    margin: 0;
    color: var(--white);
    font-size: 20px;
}

.team__member-bio p {
    margin: 0;
    color: var(--white);
    font-size: 14px;
}

.team__member-bio {
    padding-right: 15px;
    height: 250px;
    overflow-y: scroll;
}

.team__member-bio::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.team__member-bio::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

.team__member-bio::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--white);
}

.page-title {
    margin-bottom: 60px;
    margin-top: 30px;
}

.page-title_wrapper {
    min-height: 320px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}


.page-title_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(29 55 62 / 20%);
}

.page-title_wrapper h1 {
    position: relative;
    z-index: 1;
}

.page-title_wrapper h1 {
    font-size: 120px;
}

.page-title_wrapper p {
    color: #fff;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 500;
}

.lets-talk__wrapper {
    background: url(/wp-content/uploads/2025/05/Asset-1@2x.png) no-repeat center center/cover;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lets-talk__title h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
}

.lets-talk__content p {
    margin: 0;
    font-size: 30px;
    color: var(--white);
    font-weight: 600;
}

.lets-talk__button .py-btn {
    margin: 15px 0 0;
}

.lets-talk__button {
    display: flex;
    justify-content: center;
}

.lets-talk__button .py-btn {
    background: transparent;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    border-color: var(--white);
}

.lets-talk__button .py-btn img {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.lets-talk__button .py-btn:hover {
    background: var(--py);
    border-color: var(--py);
}

.posts__wrapper {
    background: #e6eaee;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.post-item {
    background: #dde1e5;
    border-radius: 15px;
    overflow: hidden;
}

.post-item__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: space-between;
}

.post-item__title {
    line-height: 1;
    margin-bottom: 15px;
}

.post-item__date {
    margin: 0;
    font-size: 20px;
    color: var(--black);
}

.post-item__title a {
    color: var(--primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item__image a {
    line-height: 0;
    display: table;
    width: 100%;
}

.post-item__image img {
    border-radius: 15px;
    height: 170px;
    width: 100%;
}

.post-item__read-more {
    position: absolute;
    width: 15px;
    bottom: 18px;
    right: 20px;
}

.posts__wrapper .py-btn {
    margin: 35px auto 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.posts__wrapper .py-btn img {
    width: 17px;
}

.posts__wrapper .py-btn:hover {
    background: var(--py);
}

.posts__wrapper .py-btn:hover img {
    filter: brightness(0) invert(1);
}

.post-item:hover .post-item__read-more {
    transform: rotate(-90deg);
}

body.single-post {
    background: #e4e8eb;
}

.post-single__container {
    max-width: 1000px;
    margin: 0 auto;
}

.post-single__title {
    font-size: 70px;
    color: #003a41;
}

.post-single__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.post-single__excerpt p {
    margin: 0 0 15px;
    color: var(--black);
    font-size: 18px;
    line-height: 1.5;
}

.post-single__date {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.post-single__feature-img img {
    height: 450px;
    width: 100%;
    border-radius: 20px;
}


.process__wrapper {
    background: #e6eaee;
    padding: 60px;
    border-radius: 20px;
}

.process__image img {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.process__content {
    text-align: center;
    max-width: 1150px;
    margin: 100px auto 30px;
}

.process__content h3 {
    color: var(--py);
    margin-bottom: 20px;
}

.process__content p {
    font-size: 26px;
    line-height: 1.6;
    margin: 0 0 15px;
    color: var(--black);
}


.process__content-block__text h3 {
    line-height: 1.4;
    color: #003a41;
    font-weight: 400;
}

.process__content-block__text p {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.4;
    color: var(--black);
}

.process__content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process__tabs__control {
    margin-bottom: 50px;
    gap: 25px;
}

.process__tabs__control .py-btn.active {
    background: #003a41;
    color: var(--white);
}

.process__tabs__control .py-btn:not(.active):hover {
    border-color: #003a41;
    color: #003a41;
}

.process__tabs__control .py-btn {
    background: transparent;
}


.process-carousel {
    position: static;
    position: static;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(0 58 65 / 30%);
}

.process__content-block {
    height: 100%;
    position: relative;
}

.process__content-block .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 10px;
    counter-reset: process-count;
}

.process__content-block .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    position: relative;
}

.process__content-block .owl-dots .owl-dot:not(.active) {
    opacity: 0.5;
}

.process__content-block .owl-dots .owl-dot:before {
    counter-increment: process-count;
    content: counter(process-count);
    color: black;
    font-size: 26px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    line-height: 26px;
}

.simple-content__wrapper {
    padding: 120px;
    background: #e6eaee;
    border-radius: 20px;
    text-align: center;
}

.simple-content__title {
    font-size: 60px;
    line-height: 1;
    color: #003a41;
    font-weight: 400;
}

.simple-content__title span {
    font-weight: 600;
    color: #0096ac;
}

.simple-content__text p:not(:first-child) {
    margin-top: 15px;
}

.simple-content__text p {
    font-size: 22px;
    line-height: 1.5;
    color: var(--primary);
}

.simple-content__text p:first-child {
    margin-top: 20px;
}



.portfolio-single__content {
    background: #e4e8eb;
    border-radius: 20px;
    padding: 60px 100px;
    margin-top: 30px;
}

.portfolio-single__feature-img img {
    height: 350px;
    width: 100%;
    background-size: cover;
    border-radius: 20px;
}

.portfolio-single__title {
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #919ea3;
}

.portfolio-single__content-text p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.6;
    color: var(--primary);
    font-weight: 400;
}


.portfolio-single__meta span {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
}

.portfolio-single__meta-value {
    margin-left: 6px;
}


.portfolio-carousel {
    padding: 60px 0;
    overflow: hidden;
}

.portfolio-carousel__item img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

.portfolio-carousel__item a {
    display: block;
    padding-right: 15px;
    line-height: 0;
}

.portfolio-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.portfolio-carousel__title h2 {
    color: var(--primary);
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    padding: 0 100px;
}

.portfolio {
    overflow: hidden;
    padding-bottom: 100px;
}

.portfolio__title {
    font-size: 60px;
    color: var(--primary);
    font-weight: 600;
    line-height: 1.2;
}

.portfolio__filter form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.portfolio__title-filter {
    margin-bottom: 40px;
}

.portfolio__filter-category {
    display: flex;
    color: black;
    gap: 15px;
}

.portfolio__filter-category label input {
    display: none;
}

.portfolio__filter-category label {
    border: 1px solid var(--primary);
    padding: 11px 30px;
    border-radius: 5px;
}

.portfolio__filter-item select {
    padding: 9.5px 30px;
    border: 1px solid var(--primary);
    border-radius: 5px;
}

.portfolio__item img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.portfolio__item-title {
    font-size: 20px;
    text-align: center;
    color: var(--py);
    margin: 10px 0 0;
    line-height: 1.2;
    font-weight: 600;
}

.portfolio__item-business {
    margin: 0;
    text-align: center;
    color: var(--py);
}


.portfolio__item a {
    display: block;
    line-height: 0;
}

.portfolio_message {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}

label:has(input[type="radio"]:checked) {
    background: var(--primary);
    color: var(--white);
}

.member-detail-canvas {
    background-color: var(--primary);
}

.member-detail-canvas .btn-close {
    filter: brightness(0) invert(1);
}

.member-detail-canvas .team__member-image img {
    max-width: 200px;
    height: 200px;
    border-radius: 10px;
}

.member-detail-canvas .team__member-image {
    border-radius: 10px;
}


.contact {
    padding-bottom: 60px;
}


.contact_wrapper {
    background: #e6eaee;
    padding: 60px;
    border-radius: 20px;
}

.contact h2 {
    font-size: 60px;
    line-height: 1.2;
    color: var(--primary);
}

.contact_info p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 20px;
}

.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    border: 1px solid var(--primary);
    background: transparent;
    font-size: 16px;
    padding: 15px;
    border-radius: 7px;
}

.contact-form {
    margin-top: 25px;
}

.contact-form__field textarea {
    height: 120px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin: 20px 0 0;
    background: var(--black);
    padding: 15px;
}

.contact_info-list {}

.contact_info-list p {
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.contact_info-list {
    margin-top: 40px;
    max-width: 450px;
}

.contact_info-list p:not(:last-child) {
    border-bottom: 1px solid var(--primary);
}

.contact_info-list strong {
    margin-right: 10px;
    font-weight: 500;
}

.contact_info-list a {
    color: var(--primary);
}

.brand .item a {
    line-height: 0;
}

.latest .box img {
    height: 300px;
}


.simple-content__text p b {
    font-weight: bold;
}

.simple-content__text p b i {
    font-style: italic;
}

.iwsc {
    padding: 60px 0;
}

.iwsc__wrapper {
    padding: 120px;
    background: #e6eaee;
    border-radius: 20px;
    text-align: center;
}

.iwsc__content {
    text-align: left;
}

.iwsc__title {
    color: var(--py);
    font-weight: 500;
}

.iwsc__image img {
    margin: 0 auto;
    display: block;
}



.iwsc__image img {
    margin: 0 auto;
    display: block;
}

.iwsc__content__item {
    margin: 15px 0;
}

.iwsc__content__item h4 {
    color: var(--py);
    font-size: 26px;
    font-weight: 600;
}

.iwsc__content__item p {
    margin: 11px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary);
}

.iwsc__content__item:not(:last-child) {
    border-bottom: 1px solid rgb(18 57 64 / 30%);
    padding-bottom: 15px;
}


.process__tabs__content__text {
    font-size: 22px;
    line-height: 1.5;
    color: var(--primary);
}

.process__tabs__content__text p {
    font-size: 22px;
    line-height: 1.5;
    color: var(--primary);
    margin-top: 15px;
}

.process__tabs__content__text ul li {
    padding-left: 20px;
    position: relative;
}

.process__tabs__content__text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--py);
    top: 15px;
    border-radius: 100%;
}

.process__tabs__content__text ul li b {
    font-weight: bold;
}

.posts__wrapper .py-btn:focus {
    color: var(--py);
    border-color: var(--py);
}

.posts__wrapper .py-btn:hover {
    color: var(--white);
}

.post-single__excerpt  a {
    color: var(--py);
}

.post-single__excerpt strong {
    font-weight: 600;
}

@media (max-width: 1480px) and (min-width: 1280px) {
    .portfolio__item img {
        height: 250px;
    }

    .portfolio__filter-category br {
        display: none;
    }

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


    .portfolio__filter-category label {
        padding: 11px 20px;
    }

    .portfolio__filter form {
        gap: 15px;
    }

    .portfolio__filter-item select {
        padding: 9.5px 15px;
    }

    .page-title_wrapper h1 {
        font-size: 90px;
    }

    .team__member-item__info h4 {
        line-height: 1.2;
        font-size: 20px;
    }

    .team__member-item__info p {
        font-size: 16px;
    }

    .team__member-item img {
        height: 220px;
    }

    .process__content-block__text h3 {
        line-height: 1.2;
    }

    .process__tabs__control {
        margin-bottom: 25px;
    }

    .process__content-block__text p {
        font-size: 22px;
        line-height: 1.4;
    }

    .process__content p {
        font-size: 22px;
    }

    .portfolio-carousel__item img {
        height: 150px;
    }

    footer h1 {
        font-size: 180px;
    }
}


@media (max-width: 767px) {
    body:not(.home) .container-fluid {
        padding: 0 15px;
    }

    header {
        padding: 20px 15px 0;
    }

    body.home header {
        position: absolute !important;
    }

    body:not(.home) header {
        position: relative !important;
    }


    header ul li a {
        margin-left: 0;
    }


    header ul {
        align-items: self-start;
        gap: 10px;
    }

    header ul li a.nav-bt {
        background: transparent;
        color: #fff !important;
        padding: 0 !important;
        font-size: 19px !important;
        font-weight: normal;
    }

    button.navbar-toggler {
        padding: 0;
        background: transparent;
    }

    body:not(.home) header ul li a {
        color: var(--white) !important;
    }

    body:not(.home) span.navbar-toggler-icon {
        filter: brightness(0);
    }

    .home-banner {
        min-height: 50vh;
    }

    .brand {
        overflow: hidden;
    }

    .brand .item img {
        height: 200px;
    }

    .page-title_wrapper h1 {
        font-size: 60px;
    }

    .page-title_wrapper {
        min-height: 200px;
    }

    .portfolio__item img {
        height: 180px;
    }

    .portfolio__filter form {
        display: flex;
        gap: 10px;
        justify-content: space-around;
    }

    .portfolio__filter-industry,
    .portfolio__filter-stage {
        width: 48%;
    }

    .portfolio__filter-item select {
        width: 100%;
        padding: 9.5px 20px;
    }

    .portfolio__filter-category {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .portfolio__filter form {
        flex-wrap: wrap;
    }

    .portfolio__title {
        font-size: 42px;
        margin-bottom: 0;
    }

    .page-title_wrapper {
        border-radius: 10px;
    }

    .simple-content__wrapper,
    .lets-talk__wrapper,
    .posts__wrapper,
    .process__wrapper,
    .contact_wrapper,
    .portfolio-single__content,
    .iwsc__wrapper {
        padding: 20px;
        border-radius: 10px;
    }

    .simple-content__title {
        font-size: 36px;
    }

    .lets-talk__content p {
        line-height: 1.4;
        font-size: 22px;
    }


    .post-item__title a {
        font-size: 22px;
    }

    .post-item__date {
        font-size: 16px;
    }

    .post-item__image img {
        border-radius: 10px;
    }

    .post-item {
        border-radius: 10px;
    }

    .post-single__title {
        font-size: 42px;
    }

    .post-single__content {
        gap: 15px;
        margin-top: 20px;
    }

    .post-single__feature-img img {
        border-radius: 10px;
        height: 200px;
    }

    .process__image img {
        border-radius: 10px;
    }

    .process__content-block__text h3 {
        font-size: 42px;
        line-height: 1.2;
    }

    .process__content-block__text p {
        font-size: 22px;
        max-width: unset;
    }

    .process__content p {
        font-size: 20px;
    }

    .process__content {
        margin-top: 50px;
    }

    .process__tabs__control {
        margin-bottom: 35px;
    }

    .process__content-block {
        padding-bottom: 60px;
    }

    .process__tabs__control {
        gap: 15px;
    }

    .portfolio-single__content-text p {
        font-size: 16px;
        font-weight: normal;
    }

    .portfolio-single__meta span {
        font-size: 18px;
        margin: 8px 0;
        display: inline-block;
    }

    .portfolio-single__title {
        font-size: 42px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .portfolio-carousel__title h2 {
        margin-bottom: 20px;
        padding: 0;
        font-size: 36px;
    }

    .portfolio-carousel__item img {
        height: 157px;
    }

    .portfolio-carousel__item a {
        padding-right: 5px;
    }

    .portfolio-single__feature-img img {
        height: 200px;
        border-radius: 10px;
    }

    .portfolio__filter-category label {
        padding: 11px 15px;
        flex-grow: 1;
        text-align: center;
    }

    .team__right-panel {
        height: auto;
        padding: 15px;
    }

    .contact h2 {
        font-size: 42px;
    }

    .contact_info p,
    .contact_info-list a {
        font-size: 18px;
    }

    .latest .box img {
        height: 200px;
    }

    .iwsc__wrapper {
        padding: 20px;
    }

    .simple-content__text p {
        font-size: 22px;
    }

    .process__tabs__control .py-btn {
        padding: 10px 30px;
    }
}