.custom-navbar {
    background: #ffffff !important;
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}

.navbar-brand-modern {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.1;
}

.brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-top {
    color: #2c3e50;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.brand-sub {
    color: #3ca735;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px; 
    text-transform: uppercase;
    margin-top: 1px;
    text-align: center; 
}

.contact-wrapper {
    margin-right: 20px;
}

.contact-box {
    background: #f8f9fa;
    padding: 6px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eee;
}

.phone-link {
    text-decoration: none;
    color: #555 !important;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.phone-link i {
    color: #3ca735;
    font-size: 16px;
}

.phone-link:hover {
    color: #3ca735 !important;
}

.border-left {
    border-left: 1px solid #ddd;
    padding-left: 12px;
}

.basket-icon {
    font-size: 1.2rem;
    color: #2c3e50 !important;
    position: relative;
    transition: transform 0.2s;
}

.basket-icon:hover {
    transform: scale(1.1);
    color: #3ca735 !important;
}

.badge.rounded-pill {
    font-size: 10px;
    padding: 4px 6px;
    background-color: #ff4757 !important; 
    border: 2px solid #fff;
}