.hrbx-digital-launchpad{
    background:linear-gradient(90deg,#02111f 0%,#0d3a68 55%,#3d97eb 100%);
    padding:60px 0;
    overflow:hidden;
}

.hrbx-digital-launchpad-grid{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:50px;
    align-items:stretch;
}

.hrbx-digital-launchpad-left{
    color:#fff;
}

.hrbx-digital-launchpad-heading{
    font-size:41px;
    line-height:1.15;
    color:#fff;
    margin:0;
}

.hrbx-digital-launchpad-heading span,
.hrbx-digital-launchpad-heading strong{
    color:#FF5A1F;
}

.hrbx-digital-launchpad-divider{
    width:60px;
    height:4px;
    background:#FF5A1F;
    border-radius:999px;
    margin:24px 0 40px;
}

.hrbx-digital-launchpad-image{
    text-align:center;
}

.hrbx-digital-launchpad-image img{
    max-width:100%;
    height:auto;
    display:block;
    margin:0;
}

.hrbx-digital-launchpad-right{
    background:rgba(12,54,97,.65);
    border:1px solid rgba(255,255,255,.25);
    border-radius:10px;
    padding:20px;
    backdrop-filter:blur(6px);
}

.hrbx-digital-launchpad-form-heading{
    color:#fff;
    font-size:20px;
    line-height:1.7;
    margin-bottom:25px;
}

.hrbx-digital-launchpad-left{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

.hrbx-digital-launchpad-image{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    flex:1;
}

.hrbx-digital-launchpad-image img{
    display:block;
    max-width:100%;
    max-height:380px; /* adjust as needed */
    object-fit:contain;
}

.hrbx-digital-launchpad-right{
    background:rgba(12,54,97,.65);
    border:1px solid rgba(255,255,255,.25);
    border-radius:10px;
    padding:30px 20px;
    backdrop-filter:blur(6px);
}


.hrbx-digital-launchpad-image{
    text-align:center;
    /*margin-bottom:-60px;*/
}

.hrbx-digital-launchpad-image img{
    display:block;
    max-width:100%;
    margin:0;
}
/* ==========================
   Gravity Form Styling
========================== */



.hrbx-launchpad-form-wrap .gform_wrapper,
.hrbx-launchpad-form-wrap .gform-theme--framework{
    margin:0 !important;
    padding:0 !important;
    background-color: transparent !important;
	border:none !important;
}

.hrbx-launchpad-form-wrap .gform-body{
    margin:0 !important;
}

.hrbx-launchpad-form-wrap .gfield_label{
    display:none !important;
}

.hrbx-launchpad-form-wrap .gform_fields{
    gap:18px !important;
}

.hrbx-launchpad-form-wrap .gfield{
    margin:0 !important;
}

.hrbx-launchpad-form-wrap input,
.hrbx-launchpad-form-wrap textarea,
.hrbx-launchpad-form-wrap select{
    width:100% !important;
    background:#fff !important;
    border:none !important;
    border-radius:6px !important;
    box-shadow:none !important;
    min-height:58px !important;
    padding:16px 20px !important;
    font-size:16px !important;
    color:#111827 !important;
}

.hrbx-launchpad-form-wrap textarea{
    min-height:140px !important;
    resize:none !important;
}

.hrbx-launchpad-form-wrap input::placeholder,
.hrbx-launchpad-form-wrap textarea::placeholder{
    color:#6B7280 !important;
    opacity:1 !important;
}

.hrbx-launchpad-form-wrap .gform_footer,
.hrbx-launchpad-form-wrap .gform-page-footer{
    margin-top:20px !important;
    padding:0 !important;
}

.hrbx-launchpad-form-wrap .gform_button{
    width:100% !important;
    height:56px !important;
    border:none !important;
    border-radius:6px !important;
    background:#FF5A1F !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:600 !important;
    box-shadow:none !important;
}

.hrbx-launchpad-form-wrap .gform_button:hover{
    background:#e84d15 !important;
}
/* ==========================
   Tablet
========================== */

@media(max-width:1024px){

    .hrbx-digital-launchpad-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hrbx-digital-launchpad-heading{
        font-size:48px;
    }
    .hrbx-digital-launchpad-image{
    text-align:center;
    margin-bottom:0px;
}

}

@media(max-width:768px){

    .hrbx-digital-launchpad{
        padding:60px 0;
    }

    .hrbx-digital-launchpad-heading{
        font-size:36px;
    }

    .hrbx-digital-launchpad-right{
        padding:20px 15px;
    }

    .hrbx-digital-launchpad-form-heading{
        font-size:18px;
    }

}