*{
    font-family:arial,sans-serif !important;
}
html, body{
    width: 100%;
    height:100%;
}
body {
    background-color: #fff;
    margin-bottom: 80px;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;


}
.navbar {
    background-color: #fff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-dark .navbar-brand img {
    height: 150px;
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-size: 18px;
}
.navbar-dark .navbar-toggler-icon {
    background-color: #007bff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #007bff !important;
}
.login-register a {
    color: #333;
    text-decoration: none;
    margin-right: 15px;
}


.hero-image {
    background-image: url('https://www.geotab.com/CMS-Media-production/Industry%20pages/Courier_and_Delivery/courier-and-delivery-hero-bg@2x.jpg'); /* Initial background image */
    background-size: cover;

    height: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: background-image 0.5s ease; /* Add a smooth transition */
    position: relative;
}

.parallax-image {
    position: relative;
}

.tracking-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto; /* Center the tracking-box */
    width: 80%; /* Set the width to 80% of the container */
    box-sizing: border-box; /* Include padding and border in the total width/height */
    text-align: center; /* Center the content inside tracking-box */
    position: absolute; /* Position it absolutely relative to the hero-image container */
    top: 50%; /* Move it 50% from the top */
    left: 50%; /* Move it 50% from the left */
    transform: translate(-50%, -50%); /* Center it perfectly */
}

.tracking-box input {
    width: calc(100% - 40px); /* Make the input field 100% width minus padding */
    box-sizing: border-box; /* Include padding and border in the total width/height */
    padding: 10px; /* Add padding to the input field */
    margin-bottom: 15px; /* Adjust margin as needed */

}


.tracking-box form {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tracking-box label {
    margin-right: 10px;
    margin-bottom: 0;
}

.tracking-box button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.our-rates {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.our-rates .row {
    display: flex;
    justify-content: space-between;
}
.our-rates .column {
    flex: 1;
    margin-right: 20px;
}
.our-rates table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.our-rates th, .our-rates td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}
.our-rates th {
    background-color: #007bff;
    color: #fff;
}
.footer {
    background-color: #f8f9fa;
    color: #333;
    padding: 20px 0;
    width: 100%;
    margin-top: 40px;
}
.footer-columns {
    display: flex;
    justify-content: space-between;
}
.footer-column {
    flex: 1;
    margin-right: 20px;
}
.footer-column h4 {
    margin-bottom: 15px;
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column li {
    margin-bottom: 10px;
}

.tracking-box input {

    margin-bottom: 15px;
    padding: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease, background-color 0.3s ease; /* Add transition for smooth effect */
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #ed1c25; /* Change the background color on hover */
}
.buy-your-gadget-section {
    border: 1px solid #ccc;
    padding: 20px;
}

.brand-scroller img {

    width:150px;
    height:150px;
    margin-right:10px;
    display: inline-block;
}
.pricing-container {
    background-color: #dbe1e7; /* Light Gray Background */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pricing-container h4 {
    font-size: 24px;
    font-weight: bold;
    color: #343a40; /* Dark Gray Text Color */
}

.pricing-container p {
    font-size: 16px;
    color: #6c757d; /* Medium Gray Text Color */
}
.shopbrands{
    padding:10px;
}

.shopbrands {
    padding: 10px;
    overflow: auto; /* Add this to enable scrolling if content overflows */
}

.brand-scroller {
    white-space: nowrap; /* Prevent line breaks for inline-block elements */

}

.brand-scroller img {
    width: 150px;
    height: 150px;
    margin-right: 10px;
    display: inline-block;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .brand-scroller img {
        width: 80px; /* Adjust the size for smaller screens */
        height: 80px;
    }
}
.address-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    color:white;
    background-color: #ed1c25; /* Add a background color if needed */
    padding: 10px;
    z-index: 1000; /* Adjust the z-index to make sure it appears above other elements */
}

/* Adjust the styling of the marquee if needed */
address-scroll marquee {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.content-container {
    padding-top: 42px; /* Adjust the value based on your design */
}

.hero-image1 {
    position: relative;
    text-align: center;
    color: black; /* Change text color to match your design */
    margin-top: 140px !important;
    background: url('https://img.freepik.com/premium-vector/courier-with-parcel-background-delivery-service-van_327176-173.jpg') center/cover no-repeat;
    /* Adjust the background properties as needed */
    height: 350px; /* Set the desired height for the hero section */
}

.hero-image1 img {
    width: 100%;
    height: 350px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.nav-link {
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 700;
}

/* Custom CSS for Quick Links */
.footer ul {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing between links */
}

.footer ul li a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000; /* Change the link color as needed */
}

/* Add your styles here */

#loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.response-box {
    position: fixed;
    top: 150px;
    right: 0;
    width: 500px;
    height: 400px;
    padding:10px;
    background-color: #d9edf7;
    padding: 15px;
}

.close-button {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    color: #333;
}

.heading{
    font-size: 24px;
    font-family: arial;
    letter-spacing: .1em;
    font-weight: 600;
}

#calculator-form {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 8px;
}

select,
input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

button {
    background-color: orangered;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}