body {
    font-family: 'Montserrat', sans-serif;
}

.hero-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-content {
    padding: 40px;
    position: relative;
    z-index: 3;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0;
}

.hero-button {
    background-color: #fff;
    color: #0661ce;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 12px 24px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hero-button:hover {
    background-color: #0661ce;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.step-card {
    position: relative;
    border: none;
    border-radius: 0;
    background: none;
    padding: 3rem 2rem 2rem 2rem;
    background-image: url('https://vendorshepherd.com/static/images/group-9-3@3x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 200px;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: inherit;
}

.step-card > * {
    position: relative;
    z-index: 2;
}

.testimonial-section {
    background: #333;
    color: white;
}

.stars {
    color: #ffd700;
    font-size: 1.2rem;
}

.logo-placeholder {
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
}

.navbar-nav .nav-link {
    color: #0661ce !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    position: relative;
    transition: color 0.15s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #357ABD !important;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item:not(:last-child) .nav-link::after {
        content: '|';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #4A90E2;
        font-weight: 300;
        margin-left: 0.25rem;
    }
}

.navbar-nav {
    align-items: center;
}

footer {
    font-size: 18px;
    background-color: #f5f8f9;
    color: #555;
}

footer a {
    font-size: 18px;
    color: #555;
    text-decoration: none;
}

.vendor-color-bg-gray {
    background-color: #686868;
    color: #fff;
}

section.features {
    background-color: #fff;
}

section.how-it-works {
    background-color: #f5f8f9;
}

section.above-features {
    font-size: 24px;
    font-weight: 600;
}

.primary-button {
    background-color: #fff;
    min-width: 300px;
    min-height: 36px;
    color: #0661ce;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #fff;
    border: solid 2px #231f20;
    font-weight: 600;
    padding: 5px 10px 6px;
}

nav>.container {
    padding: 1em 0 3em 0;
}

.chevrons {
    display: inline-flex;
}

.chevron {
    width: 20px;
    height: 20px;
    border-right: 5px solid black;
    border-top: 5px solid black;
    transform: rotate(45deg);
}

.feature-icon {
    gap: 17px;
    margin-bottom: 24px;
}

.feature-icon h5 {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.feature-content p {
    margin: 0;
    font-size: 17px;
    color: #231f20;
    line-height: 1.4;
}

/* Mobile responsive styles */
@media (max-width: 768px) {

    /* Hero section mobile styles */
    .hero-section {
        padding: 40px 0;
    }

    .hero-content {
        padding: 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .hero-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    /* How it works section mobile styles */
    .how-it-works .d-flex.justify-content-between {
        flex-direction: column;
        gap: 1rem;
    }

    .how-it-works h2 {
        font-size: 1.8rem;
        text-align: center;
        width: 100%;
    }

    .step-card {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
        min-height: 180px;
        background-size: 95% 95%;
        margin-bottom: 1rem;
    }

    .step-card h4 {
        font-size: 1.2rem;
    }

    .step-card h5 {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    /* Benefits section mobile styles */
    .benefits-section .row {
        gap: 2rem;
    }

    .benefits-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .benefits-section ul {
        margin-bottom: 2rem;
    }

    .benefits-section .d-flex.align-items-center {
        flex-direction: column;
        gap: 1rem !important;
        align-items: center !important;
    }

    /* Button adjustments for mobile */
    .primary-button {
        min-width: 250px;
        text-align: center;
        font-size: 14px;
        padding: 8px 15px;
    }

    /* Header section mobile improvements */
    .above-features {
        font-size: 18px;
        text-align: center;
    }

    /* Features section mobile */
    .feature-icon {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .feature-icon h5 {
        font-size: 17px;
        text-align: center;
    }

    .feature-content {
        text-align: center;
    }

    .feature-content p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    /* Hero section for very small screens */
    .hero-title {
        font-size: 2rem;
    }

    .hero-content {
        padding: 15px;
    }

    .step-card {
        padding: 1.5rem 1rem 1rem 1rem;
        min-height: 160px;
    }

    .how-it-works h2 {
        font-size: 1.5rem;
    }

    .primary-button {
        min-width: 200px;
        font-size: 13px;
    }

    .above-features {
        font-size: 16px;
        padding: 1rem 0;
    }

    /* CTA section mobile */
    .vendor-color-bg-gray h2 {
        font-size: 1.8rem;
    }

    .vendor-color-bg-gray .lead {
        font-size: 1rem;
    }

    /* Footer mobile improvements */
    footer .d-flex.flex-wrap {
        flex-direction: column;
        gap: 1rem !important;
        text-align: center;
    }

    footer .d-flex.flex-wrap a {
        font-size: 16px;
    }

    footer .text-center p {
        font-size: 14px;
        line-height: 1.5;
    }

    footer {
        font-size: 18px;
        font-weight: 500;
    }

    /* Testimonial section mobile */
    .vendor-color-bg-gray blockquote {
        font-size: 1.1rem !important;
        padding: 0 1rem;
    }

    /* General mobile spacing improvements */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Additional responsive improvements for very small screens */
@media (max-width: 400px) {
    .step-card {
        padding: 1rem 0.75rem 0.75rem 0.75rem;
        min-height: 140px;
        background-size: 100% 100%;
    }

    .primary-button {
        min-width: 180px;
        font-size: 12px;
        padding: 6px 12px;
    }

    .how-it-works h2 {
        font-size: 1.3rem;
    }

    .benefits-section h2 {
        font-size: 1.3rem;
    }
}