.elementor-2339 .elementor-element.elementor-element-e45ffb8{--display:flex;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-a4a5216 */.track-order-wrapper{
    background:#f8f8f8;
    padding:60px 15px;
}

.track-order-card{
    max-width:550px;
    margin:auto;
    background:#fff;
    border-radius:15px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.track-header{
    text-align:center;
    margin-bottom:30px;
}

.track-header h2{
    font-size:32px;
    color:#222222;
    margin-bottom:10px;
    font-weight:700;
}

.track-header p{
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    color:#222;
    font-weight:600;
}

.form-group input{
    width:100%;
    height:52px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    transition:0.3s;
    box-sizing:border-box;
}

.form-group input:focus{
    outline:none;
    border-color:#F7941D;
    box-shadow:0 0 0 3px rgba(247,148,29,0.15);
}

.track-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:10px;
    background:#F68A1F;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.track-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(247,148,29,0.25);
    background:#F68A1F;
    color:#fff;
}

@media(max-width:576px){
    .track-order-card{
        padding:25px;
    }

    .track-header h2{
        font-size:26px;
    }
}/* End custom CSS */