.elementor-1153 .elementor-element.elementor-element-a59c327{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}@media(min-width:768px){.elementor-1153 .elementor-element.elementor-element-a59c327{--content-width:1200px;}}/* Start custom CSS for wc-elements, class: .elementor-element-6a5baf3 *//* Main Form Container */
.woocommerce-form-track-order {
    max-width: 580px;
    margin: 2rem auto;
    padding: 2.5rem 3rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.woocommerce-form-track-order:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f5a612, #F5B712, #f5a612);
}

/* Form Header */
.woocommerce-form-track-order h2 {
    text-align: center;
    color: #2b2d42;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

/* Form Description */
.woocommerce-form-track-order p {
    text-align: center;
    color: #6c757d;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1rem;
}

/* Form Row Container */
.woocommerce-form-track-order .form-row {
    margin-bottom: 1.5rem;
    position: relative;
}

/* Input Labels */
.woocommerce-form-track-order .form-row label {
    display: block;
    margin-bottom: 0.5rem;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Input Fields */
.woocommerce-form-track-order .form-row input.input-text {
    width: 100%;
    padding: 0.9rem rem 0.9rem 3rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #f8f9fa;
    color: #343a40;
}

/* Input Icons */
.woocommerce-form-track-order .form-row:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 1rem;
    top: 2.6rem;
    color: #6c757d;
    z-index: 2;
}

.woocommerce-form-track-order .form-row.orderid:before {
    content: "\f291"; /* Order ID icon */
}

.woocommerce-form-track-order .form-row.order-email:before {
    content: "\f0e0"; /* Email icon */
}

/* Input Focus Effects */
.woocommerce-form-track-order .form-row input.input-text:focus {
    border-color: #f5a612;
    box-shadow: 0 0 0 3px rgba(245, 166, 18, 0.15);
    background-color: #fff;
    outline: none;
}

/* Submit Button */
.woocommerce-form-track-order button.button {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #f5a612 0%, #F5B712 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
    text-transform: none;
    position: relative;
    overflow: hidden;
}

/* Button Hover Effect */
.woocommerce-form-track-order button.button:hover {
    background: linear-gradient(135deg, #F5B712 0%, #f5a612 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(245, 183, 18, 0.3);
}

/* Button Active Effect */
.woocommerce-form-track-order button.button:active {
    transform: translateY(0);
}

/* Button Ripple Effect */
.woocommerce-form-track-order button.button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.woocommerce-form-track-order button.button:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-form-track-order {
        padding: 1.5rem;
        margin: 1rem auto;
    }
    
    .woocommerce-form-track-order h2 {
        font-size: 1.5rem;
    }
}




.woocommerce-order-details__title{
    font-size: 18px;
}

.woocommerce-order-downloads__title{
    font-size: 18px;
}/* End custom CSS */