body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

.header-area {
    position: relative;
    z-index: 1000;
}

.header-mid {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.header-bottom {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.header-info-left ul, 
.header-info-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-info-left ul li,
.header-info-right ul li {
    display: inline;
    margin-right: 15px;
    color: #ffffff;
}

.header-info-left ul li i,
.header-info-right ul li a {
    color: #ffffff;
}

.navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    color: #343a40;
    text-transform: capitalize;
    transition: color 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #007bff;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    color: #343a40;
}

.search-box input[type="text"] {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #007bff;
    background: transparent;
    outline: none;
    color: #343a40;
    font-size: 16px;
    padding: 10px;
}

.search-box input[type="text"]::placeholder {
    color: #adb5bd;
    font-weight: 300;
}

.search-box .btn {
    border-radius: 0;
    background-color: #007bff;
    border: none;
    color: #ffffff;
}

.search-box .btn:hover {
    background-color: #0056b3;
    color: #ffffff;
}


.header-top {
    background-color: #343a40; /* Dark background */
    color: #f8f9fa; /* Light text color */
    padding: 0.5rem 0; /* Padding for top and bottom */
    font-size: 0.875rem; /* Slightly smaller text for a top bar */
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-info-left ul,
.header-info-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-info-left ul li,
.header-info-right ul li {
    margin-right: 20px; /* Space between items */
}

.header-info-left ul li i,
.header-info-right ul li a {
    color: #f8f9fa; /* Ensure icons and links are white */
}

.header-info-left ul li i {
    margin-right: 5px; /* Space between icon and text */
}

.header-info-right ul li a {
    font-size: 1rem; /* Adjust icon size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.header-info-right ul li a:hover {
    color: #adb5bd; /* Change to a lighter gray on hover */
}

@media (max-width: 767px) {
    .header-top {
        padding: 0.25rem 0; /* Adjust padding for smaller screens */
        font-size: 0.75rem; /* Smaller font size for smaller screens */
    }

    .header-info-left ul,
    .header-info-right ul {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: flex-start; /* Align items to the start */
    }

    .header-info-left ul li,
    .header-info-right ul li {
        margin-right: 0;
        margin-bottom: 10px; /* Space between stacked items */
    }

    .header-info-left ul li:last-child,
    .header-info-right ul li:last-child {
        margin-bottom: 0; /* Remove margin from last item */
    }
}


.header-bottom {
    padding: 10px 0;
}

.navbar-nav .nav-link {
    padding: 15px 20px;
    font-size: 1.1rem;
}

.navbar-nav .dropdown-menu {
    font-size: 1rem;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 991.98px) {
    .header-bottom {
        padding: 5px 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .navbar-nav .dropdown-menu {
        font-size: 0.9rem;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
}


.spvn-tech-footer {
    background-color: #003366; /* Deep Blue background */
    color: #e0e0e0; /* Light grey text for good contrast */
    padding: 20px 0;
}

.spvn-tech-footer-logo {
    max-width: 180px; /* Adjust the logo size */
    height: auto;
    padding: 10px; /* Add padding around the logo */
    background-color: #ffffff; /* Add a white background to the logo */
    border-radius: 5px; /* Rounded corners for a smoother appearance */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for emphasis */
}

.spvn-tech-footer a {
    color: #00c0a5; /* Teal color for links */
    text-decoration: none;
}

.spvn-tech-footer a:hover {
    color: #ffffff; /* White on hover */
    text-decoration: underline;
}

.spvn-tech-footer-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff; /* Titles in white for prominence */
}

.spvn-tech-footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #b0c4de; /* Lighter color for less emphasis */
}

.spvn-tech-footer-social .list-inline-item a {
    font-size: 1.25rem;
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.spvn-tech-footer-social .list-inline-item a:hover {
    color: #00c0a5; /* Teal color on hover for consistency */
}

.spvn-tech-footer-subscribe input.form-control {
    border-radius: 30px;
    border: 1px solid #00c0a5;
    background-color: #004080; /* Slightly lighter blue for form input */
    color: #ffffff;
    padding: 10px 20px;
}

.spvn-tech-footer-subscribe button {
    border-radius: 30px;
    background-color: #00c0a5; /* Teal background for button */
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.spvn-tech-footer-subscribe button:hover {
    background-color: #00796b; /* Darker teal on hover */
}

.spvn-tech-footer-copy {
    font-size: 0.875rem;
    color: #e0e0e0; /* Consistent light grey for copyright text */
}

.spvn-tech-footer-legal .list-inline-item a {
    color: #00c0a5;
    transition: color 0.3s ease;
}

.spvn-tech-footer-legal .list-inline-item a:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .spvn-tech-footer-title {
        font-size: 1.25rem;
    }

    .spvn-tech-footer-subscribe button,
    .spvn-tech-footer-subscribe input.form-control {
        width: 100%; /* Ensure full-width inputs and buttons on mobile */
        margin-bottom: 10px;
    }
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
}

#back-to-top i {
    font-size: 18px;
}



 /* Navbar Background */
    .header-bottom.bg-dark {
        background-color: #07a4ff; /* Dark background for navbar */
    }

    /* Navbar Text Color */
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff; /* White text color */
    }

    /* Navbar Text Hover Color */
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #07a4ff; /* Amber color on hover */
    }

    /* Dropdown Background */
    .dropdown-menu.bg-light {
        background-color: #f8fafa; /* Light background for dropdown */
        border-radius: 3px;
    }

    /* Dropdown Text Color */
    .dropdown-item.text-dark {
        color: #343a40; /* Dark text color for dropdown items */
    }

    /* Dropdown Divider */
    .dropdown-divider {
        margin: 0;
        border-top: 1px solid #e9ecef; /* Light gray divider */
    }

    /* Dropdown Hover Effect */
    .dropdown-item:hover {
        background-color: #07a4ff; /* Amber background on hover */
        color: #343a40; /* Dark text color on hover */
    }

    /* Input and Button Styles */
    .form-control.bg-light {
        background-color: #f8f9fa;
        color: #343a40;
    }

    .btn-outline-light {
        border-color: #ffffff;
        color: #ffffff;
    }

    .btn-outline-light:hover {
        background-color: #07a4ff; /* Amber background on hover */
        border-color: #07a4ff;
        color: #343a40;
    }

    /* Responsive Adjustments */
    @media (max-width: 991px) {
        .navbar-nav .dropdown-menu {
            position: static;
            float: none;
            background-color: #f8f9fa; /* Light background for dropdown on small screens */
        }

        .navbar-nav .dropdown-menu > li > a {
            color: #343a40; /* Dark text color for dropdown items on small screens */
        }
    }


    



