.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.klg-page,
.klg-page * {
    box-sizing: border-box;
}

.klg-page {
    --black: #0e0b0b;
    --charcoal: #2f3637;
    --gold: #fbd977;
    --deep-gold: #9b8a55;
    --ivory: #f4f4de;
    --white: #ffffff;
    --text: #252626;
    --muted: #697071;
    --border: #e2e3db;
    --soft-bg: #f8f8f3;

    width: 100%;
    overflow: hidden;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    line-height: 1.6;
}

.klg-page h1,
.klg-page h2,
.klg-page h3,
.klg-page p {
    margin-top: 0;
}

.klg-container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.klg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--deep-gold);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.klg-eyebrow::before {
    content: "";
    width: 25px;
    height: 2px;
    background: currentColor;
}

.klg-eyebrow-light {
    color: var(--gold);
}

.klg-btn {
    min-height: 56px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 24px;

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 800;

    transition: 0.25s ease;
}

.klg-btn:hover {
    transform: translateY(-2px);
}

.klg-btn-primary {
    color: var(--black) !important;
    background: var(--gold);
}

.klg-btn-outline {
    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,.25);

    background: rgba(255,255,255,.05);
}

@media(max-width:767px) {

    .klg-container {
        width: calc(100% - 30px);
    }

    .klg-btn {
        width: 100%;
    }
}
/* ================================
   HERO SECTION
================================ */

.klg-hero {
    width: 100%;
    min-height: 720px;

    display: flex;
    align-items: center;

    padding: 80px 0;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(251,217,119,.13),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #090b0b 0%,
            #191d1d 60%,
            #272d2d 100%
        );
}

.klg-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(380px, .9fr);

    gap: 80px;

    align-items: center;
}

.klg-location {
    width: fit-content;

    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 28px;

    padding: 7px 12px;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 100px;

    color: rgba(255,255,255,.7);

    background: rgba(255,255,255,.04);

    font-size: 11px;
}

.klg-location span {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: var(--gold);
}

.klg-hero h1 {
    max-width: 700px;

    margin-bottom: 25px;

    color: #ffffff;

    font-size: clamp(48px, 5.3vw, 73px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;
}

.klg-hero h1 strong {
    display: block;

    color: var(--gold);
}

.klg-hero-text {
    max-width: 650px;

    margin-bottom: 30px;

    color: rgba(255,255,255,.70);

    font-size: 17px;

    line-height: 1.75;
}

.klg-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 28px;
}

.klg-hero-trust {
    display: flex;
    flex-wrap: wrap;

    gap: 10px 20px;

    color: rgba(255,255,255,.62);

    font-size: 12px;
}

.klg-hero-image {
    height: 590px;

    position: relative;

    overflow: hidden;

    border:
        1px solid
        rgba(251,217,119,.35);

    border-radius:
        180px 180px 20px 20px;

    background: #222;

    box-shadow:
        0 40px 80px
        rgba(0,0,0,.30);
}

.klg-hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center top;
}

.klg-hero-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.8),
            transparent 55%
        );
}

.klg-attorney-overlay {
    position: absolute;

    z-index: 2;

    left: 20px;
    right: 20px;
    bottom: 20px;

    padding: 17px;

    border:
        1px solid
        rgba(255,255,255,.15);

    border-radius: 12px;

    color: #ffffff;

    background:
        rgba(10,10,10,.72);

    backdrop-filter: blur(12px);
}

.klg-attorney-overlay small {
    display: block;

    margin-bottom: 4px;

    color: var(--gold);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.klg-attorney-overlay strong {
    display: block;

    color: #ffffff;

    font-size: 13px;

    line-height: 1.45;
}


/* TABLET */

@media(max-width:900px) {

    .klg-hero {
        padding: 65px 0;
    }

    .klg-hero-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .klg-hero-content {
        text-align: center;
    }

    .klg-location,
    .klg-hero-content .klg-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .klg-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .klg-hero-buttons,
    .klg-hero-trust {
        justify-content: center;
    }

    .klg-hero-image {
        width: 100%;
        max-width: 480px;

        margin-left: auto;
        margin-right: auto;
    }
}


/* MOBILE */

@media(max-width:550px) {

    .klg-hero {
        min-height: auto;

        padding: 55px 0;
    }

    .klg-hero h1 {
        font-size: 43px;

        line-height: 1.02;

        letter-spacing: -2px;
    }

    .klg-hero-text {
        font-size: 15px;

        line-height: 1.7;
    }

    .klg-hero-buttons {
        flex-direction: column;
    }

    .klg-hero-image {
        height: 480px;

        border-radius:
            100px 100px 18px 18px;
    }

    .klg-location {
        max-width: 100%;

        font-size: 10px;
    }
}/* End custom CSS */