.tp-header-main {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}
.logo {
    margin: 4px 0 !important;
}
#header-sticky-2 .logo a img {
    max-height: 60px !important;
    height: auto;
}

.tp-about-btn .tp-btn {
    background-color: #ffffff; /* Bootstrap primary blue */
    color: #000000;               /* White text */
    border: 1px solid black;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tp-about-btn .tp-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    color: #fff;
}

.tp-about-btn .tp-btn svg {
    stroke: currentColor;
    color: #000; /* Makes the arrow white */
    transition: transform 0.3s ease;
}

.tp-about-btn .tp-btn:hover svg {
    transform: translateX(4px); /* Subtle move on hover */
}
.become-vendor-btn:hover {
    background-color: #ccc; 
    color: #000 !important;
  
}