@font-face {
  font-family: 'Noto Sans';
  src: url('/wp-content/themes/new-pt-theme/fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('/wp-content/themes/new-pt-theme/fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('/wp-content/themes/new-pt-theme/fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

:root {
    --pt-text: #f4f7ff;
    --pt-muted: #b7c8e5;
    --pt-accent: #45d6ff;
    --pt-surface: rgba(7, 16, 32, 0.48);
    --pt-border: rgba(149, 190, 255, 0.24);
    --pt-card-gradient: linear-gradient(136.44deg, rgba(52, 47, 148, 0.3) 0%, rgba(64, 0, 93, 0.3) 101.94%);
}

body.page-template-homepage-template,
body.page-template-homepage-template .site,
body.page-template-homepage-template .site-content {
    background: transparent !important;
}

body.page-template-homepage-template {
    overflow-x: hidden;
    max-width: 100%;
}

.page-template-homepage-template .navbar-brand {
    display: none;
}

.pt-page {
    position: relative;
    min-height: 100vh;
    color: var(--pt-text);
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
}

.pt-page h1,
.pt-page h2,
.pt-page h3,
.pt-page h4,
.pt-page p,
.pt-page a,
.pt-page span,
.pt-page div {
    font-family: 'Noto Sans', sans-serif;
}

.pt-bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    background: #050b19;
}

.pt-bg-overlay {
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
    radial-gradient(1200px 600px at 14% -8%, rgba(72, 227, 255, 0.16), transparent 60%),
    radial-gradient(900px 500px at 92% 0%, rgba(59, 130, 246, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(3, 9, 22, 0.48) 0%, rgba(2, 8, 18, 0.9) 100%);
}

.pt-content {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 3% 24px 70px;
    box-sizing: border-box;
}

.pt-hero {
    margin-bottom: 0px;
    min-height: calc(100vh - 380px);
    display: grid;
    align-items: center;
}

.pt-hero-layout {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(300px, 66%);
    gap: clamp(40px, 8vw, 120px);
    align-items: center;
}

.pt-hero-logo-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
}

.pt-hero-side-logo {
    width: auto;
    height: 60px;
}

.pt-hero-copy {
    text-align: left;
    max-width: 620px;
}

.pt-kicker {
    font-size: 75px;
    letter-spacing: 0;
    color: #f2f2f7;
    text-transform: none;
    line-height: 1;
    font-weight: 200;
    margin: 0;
}

.pt-hero h1 {
    margin: 0 auto;
    font-size: 65px;
    line-height: 1;
    max-width: 980px;
    text-transform: none;
    font-weight: 200;
}

.pt-hero-description {
    max-width: 640px;
    margin: 28px 0 0;
    text-align: left;
    color: #00dcff;
    font-size: 20px;
    line-height: 1.35;
}

.pt-grid {
    display: grid;
    gap: 22px;
}

.pt-panel {
    border: 0;
    border-radius: 25px;
    padding: 24px;
    min-width: 0;
}

#ai-solutions { padding-top: 0px !important; }

.pt-solutions a,
.pt-clients-wrap,
.pt-contact-wrap,
.pt-talent-card,
.pt-office,
.pt-contact-mail {
    position: relative;
    overflow: hidden;
}

.pt-solutions a::after,
.pt-clients-wrap::after,
.pt-contact-wrap::after,
.pt-talent-card::after,
.pt-office::after,
.pt-contact-mail::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0) 34%) top right / 42% 42% no-repeat,
        radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.18) 18%, rgba(255, 255, 255, 0) 34%) bottom left / 42% 42% no-repeat;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.pt-section-title {
    margin: 0 0 40px;
    font-size: 20px;
    color: #7C00F0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 200;
}

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

.pt-solutions a {
    border: 1px solid rgba(184, 216, 255, 0.22);
    border-radius: 25px;
    padding: 20% 15%;
    padding-bottom: 64px;
    min-height: 268px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    text-decoration: none;
    background: var(--pt-card-gradient);
    box-shadow: 0 8px 20px rgba(5, 12, 28, 0.24);
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pt-solutions a.pt-solution-tall {
    min-height: 148px;
}

.pt-solutions a:hover {
    transform: translateY(-2px);
    border-color: rgba(133, 211, 255, 0.65);
    box-shadow: 0 10px 24px rgba(5, 12, 28, 0.28);
    text-decoration: none;
}

.pt-solutions a:focus,
.pt-solutions a:active,
.pt-solutions a:visited {
    text-decoration: none;
}

.pt-solutions img {
    max-width: 200px;
    max-height: 72px;
    width: auto;
    height: auto;
}

.pt-solution-arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #140026;
    color: #7C00F0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: color 0.2s ease;
}

.pt-solutions a:hover .pt-solution-arrow {
    color: #ffffff;
}

.pt-solutions .pt-clients-copy {
    color: #00E5FF;
    padding-top: 6px;
    font-size: 20px;
}

