/* Extracted from client/layouts/app.blade.php so browsers can cache it. */
        :root {
            --tnm-font-body: "Hanken Grotesk", Arial, sans-serif;
            --tnm-font-heading: "Fraunces", Georgia, serif;
            --tnm-font-display: "Fraunces", Georgia, serif;
            --tnm-text-xs: 12px;
            --tnm-text-sm: 14px;
            --tnm-text-base: 16px;
            --tnm-text-lg: 18px;
            --tnm-text-xl: 22px;
            --tnm-heading-sm: clamp(26px, 3vw, 36px);
            --tnm-heading-md: clamp(34px, 4.2vw, 52px);
            --tnm-heading-lg: clamp(42px, 5.6vw, 68px);
            --tnm-line-tight: 1.05;
            --tnm-line-body: 1.58;
        }

        body {
            font-family: var(--tnm-font-body);
        }

        .copyright-section p {
            opacity: 0.5;
        }

        .rotate-box-owl {
            width: 120px;
            height: 120px;
            position: relative;
        }

        .center-image-owl {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 128px;
            height: 128px;
            border-radius: 50%;
            overflow: hidden;
            z-index: -1;
        }



        .center-image-owl img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .rotating-text-owl {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: rotate 20s linear infinite;
        }

        .get_btn {
            position: fixed;
            left: auto;
            right: 15px;
            bottom: 15px;
            border: 0;
            background: transparent;
            padding: 0;
            border-radius: 100px;
            z-index: 9;
            cursor: pointer;
        }

        .get_btn:focus-visible { outline: 3px solid #f5cf27; outline-offset: 5px; }

        body.tnm-quick-contact-open { overflow: hidden; }
        .tnm-quick-contact-modal[hidden] { display: none; }
        .tnm-quick-contact-modal { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 24px; }
        .tnm-quick-contact-modal__backdrop { position: absolute; inset: 0; background: rgba(9, 10, 14, .72); backdrop-filter: blur(8px); }
        .tnm-quick-contact-modal__dialog { position: relative; width: min(100%, 620px); max-height: min(760px, calc(100vh - 48px)); overflow: auto; padding: 30px; border: 1px solid rgba(245, 207, 39, .42); border-radius: 24px; background: #17181e; color: #f9f7ef; box-shadow: 0 28px 90px rgba(0, 0, 0, .42); }
        .tnm-quick-contact-modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: transparent; color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
        .tnm-quick-contact-modal__close:hover { background: rgba(255, 255, 255, .1); }
        .tnm-quick-contact-modal__eyebrow { display: block; margin-bottom: 10px; color: #f5cf27; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
        .tnm-quick-contact-modal h2 { max-width: 440px; margin: 0; color: #fff; font-size: clamp(2rem, 5vw, 3rem); font-weight: 650; line-height: 1.02; letter-spacing: -.05em; }
        .tnm-quick-contact-modal__intro { max-width: 490px; margin: 14px 0 24px; color: #c9c9ce; font-size: 15px; line-height: 1.6; }
        .tnm-quick-contact-form__status { margin-bottom: 16px; padding: 12px 14px; border-radius: 10px; font-size: 14px; line-height: 1.5; }
        .tnm-quick-contact-form__status[data-state="error"] { background: rgba(255, 106, 106, .15); color: #ffb6b6; }
        .tnm-quick-contact-form__status[data-state="success"] { background: rgba(102, 225, 167, .14); color: #b5f5d2; }
        .tnm-quick-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
        .tnm-quick-contact-field { display: flex; flex-direction: column; gap: 7px; }
        .tnm-quick-contact-field--wide { grid-column: 1 / -1; }
        .tnm-quick-contact-field label { color: #f5f2e9; font-size: 13px; font-weight: 750; }
        .tnm-quick-contact-field label span { color: #a8a8af; font-weight: 500; }
        .tnm-quick-contact-field input, .tnm-quick-contact-field select, .tnm-quick-contact-field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; background: #25262e; color: #fff; font: inherit; font-size: 15px; outline: none; }
        .tnm-quick-contact-field input, .tnm-quick-contact-field select { height: 47px; padding: 0 13px; }
        .tnm-quick-contact-field textarea { min-height: 92px; padding: 12px 13px; resize: vertical; }
        .tnm-quick-contact-field input::placeholder, .tnm-quick-contact-field textarea::placeholder { color: #9999a2; }
        .tnm-quick-contact-field input:focus, .tnm-quick-contact-field select:focus, .tnm-quick-contact-field textarea:focus { border-color: #f5cf27; box-shadow: 0 0 0 3px rgba(245, 207, 39, .14); }
        .tnm-quick-contact-form__error { min-height: 18px; color: #ffb6b6; font-size: 12px; line-height: 1.4; }
        .tnm-quick-contact-form__footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 20px; }
        .tnm-quick-contact-form__captcha { min-height: 78px; }
        .tnm-quick-contact-form__submit { min-height: 48px; padding: 0 19px; border: 0; border-radius: 999px; background: #f5cf27; color: #16161a; font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; white-space: nowrap; }
        .tnm-quick-contact-form__submit:hover { background: #ffe15c; }
        .tnm-quick-contact-form__submit:disabled { cursor: wait; opacity: .68; }
        .tnm-quick-contact-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

        @media (max-width: 600px) {
            .tnm-quick-contact-modal { padding: 14px; }
            .tnm-quick-contact-modal__dialog { max-height: calc(100vh - 28px); padding: 25px 19px 20px; border-radius: 20px; }
            .tnm-quick-contact-modal h2 { max-width: 320px; font-size: 2rem; }
            .tnm-quick-contact-form__grid { grid-template-columns: 1fr; }
            .tnm-quick-contact-field--wide { grid-column: auto; }
            .tnm-quick-contact-form__footer { align-items: stretch; flex-direction: column; }
            .tnm-quick-contact-form__submit { width: 100%; }
        }

        .get_btn-2 {
            position: fixed;
            left: 15px;
            /* right: 15px; */
            bottom: 15px;
            border: 0;
            padding: 0;
            border-radius: 100px;
            z-index: 9;

        }

        @media (max-width: 768px) {
            .get_btn {
                right: max(10px, env(safe-area-inset-right));
                bottom: max(10px, env(safe-area-inset-bottom));
            }

            .center-image-owl {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 64px;
                height: 64px;
                border-radius: 50%;
                overflow: hidden;
                z-index: -1;
            }

            .rotate-box-owl {
                width: 64px;
                height: 64px;
                position: relative;
            }

            .rotating-text-owl {
                display: none;
            }
        }


        .tabs-container .content a {
            text-align: center;
        }

        .link-slide-up a {
            overflow: hidden;
            display: inline-block;
            position: relative;
            vertical-align: top;
            text-decoration: none;
            color: white;
            /* default color */
        }

        .link-slide-up a span {
            position: relative;
            display: inline-block;
            transition: transform 0.3s ease;
            z-index: 1;
        }

        .link-slide-up a span::before {
            content: attr(data-hover);
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            white-space: nowrap;
            color: #f0cf22;
            /* Hover color */
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 1;
            z-index: 0;
        }

        .link-slide-up a:hover span {
            transform: translateY(-100%);
        }

        .link-slide-up a {
            line-height: 1.4;
        }

        #typed-hello {
            border-right: 2px solid #f0cf22;
            padding-right: 4px;
            animation: blink 0.8s step-end infinite;
        }

        .tnm-site-navbar .career-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding-right: 1rem !important;
        }

        .tnm-site-navbar .career-link::after {
            content: "Hiring";
            position: static;
            width: auto;
            height: auto;
            padding: 4px 7px;
            border-radius: 999px;
            background-color: #f0cf22;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: 10px;
            line-height: 1;
            transform: none;
        }

        @keyframes blink {
            50% {
                border-color: transparent;
            }
        }


        @media screen and (max-width: 1199.98px) {
            .mobile-menu .career-link::after {
                content: "Hiring";
                position: static;
                flex: 0 0 auto;
                width: auto;
                height: auto;
                margin-left: 2px;
                padding: 4px 8px;
                border-radius: 999px;
                background-color: #f0cf22;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #000;
                font-size: 10px;
                line-height: 1;
                transform: none;
            }
        }





        /* .company-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.company-modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.company-modal-content {
    background: #141318;
    border-radius: 20px;
    padding: 45px;
    max-width: 500px;
    width: 90%;
    position: relative;
    animation: slideUp 0.4s ease;
    border: 3px solid #FFD700;
    box-shadow: 0 20px 60px rgba(255, 215, 0, 0.3);
}

.company-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #FFD700;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s ease;
    line-height: 1;
    font-weight: 300;
}

.company-close-btn:hover {
    transform: rotate(90deg);
    color: #fff;
}

.company-modal-header {
    text-align: center;
    margin-bottom: 35px;
}

.company-modal-header h2 {
    color: #FFD700;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.company-modal-header p {
    color: #fff;
    font-size: 15px;
    opacity: 0.85;
}

.company-form-group {
    margin-bottom: 25px;
}

.company-form-group label {
    display: block;
    color: #FFD700;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-form-group input {
    width: 100%;
    padding: 16px 20px;
    background: #1e1e1e;
    border: 2px solid #333;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.company-form-group input:focus {
    border-color: #FFD700;
    background: #252525;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.company-form-group input::placeholder {
    color: #666;
}

.company-submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border: none;
    border-radius: 12px;
    color: #141318;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.company-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.company-submit-btn:active {
    transform: translateY(0);
}

.company-error-text {
    color: #ff4444;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.company-success-message {
    background: #4CAF50;
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
    display: none;
}

.company-success-message.show {
    display: block;
    animation: slideUp 0.3s ease;
}

@media (max-width: 576px) {
    .company-modal-content {
        padding: 30px 20px;
    }
    .company-modal-header h2 {
        font-size: 24px;
    }
} */
    
        /* Smaller floating contact badge so it stops covering card text; the
           ring also stops spinning for people who prefer reduced motion. */
        @media (min-width: 577px) {
            .get_btn .rotate-box-owl { width: 92px; height: 92px; }
            .get_btn .center-image-owl { width: 98px; height: 98px; }
        }
        @media (prefers-reduced-motion: reduce) {
            .rotating-text-owl, .rotating-text-owl svg { animation: none !important; }
        }
    
