h1, h2, h3, h4, h5 {
    font-family: 'Verdana', sans-serif !important;
}

html, body {
    font-family: 'Verdana', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* For the section containing the logo and tabs */
/* Flex container for form and advert */
.form-advert-container {
    display: flex;
    justify-content: flex-end; /* Aligns advert to the right */
    align-items: flex-start;
    width: 100%;
    gap: 20px; /* Adds spacing between form and advert */
}

/* Adjust form width */
.delivery_container {
    width: 60%; /* Ensures form stays on the left */
    margin-right: auto; /* Pushes advert to the right */
}

/* Advert Styling */
.advert-container {
    width: 28%; /* Keeps advert size */
    text-align: center;
    margin-left: auto;
}

/* Image Styling */
.advert-container img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: auto; /* Pushes image to the right */
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .form-advert-container {
        flex-direction: column; /* Stack form and advert vertically */
        align-items: center;
    }

    .delivery_container, .advert-container {
        width: 100%; /* Full width on smaller screens */
    }
}


/* Ensure the section and its contents are centered */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Ensures inline elements like images are centered */
    width: 100%; /* Ensures full-width alignment */
}

/* Center the logo container */
.logo-section .logo-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensures full-width alignment */
}

/* Center the image */
.logo-section .logo-info img {
    display: block; /* Prevents extra space under the image */
    margin: 0 auto; /* Centers the image horizontally */
    min-width: 350px;
    max-width: 50%;
    height: auto;
}

/* Tabs Section */
.logo-section .custom-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0; /* Remove extra padding */
    margin-top: 0;  /* Reduce margin between logo and tabs */
}

/* Each tab item */
.logo-section .custom-tab-item {
    flex: 1 1 100%; /* By default, one tab per row */
    display: flex;
    justify-content: center;
    margin: 0 5px; /* Tighten space between tabs */
}

/* Add space between the tab content and the form */
.tab-content {
    padding: 20px; /* Adjust the padding to create space around the content */
}

/* For form groups */
.form-grp {
    margin-bottom: 15px; /* Add space between form fields */
}

/* Add space between the button and the form */
.tab-pane .next-btn {
    margin-top: 20px; /* Add space above the button */
}

/* You can also add some padding to the button if needed */
.tab-pane .next-btn {
    padding: 12px 28px; /* Adjust the padding of the button */
}

/* Add space between the button and the form */
.tab-pane .back-btn {
    margin-top: 20px; /* Add space above the button */
}

/* You can also add some padding to the button if needed */
.tab-pane .back-btn {
    padding: 12px 28px; /* Adjust the padding of the button */
}

/* Add space between the button and the form */
.tab-pane .submit-btn {
    margin-top: 20px; /* Add space above the button */
}

/* You can also add some padding to the button if needed */
.tab-pane .submit-btn {
    padding: 12px 28px; /* Adjust the padding of the button */
}

/* Style for the tab container */
.custom-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-indicator {
    font-size: 16px;
    margin-left: 20px;
    color: #333;
}

/* Style for each tab */
.custom-tabs .nav-link {
    background-color: #275aa1; /* Tab background color */
    color: #fff; /* Text color */
    border-radius: 8px 8px 0 0; /* Rounds the top corners */
    padding: 12px 15px;
    margin-right: 5px; /* Space between tabs */
    margin-top: 5px; /* Space between tabs */
    transition: background 0.3s ease, color 0.3s ease;
}

/* Active tab style */
.custom-tabs .nav-link.active {
    background-color: #275aa1; /* Darker blue when active */
    color: #fff;
    font-weight: bold;
}

/* Hover effect */
.custom-tabs .nav-link:hover {
    background-color: #275aa1; /* Slightly darker on hover */
    color: #fff;
}

.sender-section {
        width: 100%;
    }
    
.sender-section p {
    margin: 5px 0;
    font-size: 14px;
}

.sender-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.recipient-section {
        width: 100%;
    }
    
.recipient-section p {
    margin: 5px 0;
    font-size: 14px;
}

.recipient-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.location-section {
        width: 100%;
    }
    
.location-section p {
    margin: 5px 0;
    font-size: 14px;
}

.location-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.package-section {
        width: 100%;
    }
    
.package-section p {
    margin: 5px 0;
    font-size: 14px;
}

.package-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.customs-section {
        width: 100%;
    }
    
.customs-section p {
    margin: 5px 0;
    font-size: 14px;
}