.pt-clients-wrap {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    align-items: center;
    border-radius: 25px;
    background: var(--pt-card-gradient);
    padding: 40px 30px;
    box-shadow: 0 10px 24px rgba(5, 12, 28, 0.26);
    backdrop-filter: blur(6px);
}

.pt-clients-copy {
    margin: 0;
    color: var(--pt-muted);
    line-height: 1.6;
    font-size: 15px;
}

.pt-clients-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pt-client {
    border: 0;
    border-radius: 25px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    padding: 10px;
}

.pt-client img {
    max-width: 100%;
    height: 50px;
    width: auto;
    max-height: 50px;
    object-fit: contain;
}

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

.pt-talent-card {
    border: 1px solid rgba(184, 216, 255, 0.22);
    border-radius: 25px;
    background: var(--pt-card-gradient);
    font-weight: 200;
    padding: 20px 15%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 200 !important;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 24px rgba(5, 12, 28, 0.26);
    backdrop-filter: blur(6px);
}

.pt-talent-card img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.pt-talent-card h3 {
    margin: 10% 0 10%;
    font-size: 50px;
    line-height: 1;
    font-weight: 200;
}

.pt-talent-primary-number {
    font-size: 50px !important;
    line-height: 1;
}

.pt-talent-card p {
    margin: 0;
    color: #00E5FF;
    line-height: 1.55;
    font-size: 20px;
    font-weight: 400;
}

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

.pt-office {
    border: 1px solid rgba(184, 216, 255, 0.2);
    border-radius: 25px;
    padding: 28px;
    background: var(--pt-card-gradient);
    box-shadow: 0 8px 20px rgba(5, 12, 28, 0.24);
    backdrop-filter: blur(6px);
    position: relative;
}

.pt-office-toggle {
    display: none;
}

.pt-office h4 {
    margin: 0 0 8px;
    font-size: 16px;
    color: var(--pt-accent);
}

p.pt-office-country {
    margin: 0 0 6px;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #7C00F0 !important;
    text-transform: uppercase;
}

.pt-office p {
    margin: 0;
    font-size: 14px;
    color: #B5B6C7;
    line-height: 1.5;
}

.pt-contact-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    border-radius: 25px;
    background: var(--pt-card-gradient);
    padding: 40px 30px;
    box-shadow: 0 10px 24px rgba(5, 12, 28, 0.26);
    backdrop-filter: blur(6px);
}

.pt-contact-wrap .wpcf7 form {
    margin: 0;
}

.pt-contact-wrap .wpcf7 input,
.pt-contact-wrap .wpcf7 textarea,
.pt-contact-wrap .wpcf7 select {
    border: 1px solid var(--pt-border);
    border-radius: 5px;
    background: rgba(11, 18, 40, 0.85) !important;
    color: #fff !important;
    width: 100%;
    padding: 11px 12px;
    min-height: 48px;
    box-sizing: border-box;
}

.pt-contact-wrap .wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 10px 7px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pt-contact-wrap .wpcf7 textarea {
    min-height: 48px;
}

.pt-contact-wrap .wpcf7 select option {
    background: #0b1d38;
    color: #ffffff;
}

.pt-contact-wrap .wpcf7 select.pt-select-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.pt-contact-wrap .wpcf7 select:not(.pt-select-placeholder) {
    color: #ffffff !important;
}

.pt-contact-wrap .wpcf7 select option:first-child {
    color: rgba(255, 255, 255, 0.3);
}

.pt-contact-wrap .wpcf7 input::placeholder,
.pt-contact-wrap .wpcf7 textarea::placeholder,
.pt-contact-wrap .wpcf7 select::placeholder {
    color: #ffffff;
    opacity: 0.3;
}

