.elementor-15230 .elementor-element.elementor-element-acd3cef{--display:flex;--background-transition:0.3s;--margin-top:21px;--margin-bottom:21px;--margin-left:0px;--margin-right:6px;--padding-top:56px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-943c8ce *//* Tracking Container */
.tracking-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff; /* White background */
    border: 1px solid #e0e0e0; /* Light gray border */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.tracking-container h2 {
    text-align: center;
    color: #28a745; /* Green color for the heading */
    font-size: 24px;
    margin-bottom: 20px;
}

/* Tracking Form */
.tracking-container form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tracking-container form label {
    font-weight: bold;
    color: #333; /* Dark gray for text */
}

.tracking-container form input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.tracking-container form button {
    padding: 10px 20px;
    background-color: #28a745; /* Green button */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.tracking-container form button:hover {
    background-color: #218838; /* Darker green on hover */
}

/* Tracking Information */
.tracking-info {
    margin-top: 20px;
}

.tracking-info h3 {
    color: #28a745; /* Green color for the heading */
    font-size: 20px;
    margin-bottom: 15px;
}

/* Package, Sender, and Receiver Information */
.package-info, .sender-info, .receiver-info {
    margin-bottom: 20px;
}

.package-info h4, .sender-info h4, .receiver-info h4 {
    color: #28a745; /* Green color for the heading */
    font-size: 18px;
    margin-bottom: 10px;
}

.package-details, .sender-details, .receiver-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.package-details th, .package-details td,
.sender-details th, .sender-details td,
.receiver-details th, .receiver-details td {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0; /* Light gray border */
}

.package-details th, .sender-details th, .receiver-details th {
    background-color: #f8f9fa; /* Light gray background for headers */
    color: #333; /* Dark gray for text */
    font-weight: bold;
}

/* Timeline */
.timeline {
    margin-top: 20px;
}

.timeline h4 {
    color: #28a745; /* Green color for the heading */
    font-size: 18px;
    margin-bottom: 15px;
}

.timeline ul {
    list-style-type: none;
    padding: 0;
}

.timeline ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0; /* Light gray border */
    transition: background-color 0.3s ease;
}

.timeline ul li:last-child {
    border-bottom: none;
}

.timeline ul li:hover {
    background-color: #f1f1f1; /* Light gray background on hover */
}

.timeline ul li .status {
    font-weight: bold;
    color: #28a745; /* Green color for status */
}

.timeline ul li .timestamp {
    color: #777; /* Gray color for timestamp */
}

/* Error Message */
.tracking-container .error {
    color: #dc3545; /* Red color for error message */
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}/* End custom CSS */