.elementor-99 .elementor-element.elementor-element-cbd6f00{--display:flex;}.elementor-99 .elementor-element.elementor-element-f5a6cc7{--display:flex;}.elementor-99 .elementor-element.elementor-element-7c055a5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-81a5f80 *//* GLOBAL */

:root{
    --radius:16px;
}

img{
    border-radius:var(--radius);
}

/* BUTTON */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    border-radius:var(--radius);
    text-decoration:none;
    font-weight:500;
    transition:0.3s ease;
}

/* VALUE CARD */

.value-card{
    background:#f7f7f7;
    padding:36px;
    border-radius:var(--radius);
}

/* CATEGORY TAG */

.category-tag{
    display:inline-block;
    padding:8px 14px;
    background:#f1f4ff;
    color:#1E5EFF;
    border-radius:var(--radius);
    font-size:14px;
    margin-bottom:18px;
}

/* TRANSPORT CARD */

.transport-card{
    border:1px solid #eeeeee;
    border-radius:var(--radius);
    overflow:hidden;
    background:#fff;
    transition:0.3s ease;
}

/* TRANSPORT IMAGE */

.transport-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:0;
}

/* STEP */

.step{
    padding:36px;
    border-radius:var(--radius);
    background:#f8f8f8;
}

/* COVERAGE SECTION */

.coverage{
    background:#fafafa;
    border-radius:var(--radius);
    overflow:hidden;
}

/* COVERAGE ITEM */

.coverage-item{
    background:#fff;
    padding:24px;
    border-radius:var(--radius);
    border:1px solid #eee;
    text-align:center;
}

/* CTA */

.cta{
    position:relative;
    overflow:hidden;
    border-radius:var(--radius);
    margin:40px 24px 80px;
}

/* CTA IMAGE */

.cta img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:var(--radius);
}

/* CTA OVERLAY */

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
    border-radius:var(--radius);
}

/* HERO CONTENT GLASS EFFECT */

.hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    padding:40px;
    margin-left:40px;

    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);

    border-radius:var(--radius);

    color:#fff;
}

/* OPTIONAL: SECTION BACKGROUND BLOCK */

.soft-section{
    background:#fafafa;
    border-radius:var(--radius);
    padding:80px;
}
.hero h1{
    font-size:72px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-2px;
    color:#ffffff;
}/* End custom CSS */
/* Start custom CSS *//* HERO */

.hero{
    height:90vh;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;

    border-radius:16px;

    margin:24px;

    isolation:isolate;
}

/* HERO IMAGE */

.hero img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;

    border-radius:16px;
}

/* HERO OVERLAY */

.hero-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,0.55);

    border-radius:16px;
}

/* HERO CONTENT */

.hero-content{
    position:relative;
    z-index:2;

    max-width:760px;

    padding:40px;

    margin-left:40px;

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    border-radius:16px;

    color:#fff;
}

/* HERO TITLE */

.hero h1{
    font-size:72px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-2px;
}

/* HERO TEXT */

.hero p{
    font-size:20px;
    margin-top:24px;
    color:rgba(255,255,255,0.88);
    max-width:620px;
}

/* HERO BUTTONS */

.hero-buttons{
    margin-top:36px;
}

/* MOBILE */

@media(max-width:992px){

    .hero{
        height:auto;
        min-height:80vh;

        margin:16px;
    }

    .hero-content{
        margin:20px;
        padding:28px;
    }

    .hero h1{
        font-size:46px;
    }

}/* End custom CSS */