.elementor-3663 .elementor-element.elementor-element-a137b32{margin-top:0100px;margin-bottom:0px;}/* Start custom CSS for shortcode, class: .elementor-element-a5ffe5f *//* =========================
   KV REMOVALIST QUOTE FORM
========================= */

.kv-booking-form{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.kv-title{
    font-size:42px;
    font-weight:800;
    color:#24364d;
    margin-bottom:25px;
    margin-top: 20px;
    position:relative;
}

.kv-title:before{
    content:'';
    display:block;
    width:140px;
    height:6px;
    margin-bottom:18px;
    border-radius:20px;
    background:linear-gradient(
    to right,
    #d91f26,
    #f58220,
    #1da1f2
    );
}

/* =========================
   MOVE TYPE CARDS
========================= */

.kv-card-grid{
    display:grid;
    gap:25px;
}

.kv-card-grid.four{
    grid-template-columns:repeat(4,1fr);
}

.kv-card-grid.three{
    grid-template-columns:repeat(3,1fr);
}

.kv-card{
    background:#fff;
    border:2px solid #e3e8ef;
    border-radius:18px;
    min-height:190px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    cursor:pointer;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.kv-card:hover{
    transform:translateY(-5px);
    border-color:#f58220;
    box-shadow:0 12px 30px rgba(245,130,32,.15);
}

.kv-card i{
    font-size:48px;
    color:#f58220;
    margin-bottom:18px;
}

.kv-card span{
    font-size:24px;
    font-weight:700;
    color:#50627f;
}

/* Hide Radio */

.kv-card input[type=radio]{
    position:absolute;
    opacity:0;
}

/* Selected Card */

.kv-card:has(input[type=radio]:checked){
    background:#f58220;
    border-color:#f58220;
}

.kv-card:has(input[type=radio]:checked) i,
.kv-card:has(input[type=radio]:checked) span{
    color:#fff;
}

/* =========================
   INPUT FIELDS
========================= */

.kv-input{
    width:100%;
    height:68px;
    border:2px solid #dce4ed;
    border-radius:14px;
    padding:0 20px;
    font-size:18px;
    transition:.3s;
}

.kv-input:focus{
    border-color:#f58220;
    box-shadow:0 0 0 4px rgba(245,130,32,.15);
}

/* =========================
   BUTTON
========================= */

.kv-submit input{
    background:#f58220;
    color:#fff;
    font-size:22px;
    font-weight:700;
    border:none;
    border-radius:12px;
    padding:18px 60px;
    transition:.3s;
    cursor:pointer;
}

.kv-submit input:hover{
    background:#e46f08;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(245,130,32,.25);
}

/* =========================
   SECTION DIVIDER
========================= */

.kv-booking-form hr{
    border:none;
    height:1px;
    background:#e8edf3;
    margin:50px 0;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

.kv-card-grid.four{
    grid-template-columns:repeat(2,1fr);
}

.kv-card-grid.three{
    grid-template-columns:1fr;
}

.kv-title{
    font-size:32px;
}

}

@media(max-width:767px){

.kv-card-grid.four{
    grid-template-columns:1fr;
}

.kv-booking-form{
    padding:20px;
}


}/* End custom CSS */