.customs-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.pod-section {
        display: none;
        width: 100%;
    }
    
.pod-section p {
    margin: 5px 0;
    font-size: 14px;
}

.pod-section label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.pod-section span {
    margin-left: 10px;
}

.ref-btn {
    padding: 13px 27px;
    margin-top: 5px;
    background-color: #007bff;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 70%;
}

.ref-btn:hover {
    background-color: #0056b3;
}

.input-error {
    border: 2px solid red !important;
    background-color: #ffe6e6; /* Light red background for better visibility */
}

.input-valid {
    border: 2px solid green !important;
    background-color: #e6ffe6; /* Light green background to indicate correctness */
}

/* General styles for feature cards */
.single-features-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.single-features-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Icon styling */
.single-features-card .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.single-features-card .icon img {
    width: 100%;
}

/* Heading styles */
.single-features-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* CTA Button */
.link-btn {
    color: #007bff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.link-btn:hover {
    color: #0056b3;
}

.link-btn::after {
    content: ' →';
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.link-btn:hover::after {
    margin-left: 5px;
}

/* Number indicator */
.single-features-card .number {
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.offcanvas-start {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.offcanvas-body {
    padding: 0;
}

#offcanvasBottom {
    width: 100%;
    height: 100%;
    border: none;
}

/* Gradient on the bottom of the header */
.logo_get_started {
  position: relative;
  padding: 100px 16px;
  background: linear-gradient(to bottom, #fafafa, #275aa1);
}

/* Gradient on the top of the "About" section */
.about-section {
  background: linear-gradient(to bottom, #275aa1, #d63004);
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Styling the about-section and the .w3-twothird class */
.about-section .about-content {
    background-color: white;  /* White background */
    padding: 30px;            /* Add some padding for better spacing */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);  /* Add shadow to make it pop */
    margin-left: auto;        /* Center align it */
    margin-right: auto;       /* Center align it */
    border-radius: 32px;       /* Optional: Add rounded corners for a smoother look */
    text-align: left;
}

/* Optional: Add a little space on the sides */
.about-section .about-content {
    max-width: 90%; /* Makes the section not too wide */
}

/* Optional: Enhance text color for readability */
.about-section h1 {
    color: #275aa1;  /* Set a dark blue for headings */
    font-size: 2em;   /* Increase the font size for better visibility */
}

/* Optional: Adjusting h5 text for better spacing and appearance */
.about-section h5 {
    font-size: 1.2em;  /* Slightly bigger font for easier reading */
    color: #333;       /* Dark color for text to stand out */
}


/* Gradient on the top of the "Shipping" section */
.shipping-section {
  background: linear-gradient(to top, rgb(246, 205, 81), #d63004);
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Styling the shipping-section and the .shipping-content class */
.shipping-section .shipping-content {
    background-color: white;  /* White background */
    padding: 30px;            /* Add some padding for better spacing */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);  /* Subtle shadow to make it pop */
    margin-left: auto;        /* Center align it */
    margin-right: auto;       /* Center align it */
    border-radius: 8px;       /* Optional: Add rounded corners for a smoother look */
    max-width: 100%;           /* Optional: Limit the width for better readability */
}

/* Optional: Style for the heading */
.shipping-section h2 {
    color: #275aa1;  /* Set a dark blue for headings */
    font-size: 2em;   /* Increase the font size for better visibility */
}

/* Optional: Style for the paragraph text */
.shipping-section h5 {
    font-size: 1.2em;  /* Slightly bigger font for easier reading */
    color: #333;       /* Dark color for text to stand out */
}

/* Gradient on the top of the "How it Works" section */
#how-it-works-section {
  background: linear-gradient(to top, #fafafa, rgb(246, 205, 81));
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Styling the how-it-works-content class */
#how-it-works-section .how-it-works-content {
    background-color: white;  /* White background */
    padding: 30px;            /* Add some padding for better spacing */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);  /* Subtle shadow to make it pop */
    margin-left: auto;        /* Center align it */
    margin-right: auto;       /* Center align it */
    border-radius: 8px;       /* Optional: Add rounded corners for a smoother look */
    max-width: 80%;           /* Optional: Limit the width for better readability */
}

/* Optional: Style for the heading */
#how-it-works-section h2 {
    color: #275aa1;  /* Set a dark blue for headings */
    font-size: 2em;   /* Increase the font size for better visibility */
}

/* Optional: Style for the paragraph text */
#how-it-works-section h5 {
    font-size: 1.2em;  /* Slightly bigger font for easier reading */
    color: #333;       /* Dark color for text to stand out */
}

/* Gradient on the top of the "Contact Us" section */
.contact-section {
  background: linear-gradient(to top, white, #fafafa);
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-content {
    background-color: white;  /* Set background to white */
    padding: 30px;            /* Add some padding */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);  /* Soft shadow */
    margin-left: auto;        /* Center align */
    margin-right: auto;       /* Center align */
    border-radius: 8px;       /* Optional: Rounded corners */
    max-width: 80%;           /* Limit width for better readability */
}

/* Heading styling */
.contact-content h1 {
    font-size: 2.5em;
    color: #275aa1;  /* Dark blue color */
    margin-bottom: 20px;  /* Space below the heading */
}

/* Styling for the paragraph text */
.contact-content h5 {
    font-size: 1.2em;  /* Slightly larger font */
    color: #333;       /* Dark color for text */
    line-height: 1.6;   /* Improve readability */
    text-align: left;
}

/* Styling for the list */
.contact-content ul {
    padding-left: 0;  /* Remove default padding */
    list-style-type: none;  /* Remove bullet points */
}

/* Styling for list items */
.contact-content ul li {
    margin-top: 10px;  /* Add space between list items */
    font-size: 1.1em;  /* Slightly larger text */
}

/* Links in the list */
.contact-content ul li a {
    color: #275aa1;  /* Link color */
    text-decoration: none;  /* Remove underline */
}

.contact-content ul li a:hover {
    text-decoration: underline;  /* Underline on hover */
}

#liveToast {
    font-size: 16px;
}

.watermark {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 4em;
    font-weight: bold;
    color: rgba(214, 48, 4, 0.9); /* Light gray color */
    transform: rotate(-45deg); /* Rotate text */
    pointer-events: none; /* Ensures it doesn't block interactions with the table */
}

#watermark-text {
    top: 300px;
}

#watermark-text1 {
    top: 475px; /* Add spacing by increasing the top value */
}