.pt-contact-wrap .wpcf7 input[type='submit'] {
    width: auto;
    min-width: 140px;
    min-height: 40px;
    padding: 10px 22px;
    background: #6000BA !important;
    border: 0;
    color: #ffffff;
    font-weight: 200;
    font-size: 15px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

.pt-contact-wrap .wpcf7 form p:last-child {
    text-align: left;
}

.pt-contact-mail {
    border: 1px solid rgba(184, 216, 255, 0.22);
    border-radius: 25px;
    background: var(--pt-card-gradient);
    padding: 16px;
    box-shadow: 0 10px 24px rgba(5, 12, 28, 0.26);
    backdrop-filter: blur(6px);
}

.pt-contact-mail h4 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pt-contact-mail a {
    color: #fff;
    text-decoration: none;
    word-break: break-word;
}

.pt-contact-mail a:hover {
    color: var(--pt-accent);
}

.pt-footer {
    margin-top: 24px;
    text-align: center;
    color: var(--pt-muted);
    font-size: 13px;
    letter-spacing: 0.04em;
}

label {
    color: #B5B6C7;
    font-weight: 200;
}

@media (max-width: 991px) {
    .pt-hero {
        min-height: auto;
    }

    .pt-hero-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .pt-hero-logo-wrap {
        justify-content: center;
    }

    .pt-hero-copy {
        max-width: 100%;
        text-align: center;
    }

    .pt-hero-description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .pt-solutions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-clients-wrap {
        grid-template-columns: 1fr;
    }

    .pt-clients-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pt-talent,
    .pt-offices,
    .pt-contact-wrap {
        grid-template-columns: 1fr;
    }

    .pt-office {
        padding: 28px 56px 28px 28px;
        align-self: start;
    }

    .pt-office-address {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.35s ease;
    }

    .pt-office.is-open .pt-office-address {
        max-height: 300px;
    }

    .pt-office-toggle {
        display: inline-flex;
        position: absolute;
        right: 16px;
        top: 28px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #140026;
        color: #7C00F0;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        border: none;
        cursor: pointer;
        transition: color 0.2s ease;
        padding: 0;
    }

    .pt-office-toggle span {
        display: inline-flex;
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }

    .pt-office.is-open .pt-office-toggle span {
        transform: rotate(-90deg);
    }

    .pt-office:hover .pt-office-toggle {
        color: #ffffff;
    }
}

@media (max-width: 640px) {

    .pt-hero-logo-wrap {
        justify-content: left;
        padding-left: 10px;
        padding-top: 15px;
        max-width: 50%;
    }

    .pt-hero-logo-wrap img {
        max-width: 100%;
        height: auto;
    }

    .pt-hero-copy {
        padding: 15% 10% 5%;
    }

    .pt-content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        padding-top: 16px;
    }

    .pt-panel {
        padding: 18px;
        border-radius: 16px;
    }

    .pt-solutions,
    .pt-clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-solutions a {
        padding: 30px 15px;
        padding-bottom: 54px;
        gap: 12px;
        min-height: 212px;
    }

    .pt-solutions .pt-clients-copy { font-size: 12px; }
    .pt-hero-description { font-size: 14px; }

    .pt-solutions img {
        max-width: 105px;
        max-height: 48px;
    }

    .pt-solution-arrow {
        width: 26px;
        height: 26px;
        right: 12px;
        bottom: 12px;
        font-size: 16px;
    }

    #our-clients .pt-clients-wrap > .pt-clients-copy {
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    #our-clients .pt-clients-wrap > .pt-clients-copy span {
        font-size: 14px !important;
        line-height: 1.45 !important;
        padding-top: 12px !important;
    }

    .pt-section-title {
        padding: 0;
        color: #FFF !important;
        font-size: 18px;
    }

    .pt-client {
        min-height: 62px;
    }

    .pt-hero h1 {
        font-size: clamp(30px, 8vw, 42px);
    }

    .pt-kicker {
        font-size: clamp(30px, 8vw, 42px);
    }

    .pt-talent-primary-number { font-size: 25px !important; }

    .pt-talent {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pt-talent-card {
        min-height: 250px;
        padding: 16px 18px;
    }

    .pt-talent-card h3 {
        margin: 8% 0;
        font-size: 35px;
    }

    .pt-talent-card img {
        width: 60px;
        height: 60px;
    }

    .pt-talent-card p { font-size: 12px; }

    .navbar-default .navbar-toggle { background: none !important; }
}

/* In the News */
.pt-news-subtitle {
    font-size: 16px;
    font-weight: 200;
    color: var(--pt-muted);
    margin: -28px 0 36px;
    max-width: 520px;
    line-height: 1.6;
}

.pt-news-card {
    background: var(--pt-card-gradient);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
}

.pt-news-card::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.2) 18%, rgba(255,255,255,0) 34%) top right / 42% 42% no-repeat,
        radial-gradient(circle at 0% 100%, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.18) 18%, rgba(255,255,255,0) 34%) bottom left / 42% 42% no-repeat;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.pt-news-card-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.pt-news-card-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pt-news-card-category {
    font-size: 13px;
    font-style: italic;
    color: #A879D8;
    margin-bottom: 8px;
}

.pt-news-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.35;
}

.pt-news-card-desc {
    font-size: 13px;
    font-weight: 200;
    color: #00E5FF;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 18px;
}

.pt-news-card-link {
    font-size: 13px;
    color: #A879D8;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    border-top: 1px solid var(--pt-border);
    padding-top: 14px;
    margin-top: auto;
}

.pt-news-card-link:hover { color: #c9a0e8; text-decoration: none; }
.pt-news-card-link:focus, .pt-news-card-link:active { outline: none; }

.pt-news-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#news-slider {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

#news-slider::-webkit-scrollbar {
    display: none;
}

#news-slider .pt-news-card {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 0;
    scroll-snap-align: start;
}

.pt-news-nav-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.pt-news-nav {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(124,0,240,0.45);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    line-height: 1;
}

.pt-news-nav:hover { background: rgba(124,0,240,0.7); }

@media (max-width: 979px) {
    #news-slider .pt-news-card {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 640px) {
    #news-slider .pt-news-card {
        flex: 0 0 80%;
    }
}
