/*
Theme Name: Techpunto Clean
Theme URI: https://techpunto.com/
Author: Techpunto
Description: Lightweight custom theme for the Techpunto website. Built for Elementor Free with minimal theme overhead.
Version: 0.1.0
Text Domain: techpunto
*/

/* ---------------------------------------------------------
   Techpunto foundation
   Visual tokens are intentionally conservative at this stage.
   Final production colors/typography will be applied later.
--------------------------------------------------------- */

:root {
    --tp-text: #15171a;
    --tp-muted: #62676e;
    --tp-border: #e6e8eb;
    --tp-surface: #ffffff;
    --tp-surface-soft: #f7f8fa;
    --tp-accent: #1769e0;
    --tp-container: 1200px;
    --tp-header-height: 78px;
    --tp-radius: 12px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--tp-surface);
    color: var(--tp-text);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--tp-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover,
a:focus-visible {
    text-decoration-thickness: 2px;
}

.tp-container {
    width: min(calc(100% - 40px), var(--tp-container));
    margin-inline: auto;
}

/* Header */

.tp-site-header {
    position: relative;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--tp-border);
}

.tp-header-inner {
    min-height: var(--tp-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.tp-brand {
    display: inline-flex;
    align-items: center;
    color: var(--tp-text);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.tp-brand:hover,
.tp-brand:focus-visible {
    text-decoration: none;
}

.custom-logo {
    width: auto;
    max-height: 52px;
}

.tp-primary-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-primary-nav a {
    color: var(--tp-text);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.tp-primary-nav a:hover,
.tp-primary-nav a:focus-visible {
    color: var(--tp-accent);
}

/* Main */

.tp-site-main {
    min-height: 58vh;
}

.tp-content {
    padding-block: 64px;
}

/* Temporary staging placeholder */

.tp-stage-intro {
    padding-block: clamp(72px, 12vw, 150px);
    background:
        linear-gradient(
            180deg,
            var(--tp-surface-soft) 0%,
            var(--tp-surface) 100%
        );
}

.tp-stage-intro-inner {
    max-width: 820px;
}

.tp-eyebrow {
    margin: 0 0 14px;
    color: var(--tp-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tp-stage-intro h1 {
    margin: 0;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.tp-stage-intro p {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--tp-muted);
    font-size: clamp(18px, 2vw, 21px);
}

/* Footer */

.tp-site-footer {
    border-top: 1px solid var(--tp-border);
    background: var(--tp-surface-soft);
}

.tp-footer-inner {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tp-footer-copy {
    margin: 0;
    color: var(--tp-muted);
    font-size: 14px;
}

.tp-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-footer-nav a {
    color: var(--tp-muted);
    font-size: 14px;
    text-decoration: none;
}

/* Elementor */

.elementor-page .tp-content {
    padding-block: 0;
}

/* Accessibility */

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: fixed !important;
    top: 10px;
    left: 10px;
    z-index: 99999;
    width: auto;
    height: auto;
    padding: 12px 16px;
    margin: 0;
    overflow: visible;
    clip: auto;
    background: #fff;
    color: #000;
}

/* Responsive */

@media (max-width: 760px) {
    :root {
        --tp-header-height: 70px;
    }

    .tp-container {
        width: min(calc(100% - 28px), var(--tp-container));
    }

    .tp-header-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding-block: 14px;
    }

    .tp-primary-nav ul {
        gap: 8px 16px;
    }

    .tp-footer-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-block: 28px;
    }
}

/* ---------------------------------------------------------
   Techpunto white-header identity
--------------------------------------------------------- */

.tp-site-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.admin-bar .tp-site-header {
    top: 32px;
}

.tp-header-inner {
    min-height: 86px;
}

.tp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.tp-brand-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.tp-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.tp-brand-name {
    color: #1a1d21;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.tp-brand-tagline {
    margin-top: 6px;
    color: #777d85;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tp-primary-nav a {
    position: relative;
    display: block;
    padding: 32px 0;
    color: #34383d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.005em;
}

.tp-primary-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    height: 2px;
    background: var(--tp-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.tp-primary-nav a:hover::after,
.tp-primary-nav a:focus-visible::after,
.tp-primary-nav .current-menu-item > a::after {
    transform: scaleX(1);
}

@media (max-width: 760px) {
    .tp-site-header {
        position: relative;
        top: auto;
    }

    .admin-bar .tp-site-header {
        top: auto;
    }

    .tp-header-inner {
        min-height: auto;
        padding-block: 16px;
    }

    .tp-brand-mark {
        width: 40px;
        height: 40px;
    }

    .tp-primary-nav a {
        padding: 8px 0;
    }

    .tp-primary-nav a::after {
        bottom: 3px;
    }
}

/* Techpunto Home Hero v1 */

.tp-home-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(23, 105, 224, 0.07),
            transparent 32%
        ),
        radial-gradient(
            circle at 78% 80%,
            rgba(190, 145, 48, 0.08),
            transparent 28%
        ),
        #ffffff;
    border-bottom: 1px solid var(--tp-border);
}

.tp-home-hero > .elementor-container {
    min-height: clamp(560px, 72vh, 720px);
    align-items: center;
    padding-block: clamp(90px, 11vw, 150px);
}

.tp-home-hero .elementor-column {
    max-width: 900px;
}

.tp-home-hero .tp-hero-eyebrow {
    margin-bottom: 18px;
}

.tp-home-hero .tp-hero-eyebrow .elementor-heading-title {
    color: #1769e0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.tp-home-hero .tp-hero-title {
    margin-bottom: 26px;
}

.tp-home-hero .tp-hero-title .elementor-heading-title {
    max-width: 880px;
    color: #15171a;
    font-size: clamp(46px, 6.2vw, 82px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.tp-home-hero .tp-hero-copy {
    max-width: 690px;
    margin-bottom: 28px;
}

.tp-home-hero .tp-hero-copy,
.tp-home-hero .tp-hero-copy p {
    color: #62676e;
    font-size: clamp(18px, 1.8vw, 21px);
    line-height: 1.7;
}

.tp-home-hero .tp-hero-copy p {
    margin: 0;
}

.tp-home-hero .elementor-widget-button {
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
}

.tp-home-hero .elementor-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease,
        border-color 160ms ease;
}

.tp-home-hero .tp-hero-primary .elementor-button {
    background: #1769e0;
    color: #ffffff;
    box-shadow:
        0 10px 28px rgba(23, 105, 224, 0.18);
}

.tp-home-hero .tp-hero-secondary .elementor-button {
    background: #ffffff;
    color: #25292e;
    border-color: #dfe3e8;
}

.tp-home-hero .elementor-button:hover,
.tp-home-hero .elementor-button:focus-visible {
    transform: translateY(-2px);
}

.tp-home-hero
.tp-hero-primary
.elementor-button:hover,
.tp-home-hero
.tp-hero-primary
.elementor-button:focus-visible {
    background: #125bc5;
    color: #ffffff;
}

.tp-home-hero
.tp-hero-secondary
.elementor-button:hover,
.tp-home-hero
.tp-hero-secondary
.elementor-button:focus-visible {
    background: #f7f8fa;
    border-color: #cfd4da;
    color: #15171a;
}

@media (max-width: 760px) {
    .tp-home-hero > .elementor-container {
        min-height: auto;
        padding-block: 82px;
    }

    .tp-home-hero
    .tp-hero-title
    .elementor-heading-title {
        font-size: clamp(42px, 13vw, 60px);
    }
}

/* Techpunto Old-Site Hero Recreation v1 */

.tp-old-home-hero {
    overflow: hidden;
    background: #eef3f5;
    border-bottom: 1px solid #e4e9ec;
}

.tp-old-home-hero > .elementor-container {
    min-height: 590px;
    align-items: center;
    padding: 60px 20px 50px;
}

.tp-old-home-hero .elementor-column {
    display: flex;
    align-items: center;
}

.tp-old-home-hero
.elementor-widget-wrap {
    align-content: center;
}

/* 24/7 artwork */

.tp-old-hero-image {
    width: 100%;
}

.tp-old-hero-image img {
    width: min(100%, 490px);
    margin-inline: auto;
}

/* Right-hand message */

.tp-old-home-hero
.tp-old-hero-title {
    margin-bottom: 30px;
    text-align: center;
}

.tp-old-home-hero
.tp-old-hero-title
.elementor-heading-title {
    margin: 0;
    color: #081b43;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(38px, 3.5vw, 52px);
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.05;
}

.tp-old-home-hero
.tp-old-hero-help {
    margin-bottom: 2px;
    text-align: center;
}

.tp-old-home-hero
.tp-old-hero-help
.elementor-heading-title {
    color: #99a2bd;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.20em;
    line-height: 1.3;
}

.tp-old-home-hero
.tp-old-hero-phone {
    margin-bottom: 34px;
    text-align: center;
}

.tp-old-home-hero
.tp-old-hero-phone
.elementor-heading-title {
    color: #7784aa;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.3;
}

.tp-old-home-hero
.tp-old-hero-button {
    text-align: center;
}

.tp-old-home-hero
.tp-old-hero-button
.elementor-button {
    min-height: 48px;
    padding: 14px 24px;
    border: 0;
    border-radius: 4px;
    background: #536ca8;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: none;
    transition:
        background 160ms ease,
        transform 160ms ease;
}

.tp-old-home-hero
.tp-old-hero-button
.elementor-button:hover,
.tp-old-home-hero
.tp-old-hero-button
.elementor-button:focus-visible {
    background: #40598f;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 760px) {

    .tp-old-home-hero >
    .elementor-container {
        min-height: auto;
        padding: 55px 20px 65px;
    }

    .tp-old-home-hero
    .elementor-column {
        width: 100%;
    }

    .tp-old-hero-image img {
        width: min(82vw, 420px);
        margin-bottom: 35px;
    }

    .tp-old-home-hero
    .tp-old-hero-title
    .elementor-heading-title {
        font-size: clamp(34px, 10vw, 46px);
    }

    .tp-old-home-hero
    .tp-old-hero-help
    .elementor-heading-title {
        font-size: 14px;
    }

    .tp-old-home-hero
    .tp-old-hero-phone
    .elementor-heading-title {
        font-size: 16px;
    }
}


/* ---------------------------------------------------------
   Techpunto Old-Site Visual Match v2
--------------------------------------------------------- */

/* Header */

.tp-site-header {
    position: relative !important;
    top: auto !important;
    background: #263d6b !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.admin-bar .tp-site-header {
    top: auto !important;
}

.tp-header-inner {
    min-height: 82px !important;
}

.tp-brand {
    padding: 0 !important;
}

.tp-header-logo {
    display: block;
    width: 165px !important;
    height: auto !important;
    max-height: none !important;
}

.tp-primary-nav ul {
    gap: 0 38px !important;
}

.tp-primary-nav a {
    padding: 31px 0 !important;
    color: #d9e1f1 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.tp-primary-nav a:hover,
.tp-primary-nav a:focus-visible,
.tp-primary-nav .current-menu-item > a {
    color: #ffffff !important;
}

.tp-primary-nav a::after {
    display: none !important;
}

/* Hero */

.tp-old-home-hero {
    background: #eef3f5 !important;
    border-bottom: 0 !important;
}

.tp-old-home-hero > .elementor-container {
    width: min(calc(100% - 40px), 1100px) !important;
    max-width: 1100px !important;
    min-height: 585px !important;
    margin-inline: auto !important;
    padding: 42px 0 34px !important;
    align-items: center !important;
}

.tp-old-home-hero .elementor-column {
    display: flex !important;
    align-items: center !important;
}

.tp-old-home-hero .elementor-widget-wrap {
    align-content: center !important;
}

/* Left graphic */

.tp-old-home-hero .tp-old-hero-image {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
}

.tp-old-home-hero .tp-old-hero-image img {
    display: block !important;
    width: 430px !important;
    max-width: 88% !important;
    height: auto !important;
    margin: 0 auto !important;
}

/* Right text */

.tp-old-home-hero .tp-old-hero-title {
    margin: 0 0 34px !important;
    text-align: center !important;
}

.tp-old-home-hero
.tp-old-hero-title
.elementor-heading-title {
    color: #081b43 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 43px !important;
    font-weight: 300 !important;
    letter-spacing: 0.025em !important;
    line-height: 1.08 !important;
}

.tp-old-home-hero .tp-old-hero-help {
    margin: 0 0 3px !important;
    text-align: center !important;
}

.tp-old-home-hero
.tp-old-hero-help
.elementor-heading-title {
    color: #929dbd !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.20em !important;
    line-height: 1.35 !important;
}

.tp-old-home-hero .tp-old-hero-phone {
    margin: 0 0 35px !important;
    text-align: center !important;
}

.tp-old-home-hero
.tp-old-hero-phone
.elementor-heading-title {
    color: #7885a9 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    line-height: 1.35 !important;
}

/* Force Elementor button to old blue */

.tp-old-home-hero .tp-old-hero-button {
    margin: 0 !important;
    text-align: center !important;
}

.tp-old-home-hero
.tp-old-hero-button
.elementor-button,
.tp-old-home-hero
.tp-old-hero-button
a.elementor-button,
.tp-old-home-hero
.tp-old-hero-button
.elementor-button.elementor-size-md {
    min-width: 184px !important;
    min-height: 44px !important;
    padding: 13px 22px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background-color: #536ca8 !important;
    background-image: none !important;
    color: #ffffff !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.tp-old-home-hero
.tp-old-hero-button
.elementor-button:hover,
.tp-old-home-hero
.tp-old-hero-button
.elementor-button:focus-visible {
    background-color: #435d99 !important;
    color: #ffffff !important;
}

/* Responsive */

@media (max-width: 760px) {

    .tp-header-inner {
        min-height: auto !important;
        padding-block: 15px !important;
    }

    .tp-header-logo {
        width: 150px !important;
    }

    .tp-primary-nav ul {
        gap: 8px 18px !important;
    }

    .tp-primary-nav a {
        padding: 7px 0 !important;
    }

    .tp-old-home-hero > .elementor-container {
        min-height: auto !important;
        padding: 45px 0 60px !important;
    }

    .tp-old-home-hero .tp-old-hero-image img {
        width: min(390px, 84vw) !important;
        margin-bottom: 38px !important;
    }

    .tp-old-home-hero
    .tp-old-hero-title
    .elementor-heading-title {
        font-size: 36px !important;
    }

    .tp-old-home-hero
    .tp-old-hero-help
    .elementor-heading-title {
        font-size: 13px !important;
    }

    .tp-old-home-hero
    .tp-old-hero-phone
    .elementor-heading-title {
        font-size: 16px !important;
    }
}

/* ---------------------------------------------------------
   Techpunto Business IT section v1
--------------------------------------------------------- */

.tp-business-it-section {
    background: #ffffff;
}

.tp-business-it-section > .elementor-container {
    width: min(calc(100% - 40px), 1100px);
    max-width: 1100px !important;
    margin-inline: auto;
    padding: 88px 0 96px;
    align-items: flex-start;
}

/* Intro */

.tp-business-it-section .tp-bit-title {
    margin: 16px 0 10px;
}

.tp-business-it-section
.tp-bit-title
.elementor-heading-title {
    color: #081b43 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
}

.tp-business-it-section .tp-bit-tagline {
    margin: 0 0 22px;
}

.tp-business-it-section
.tp-bit-tagline
.elementor-heading-title {
    color: #9aa5c1 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.17em !important;
    line-height: 1.5 !important;
}

.tp-business-it-section .tp-bit-copy {
    max-width: 235px;
    margin-bottom: 30px;
}

.tp-business-it-section
.tp-bit-copy,
.tp-business-it-section
.tp-bit-copy p {
    color: #6f7889 !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.tp-business-it-section
.tp-bit-copy p {
    margin: 0;
}

.tp-business-it-section .tp-bit-feature {
    margin: 0 0 5px;
}

.tp-business-it-section
.tp-bit-feature
.elementor-heading-title {
    color: #536ca8 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.tp-business-it-section
.tp-bit-view-all {
    margin-top: 18px;
}

.tp-business-it-section
.tp-bit-view-all
.elementor-button {
    padding: 0 !important;
    background: transparent !important;
    color: #536ca8 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.tp-business-it-section
.tp-bit-view-all
.elementor-button:hover {
    color: #263d6b !important;
}

/* Image columns */

.tp-business-it-section
.elementor-column:not(:first-child) {
    padding-inline: 8px;
}

.tp-business-it-section
.tp-bit-image {
    overflow: hidden;
    margin-bottom: 18px;
}

.tp-business-it-section
.tp-bit-image img {
    display: block;
    width: 100% !important;
    max-width: 220px !important;
    height: 410px !important;
    margin-inline: auto;
    object-fit: cover;
    object-position: center top;
    transition:
        transform 300ms ease,
        opacity 300ms ease;
}

.tp-business-it-section
.elementor-column:hover
.tp-bit-image img {
    transform: scale(1.025);
}

.tp-business-it-section
.tp-bit-card-title {
    text-align: center;
}

.tp-business-it-section
.tp-bit-card-title
.elementor-heading-title {
    color: #081b43 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

/* Responsive */

@media (max-width: 760px) {

    .tp-business-it-section >
    .elementor-container {
        padding: 65px 0 70px;
    }

    .tp-business-it-section
    .elementor-column {
        width: 100% !important;
        margin-bottom: 45px;
        padding-inline: 0 !important;
    }

    .tp-business-it-section
    .tp-bit-copy {
        max-width: 100%;
    }

    .tp-business-it-section
    .tp-bit-image img {
        width: min(260px, 82vw) !important;
        height: auto !important;
    }
}

/* ---------------------------------------------------------
   Techpunto Company + Contact section v1
--------------------------------------------------------- */

.tp-company-heading-section,
.tp-company-contact-section {
    background: #ffffff;
}

/* Old-site double separator */

.tp-company-heading-section > .elementor-container {
    position: relative;
    width: min(calc(100% - 40px), 1100px);
    max-width: 1100px !important;
    margin-inline: auto;
    padding: 72px 0 30px;
}

.tp-company-heading-section > .elementor-container::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 1px solid #babcc4;
    border-bottom: 1px solid #babcc4;
}

.tp-company-main-heading {
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
}

.tp-company-main-heading .elementor-heading-title {
    color: #081b43 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 29px !important;
    font-weight: 300 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em !important;
}

/* Three-column body */

.tp-company-contact-section > .elementor-container {
    width: min(calc(100% - 40px), 1100px);
    max-width: 1100px !important;
    margin-inline: auto;
    padding: 20px 0 72px;
    align-items: flex-start;
}

.tp-company-contact-section .elementor-column {
    padding-inline: 24px;
}

.tp-company-contact-section
.tp-company-service-image {
    text-align: center;
}

.tp-company-contact-section
.tp-company-service-image img {
    display: block;
    width: min(310px, 100%) !important;
    height: auto !important;
    margin-inline: auto;
}

.tp-company-contact-section
.tp-company-column-title {
    margin: 8px 0 18px;
}

.tp-company-contact-section
.tp-company-column-title
.elementor-heading-title {
    color: #081b43 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

.tp-company-contact-section
.tp-company-copy,
.tp-company-contact-section
.tp-contact-tagline,
.tp-company-contact-section
.tp-contact-details {
    color: #6f7889 !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.tp-company-contact-section
.tp-company-copy p,
.tp-company-contact-section
.tp-contact-tagline p {
    margin-top: 0;
}

.tp-company-contact-section
.tp-contact-tagline {
    margin-bottom: 19px;
}

.tp-contact-lines p {
    position: relative;
    margin: 0 0 9px !important;
    padding-left: 20px;
}

.tp-contact-lines p::before {
    content: "›";
    position: absolute;
    left: 2px;
    top: -1px;
    color: #536ca8;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1.2;
}

.tp-contact-lines a {
    color: #6f7889 !important;
    text-decoration: none !important;
}

.tp-contact-lines a:hover,
.tp-contact-lines a:focus-visible {
    color: #536ca8 !important;
}

.tp-company-contact-button {
    margin-top: 22px;
}

.tp-company-contact-button .elementor-button {
    padding: 10px 19px !important;
    border: 1px solid #536ca8 !important;
    border-radius: 3px !important;
    background: transparent !important;
    color: #536ca8 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

.tp-company-contact-button .elementor-button:hover,
.tp-company-contact-button .elementor-button:focus-visible {
    background: #536ca8 !important;
    color: #ffffff !important;
}

/* Responsive */

@media (max-width: 760px) {

    .tp-company-heading-section > .elementor-container {
        padding: 65px 0 22px;
    }

    .tp-company-main-heading .elementor-heading-title {
        font-size: 25px !important;
    }

    .tp-company-contact-section > .elementor-container {
        padding: 10px 0 55px;
    }

    .tp-company-contact-section .elementor-column {
        width: 100% !important;
        padding-inline: 0;
        margin-bottom: 42px;
    }

    .tp-company-contact-section
    .tp-company-service-image img {
        width: min(300px, 80vw) !important;
    }
}

/* ---------------------------------------------------------
   Techpunto Company + Contact section v2
   Production proportion correction
--------------------------------------------------------- */

.tp-company-contact-section > .elementor-container {
    max-width: 1000px !important;
    width: min(calc(100% - 40px), 1000px) !important;
    padding: 18px 0 78px !important;
    align-items: flex-start !important;
}

/* Force true equal visual columns */

.tp-company-contact-section
.elementor-container > .elementor-column:nth-child(1),
.tp-company-contact-section
.elementor-container > .elementor-column:nth-child(2),
.tp-company-contact-section
.elementor-container > .elementor-column:nth-child(3) {
    flex: 0 0 33.333333% !important;
    width: 33.333333% !important;
    max-width: 33.333333% !important;
}

/* Production has modest gaps, not large internal padding */

.tp-company-contact-section
.elementor-container > .elementor-column {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

/* Artwork must visually occupy the first column */

.tp-company-contact-section
.tp-company-service-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.tp-company-contact-section
.tp-company-service-image
.elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.tp-company-contact-section
.tp-company-service-image img {
    display: block !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    margin: 0 auto !important;
}

/* Company text proportions */

.tp-company-contact-section
.tp-company-column-title {
    margin: 17px 0 13px !important;
}

.tp-company-contact-section
.tp-company-column-title
.elementor-heading-title {
    color: #172653 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0.09em !important;
    line-height: 1.25 !important;
}

.tp-company-contact-section
.tp-company-copy {
    max-width: 300px !important;
}

.tp-company-contact-section
.tp-company-copy,
.tp-company-contact-section
.tp-company-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* Contact column */

.tp-company-contact-section
.tp-contact-tagline {
    max-width: 280px !important;
    margin-bottom: 23px !important;
}

.tp-company-contact-section
.tp-contact-tagline,
.tp-company-contact-section
.tp-contact-tagline p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.tp-company-contact-section
.tp-contact-details {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.tp-company-contact-section
.tp-contact-lines p {
    margin: 0 0 8px !important;
    padding-left: 18px !important;
}

.tp-company-contact-section
.tp-contact-lines a {
    white-space: nowrap !important;
}

.tp-company-contact-section
.tp-company-contact-button {
    margin-top: 22px !important;
}

/* Main heading closer to old production proportions */

.tp-company-heading-section > .elementor-container {
    max-width: 1000px !important;
    width: min(calc(100% - 40px), 1000px) !important;
    padding: 73px 0 26px !important;
}

.tp-company-main-heading {
    max-width: 850px !important;
}

.tp-company-main-heading
.elementor-heading-title {
    color: #5f6985 !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.015em !important;
}

/* Mobile remains stacked */

@media (max-width: 760px) {

    .tp-company-contact-section
    .elementor-container > .elementor-column:nth-child(1),
    .tp-company-contact-section
    .elementor-container > .elementor-column:nth-child(2),
    .tp-company-contact-section
    .elementor-container > .elementor-column:nth-child(3) {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tp-company-contact-section
    .elementor-container > .elementor-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tp-company-contact-section
    .tp-company-service-image img {
        width: min(300px, 82vw) !important;
        min-width: 0 !important;
        max-width: 300px !important;
    }

    .tp-company-contact-section
    .tp-company-copy,
    .tp-company-contact-section
    .tp-contact-tagline {
        max-width: none !important;
    }

    .tp-company-contact-section
    .tp-contact-lines a {
        white-space: normal !important;
    }
}

/* ---------------------------------------------------------
   Techpunto IT Solutions in Lebanon v1
--------------------------------------------------------- */

.tp-it-solutions-heading-section,
.tp-it-solutions-section {
    background: #ffffff;
}

/* Double separator matching old Home */

.tp-it-solutions-heading-section > .elementor-container {
    position: relative;
    width: min(calc(100% - 40px), 1000px) !important;
    max-width: 1000px !important;
    margin-inline: auto;
    padding: 74px 0 28px;
}

.tp-it-solutions-heading-section > .elementor-container::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 1px solid #babcc4;
    border-bottom: 1px solid #babcc4;
}

.tp-its-main-heading {
    text-align: center;
}

.tp-its-main-heading .elementor-heading-title {
    color: #5f6985 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
}

/* Four service columns */

.tp-it-solutions-section > .elementor-container {
    width: min(calc(100% - 40px), 1000px) !important;
    max-width: 1000px !important;
    margin-inline: auto;
    padding: 20px 0 82px;
    align-items: flex-start !important;
}

.tp-it-solutions-section
.elementor-container > .elementor-column {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    padding-inline: 12px !important;
}

.tp-it-solutions-section .tp-its-image {
    width: 100% !important;
    margin: 0 0 22px !important;
    text-align: center !important;
}

.tp-it-solutions-section
.tp-its-image
.elementor-widget-container {
    width: 100% !important;
}

.tp-it-solutions-section
.tp-its-image img {
    display: block !important;
    width: 210px !important;
    max-width: 100% !important;
    height: auto !important;
    margin-inline: auto !important;
}

.tp-it-solutions-section .tp-its-title {
    margin: 0 0 14px !important;
}

.tp-it-solutions-section
.tp-its-title
.elementor-heading-title {
    color: #172653 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.04em !important;
}

.tp-it-solutions-section
.tp-its-copy,
.tp-it-solutions-section
.tp-its-copy p {
    color: #6f7889 !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.tp-it-solutions-section
.tp-its-copy p {
    margin: 0 !important;
}

/* Responsive */

@media (max-width: 900px) and (min-width: 761px) {

    .tp-it-solutions-section
    .elementor-container > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 760px) {

    .tp-it-solutions-heading-section > .elementor-container {
        padding: 64px 0 23px;
    }

    .tp-its-main-heading .elementor-heading-title {
        font-size: 27px !important;
    }

    .tp-it-solutions-section > .elementor-container {
        padding: 15px 0 60px;
    }

    .tp-it-solutions-section
    .elementor-container > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
        margin-bottom: 55px !important;
    }

    .tp-it-solutions-section
    .tp-its-image img {
        width: min(250px, 80vw) !important;
    }
}

/* ---------------------------------------------------------
   Techpunto Production-Style Footer v1
--------------------------------------------------------- */

.tp-site-footer {
    margin-top: 0 !important;
    background: #263d6b !important;
    color: #cbd3e3 !important;
    font-family: "Lato", Arial, sans-serif;
}

.tp-footer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
    width: min(calc(100% - 40px), 1000px) !important;
    max-width: 1000px !important;
    margin-inline: auto !important;
    padding: 58px 0 52px !important;
}

.tp-footer-column h4 {
    margin: 0 0 21px !important;
    color: #ffffff !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.04em !important;
}

.tp-footer-column ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.tp-footer-column li {
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #aebbd0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.tp-footer-column a {
    color: #c5cfdf !important;
    text-decoration: none !important;
    transition: color 160ms ease;
}

.tp-footer-column a:hover,
.tp-footer-column a:focus-visible {
    color: #ffffff !important;
}

.tp-footer-disabled {
    color: #8391aa !important;
    cursor: default;
}

.tp-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.11);
    background: rgba(0,0,0,0.08);
}

.tp-footer-bottom .tp-container {
    width: min(calc(100% - 40px), 1000px) !important;
    max-width: 1000px !important;
    margin-inline: auto !important;
    padding: 18px 0 !important;
}

.tp-footer-bottom p {
    margin: 0 !important;
    color: #aebbd0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

@media (max-width: 850px) {

    .tp-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 45px;
    }
}

@media (max-width: 520px) {

    .tp-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 45px 0 40px !important;
    }
}


/* ---------------------------------------------------------
   Techpunto Services Page — Production Parity
--------------------------------------------------------- */

/*
 * Production /services/ has no visible page title.
 *
 * Keep the semantic H1 available to assistive technology,
 * without introducing a visual element that did not exist
 * in the production design.
 */
body.page-id-38 .tp-services-title-section {
    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;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/*
 * Production container is approximately 1020px.
 */
body.page-id-38 .tp-services-row {
    background: #ffffff !important;
}

body.page-id-38
.tp-services-row > .elementor-container {
    width: min(calc(100% - 40px), 1020px) !important;
    max-width: 1020px !important;
    margin-inline: auto !important;
    align-items: center !important;
}

/*
 * Original BeTheme Services section used 70px top padding.
 */
body.page-id-38
.tp-services-row-one > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 18px !important;
}

body.page-id-38
.tp-services-row-two > .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

body.page-id-38
.tp-services-row-three > .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 55px !important;
}

body.page-id-38
.tp-services-row
.elementor-container > .elementor-column {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    padding-inline: 10px !important;
}

/*
 * Original service artwork.
 */
body.page-id-38 .tp-services-image {
    width: 100% !important;
    text-align: center !important;
}

body.page-id-38
.tp-services-image
.elementor-widget-container {
    width: 100% !important;
}

body.page-id-38
.tp-services-image img {
    display: block !important;
    width: 200px !important;
    max-width: 100% !important;
    height: auto !important;
    margin-inline: auto !important;
}

/*
 * Exact production desktop H3 typography:
 *
 * Montserrat
 * 26px
 * line-height 28px
 * weight 400
 * letter-spacing 2px
 * color #20366d
 */
body.page-id-38
.tp-services-card-title {
    margin: 0 0 15px !important;
}

body.page-id-38
.tp-services-card-title
.elementor-heading-title {
    margin: 0 !important;
    color: #20366d !important;
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
}

/*
 * Exact production body typography:
 *
 * Montserrat
 * 14px
 * line-height 21px
 * weight 400
 * letter-spacing 0
 * color #828282
 */
body.page-id-38
.tp-services-card-copy,
body.page-id-38
.tp-services-card-copy p {
    color: #828282 !important;
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

body.page-id-38
.tp-services-card-copy p {
    margin: 0 !important;
}

/*
 * No separators existed between the production service rows.
 */
body.page-id-38
.tp-services-row-two::before,
body.page-id-38
.tp-services-row-three::before {
    display: none !important;
}

/*
 * Production responsive typography.
 */
@media only screen
and (min-width: 768px)
and (max-width: 959px) {

    body.page-id-38
    .tp-services-card-title
    .elementor-heading-title {
        font-size: 22px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        letter-spacing: 2px !important;
    }

    body.page-id-38
    .tp-services-card-copy,
    body.page-id-38
    .tp-services-card-copy p {
        font-size: 13px !important;
        line-height: 19px !important;
    }

    body.page-id-38
    .tp-services-row
    .elementor-container > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 28px !important;
    }
}

@media only screen
and (min-width: 480px)
and (max-width: 767px) {

    body.page-id-38
    .tp-services-card-title
    .elementor-heading-title {
        font-size: 20px !important;
        line-height: 21px !important;
        font-weight: 400 !important;
        letter-spacing: 2px !important;
    }

    body.page-id-38
    .tp-services-card-copy,
    body.page-id-38
    .tp-services-card-copy p {
        font-size: 13px !important;
        line-height: 19px !important;
    }

    body.page-id-38
    .tp-services-row
    .elementor-container > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
        margin-bottom: 28px !important;
    }
}

@media only screen
and (max-width: 479px) {

    body.page-id-38
    .tp-services-card-title
    .elementor-heading-title {
        font-size: 16px !important;
        line-height: 19px !important;
        font-weight: 400 !important;
        letter-spacing: 1px !important;
    }

    body.page-id-38
    .tp-services-card-copy,
    body.page-id-38
    .tp-services-card-copy p {
        font-size: 13px !important;
        line-height: 19px !important;
    }

    body.page-id-38
    .tp-services-row
    .elementor-container > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0 !important;
        margin-bottom: 25px !important;
    }

    body.page-id-38
    .tp-services-image img {
        width: min(220px, 75vw) !important;
    }
}


/* ---------------------------------------------------------
   Techpunto Home — Full Production Typography Parity
   Front page ID 13
--------------------------------------------------------- */

/*
 * Production typography foundation
 *
 * Font: Montserrat
 * Body: 14px / 21px / 400 / 0 tracking
 * Body color: #828282
 */

body.page-id-13 main,
body.page-id-13 .elementor {
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        "Helvetica Neue",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   HERO — PRODUCTION TYPOGRAPHY
   ========================================================= */

/*
 * Apply Montserrat to every textual element in either
 * historical/current staging hero class.
 */

body.page-id-13 .tp-old-home-hero,
body.page-id-13 .tp-old-home-hero *,
body.page-id-13 .tp-home-hero,
body.page-id-13 .tp-home-hero * {
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif !important;
}


/*
 * Production native hero title was Montserrat with:
 * approximately 5% of its 1020px design width = ~51px
 * 2px character tracking.
 *
 * Remove old thin 300 weight and artificial em tracking.
 */

body.page-id-13
.tp-old-home-hero h2.elementor-heading-title,
body.page-id-13
.tp-home-hero h2.elementor-heading-title,
body.page-id-13
.tp-old-home-hero .tp-hero-title .elementor-heading-title,
body.page-id-13
.tp-home-hero .tp-hero-title .elementor-heading-title {
    color: #081b43 !important;

    font-size: 51px !important;
    line-height: 1.08 !important;

    font-weight: 400 !important;
    letter-spacing: 2px !important;

    text-transform: none !important;
}


/*
 * Production hero help/call typography.
 *
 * Native production implementation used approximately
 * 2.2% of its 1020px design width = ~22px,
 * with approximately 4px tracking.
 */

body.page-id-13
.tp-old-home-hero h6.elementor-heading-title,
body.page-id-13
.tp-home-hero h6.elementor-heading-title {
    color: #929dbd !important;

    font-size: 22px !important;
    line-height: 1.35 !important;

    font-weight: 400 !important;
    letter-spacing: 4px !important;

    text-transform: none !important;
}


/*
 * Phone number belongs to the same native production
 * help/call typography treatment.
 */

body.page-id-13
.tp-old-home-hero h5.elementor-heading-title,
body.page-id-13
.tp-home-hero h5.elementor-heading-title {
    color: #7885a9 !important;

    font-size: 22px !important;
    line-height: 1.35 !important;

    font-weight: 400 !important;
    letter-spacing: 4px !important;
}


/*
 * Production hero button text:
 * approximately 16px with 1px tracking.
 */

body.page-id-13
.tp-old-home-hero .elementor-button,
body.page-id-13
.tp-home-hero .elementor-button {
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 16px !important;
    line-height: 1.2 !important;

    font-weight: 400 !important;
    letter-spacing: 1px !important;

    text-transform: none !important;
}


/* =========================================================
   BUSINESS IT
   ========================================================= */

/*
 * Exact production Business IT inline H1:
 * clamp(30px, 2.5vw, 36px)
 * 1.15 line height
 * 1px letter spacing
 */

body.page-id-13
.tp-business-it-section
.tp-bit-title
.elementor-heading-title {
    color: #11214a !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: clamp(30px, 2.5vw, 36px) !important;
    line-height: 1.15 !important;

    font-weight: 400 !important;
    letter-spacing: 1px !important;

    margin-bottom: 16px !important;
    white-space: nowrap !important;
}


/*
 * Exact production:
 * Serving Information... Simply
 *
 * 15px
 * 1.45 line height
 * 3px tracking
 */

body.page-id-13
.tp-business-it-section
.tp-bit-tagline
.elementor-heading-title {
    color: #848ba4 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 15px !important;
    line-height: 1.45 !important;

    font-weight: 400 !important;
    letter-spacing: 3px !important;

    margin-bottom: 18px !important;
}


/*
 * Production body copy.
 */

body.page-id-13
.tp-business-it-section
.tp-bit-copy,
body.page-id-13
.tp-business-it-section
.tp-bit-copy p {
    color: #828282 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Production H5
 * 18 / 22 / 400 / 0
 */

body.page-id-13
.tp-business-it-section
.tp-bit-feature
.elementor-heading-title {
    color: #4c629b !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 18px !important;
    line-height: 22px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Business IT card headings use production H4 typography.
 * 22 / 26 / 400 / 4px
 */

body.page-id-13
.tp-business-it-section
h4.elementor-heading-title {
    color: #848ba4 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 22px !important;
    line-height: 26px !important;

    font-weight: 400 !important;
    letter-spacing: 4px !important;
}


/* =========================================================
   COMPANY / CONTACT
   ========================================================= */

/*
 * Production H2
 * 42 / 42 / 400 / 0 / #5f657b
 */

body.page-id-13
.tp-company-heading-section
.tp-company-main-heading
.elementor-heading-title {
    color: #5f657b !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 42px !important;
    line-height: 42px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Production H3
 * 26 / 28 / 400 / 2px / #20366d
 */

body.page-id-13
.tp-company-contact-section
.tp-company-column-title
.elementor-heading-title {
    color: #20366d !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 26px !important;
    line-height: 28px !important;

    font-weight: 400 !important;
    letter-spacing: 2px !important;
}


body.page-id-13
.tp-company-contact-section
.tp-company-copy,
body.page-id-13
.tp-company-contact-section
.tp-company-copy p {
    color: #828282 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Production H5 contact typography.
 */

body.page-id-13
.tp-company-contact-section
h5.elementor-heading-title {
    color: #4c629b !important;

    font-size: 18px !important;
    line-height: 22px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   IT SOLUTIONS IN LEBANON
   ========================================================= */

/*
 * Production H2.
 */

body.page-id-13
.tp-it-solutions-heading-section
.tp-its-main-heading
.elementor-heading-title {
    color: #5f657b !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 42px !important;
    line-height: 42px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Production H3.
 */

body.page-id-13
.tp-it-solutions-section
.tp-its-title
.elementor-heading-title {
    color: #20366d !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 26px !important;
    line-height: 28px !important;

    font-weight: 400 !important;
    letter-spacing: 2px !important;
}


body.page-id-13
.tp-it-solutions-section
.tp-its-copy,
body.page-id-13
.tp-it-solutions-section
.tp-its-copy p {
    color: #828282 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   HOME BUTTONS
   ========================================================= */

body.page-id-13
.tp-business-it-section .elementor-button,
body.page-id-13
.tp-company-contact-section .elementor-button {
    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   RESPONSIVE — PRODUCTION TYPOGRAPHY
   ========================================================= */

@media only screen
and (min-width: 768px)
and (max-width: 959px) {

    body.page-id-13
    .tp-old-home-hero h2.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h2.elementor-heading-title {
        font-size: 43px !important;
    }

    body.page-id-13
    .tp-old-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-old-home-hero h5.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h5.elementor-heading-title {
        font-size: 19px !important;
        letter-spacing: 3px !important;
    }

    body.page-id-13
    .tp-company-heading-section
    .tp-company-main-heading
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-heading-section
    .tp-its-main-heading
    .elementor-heading-title {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    body.page-id-13
    .tp-company-contact-section
    .tp-company-column-title
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-section
    .tp-its-title
    .elementor-heading-title {
        font-size: 22px !important;
        line-height: 24px !important;
        letter-spacing: 2px !important;
    }
}


@media only screen
and (min-width: 480px)
and (max-width: 767px) {

    body.page-id-13
    .tp-old-home-hero h2.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h2.elementor-heading-title {
        font-size: 38px !important;
        line-height: 38px !important;
    }

    body.page-id-13
    .tp-old-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-old-home-hero h5.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h5.elementor-heading-title {
        font-size: 17px !important;
        line-height: 20px !important;
        letter-spacing: 3px !important;
    }

    body.page-id-13
    .tp-company-heading-section
    .tp-company-main-heading
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-heading-section
    .tp-its-main-heading
    .elementor-heading-title {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    body.page-id-13
    .tp-company-contact-section
    .tp-company-column-title
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-section
    .tp-its-title
    .elementor-heading-title {
        font-size: 20px !important;
        line-height: 21px !important;
        letter-spacing: 2px !important;
    }
}


@media only screen
and (max-width: 479px) {

    body.page-id-13
    .tp-old-home-hero h2.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h2.elementor-heading-title {
        font-size: 30px !important;
        line-height: 30px !important;
        letter-spacing: 1px !important;
    }

    body.page-id-13
    .tp-old-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-old-home-hero h5.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h6.elementor-heading-title,
    body.page-id-13
    .tp-home-hero h5.elementor-heading-title {
        font-size: 14px !important;
        line-height: 19px !important;
        letter-spacing: 2px !important;
    }

    body.page-id-13
    .tp-company-heading-section
    .tp-company-main-heading
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-heading-section
    .tp-its-main-heading
    .elementor-heading-title {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    body.page-id-13
    .tp-company-contact-section
    .tp-company-column-title
    .elementor-heading-title,

    body.page-id-13
    .tp-it-solutions-section
    .tp-its-title
    .elementor-heading-title {
        font-size: 16px !important;
        line-height: 19px !important;
        letter-spacing: 1px !important;
    }
}


/* ---------------------------------------------------------
   Techpunto Home — Business + Company Visual Parity
   Front page ID 13
--------------------------------------------------------- */


/* =========================================================
   SHARED PRODUCTION WIDTH
   ========================================================= */

body.page-id-13
.tp-business-it-section > .elementor-container,

body.page-id-13
.tp-company-heading-section > .elementor-container,

body.page-id-13
.tp-company-contact-section > .elementor-container {
    width: min(calc(100% - 40px), 1020px) !important;
    max-width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================================
   BUSINESS IT — PRODUCTION LAYOUT
   ========================================================= */

body.page-id-13
.tp-business-it-section > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
    align-items: flex-start !important;
}


/*
 * Production Business IT is four equal quarters:
 * description + 3 visual service cards.
 */

body.page-id-13
.tp-business-it-section
> .elementor-container
> .elementor-column {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/*
 * Original first column starts slightly lower than the images.
 */

body.page-id-13
.tp-business-it-section
> .elementor-container
> .elementor-column:first-child
> .elementor-widget-wrap {
    padding-top: 20px !important;
}


/*
 * Production zoom-box names were not permanently printed
 * beneath the images.
 */

body.page-id-13
.tp-business-it-section
h4.elementor-heading-title {
    display: none !important;
    margin: 0 !important;
}


/*
 * Normalize artwork inside its 1/4 production column.
 */

body.page-id-13
.tp-business-it-section
.elementor-widget-image img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================================
   VIEW ALL — PRODUCTION THEME BUTTON
   ========================================================= */

body.page-id-13
.tp-business-it-section
.elementor-widget-button {
    margin-top: 28px !important;
}


body.page-id-13
.tp-business-it-section
.elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 0 !important;

    padding: 16px 20px !important;

    background: #4c629b !important;
    background-color: #4c629b !important;

    border: 0 !important;
    border-radius: 5px !important;

    box-shadow: none !important;

    color: #ffffff !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;

    text-decoration: none !important;
}


/*
 * Recreate old icon-layout as a clean CSS 2x2 grid.
 */

body.page-id-13
.tp-business-it-section
.elementor-button::after {
    content: "" !important;

    display: inline-block !important;

    width: 4px !important;
    height: 4px !important;

    margin-left: 11px !important;

    background: #ffffff !important;

    box-shadow:
        6px 0 0 #ffffff,
        0 6px 0 #ffffff,
        6px 6px 0 #ffffff !important;
}


body.page-id-13
.tp-business-it-section
.elementor-button:hover,
body.page-id-13
.tp-business-it-section
.elementor-button:focus-visible {
    background: #3f558e !important;
    background-color: #3f558e !important;
    color: #ffffff !important;
}


/* =========================================================
   COMPANY SECTION HEADING
   ========================================================= */

/*
 * Reduce the oversized staging whitespace and allow the
 * production H2 to use the complete 1020px wrapper.
 */

body.page-id-13
.tp-company-heading-section > .elementor-container {
    padding-top: 38px !important;
    padding-bottom: 30px !important;
}


body.page-id-13
.tp-company-main-heading {
    width: 100% !important;
    max-width: none !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 0 !important;

    text-align: center !important;
}


body.page-id-13
.tp-company-main-heading
.elementor-heading-title {
    width: 100% !important;
    max-width: none !important;

    margin: 0 auto !important;
}


/* =========================================================
   COMPANY + CONTACT — THREE EQUAL PRODUCTION COLUMNS
   ========================================================= */

body.page-id-13
.tp-company-contact-section > .elementor-container {
    padding-top: 20px !important;
    padding-bottom: 30px !important;

    align-items: flex-start !important;
}


body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column {
    flex: 0 0 33.333333% !important;
    width: 33.333333% !important;
    max-width: 33.333333% !important;

    padding-left: 10px !important;
    padding-right: 10px !important;
}


/*
 * Production service image fills its one-third column.
 */

body.page-id-13
.tp-company-contact-section
.tp-company-service-image {
    width: 100% !important;
}


body.page-id-13
.tp-company-contact-section
.tp-company-service-image img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 !important;
}


/* =========================================================
   OUR COMPANY COPY
   ========================================================= */

/*
 * Production source uses class "big":
 *
 * Montserrat
 * 16px / 28px
 * weight 400
 */

body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column:nth-child(2)
.tp-company-copy,

body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column:nth-child(2)
.tp-company-copy p {
    color: #828282 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 16px !important;
    line-height: 28px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* =========================================================
   CONTACT COLUMN
   ========================================================= */

/*
 * Normal production body copy remains 14 / 21.
 */

body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column:nth-child(3)
p {
    color: #828282 !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/*
 * Production phone and email visually use H5 treatment.
 */

body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column:nth-child(3)
a[href^="tel:"],

body.page-id-13
.tp-company-contact-section
> .elementor-container
> .elementor-column:nth-child(3)
a[href^="mailto:"] {
    color: #4c629b !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 18px !important;
    line-height: 22px !important;

    font-weight: 400 !important;
    letter-spacing: 0 !important;

    text-decoration: none !important;
}


/* =========================================================
   CONTACT US — PRODUCTION BUTTON
   ========================================================= */

body.page-id-13
.tp-company-contact-button {
    margin-top: 28px !important;
}


body.page-id-13
.tp-company-contact-button
.elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 16px 20px !important;

    background: #4c629b !important;
    background-color: #4c629b !important;

    border: 0 !important;
    border-radius: 5px !important;

    box-shadow: none !important;

    color: #ffffff !important;

    font-family:
        "Montserrat",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;

    text-decoration: none !important;
}


/*
 * Clean envelope replacement for the original button icon.
 */

body.page-id-13
.tp-company-contact-button
.elementor-button::after {
    content: "✉" !important;

    display: inline-block !important;

    margin-left: 10px !important;

    color: #ffffff !important;

    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1 !important;
}


body.page-id-13
.tp-company-contact-button
.elementor-button:hover,
body.page-id-13
.tp-company-contact-button
.elementor-button:focus-visible {
    background: #3f558e !important;
    background-color: #3f558e !important;

    color: #ffffff !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 900px) {

    body.page-id-13
    .tp-business-it-section
    > .elementor-container
    > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;

        margin-bottom: 30px !important;
    }


    body.page-id-13
    .tp-company-contact-section
    > .elementor-container
    > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        margin-bottom: 30px !important;
    }


    body.page-id-13
    .tp-company-contact-section
    .tp-company-service-image img {
        width: min(488px, 100%) !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }
}


@media only screen and (max-width: 600px) {

    body.page-id-13
    .tp-business-it-section
    > .elementor-container
    > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }


    body.page-id-13
    .tp-company-heading-section > .elementor-container {
        padding-top: 28px !important;
        padding-bottom: 24px !important;
    }


    body.page-id-13
    .tp-company-contact-section > .elementor-container {
        padding-top: 10px !important;
    }
}


/* ---------------------------------------------------------
   Techpunto Remaining Pages — Production Parity
--------------------------------------------------------- */

.tp-clean-page {
    background: #fff !important;
    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.tp-clean-page > .elementor-container {
    width: min(calc(100% - 40px), 1020px) !important;
    max-width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tp-page-main-title .elementor-heading-title,
.tp-page-subtitle .elementor-heading-title {
    color: #5f657b !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 42px !important;
    line-height: 42px !important;
    font-weight: 400 !important;
}

.tp-page-kicker .elementor-heading-title,
.tp-contact-kicker .elementor-heading-title {
    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important;
}

.tp-page-copy,
.tp-page-copy p,
.tp-page-copy li,
.tp-contact-address,
.tp-contact-address p,
.tp-contact-details,
.tp-contact-details p,
.tp-brand-copy,
.tp-brand-copy p,
.tp-team-details,
.tp-team-details p {
    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}

.tp-page-copy p {
    margin: 0 0 21px !important;
}

.tp-page-copy ul {
    margin: 0 0 21px 22px !important;
}

.tp-sr-heading,
.tp-sr-heading > .elementor-container {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tp-visually-hidden-heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tp-about-page > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}

.tp-about-page .tp-page-main-title {
    margin-bottom: 10px !important;
}

.tp-about-page .tp-page-kicker,
.tp-about-proof .tp-page-kicker {
    margin-bottom: 28px !important;
}

.tp-about-proof > .elementor-container {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
    border-top: 3px double #babcc4 !important;
}

.tp-client-grid > .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    padding-top: 70px !important;
    padding-bottom: 55px !important;
}

.tp-client-grid
> .elementor-container
> .elementor-column {
    flex: 0 0 16.666667% !important;
    width: 16.666667% !important;
    max-width: 16.666667% !important;
    min-height: 130px !important;
    padding: 15px !important;
}

.tp-client-logo-column .elementor-widget-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tp-client-logo {
    width: 100% !important;
    text-align: center !important;
}

.tp-client-logo img,
.tp-client-logo .tp-svg-image-wrap img {
    display: block !important;
    width: auto !important;
    max-width: 145px !important;
    max-height: 90px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: auto !important;
}

.tp-svg-image-wrap {
    margin: 0 !important;
}

.tp-contact-page > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
    align-items: flex-start !important;
}

.tp-contact-page
> .elementor-container
> .elementor-column {
    padding: 0 25px !important;
}

.tp-contact-title .elementor-heading-title {
    color: #20366d !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

.tp-contact-address {
    margin: 18px 0 !important;
}

.tp-contact-icon {
    margin: 18px 0 12px !important;
}

.tp-contact-icon img {
    width: auto !important;
    max-width: 60px !important;
    height: auto !important;
}

.tp-contact-details a,
.tp-team-email a,
.tp-team-social a {
    color: #4c629b !important;
    text-decoration: none !important;
}

.tp-team-grid > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
    align-items: flex-start !important;
}

.tp-team-grid
> .elementor-container
> .elementor-column {
    padding: 0 12px !important;
}

.tp-team-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.tp-team-name {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
}

.tp-team-name .elementor-heading-title {
    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
}

.tp-team-role {
    color: #4c629b !important;
}

.tp-team-social {
    font-size: 12px !important;
}

.tp-brand-row > .elementor-container {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    align-items: center !important;
}

.tp-brand-row-first > .elementor-container {
    padding-top: 70px !important;
}

.tp-brand-row
+ .tp-brand-row
> .elementor-container {
    border-top: 1px solid #eceef2 !important;
}

.tp-brand-logo-column {
    padding-right: 30px !important;
}

.tp-brand-copy-column {
    padding-left: 20px !important;
}

.tp-brand-logo img {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    max-height: 120px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: auto !important;
}

.tp-legacy-content-page > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

.tp-legacy-content-page .tp-legacy-title {
    margin-bottom: 28px !important;
}

.tp-legacy-content-page
.tp-legacy-title
.elementor-heading-title {
    color: #20366d !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

@media only screen and (max-width: 900px) {

    .tp-client-grid
    > .elementor-container
    > .elementor-column {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }

    .tp-team-grid
    > .elementor-container
    > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 35px !important;
    }

    .tp-page-main-title .elementor-heading-title,
    .tp-page-subtitle .elementor-heading-title {
        font-size: 36px !important;
        line-height: 36px !important;
    }
}

@media only screen and (max-width: 600px) {

    .tp-client-grid
    > .elementor-container
    > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    .tp-team-grid
    > .elementor-container
    > .elementor-column,

    .tp-contact-page
    > .elementor-container
    > .elementor-column,

    .tp-brand-row
    > .elementor-container
    > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tp-contact-page
    > .elementor-container
    > .elementor-column {
        margin-bottom: 45px !important;
        padding: 0 !important;
    }

    .tp-brand-logo-column,
    .tp-brand-copy-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tp-brand-copy-column {
        margin-top: 25px !important;
    }

    .tp-page-main-title .elementor-heading-title,
    .tp-page-subtitle .elementor-heading-title {
        font-size: 25px !important;
        line-height: 25px !important;
    }
}


/* TP VISUAL PARITY START */


/* =========================================================
   OUR COMPANY — PRODUCTION COMPOSITION
========================================================= */

.tp-about-parity > .elementor-container,
.tp-about-proof-parity > .elementor-container {
    width: min(calc(100% - 40px), 1020px) !important;
    max-width: 1020px !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
}

.tp-about-parity > .elementor-container {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}

.tp-about-proof-parity > .elementor-container {
    padding-top: 20px !important;
    padding-bottom: 75px !important;
}

.tp-about-parity
.tp-about-heading-column,
.tp-about-proof-parity
.tp-about-heading-column {
    padding-right: 38px !important;
    text-align: center !important;
}

.tp-about-center-column {
    padding-left: 20px !important;
    padding-right: 25px !important;
}

.tp-about-right-column {
    padding-left: 25px !important;
}

.tp-about-parity-title
.elementor-heading-title {
    color: #5f657b !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 42px !important;
    line-height: 42px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.tp-about-parity-kicker {
    margin-top: 18px !important;
}

.tp-about-parity-kicker
.elementor-heading-title {
    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important;
}

.tp-about-parity-copy,
.tp-about-parity-copy p,
.tp-about-parity-copy li {
    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}

.tp-about-parity-copy p {
    margin: 0 0 21px !important;
}

.tp-proof-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tp-proof-list li {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   TEAM — PRODUCTION CARD CONTROLS
========================================================= */

.tp-team-production-grid > .elementor-container {
    width: min(calc(100% - 60px), 1300px) !important;
    max-width: 1300px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    align-items: flex-start !important;
}

.tp-team-production-grid
> .elementor-container
> .elementor-column {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.tp-team-photo img {
    display: block !important;
    width: 100% !important;
    max-width: 288px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
}

.tp-team-name {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}

.tp-team-name
.elementor-heading-title {
    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 29px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
}

.tp-team-production-details,
.tp-team-production-details p {
    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.tp-team-role {
    margin: 0 !important;
}

.tp-team-divider {
    width: 115px !important;
    height: 1px !important;
    background: #4c629b !important;
    margin-top: 20px !important;
    margin-bottom: 43px !important;
}

.tp-team-actions {
    display: flex !important;
    align-items: stretch !important;
    gap: 1px !important;
    flex-wrap: nowrap !important;
}

.tp-team-action {
    display: inline-flex !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f0f0f0 !important;
    color: #30343b !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    text-decoration: none !important;

    transition:
        background-color .18s ease,
        color .18s ease !important;
}

.tp-team-action:hover,
.tp-team-action:focus-visible {
    background: #4c629b !important;
    color: #ffffff !important;
}

.tp-team-action-mail span {
    font-size: 20px !important;
}

.tp-x-icon {
    font-size: 17px !important;
    font-weight: 400 !important;
}

.tp-linkedin-icon {
    font-size: 17px !important;
    font-weight: 700 !important;
}


/* =========================================================
   CONTACT — FULL WIDTH MAP
========================================================= */

.tp-contact-map-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
}

.tp-contact-map-section
> .elementor-container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.tp-contact-map-section
.elementor-column,
.tp-contact-map-section
.elementor-widget-wrap,
.tp-contact-map-widget,
.tp-contact-map-widget
.elementor-widget-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tp-contact-map-widget
.elementor-widget-container {
    line-height: 0 !important;
}

.tp-contact-map-frame {
    width: 100% !important;
    overflow: hidden !important;
    background: #223760 !important;
}

.tp-contact-map-frame iframe {
    display: block !important;
    width: 100% !important;
    height: 500px !important;
    border: 0 !important;

    /*
     * Produces a blue/dark treatment close to the
     * production map while retaining the Google embed.
     */
    filter:
        grayscale(100%)
        invert(88%)
        sepia(22%)
        saturate(180%)
        hue-rotate(175deg)
        brightness(66%)
        contrast(110%) !important;
}


/* =========================================================
   CONTACT — OFFICE BLOCKS
========================================================= */

.tp-contact-offices > .elementor-container {
    width: min(calc(100% - 40px), 810px) !important;
    max-width: 810px !important;
    margin: 0 auto !important;
    padding-top: 55px !important;
    padding-bottom: 65px !important;
    align-items: flex-start !important;
}

.tp-contact-office-column:first-child {
    padding-right: 45px !important;
}

.tp-contact-office-column:last-child {
    padding-left: 45px !important;
}

.tp-contact-office-title
.elementor-heading-title {
    color: #20366d !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

.tp-contact-office-address,
.tp-contact-office-address p {
    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}

.tp-contact-office-address {
    margin-top: 13px !important;
    margin-bottom: 24px !important;
}

.tp-office-contact-row {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
}

.tp-office-flag {
    display: block !important;
    width: 48px !important;
    height: auto !important;
    margin-top: 3px !important;
}

.tp-office-contact-content h6 {
    margin: 0 0 18px !important;

    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important;
}

.tp-office-contact-content p {
    margin: 0 !important;

    color: #828282 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.tp-office-contact-content a {
    color: #4c629b !important;
    text-decoration: none !important;
}


/* =========================================================
   CONTACT FORM — COM.LB FORM STRUCTURE
========================================================= */

.tp-contact-form-section {
    background: #f7f8fb !important;
}

.tp-contact-form-section > .elementor-container {
    width: min(calc(100% - 40px), 1020px) !important;
    max-width: 1020px !important;
    margin: 0 auto !important;
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}

.tp-contact-form-kicker {
    margin-bottom: 12px !important;
}

.tp-contact-form-kicker
.elementor-heading-title {
    color: #848ba4 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 5px !important;
}

.tp-contact-form-title {
    margin-bottom: 35px !important;
}

.tp-contact-form-title
.elementor-heading-title {
    color: #20366d !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 36px !important;
    line-height: 43px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.tp-techpunto-contact-form
.appoitment-form
.row {
    display: grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.tp-techpunto-contact-form
.form-group,
.tp-techpunto-contact-form
.form-btn {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
}

.tp-techpunto-contact-form
.form-group.col-12,
.tp-techpunto-contact-form
.form-btn.col-12 {
    grid-column: 1 / -1 !important;
}

.tp-techpunto-contact-form
.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

.tp-techpunto-contact-form
.form-control,
.tp-techpunto-contact-form
.form-select {
    display: block !important;
    width: 100% !important;
    min-height: 54px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border: 1px solid #e0e3e9 !important;
    border-radius: 0 !important;

    background: #ffffff !important;
    color: #5f657b !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;

    box-sizing: border-box !important;
    outline: none !important;
}

.tp-techpunto-contact-form
textarea.form-control {
    min-height: 165px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    resize: vertical !important;
}

.tp-techpunto-contact-form
.form-control:focus,
.tp-techpunto-contact-form
.form-select:focus {
    border-color: #4c629b !important;
}

.tp-techpunto-contact-form
.th-btn {
    display: block !important;
    width: 100% !important;
    min-height: 56px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #4c629b !important;
    color: #ffffff !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;

    cursor: pointer !important;

    transition:
        background-color .18s ease !important;
}

.tp-techpunto-contact-form
.th-btn:hover,
.tp-techpunto-contact-form
.th-btn:focus-visible {
    background: #3f558e !important;
}

.tp-techpunto-contact-form
.wpcf7-not-valid-tip {
    margin-top: 6px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
}

.tp-techpunto-contact-form
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 900px) {

    .tp-about-parity
    > .elementor-container,
    .tp-about-proof-parity
    > .elementor-container {
        flex-wrap: wrap !important;
    }

    .tp-about-heading-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        padding-right: 0 !important;
        margin-bottom: 35px !important;

        text-align: left !important;
    }

    .tp-about-center-column,
    .tp-about-right-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    .tp-team-production-grid
    > .elementor-container
    > .elementor-column {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 55px !important;
    }

    .tp-contact-map-frame iframe {
        height: 420px !important;
    }
}


@media only screen and (max-width: 600px) {

    .tp-about-center-column,
    .tp-about-right-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tp-about-right-column {
        margin-top: 5px !important;
    }

    .tp-about-parity-title
    .elementor-heading-title {
        font-size: 32px !important;
        line-height: 35px !important;
    }

    .tp-team-production-grid
    > .elementor-container
    > .elementor-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tp-team-photo img {
        max-width: 100% !important;
    }

    .tp-contact-map-frame iframe {
        height: 340px !important;
    }

    .tp-contact-offices
    > .elementor-container {
        flex-wrap: wrap !important;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .tp-contact-office-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tp-contact-office-column
    + .tp-contact-office-column {
        margin-top: 50px !important;
    }

    .tp-techpunto-contact-form
    .appoitment-form
    .row {
        grid-template-columns: 1fr !important;
    }

    .tp-techpunto-contact-form
    .form-group.col-12,
    .tp-techpunto-contact-form
    .form-btn.col-12 {
        grid-column: auto !important;
    }

    .tp-contact-form-title
    .elementor-heading-title {
        font-size: 27px !important;
        line-height: 34px !important;
    }
}


/* TP VISUAL PARITY END */


/* TP TEAM NAME NOWRAP START */

/*
 * Keep all Team member names on one line.
 * Slightly reduce desktop type at narrower 4-column widths
 * so nowrap never pushes into the adjacent card.
 */

.tp-team-card,
.tp-team-name {
    overflow: visible !important;
}

.tp-team-name .elementor-heading-title {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

@media only screen and (min-width: 901px) and (max-width: 1350px) {

    .tp-team-name .elementor-heading-title {
        font-size: 26px !important;
        line-height: 30px !important;
        letter-spacing: 3px !important;
    }
}

/* TP TEAM NAME NOWRAP END */


/* TP ABOUT LEFT ALIGNMENT START */

/*
 * Desktop production parity:
 * give the title column enough room for one-line headings
 * and align About us / Proof identically.
 */

@media only screen and (min-width: 901px) {

    .tp-about-parity
    > .elementor-container
    > .tp-about-heading-column,

    .tp-about-proof-parity
    > .elementor-container
    > .tp-about-heading-column {
        flex: 0 0 32% !important;
        width: 32% !important;
        max-width: 32% !important;

        padding-left: 0 !important;
        padding-right: 45px !important;

        text-align: center !important;
    }


    .tp-about-parity
    > .elementor-container
    > .tp-about-center-column,

    .tp-about-proof-parity
    > .elementor-container
    > .tp-about-center-column {
        flex: 0 0 34% !important;
        width: 34% !important;
        max-width: 34% !important;

        padding-left: 15px !important;
        padding-right: 25px !important;
    }


    .tp-about-parity
    > .elementor-container
    > .tp-about-right-column,

    .tp-about-proof-parity
    > .elementor-container
    > .tp-about-empty-column {
        flex: 0 0 34% !important;
        width: 34% !important;
        max-width: 34% !important;
    }


    .tp-about-parity-title,
    .tp-about-parity-kicker {
        width: 100% !important;
        text-align: center !important;
    }


    .tp-about-parity-title
    .elementor-heading-title {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }


    .tp-about-parity-kicker
    .elementor-heading-title {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;

        font-size: 13px !important;
        letter-spacing: 4px !important;
    }
}


/* Keep existing responsive stacked behavior unchanged. */

@media only screen and (max-width: 900px) {

    .tp-about-parity-title
    .elementor-heading-title,

    .tp-about-parity-kicker
    .elementor-heading-title {
        white-space: normal !important;
    }
}

/* TP ABOUT LEFT ALIGNMENT END */

