.elementor-19910 .elementor-element.elementor-element-31b0ebb4{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1862cbc5 *//* Reset and Base Styles */
.woocommerce-page {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 40vh;
}

.checkout {
    width: 100%;
}

/* Form Section Styles */
.col2-set {
    background: white;
    padding: 30px;
    border-radius: 12px;
  
    margin-bottom: 30px;
}

.col2-set h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.woocommerce-checkout-review-order {
    width: 100%;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.input-text {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.input-text:focus {
    outline: none;
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
}

/* Button Styles */
.track-btn {
    width: 100%;
    padding: 14px;
    background: #2c3e50;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.track-btn:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

/* State Management */
.kj-hidden {
    display: none !important;
}

.state-blank,
.state-err {
    text-align: center;
    padding: 40px 20px;
}

.state-blank span,
.state-err span {
    font-weight: 700;
    color: #495057;
    font-size: 1.1rem;
    line-height: 1.6;
}

.state-loading {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}

/* Loader Animation */
.kj-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2c3e50;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Tracking Details Card */
.tracking-details {
    background: linear-gradient(135deg, #2c3e50 0%, #3d5a80 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    color: black;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.tracking-gorup {
    width: 100%;
}

/* Tracking Header */
.tracking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tracking-header p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

/* Customer Address Section */
.tracking-address {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.track-inline {
    border-radius: 3px;
    width: 100%;
}

.track-inline p {
    margin: 0;
}

.textprimary {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.textseccond {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: 0.95;
}

.textbold {
    font-weight: 600;
}

/* Courier Section */
.tracking-courier {
    margin: 20px 0 0 0;
}

.borderdashed {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    margin: 15px 0;
}

.tracking-courier .textseccond {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.fontbold {
    font-weight: 700;
    font-size: 1.1rem;
}

/* Tracking Table */
.tracking-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.tracking-table thead {
    background: #2c3e50;
}

.tracking-table th {
    font-size: 1rem;
    text-align: center;
    color: black;
    font-weight: 600;
    padding: 18px 20px;
}

.tracking-table td {
    font-size: 0.95rem;
    padding: 18px 20px;
    background: white;
    color: #2c3e50;
    line-height: 1.6;
}

.tracking-table tbody tr {
    transition: all 0.3s ease;
}

.tracking-table tbody tr:hover {
    background: #f8f9fa !important;
}

.tracking-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.tracking-table td:first-child {
    background: #f7f7f7;
    font-weight: 600;
    color: #495057;
    text-align: center;
    width: 20%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col2-set {
        padding: 20px;
    }

    .col2-set h3 {
        font-size: 1.3rem;
    }

    .tracking-details {
        padding: 20px;
    }

    .tracking-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tracking-header p {
        font-size: 1rem;
    }

    .textprimary {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .textseccond {
        font-size: 0.9rem;
    }

    .tracking-courier .textseccond {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 15px;
    }

    .tracking-table {
        font-size: 0.9rem;
    }

    .tracking-table th,
    .tracking-table td {
        padding: 12px 10px;
    }

    .tracking-table td:first-child {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .col2-set {
        padding: 15px;
    }

    .tracking-details {
        padding: 15px;
    }

    .tracking-header p {
        font-size: 0.9rem;
    }

    .tracking-table {
        display: block;
        overflow-x: auto;
    }

    .tracking-table th,
    .tracking-table td {
        padding: 10px 8px;
        font-size: 0.85rem;
    }
}/* End custom CSS */