/* Mobile Tower Locator Button Styles */
.mobile-tower-locator-btn {
    background-color: #007bff; /* Blue color for the locator button */
    color: #ffffff;
    border: none;
}

.mobile-tower-locator-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-3px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(0, 91, 187, 0.2); /* Enhance shadow on hover */
}

/* PDF Tools Button Styles */
.pdf-tools-btn {
    background-color: #28a745; /* Green color for the PDF tools button */
    color: #ffffff;
    border: none;
}

.pdf-tools-btn:hover {
    background-color: #218838; /* Darker green on hover */
    transform: translateY(-3px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(33, 136, 56, 0.2); /* Enhance shadow on hover */
}

/* Custom Shadow */
.shadow-custom {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow for all buttons */
}






/* Global View More Button */
.btn-view-more {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn-view-more i {
    margin-right: 8px;
}
.btn-view-more:hover {
    background: linear-gradient(135deg, #0056b3, #004080);
    transform: translateY(-2px);
}

    




/* Merchant Logo */
.merchant-logo-container {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.merchant-logo {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}




/* Coupon Cards - Ensure Same Size */
.home-coupons-styles {
    background: linear-gradient(to right, #ffffff, #f8f9fa);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.home-coupons-styles:hover {
    transform: translateY(-5px);
    background: linear-gradient(to right, #28a745, #218838);
}
.home-coupons-styles:hover h5,
.home-coupons-styles:hover p,
.home-coupons-styles:hover .badge {
    color: #ffffff !important;
}

/* Truncate Description */
.home-coupons-styles h5 {
    font-size: 18px;
    min-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