.button-wrapper {
  display: flex;
  justify-content: flex-end; /* Pushes the button to the right */
  width: 100%;
}

.deliv-btn {
    padding: 13px 27px;
    background-color: #007bff;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 30%;
}    

/* Custom height, border-radius and background for the progress container */
.progress {
    height: 2rem;
    border-radius: 0.9rem;
    background-color: #e9ecef; /* Light gray background */
    overflow: hidden; /* Keeps the bar inside rounded corners */
}

/* Custom green progress color */
.progress-bar.bg-info {
    background-color: #38c172 !important; /* Bootstrap success green */
}

.custom-progress-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
  background-color: #38c172 !important; /* Bootstrap success green */
  transition: width 0.4s ease;
}

.bg-custom-green {
  background-color: #38c172 !important;
}

.bg-custom-yellow {
  background-color: #f6c23e !important;
}

.bg-custom-red {
  background-color: #e3342f !important;
}

.custom-tooltip {
    font-size: 1.2rem; /* or adjust to 1.1rem / 1.2rem if needed */
}

.package-question .floating-label {
  display: block;
  margin-bottom: 12px; /* adds space below the label */
  font-weight: 500;
}

.radio-pill-group {
  display: flex;
  gap: 10px;
}

.radio-pill-group input[type="radio"] {
  display: none;
}

.pill-button {
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50px;
  padding: 6px 14px;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s, border-color 0.3s;
}

.pill-button:hover {
  background-color: #e6ffe6; /* subtle hover color */
  border-color: green;
}

.pill-button .icon {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  font-weight: bold;
  width: 16px;
  text-align: center;
}

.pill-button .tick {
  color: green;
}

.pill-button .cross {
  color: red;
}

.radio-pill-group input[type="radio"]:checked + .pill-button {
  background-color: #e6ffe6; /* subtle hover color */
  border-color: green;
}

.start-icon, .end-icon {
  transition: transform 3s ease-in-out, opacity 0.5s ease;
}

.start-icon {

  opacity: 0;
}

.end-icon {

}

.show-icon {
  opacity: 1;
}

.moving {
  transform: translateX(650px) scale(0.4);
}

.button-container {
  margin-top: 20px;
}

/* Custom styles */
.package-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  background-color: #f9f9f9;
}

