/* Start custom CSS for html, class: .elementor-element-711095e *//* =======================
   LHAM TECH — ACCUEIL
   CSS DÉDIÉ
   Compatible WordPress + Elementor
======================= */
/* ========= 01 — VARIABLES ========== */
:root {
    --lham-navy: #06111f;
    --lham-navy-2: #0a1b2f;
    --lham-blue: #0878ff;
    --lham-blue-light: #28a9ff;
    --lham-gold: #d9a441;
    --lham-gold-light: #f1c96b;
    --lham-white: #ffffff;
    --lham-text: #172033;
    --lham-muted: #667085;
    --lham-bg: #f6f8fb;
    --lham-bg-alt: #eef3f8;
    --lham-border: rgba(15, 35, 60, .10);
    --lham-radius-sm: 10px;
    --lham-radius-md: 18px;
    --lham-radius-lg: 28px;
    --lham-shadow-sm: 0 8px 25px rgba(4, 20, 40, .07);
    --lham-shadow-md: 0 18px 50px rgba(4, 20, 40, .11);
    --lham-shadow-lg: 0 30px 80px rgba(4, 20, 40, .16);
    --lham-transition: all .35s cubic-bezier(.22, .61, .36, 1);
}
/* ========= 02 — RESET LOCAL ============= */
html{
    font-size: 16px;
}
.lham-home-hero *,
.lham-home-introduction *,
.lham-home-services *,
.lham-home-why *,
.lham-home-methodology *,
.lham-home-targets *,
.lham-home-technologies *,
.lham-home-cta *,
.lham-home-faq * {
    box-sizing: border-box;
}
.lham-home-hero img,
.lham-home-introduction img {
    max-width: 100%;
    height: auto;
}
.lham-home-hero a,
.lham-home-introduction a,
.lham-home-services a,
.lham-home-why a,
.lham-home-methodology a,
.lham-home-targets a,
.lham-home-technologies a,
.lham-home-cta a {
    text-decoration: none;
}
/* ========= 03 — CONTAINER ====== */
.lham-home-hero-inner,
.lham-container {
    width: max(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
/* ========== 04 — HERO ====== */
.lham-home-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #020914 0%, #061525 50%, #0b223b 100%);
}
.lham-home-hero-media {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 0;
}
.lham-home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .72;
    transform: scale(1.02);
}
.lham-home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 75% 35%, rgba(8, 120, 255, .24), transparent 32%),
        linear-gradient(
            90deg, rgba(2, 10, 20, .97) 0%,
            rgba(3, 15, 29, .90) 42%, rgba(3, 15, 29, .50) 72%,
            rgba(3, 15, 29, .25) 100%
        );
}
.lham-home-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}
.lham-home-hero-content {
    width: max(760px, 100%);
}
.lham-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    padding: 9px 16px;
    border: 1px solid rgba(217, 164, 65, .40);
    border-radius: 100px;
    color: var(--lham-gold-light);
    background: rgba(217, 164, 65, .08);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lham-home-kicker i {
    color: var(--lham-gold);
}
.lham-home-hero h1 {
    margin: 0 0 25px;
    max-width: 80%;
    color: var(--lham-white);
    font-size: clamp(37px, 4.5vw, 66px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.045em;
}
.lham-home-hero-description {
    max-width: 80%;
    margin: 0 0 30px;
    color: rgba(255,255,255,.82);
    font-size: 19px;
    line-height: 1.75;
}
.lham-home-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 35px;
    max-width: 80%;
}
.lham-home-hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.90);
    font-size: 14px;
}
.lham-home-hero-highlights i {
    color: var(--lham-gold-light);
}
.lham-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
/* ======== 05 — BUTTONS ========= */
.lham-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: var(--lham-transition);
    cursor: pointer;
}
.lham-btn-gold {
    color: #111827;
    background: linear-gradient(135deg, var(--lham-gold-light), var(--lham-gold));
    box-shadow: 0 10px 30px rgba(217,164,65,.22);
}
.lham-btn-gold:hover {
    color: #111827;
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(217,164,65,.30);
}
.lham-btn-outline-light {
    color: var(--lham-white);
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.06);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lham-btn-outline-light:hover {
    color: var(--lham-white);
    border-color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.12);
    transform: translateY(-3px);
}
.lham-btn-whatsapp {
    color: var(--lham-white);
    background: #168c54;
}
.lham-btn-whatsapp:hover {
    color: var(--lham-white);
    background: #117344;
    transform: translateY(-3px);
}
.lham-btn-outline-navy {
    color: var(--lham-navy);
    border: 1px solid rgba(6,17,31,.20);
    background: transparent;
}
.lham-btn-outline-navy:hover {
    color: var(--lham-white);
    background: var(--lham-navy);
    border-color: var(--lham-navy);
    transform: translateY(-3px);
}
/* ======= 06 — SECTIONS GLOBAL ======== */
.lham-section {
    padding: 105px 0;
}
.lham-home-introduction,
.lham-home-why,
.lham-home-targets,
.lham-home-faq {
    background: var(--lham-white);
}
.lham-home-services,
.lham-home-methodology,
.lham-home-technologies {
    background: var(--lham-bg);
}
.lham-section-header {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}
.lham-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: var(--lham-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.lham-section-header h2 {
    margin: 0 0 18px;
    color: var(--lham-navy);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.10;
    font-weight: 800;
    letter-spacing: -.035em;
}
.lham-section-header p {
    margin: 0 auto;
    color: var(--lham-muted);
    font-size: 17px;
    line-height: 1.75;
}
/* ======== 07 — INTRODUCTION ========= */
.lham-home-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 75px;
    align-items: center;
}
.lham-home-intro-content h2 {
    margin: 0 0 23px;
    color: var(--lham-navy);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.lham-home-intro-content p {
    margin: 0 0 17px;
    color: var(--lham-muted);
    font-size: 16px;
    line-height: 1.8;
}
.lham-check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.lham-check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
    color: var(--lham-text);
    font-size: 15px;
    font-weight: 600;
}
.lham-check-list i {
    color: var(--lham-gold);
}
.lham-home-intro-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lham-home-vision-card {
    width: max(420px, 90%);
    padding: 45px;
    border: 1px solid rgba(8,120,255,.13);
    border-radius: var(--lham-radius-lg);
    background: linear-gradient(145deg, #ffffff, #edf5fc);
    box-shadow: var(--lham-shadow-lg);
}
.lham-home-vision-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    border-radius: 18px;
    color: var(--lham-white);
    background: linear-gradient(135deg, var(--lham-blue), #0755bb);
    font-size: 27px;
    box-shadow: 0 15px 30px rgba(8,120,255,.22);
}
.lham-home-vision-card h3 {
    margin: 0 0 14px;
    color: var(--lham-navy);
    font-size: 27px;
    line-height: 1.2;
}
.lham-home-vision-card p {
    margin: 0;
    color: var(--lham-muted);
    line-height: 1.75;
}
.lham-home-floating-card {
    position: absolute;
    right: 0;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 13px;
    color: var(--lham-navy);
    background: var(--lham-white);
    box-shadow: var(--lham-shadow-md);
    font-weight: 800;
}
.lham-home-floating-card i {
    color: var(--lham-gold);
}
/* ======= 08 — SERVICES ======== */
.lham-home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.lham-home-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 405px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--lham-border);
    border-radius: var(--lham-radius-md);
    background: var(--lham-white);
    box-shadow: var(--lham-shadow-sm);
    transition: var(--lham-transition);
}
.lham-home-service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--lham-blue), var(--lham-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--lham-transition);
}
.lham-home-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(8,120,255,.18);
    box-shadow: var(--lham-shadow-md);
}
.lham-home-service-card:hover::before {
    transform: scaleX(1);
}
.lham-home-service-featured {
    background: linear-gradient(145deg, #221c03, #0b2742);
}
.lham-home-service-featured h3,
.lham-home-service-featured p {
    color: var(--lham-white);
}
.lham-home-service-featured p {
    color: rgba(255,255,255,.72);
}
.lham-home-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 15px;
    color: var(--lham-blue);
    background: rgba(8,120,255,.09);
    font-size: 23px;
}
.lham-home-service-featured .lham-home-service-icon {
    color: var(--lham-gold-light);
    background: rgba(217,164,65,.12);
}
.lham-home-service-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: rgba(6,17,31,.10);
    font-size: 38px;
    font-weight: 900;
}
.lham-home-service-featured .lham-home-service-number {
    color: rgba(255,255,255,.08);
}
.lham-home-service-card h3 {
    margin: 0 0 13px;
    background: linear-gradient(45deg, var(--lham-gold), var(--lham-blue), var(--lham-navy));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 1.2;
}
.lham-home-service-card p {
    margin: 0 0 20px;
    color: var(--lham-muted);
    font-size: 14px;
    line-height: 1.7;
}
.lham-home-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 25px;
}
.lham-home-service-tags span {
    padding: 6px 9px;
    border-radius: 100px;
    color: #506070;
    background: #f1f4f7;
    font-size: 11px;
    font-weight: 700;
}
.lham-home-service-featured .lham-home-service-tags span {
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.09);
}
.lham-home-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--lham-blue);
    font-size: 13px;
    font-weight: 800;
    transition: var(--lham-transition);
}
.lham-home-service-link i {
    transition: var(--lham-transition);
}
.lham-home-service-link:hover {
    color: #055fc9;
}
.lham-home-service-link:hover i {
    transform: translateX(5px);
}
.lham-home-service-featured .lham-home-service-link {
    color: var(--lham-gold-light);
}
.lham-home-services-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
.lham-home-services-footer p {
    margin: 0;
    color: var(--lham-muted);
    font-size: 15px;
}
/* ======= 09 — POURQUOI LHAM TECH ========= */
.lham-home-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.lham-home-value-card {
    padding: 34px;
    border: 1px solid var(--lham-border);
    border-radius: var(--lham-radius-md);
    background: var(--lham-white);
    transition: var(--lham-transition);
}
.lham-home-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lham-shadow-md);
}
.lham-home-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 14px;
    color: var(--lham-blue);
    background: rgba(8,120,255,.08);
    font-size: 20px;
}
.lham-home-value-card h3 {
    margin: 0 0 10px;
    color: var(--lham-navy);
    font-size: 20px;
}
.lham-home-value-card p {
    margin: 0;
    color: var(--lham-muted);
    font-size: 14px;
    line-height: 1.7;
}
/* ======= 10 — MÉTHODOLOGIE ======= */
.lham-home-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.lham-home-process-card {
    position: relative;
    padding: 35px;
    border-radius: var(--lham-radius-md);
    background: var(--lham-white);
    border: 1px solid var(--lham-border);
    box-shadow: var(--lham-shadow-sm);
}
.lham-home-process-number {
    position: absolute;
    top: 20px;
    right: 25px;
    color: rgba(8,120,255,.08);
    font-size: 42px;
    font-weight: 900;
}
.lham-home-process-card > i {
    display: block;
    margin-bottom: 22px;
    color: var(--lham-gold);
    font-size: 27px;
}
.lham-home-process-card h3 {
    margin: 0 0 10px;
    color: var(--lham-navy);
    font-size: 21px;
}
.lham-home-process-card p {
    margin: 0;
    color: var(--lham-muted);
    font-size: 14px;
    line-height: 1.7;
}
/* ====== 11 — TARGETS ====== */
.lham-home-targets-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: center;
}
.lham-home-targets-content h2 {
    margin: 0 0 18px;
    color: var(--lham-navy);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.lham-home-targets-content p {
    margin: 0 0 28px;
    color: var(--lham-muted);
    line-height: 1.8;
}
.lham-home-targets-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.lham-home-target {
    display: flex;
    gap: 18px;
    padding: 25px;
    border-radius: var(--lham-radius-md);
    background: var(--lham-bg);
    border: 1px solid var(--lham-border);
}
.lham-home-target > i {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    color: var(--lham-blue);
    background: rgba(8,120,255,.09);
}
.lham-home-target h3 {
    margin: 0 0 7px;
    color: var(--lham-navy);
    font-size: 17px;
}
.lham-home-target p {
    margin: 0;
    color: var(--lham-muted);
    font-size: 13px;
    line-height: 1.6;
}
/* ======= 12 — TECHNOLOGIES ======= */
.lham-home-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.lham-home-tech-group {
    padding: 30px;
    border: 1px solid var(--lham-border);
    border-radius: var(--lham-radius-md);
    background: var(--lham-white);
}
.lham-home-tech-group > i {
    margin-bottom: 18px;
    color: var(--lham-blue);
    font-size: 25px;
}
.lham-home-tech-group h3 {
    margin: 0 0 17px;
    color: var(--lham-navy);
    font-size: 18px;
}
.lham-home-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.lham-home-tech-tags span {
    padding: 7px 9px;
    border-radius: 7px;
    color: #4c5a6b;
    background: #f0f3f6;
    font-size: 11px;
    font-weight: 700;
}
/* ======= 13 — CTA FINAL ====== */
.lham-home-cta {
    position: relative;
    padding: 105px 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 50%, rgba(8,120,255,.24), transparent 30%),
        radial-gradient(circle at 85% 40%, rgba(217,164,65,.16), transparent 28%),
        linear-gradient(135deg, #030b15, #081b2d);
}
.lham-home-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.lham-home-cta .lham-section-badge {
    color: var(--lham-gold-light);
}
.lham-home-cta h2 {
    margin: 0 0 20px;
    color: var(--lham-white);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.lham-home-cta p {
    max-width: 720px;
    margin: 0 auto 32px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.75;
}
.lham-home-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
/* ======== 14 — FAQ ========= */
.lham-home-faq-list {
    max-width: 900px;
    margin: 0 auto;
}
.lham-faq-item {
    margin-bottom: 12px;
    border: 1px solid var(--lham-border);
    border-radius: 13px;
    background: var(--lham-white);
    overflow: hidden;
}
.lham-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 25px;
    color: var(--lham-navy);
    font-size: 16px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}
.lham-faq-item summary::-webkit-details-marker {
    display: none;
}
.lham-faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--lham-gold);
    font-size: 24px;
    font-weight: 400;
    transition: var(--lham-transition);
}
.lham-faq-item[open] summary::after {
    content: "−";
    transform: rotate(180deg);
}
.lham-faq-content {
    padding: 0 25px 23px;
}
.lham-faq-content p {
    margin: 0;
    color: var(--lham-muted);
    font-size: 14px;
    line-height: 1.75;
}
/* ========= 15 — TABLET =========== */
@media (max-width: 1100px) {
    .lham-home-services-grid,
    .lham-home-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lham-home-intro-grid {
        gap: 45px;
    }
    .lham-home-targets-grid {
        gap: 45px;
    }
}
/* ======= 16 — TABLET PORTRAIT ===== */
@media (max-width: 850px) {
    .lham-section {
        padding: 80px 0;
    }
    .lham-home-hero {
        min-height: 650px;
    }
    .lham-home-intro-grid,
    .lham-home-targets-grid {
        grid-template-columns: 1fr;
    }
    .lham-home-intro-visual {
        min-height: 390px;
    }
    .lham-home-values-grid,
    .lham-home-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lham-home-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lham-home-targets-content {
        text-align: center;
    }
    .lham-home-targets-content .lham-section-badge {
        justify-content: center;
    }
}
/* ======= 17 — MOBILE ======== */
@media (max-width: 600px) {
    .lham-home-hero-inner,
    .lham-container {
        width: max(100% - 28px, 1180px);
    }
    .lham-home-hero {
        min-height: 690px;
    }
    .lham-home-hero-inner {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .lham-home-kicker {
        font-size: 10px;
        line-height: 1.5;
    }
    .lham-home-hero h1 {
        font-size: 43px;
        letter-spacing: -.035em;
    }
    .lham-home-hero-description {
        font-size: 16px;
        line-height: 1.7;
    }
    .lham-home-hero-highlights {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .lham-home-hero-highlights span {
        font-size: 12px;
        line-height: 1.4;
    }
    .lham-home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .lham-btn {
        width: 100%;
    }
    .lham-section {
        padding: 70px 0;
    }
    .lham-section-header {
        margin-bottom: 38px;
    }
    .lham-section-header h2 {
        font-size: 31px;
    }
    .lham-section-header p {
        font-size: 1rem;
    }
    .lham-home-intro-content h2,
    .lham-home-targets-content h2 {
        font-size: 31px;
    }
    .lham-home-vision-card {
        padding: 30px;
    }
    .lham-home-floating-card {
        right: 5px;
        bottom: 20px;
        padding: 12px 15px;
        font-size: 13px;
    }
    .lham-home-services-grid,
    .lham-home-values-grid,
    .lham-home-process-grid,
    .lham-home-tech-grid {
        grid-template-columns: 1fr;
    }
    .lham-home-service-card {
        min-height: 360px;
    }
    .lham-home-targets-list {
        grid-template-columns: 1fr;
    }
    .lham-home-services-footer {
        flex-direction: column;
        text-align: center;
    }
    .lham-home-cta {
        padding: 75px 14px;
    }
    .lham-home-cta h2 {
        font-size: 32px;
    }
    .lham-home-cta p {
        font-size: 15px;
    }
    .lham-home-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .lham-faq-item summary {
        padding: 19px;
        font-size: 14px;
    }
    .lham-faq-content {
        padding: 0 19px 19px;
    }
}
/* ======= 18 — ACCESSIBILITÉ / MOTION  ======== */
@media (prefers-reduced-motion: reduce) {
    .lham-home-hero *,
    .lham-home-service-card,
    .lham-home-value-card,
    .lham-home-service-link i,
    .lham-btn,
    .lham-faq-item summary::after {
        transition: none !important;
    }
}
/* ======== 19 — ELEMENTOR COMPATIBILITY  ======== */
.elementor .lham-home-hero h1,
.elementor .lham-home-hero h2,
.elementor .lham-home-hero h3,
.elementor .lham-home-services h2,
.elementor .lham-home-services h3,
.elementor .lham-home-why h2,
.elementor .lham-home-why h3,
.elementor .lham-home-methodology h2,
.elementor .lham-home-methodology h3,
.elementor .lham-home-targets h2,
.elementor .lham-home-targets h3,
.elementor .lham-home-technologies h2,
.elementor .lham-home-technologies h3,
.elementor .lham-home-cta h2,
.elementor .lham-home-faq h2 {
    font-family: inherit;
}
.elementor .lham-home-hero p,
.elementor .lham-home-introduction p,
.elementor .lham-home-services p,
.elementor .lham-home-why p,
.elementor .lham-home-methodology p,
.elementor .lham-home-targets p,
.elementor .lham-home-technologies p,
.elementor .lham-home-cta p,
.elementor .lham-home-faq p {
    margin-top: 0;
}
/* ========== FIN CSS — LHAM TECH PAGES ============ *//* End custom CSS */