/* General Styles */
body {
    font-family: sans-serif;
}

a {
    color: #f8f9fa;
    text-decoration: none;
}

a:hover {
    color: #adb5bd;
}

/* Header */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

/* Hero Section */
.hero-section {
    background: url('https://i.ibb.co/tYcm2gm/hero-bg.jpg') no-repeat center center/cover;
    height: 60vh;
}

/* Local Markets Section */
.local-markets-section .card {
    margin-bottom: 20px;
}

/* Powerful Tools Section */
.powerful-tools-section i {
    color: #007bff;
    margin-bottom: 15px;
}

/* Footer */
.footer {
    background-color: #343a40;
}

.footer h5 {
    color: #f8f9fa;
}

.footer a {
    color: #adb5bd;
}

.footer a:hover {
    color: #fff;
}

.social-icons a {
    margin-right: 15px;
    font-size: 1.5rem;
}