.package-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.package-header img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.details {
  padding-left: 17px;
}

.details div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.package-property-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.delete-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: red;
  font-size: 14px;
}

.progress-bar-container {
  margin-bottom: 30px;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 12px 20px;
  background-color: #fafafa;  /* Light gray-white background */
  border: 1px solid #ddd;     /* Optional: subtle border */
  border-radius: 8px;
}

.package-label {
  text-align: left;
  font-weight: bold;
  margin: 10px 0 20px 0;
  font-size: 16px;
}

    .icon-left,
    .icon-right {
      display: flex;
      gap: 10px;
      flex-wrap: nowrap;
    }

    .package-icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #e9ecef; /* Keep icon white */
      border: 2px solid #eee;     /* Dark gray/black border */
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.25s ease;
      flex-shrink: 0;
      user-select: none;
    }

    .package-icon.active {
      border: 2px solid #007bff;         /* Blue border for selected */
      background-color: #ffffff;
      color: #007bff;
      transform: scale(1.15);
      box-shadow: 0 0 6px rgba(0, 123, 255, 0.4);
    }

    .icon-divider {
      width: 30px;
    }
    
    .package-img {
      width: 20px;
      height: 20px;
      object-fit: contain;
      pointer-events: none; /* Prevent image itself from hijacking click */
    }
    
    #weightProgressBar {
  font-size: 0.95rem; /* Increase as needed */
  padding: 0;         /* Make sure extra padding doesn't push it down */
  line-height: 20px;  /* Should match progress bar height */
}

#progressBarMessage {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Optional: Make tabs more compact on smaller screens */
@media (max-width: 768px) {
    .custom-tabs .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* For smaller devices (phones in portrait mode) */
@media (max-width: 767px) {
    .custom-section .custom-tabs {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .custom-section .custom-tab-item {
        flex: 1 1 48%; /* Two tabs per row */
        margin-bottom: 5px; /* Tighten space between tabs */
    }
}

/* For medium screens (larger phones/tablets) */
@media (max-width: 991px) {
    .custom-section .custom-tabs {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .custom-section .custom-tab-item {
        flex: 1 1 32%; /* Three tabs per row */
        margin-bottom: 5px; /* Tighten space between tabs */
    }
}

@media screen and (max-width: 768px) {
    .info-table {
        width: 100%;
        display: block;
    }
    .info-table tr:nth-child(2) {
        margin-top: 15px; /* Adjust spacing as needed */
    }
    .info-table tr {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 0px solid #ccc;
    }
    .info-table td, .info-table th {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0px;
    }
    .logo-section img {
        width: 100%;
        height: auto;
    }
    .sender-section, .recipient-section, .package-section, .customs-section, .location-section {
        padding: 0px;
        text-align: left;
    }
    #tracking-barcode {
        width: 80%;
        height: auto;
    }
    .footer-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .col-sm-6 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer-logo img {
        width: 230px; /* Adjust size as needed */
        height: auto;
    }
    .buttons {
        display: flex;
        flex-wrap: wrap; /* Ensures they wrap if needed */
        justify-content: center; /* Centers them */
        gap: 10px; /* Adds space between buttons */
    }

    .buttons button {
        flex: 1; /* Makes them equal width */
        max-width: 47%; /* Prevents them from getting too wide */
    }
}


/** QuikPak20 Instructions **/

/* Container for QuikPak20 Section */
.quikpak-container {
    padding: 20px;
    text-align: center;
}

/* Image Styling */
.quikpak-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quikpak-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    width: 90%; /* Ensures it scales properly */
}

/* About Section */
.quikpak-about,
.quikpak-how-it-works,
.quikpak-contact {
    margin-bottom: 20px;
    text-align: center;
}

/* List Styling */
.quikpak-steps {
    padding-left: 15px;
    text-align: left;
    display: inline-block;
    max-width: 600px;
}

.quikpak-steps li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

/* Contact Info */
.quikpak-contact ul {
    list-style: none;
    padding: 0;
}

.quikpak-contact li {
    margin-bottom: 10px;
}

.footer-content {
    justify-content: center;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .quikpak-image-container {
        flex-direction: column;
    }

    .quikpak-image-container img {
        width: 90%; /* Keeps it within screen width */
    }

    .quikpak-steps {
        padding-left: 10px;
    }

    .quikpak-steps li {
        font-size: 14px;
    }
}

